(file) Return to root_PG_InterOp_namespace.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Repository

    1 mike  1.1.2.1 #include "root_PG_InterOp_namespace.h"
    2               
    3 mike  1.1.2.2 /*NOCHKSRC*/
    4               
    5 mike  1.1.2.1 PEGASUS_NAMESPACE_BEGIN
    6               
    7               //==============================================================================
    8               //
    9               // Qualifiers
   10               //
   11               //==============================================================================
   12               
   13 mike  1.1.2.4 static MetaQualifierDecl
   14 mike  1.1.2.1 _ASSOCIATION_qualifier_decl =
   15               {
   16                   /* name */
   17                   "ASSOCIATION",
   18                   /* type */
   19                   CIMTYPE_BOOLEAN,
   20                   /* subscript */
   21                   -1,
   22                   /* scope */
   23 mike  1.1.2.5     META_SCOPE_ASSOCIATION,
   24 mike  1.1.2.1     /* flavor */
   25 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   26 mike  1.1.2.1     /* value */
   27                   "\000",
   28               };
   29               
   30 mike  1.1.2.4 static MetaQualifierDecl
   31 mike  1.1.2.1 _INDICATION_qualifier_decl =
   32               {
   33                   /* name */
   34                   "INDICATION",
   35                   /* type */
   36                   CIMTYPE_BOOLEAN,
   37                   /* subscript */
   38                   -1,
   39                   /* scope */
   40 mike  1.1.2.5     META_SCOPE_CLASS|META_SCOPE_INDICATION,
   41 mike  1.1.2.1     /* flavor */
   42 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   43 mike  1.1.2.1     /* value */
   44                   "\000",
   45               };
   46               
   47 mike  1.1.2.4 static MetaQualifierDecl
   48 mike  1.1.2.1 _Abstract_qualifier_decl =
   49               {
   50                   /* name */
   51                   "Abstract",
   52                   /* type */
   53                   CIMTYPE_BOOLEAN,
   54                   /* subscript */
   55                   -1,
   56                   /* scope */
   57 mike  1.1.2.5     META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
   58 mike  1.1.2.1     /* flavor */
   59 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_RESTRICTED,
   60 mike  1.1.2.1     /* value */
   61                   "\000",
   62               };
   63               
   64 mike  1.1.2.4 static MetaQualifierDecl
   65 mike  1.1.2.1 _Aggregate_qualifier_decl =
   66               {
   67                   /* name */
   68                   "Aggregate",
   69                   /* type */
   70                   CIMTYPE_BOOLEAN,
   71                   /* subscript */
   72                   -1,
   73                   /* scope */
   74 mike  1.1.2.5     META_SCOPE_REFERENCE,
   75 mike  1.1.2.1     /* flavor */
   76 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   77 mike  1.1.2.1     /* value */
   78                   "\000",
   79               };
   80               
   81 mike  1.1.2.4 static MetaQualifierDecl
   82 mike  1.1.2.1 _Aggregation_qualifier_decl =
   83               {
   84                   /* name */
   85                   "Aggregation",
   86                   /* type */
   87                   CIMTYPE_BOOLEAN,
   88                   /* subscript */
   89                   -1,
   90                   /* scope */
   91 mike  1.1.2.5     META_SCOPE_ASSOCIATION,
   92 mike  1.1.2.1     /* flavor */
   93 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
   94 mike  1.1.2.1     /* value */
   95                   "\000",
   96               };
   97               
   98 mike  1.1.2.4 static MetaQualifierDecl
   99 mike  1.1.2.1 _ArrayType_qualifier_decl =
  100               {
  101                   /* name */
  102                   "ArrayType",
  103                   /* type */
  104                   CIMTYPE_STRING,
  105                   /* subscript */
  106                   -1,
  107                   /* scope */
  108 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_PARAMETER,
  109 mike  1.1.2.1     /* flavor */
  110 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
  111 mike  1.1.2.1     /* value */
  112                   "Bag",
  113               };
  114               
  115 mike  1.1.2.4 static MetaQualifierDecl
  116 mike  1.1.2.1 _BitMap_qualifier_decl =
  117               {
  118                   /* name */
  119                   "BitMap",
  120                   /* type */
  121                   CIMTYPE_STRING,
  122                   /* subscript */
  123                   0,
  124                   /* scope */
  125 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  126 mike  1.1.2.1     /* flavor */
  127 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  128 mike  1.1.2.1     /* value */
  129                   0,
  130               };
  131               
  132 mike  1.1.2.4 static MetaQualifierDecl
  133 mike  1.1.2.1 _BitValues_qualifier_decl =
  134               {
  135                   /* name */
  136                   "BitValues",
  137                   /* type */
  138                   CIMTYPE_STRING,
  139                   /* subscript */
  140                   0,
  141                   /* scope */
  142 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  143 mike  1.1.2.1     /* flavor */
  144 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
  145 mike  1.1.2.1     /* value */
  146                   0,
  147               };
  148               
  149 mike  1.1.2.4 static MetaQualifierDecl
  150 mike  1.1.2.1 _ClassConstraint_qualifier_decl =
  151               {
  152                   /* name */
  153                   "ClassConstraint",
  154                   /* type */
  155                   CIMTYPE_STRING,
  156                   /* subscript */
  157                   0,
  158                   /* scope */
  159 mike  1.1.2.5     META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
  160 mike  1.1.2.1     /* flavor */
  161 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  162 mike  1.1.2.1     /* value */
  163                   0,
  164               };
  165               
  166 mike  1.1.2.4 static MetaQualifierDecl
  167 mike  1.1.2.1 _Composition_qualifier_decl =
  168               {
  169                   /* name */
  170                   "Composition",
  171                   /* type */
  172                   CIMTYPE_BOOLEAN,
  173                   /* subscript */
  174                   -1,
  175                   /* scope */
  176 mike  1.1.2.5     META_SCOPE_ASSOCIATION,
  177 mike  1.1.2.1     /* flavor */
  178 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
  179 mike  1.1.2.1     /* value */
  180                   "\000",
  181               };
  182               
  183 mike  1.1.2.4 static MetaQualifierDecl
  184 mike  1.1.2.1 _Counter_qualifier_decl =
  185               {
  186                   /* name */
  187                   "Counter",
  188                   /* type */
  189                   CIMTYPE_BOOLEAN,
  190                   /* subscript */
  191                   -1,
  192                   /* scope */
  193 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  194 mike  1.1.2.1     /* flavor */
  195 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  196 mike  1.1.2.1     /* value */
  197                   "\000",
  198               };
  199               
  200 mike  1.1.2.4 static MetaQualifierDecl
  201 mike  1.1.2.1 _Deprecated_qualifier_decl =
  202               {
  203                   /* name */
  204                   "Deprecated",
  205                   /* type */
  206                   CIMTYPE_STRING,
  207                   /* subscript */
  208                   0,
  209                   /* scope */
  210 mike  1.1.2.5     META_SCOPE_ANY,
  211 mike  1.1.2.1     /* flavor */
  212 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_RESTRICTED,
  213 mike  1.1.2.1     /* value */
  214                   0,
  215               };
  216               
  217 mike  1.1.2.4 static MetaQualifierDecl
  218 mike  1.1.2.1 _Description_qualifier_decl =
  219               {
  220                   /* name */
  221                   "Description",
  222                   /* type */
  223                   CIMTYPE_STRING,
  224                   /* subscript */
  225                   -1,
  226                   /* scope */
  227 mike  1.1.2.5     META_SCOPE_ANY,
  228 mike  1.1.2.1     /* flavor */
  229 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
  230 mike  1.1.2.1     /* value */
  231                   0,
  232               };
  233               
  234 mike  1.1.2.4 static MetaQualifierDecl
  235 mike  1.1.2.1 _DisplayName_qualifier_decl =
  236               {
  237                   /* name */
  238                   "DisplayName",
  239                   /* type */
  240                   CIMTYPE_STRING,
  241                   /* subscript */
  242                   -1,
  243                   /* scope */
  244 mike  1.1.2.5     META_SCOPE_ANY,
  245 mike  1.1.2.1     /* flavor */
  246 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
  247 mike  1.1.2.1     /* value */
  248                   0,
  249               };
  250               
  251 mike  1.1.2.4 static MetaQualifierDecl
  252 mike  1.1.2.1 _DN_qualifier_decl =
  253               {
  254                   /* name */
  255                   "DN",
  256                   /* type */
  257                   CIMTYPE_BOOLEAN,
  258                   /* subscript */
  259                   -1,
  260                   /* scope */
  261 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  262 mike  1.1.2.1     /* flavor */
  263 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
  264 mike  1.1.2.1     /* value */
  265                   "\000",
  266               };
  267               
  268 mike  1.1.2.4 static MetaQualifierDecl
  269 mike  1.1.2.1 _EmbeddedInstance_qualifier_decl =
  270               {
  271                   /* name */
  272                   "EmbeddedInstance",
  273                   /* type */
  274                   CIMTYPE_STRING,
  275                   /* subscript */
  276                   -1,
  277                   /* scope */
  278 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  279 mike  1.1.2.1     /* flavor */
  280 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
  281 mike  1.1.2.1     /* value */
  282                   0,
  283               };
  284               
  285 mike  1.1.2.4 static MetaQualifierDecl
  286 mike  1.1.2.1 _EmbeddedObject_qualifier_decl =
  287               {
  288                   /* name */
  289                   "EmbeddedObject",
  290                   /* type */
  291                   CIMTYPE_BOOLEAN,
  292                   /* subscript */
  293                   -1,
  294                   /* scope */
  295 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  296 mike  1.1.2.1     /* flavor */
  297 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
  298 mike  1.1.2.1     /* value */
  299                   "\000",
  300               };
  301               
  302 mike  1.1.2.4 static MetaQualifierDecl
  303 mike  1.1.2.1 _Exception_qualifier_decl =
  304               {
  305                   /* name */
  306                   "Exception",
  307                   /* type */
  308                   CIMTYPE_BOOLEAN,
  309                   /* subscript */
  310                   -1,
  311                   /* scope */
  312 mike  1.1.2.5     META_SCOPE_CLASS|META_SCOPE_INDICATION,
  313 mike  1.1.2.1     /* flavor */
  314 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_TOINSTANCE|META_FLAVOR_DISABLEOVERRIDE,
  315 mike  1.1.2.1     /* value */
  316                   "\000",
  317               };
  318               
  319 mike  1.1.2.4 static MetaQualifierDecl
  320 mike  1.1.2.1 _Experimental_qualifier_decl =
  321               {
  322                   /* name */
  323                   "Experimental",
  324                   /* type */
  325                   CIMTYPE_BOOLEAN,
  326                   /* subscript */
  327                   -1,
  328                   /* scope */
  329 mike  1.1.2.5     META_SCOPE_ANY,
  330 mike  1.1.2.1     /* flavor */
  331 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_RESTRICTED,
  332 mike  1.1.2.1     /* value */
  333                   "\000",
  334               };
  335               
  336 mike  1.1.2.4 static MetaQualifierDecl
  337 mike  1.1.2.1 _Gauge_qualifier_decl =
  338               {
  339                   /* name */
  340                   "Gauge",
  341                   /* type */
  342                   CIMTYPE_BOOLEAN,
  343                   /* subscript */
  344                   -1,
  345                   /* scope */
  346 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  347 mike  1.1.2.1     /* flavor */
  348 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  349 mike  1.1.2.1     /* value */
  350                   "\000",
  351               };
  352               
  353 mike  1.1.2.4 static MetaQualifierDecl
  354 mike  1.1.2.1 _In_qualifier_decl =
  355               {
  356                   /* name */
  357                   "In",
  358                   /* type */
  359                   CIMTYPE_BOOLEAN,
  360                   /* subscript */
  361                   -1,
  362                   /* scope */
  363 mike  1.1.2.5     META_SCOPE_PARAMETER,
  364 mike  1.1.2.1     /* flavor */
  365 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
  366 mike  1.1.2.1     /* value */
  367                   "\001",
  368               };
  369               
  370 mike  1.1.2.4 static MetaQualifierDecl
  371 mike  1.1.2.1 _Key_qualifier_decl =
  372               {
  373                   /* name */
  374                   "Key",
  375                   /* type */
  376                   CIMTYPE_BOOLEAN,
  377                   /* subscript */
  378                   -1,
  379                   /* scope */
  380 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_REFERENCE,
  381 mike  1.1.2.1     /* flavor */
  382 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
  383 mike  1.1.2.1     /* value */
  384                   "\000",
  385               };
  386               
  387 mike  1.1.2.4 static MetaQualifierDecl
  388 mike  1.1.2.1 _MappingStrings_qualifier_decl =
  389               {
  390                   /* name */
  391                   "MappingStrings",
  392                   /* type */
  393                   CIMTYPE_STRING,
  394                   /* subscript */
  395                   0,
  396                   /* scope */
  397 mike  1.1.2.5     META_SCOPE_ANY,
  398 mike  1.1.2.1     /* flavor */
  399 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  400 mike  1.1.2.1     /* value */
  401                   0,
  402               };
  403               
  404 mike  1.1.2.4 static MetaQualifierDecl
  405 mike  1.1.2.1 _Max_qualifier_decl =
  406               {
  407                   /* name */
  408                   "Max",
  409                   /* type */
  410                   CIMTYPE_UINT32,
  411                   /* subscript */
  412                   -1,
  413                   /* scope */
  414 mike  1.1.2.5     META_SCOPE_REFERENCE,
  415 mike  1.1.2.1     /* flavor */
  416 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  417 mike  1.1.2.1     /* value */
  418                   0,
  419               };
  420               
  421 mike  1.1.2.4 static MetaQualifierDecl
  422 mike  1.1.2.1 _MaxLen_qualifier_decl =
  423               {
  424                   /* name */
  425                   "MaxLen",
  426                   /* type */
  427                   CIMTYPE_UINT32,
  428                   /* subscript */
  429                   -1,
  430                   /* scope */
  431 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  432 mike  1.1.2.1     /* flavor */
  433 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  434 mike  1.1.2.1     /* value */
  435                   0,
  436               };
  437               
  438 mike  1.1.2.4 static MetaQualifierDecl
  439 mike  1.1.2.1 _MaxValue_qualifier_decl =
  440               {
  441                   /* name */
  442                   "MaxValue",
  443                   /* type */
  444                   CIMTYPE_SINT64,
  445                   /* subscript */
  446                   -1,
  447                   /* scope */
  448 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  449 mike  1.1.2.1     /* flavor */
  450 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  451 mike  1.1.2.1     /* value */
  452                   0,
  453               };
  454               
  455 mike  1.1.2.4 static MetaQualifierDecl
  456 mike  1.1.2.1 _MethodConstraint_qualifier_decl =
  457               {
  458                   /* name */
  459                   "MethodConstraint",
  460                   /* type */
  461                   CIMTYPE_STRING,
  462                   /* subscript */
  463                   0,
  464                   /* scope */
  465 mike  1.1.2.5     META_SCOPE_METHOD,
  466 mike  1.1.2.1     /* flavor */
  467 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  468 mike  1.1.2.1     /* value */
  469                   0,
  470               };
  471               
  472 mike  1.1.2.4 static MetaQualifierDecl
  473 mike  1.1.2.1 _Min_qualifier_decl =
  474               {
  475                   /* name */
  476                   "Min",
  477                   /* type */
  478                   CIMTYPE_UINT32,
  479                   /* subscript */
  480                   -1,
  481                   /* scope */
  482 mike  1.1.2.5     META_SCOPE_REFERENCE,
  483 mike  1.1.2.1     /* flavor */
  484 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  485 mike  1.1.2.1     /* value */
  486                   "\000\000\000\000",
  487               };
  488               
  489 mike  1.1.2.4 static MetaQualifierDecl
  490 mike  1.1.2.1 _MinLen_qualifier_decl =
  491               {
  492                   /* name */
  493                   "MinLen",
  494                   /* type */
  495                   CIMTYPE_UINT32,
  496                   /* subscript */
  497                   -1,
  498                   /* scope */
  499 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  500 mike  1.1.2.1     /* flavor */
  501 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  502 mike  1.1.2.1     /* value */
  503                   "\000\000\000\000",
  504               };
  505               
  506 mike  1.1.2.4 static MetaQualifierDecl
  507 mike  1.1.2.1 _MinValue_qualifier_decl =
  508               {
  509                   /* name */
  510                   "MinValue",
  511                   /* type */
  512                   CIMTYPE_SINT64,
  513                   /* subscript */
  514                   -1,
  515                   /* scope */
  516 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  517 mike  1.1.2.1     /* flavor */
  518 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  519 mike  1.1.2.1     /* value */
  520                   0,
  521               };
  522               
  523 mike  1.1.2.4 static MetaQualifierDecl
  524 mike  1.1.2.1 _ModelCorrespondence_qualifier_decl =
  525               {
  526                   /* name */
  527                   "ModelCorrespondence",
  528                   /* type */
  529                   CIMTYPE_STRING,
  530                   /* subscript */
  531                   0,
  532                   /* scope */
  533 mike  1.1.2.5     META_SCOPE_ANY,
  534 mike  1.1.2.1     /* flavor */
  535 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  536 mike  1.1.2.1     /* value */
  537                   0,
  538               };
  539               
  540 mike  1.1.2.4 static MetaQualifierDecl
  541 mike  1.1.2.1 _Nonlocal_qualifier_decl =
  542               {
  543                   /* name */
  544                   "Nonlocal",
  545                   /* type */
  546                   CIMTYPE_STRING,
  547                   /* subscript */
  548                   -1,
  549                   /* scope */
  550 mike  1.1.2.5     META_SCOPE_REFERENCE,
  551 mike  1.1.2.1     /* flavor */
  552 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  553 mike  1.1.2.1     /* value */
  554                   0,
  555               };
  556               
  557 mike  1.1.2.4 static MetaQualifierDecl
  558 mike  1.1.2.1 _NonlocalType_qualifier_decl =
  559               {
  560                   /* name */
  561                   "NonlocalType",
  562                   /* type */
  563                   CIMTYPE_STRING,
  564                   /* subscript */
  565                   -1,
  566                   /* scope */
  567 mike  1.1.2.5     META_SCOPE_REFERENCE,
  568 mike  1.1.2.1     /* flavor */
  569 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  570 mike  1.1.2.1     /* value */
  571                   0,
  572               };
  573               
  574 mike  1.1.2.4 static MetaQualifierDecl
  575 mike  1.1.2.1 _NullValue_qualifier_decl =
  576               {
  577                   /* name */
  578                   "NullValue",
  579                   /* type */
  580                   CIMTYPE_STRING,
  581                   /* subscript */
  582                   -1,
  583                   /* scope */
  584 mike  1.1.2.5     META_SCOPE_PROPERTY,
  585 mike  1.1.2.1     /* flavor */
  586 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
  587 mike  1.1.2.1     /* value */
  588                   0,
  589               };
  590               
  591 mike  1.1.2.4 static MetaQualifierDecl
  592 mike  1.1.2.1 _Octetstring_qualifier_decl =
  593               {
  594                   /* name */
  595                   "Octetstring",
  596                   /* type */
  597                   CIMTYPE_BOOLEAN,
  598                   /* subscript */
  599                   -1,
  600                   /* scope */
  601 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  602 mike  1.1.2.1     /* flavor */
  603 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
  604 mike  1.1.2.1     /* value */
  605                   "\000",
  606               };
  607               
  608 mike  1.1.2.4 static MetaQualifierDecl
  609 mike  1.1.2.1 _Out_qualifier_decl =
  610               {
  611                   /* name */
  612                   "Out",
  613                   /* type */
  614                   CIMTYPE_BOOLEAN,
  615                   /* subscript */
  616                   -1,
  617                   /* scope */
  618 mike  1.1.2.5     META_SCOPE_PARAMETER,
  619 mike  1.1.2.1     /* flavor */
  620 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
  621 mike  1.1.2.1     /* value */
  622                   "\000",
  623               };
  624               
  625 mike  1.1.2.4 static MetaQualifierDecl
  626 mike  1.1.2.1 _Override_qualifier_decl =
  627               {
  628                   /* name */
  629                   "Override",
  630                   /* type */
  631                   CIMTYPE_STRING,
  632                   /* subscript */
  633                   -1,
  634                   /* scope */
  635 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD,
  636 mike  1.1.2.1     /* flavor */
  637 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_RESTRICTED,
  638 mike  1.1.2.1     /* value */
  639                   0,
  640               };
  641               
  642 mike  1.1.2.4 static MetaQualifierDecl
  643 mike  1.1.2.1 _Propagated_qualifier_decl =
  644               {
  645                   /* name */
  646                   "Propagated",
  647                   /* type */
  648                   CIMTYPE_STRING,
  649                   /* subscript */
  650                   -1,
  651                   /* scope */
  652 mike  1.1.2.5     META_SCOPE_PROPERTY,
  653 mike  1.1.2.1     /* flavor */
  654 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
  655 mike  1.1.2.1     /* value */
  656                   0,
  657               };
  658               
  659 mike  1.1.2.4 static MetaQualifierDecl
  660 mike  1.1.2.1 _PropertyConstraint_qualifier_decl =
  661               {
  662                   /* name */
  663                   "PropertyConstraint",
  664                   /* type */
  665                   CIMTYPE_STRING,
  666                   /* subscript */
  667                   0,
  668                   /* scope */
  669 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_REFERENCE,
  670 mike  1.1.2.1     /* flavor */
  671 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  672 mike  1.1.2.1     /* value */
  673                   0,
  674               };
  675               
  676 mike  1.1.2.4 static MetaQualifierDecl
  677 mike  1.1.2.1 _Read_qualifier_decl =
  678               {
  679                   /* name */
  680                   "Read",
  681                   /* type */
  682                   CIMTYPE_BOOLEAN,
  683                   /* subscript */
  684                   -1,
  685                   /* scope */
  686 mike  1.1.2.5     META_SCOPE_PROPERTY,
  687 mike  1.1.2.1     /* flavor */
  688 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  689 mike  1.1.2.1     /* value */
  690                   "\001",
  691               };
  692               
  693 mike  1.1.2.4 static MetaQualifierDecl
  694 mike  1.1.2.1 _Required_qualifier_decl =
  695               {
  696                   /* name */
  697                   "Required",
  698                   /* type */
  699                   CIMTYPE_BOOLEAN,
  700                   /* subscript */
  701                   -1,
  702                   /* scope */
  703 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  704 mike  1.1.2.1     /* flavor */
  705 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
  706 mike  1.1.2.1     /* value */
  707                   "\000",
  708               };
  709               
  710 mike  1.1.2.4 static MetaQualifierDecl
  711 mike  1.1.2.1 _Revision_qualifier_decl =
  712               {
  713                   /* name */
  714                   "Revision",
  715                   /* type */
  716                   CIMTYPE_STRING,
  717                   /* subscript */
  718                   -1,
  719                   /* scope */
  720 mike  1.1.2.5     META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
  721 mike  1.1.2.1     /* flavor */
  722 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
  723 mike  1.1.2.1     /* value */
  724                   0,
  725               };
  726               
  727 mike  1.1.2.4 static MetaQualifierDecl
  728 mike  1.1.2.1 _CLASS_qualifier_decl =
  729               {
  730                   /* name */
  731                   "CLASS",
  732                   /* type */
  733                   CIMTYPE_STRING,
  734                   /* subscript */
  735                   -1,
  736                   /* scope */
  737 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD,
  738 mike  1.1.2.1     /* flavor */
  739 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE|META_FLAVOR_DISABLEOVERRIDE,
  740 mike  1.1.2.1     /* value */
  741                   0,
  742               };
  743               
  744 mike  1.1.2.4 static MetaQualifierDecl
  745 mike  1.1.2.1 _Source_qualifier_decl =
  746               {
  747                   /* name */
  748                   "Source",
  749                   /* type */
  750                   CIMTYPE_STRING,
  751                   /* subscript */
  752                   -1,
  753                   /* scope */
  754 mike  1.1.2.5     META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
  755 mike  1.1.2.1     /* flavor */
  756 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  757 mike  1.1.2.1     /* value */
  758                   0,
  759               };
  760               
  761 mike  1.1.2.4 static MetaQualifierDecl
  762 mike  1.1.2.1 _SourceType_qualifier_decl =
  763               {
  764                   /* name */
  765                   "SourceType",
  766                   /* type */
  767                   CIMTYPE_STRING,
  768                   /* subscript */
  769                   -1,
  770                   /* scope */
  771 mike  1.1.2.5     META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION|META_SCOPE_REFERENCE,
  772 mike  1.1.2.1     /* flavor */
  773 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  774 mike  1.1.2.1     /* value */
  775                   0,
  776               };
  777               
  778 mike  1.1.2.4 static MetaQualifierDecl
  779 mike  1.1.2.1 _Static_qualifier_decl =
  780               {
  781                   /* name */
  782                   "Static",
  783                   /* type */
  784                   CIMTYPE_BOOLEAN,
  785                   /* subscript */
  786                   -1,
  787                   /* scope */
  788 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD,
  789 mike  1.1.2.1     /* flavor */
  790 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
  791 mike  1.1.2.1     /* value */
  792                   "\000",
  793               };
  794               
  795 mike  1.1.2.4 static MetaQualifierDecl
  796 mike  1.1.2.1 _Terminal_qualifier_decl =
  797               {
  798                   /* name */
  799                   "Terminal",
  800                   /* type */
  801                   CIMTYPE_BOOLEAN,
  802                   /* subscript */
  803                   -1,
  804                   /* scope */
  805 mike  1.1.2.5     META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
  806 mike  1.1.2.1     /* flavor */
  807 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  808 mike  1.1.2.1     /* value */
  809                   "\000",
  810               };
  811               
  812 mike  1.1.2.4 static MetaQualifierDecl
  813 mike  1.1.2.1 _UMLPackagePath_qualifier_decl =
  814               {
  815                   /* name */
  816                   "UMLPackagePath",
  817                   /* type */
  818                   CIMTYPE_STRING,
  819                   /* subscript */
  820                   -1,
  821                   /* scope */
  822 mike  1.1.2.5     META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
  823 mike  1.1.2.1     /* flavor */
  824 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  825 mike  1.1.2.1     /* value */
  826                   0,
  827               };
  828               
  829 mike  1.1.2.4 static MetaQualifierDecl
  830 mike  1.1.2.1 _Units_qualifier_decl =
  831               {
  832                   /* name */
  833                   "Units",
  834                   /* type */
  835                   CIMTYPE_STRING,
  836                   /* subscript */
  837                   -1,
  838                   /* scope */
  839 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  840 mike  1.1.2.1     /* flavor */
  841 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
  842 mike  1.1.2.1     /* value */
  843                   0,
  844               };
  845               
  846 mike  1.1.2.4 static MetaQualifierDecl
  847 mike  1.1.2.1 _ValueMap_qualifier_decl =
  848               {
  849                   /* name */
  850                   "ValueMap",
  851                   /* type */
  852                   CIMTYPE_STRING,
  853                   /* subscript */
  854                   0,
  855                   /* scope */
  856 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  857 mike  1.1.2.1     /* flavor */
  858 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  859 mike  1.1.2.1     /* value */
  860                   0,
  861               };
  862               
  863 mike  1.1.2.4 static MetaQualifierDecl
  864 mike  1.1.2.1 _Values_qualifier_decl =
  865               {
  866                   /* name */
  867                   "Values",
  868                   /* type */
  869                   CIMTYPE_STRING,
  870                   /* subscript */
  871                   0,
  872                   /* scope */
  873 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
  874 mike  1.1.2.1     /* flavor */
  875 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
  876 mike  1.1.2.1     /* value */
  877                   0,
  878               };
  879               
  880 mike  1.1.2.4 static MetaQualifierDecl
  881 mike  1.1.2.1 _Version_qualifier_decl =
  882               {
  883                   /* name */
  884                   "Version",
  885                   /* type */
  886                   CIMTYPE_STRING,
  887                   /* subscript */
  888                   -1,
  889                   /* scope */
  890 mike  1.1.2.5     META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
  891 mike  1.1.2.1     /* flavor */
  892 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TRANSLATABLE|META_FLAVOR_RESTRICTED,
  893 mike  1.1.2.1     /* value */
  894                   0,
  895               };
  896               
  897 mike  1.1.2.4 static MetaQualifierDecl
  898 mike  1.1.2.1 _Weak_qualifier_decl =
  899               {
  900                   /* name */
  901                   "Weak",
  902                   /* type */
  903                   CIMTYPE_BOOLEAN,
  904                   /* subscript */
  905                   -1,
  906                   /* scope */
  907 mike  1.1.2.5     META_SCOPE_REFERENCE,
  908 mike  1.1.2.1     /* flavor */
  909 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_TOINSTANCE|META_FLAVOR_DISABLEOVERRIDE,
  910 mike  1.1.2.1     /* value */
  911                   "\000",
  912               };
  913               
  914 mike  1.1.2.4 static MetaQualifierDecl
  915 mike  1.1.2.1 _Write_qualifier_decl =
  916               {
  917                   /* name */
  918                   "Write",
  919                   /* type */
  920                   CIMTYPE_BOOLEAN,
  921                   /* subscript */
  922                   -1,
  923                   /* scope */
  924 mike  1.1.2.5     META_SCOPE_PROPERTY,
  925 mike  1.1.2.1     /* flavor */
  926 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  927 mike  1.1.2.1     /* value */
  928                   "\000",
  929               };
  930               
  931 mike  1.1.2.4 static MetaQualifierDecl
  932 mike  1.1.2.1 _Alias_qualifier_decl =
  933               {
  934                   /* name */
  935                   "Alias",
  936                   /* type */
  937                   CIMTYPE_STRING,
  938                   /* subscript */
  939                   -1,
  940                   /* scope */
  941 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD,
  942 mike  1.1.2.1     /* flavor */
  943 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
  944 mike  1.1.2.1     /* value */
  945                   0,
  946               };
  947               
  948 mike  1.1.2.4 static MetaQualifierDecl
  949 mike  1.1.2.1 _Delete_qualifier_decl =
  950               {
  951                   /* name */
  952                   "Delete",
  953                   /* type */
  954                   CIMTYPE_BOOLEAN,
  955                   /* subscript */
  956                   -1,
  957                   /* scope */
  958 mike  1.1.2.5     META_SCOPE_ASSOCIATION|META_SCOPE_REFERENCE,
  959 mike  1.1.2.1     /* flavor */
  960 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  961 mike  1.1.2.1     /* value */
  962                   "\000",
  963               };
  964               
  965 mike  1.1.2.4 static MetaQualifierDecl
  966 mike  1.1.2.1 _Expensive_qualifier_decl =
  967               {
  968                   /* name */
  969                   "Expensive",
  970                   /* type */
  971                   CIMTYPE_BOOLEAN,
  972                   /* subscript */
  973                   -1,
  974                   /* scope */
  975 mike  1.1.2.5     META_SCOPE_ANY,
  976 mike  1.1.2.1     /* flavor */
  977 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  978 mike  1.1.2.1     /* value */
  979                   "\000",
  980               };
  981               
  982 mike  1.1.2.4 static MetaQualifierDecl
  983 mike  1.1.2.1 _Ifdeleted_qualifier_decl =
  984               {
  985                   /* name */
  986                   "Ifdeleted",
  987                   /* type */
  988                   CIMTYPE_BOOLEAN,
  989                   /* subscript */
  990                   -1,
  991                   /* scope */
  992 mike  1.1.2.5     META_SCOPE_ASSOCIATION|META_SCOPE_REFERENCE,
  993 mike  1.1.2.1     /* flavor */
  994 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
  995 mike  1.1.2.1     /* value */
  996                   "\000",
  997               };
  998               
  999 mike  1.1.2.4 static MetaQualifierDecl
 1000 mike  1.1.2.1 _Invisible_qualifier_decl =
 1001               {
 1002                   /* name */
 1003                   "Invisible",
 1004                   /* type */
 1005                   CIMTYPE_BOOLEAN,
 1006                   /* subscript */
 1007                   -1,
 1008                   /* scope */
 1009 mike  1.1.2.5     META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD,
 1010 mike  1.1.2.1     /* flavor */
 1011 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
 1012 mike  1.1.2.1     /* value */
 1013                   "\000",
 1014               };
 1015               
 1016 mike  1.1.2.4 static MetaQualifierDecl
 1017 mike  1.1.2.1 _Large_qualifier_decl =
 1018               {
 1019                   /* name */
 1020                   "Large",
 1021                   /* type */
 1022                   CIMTYPE_BOOLEAN,
 1023                   /* subscript */
 1024                   -1,
 1025                   /* scope */
 1026 mike  1.1.2.5     META_SCOPE_CLASS|META_SCOPE_PROPERTY,
 1027 mike  1.1.2.1     /* flavor */
 1028 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
 1029 mike  1.1.2.1     /* value */
 1030                   "\000",
 1031               };
 1032               
 1033 mike  1.1.2.4 static MetaQualifierDecl
 1034 mike  1.1.2.1 _PropertyUsage_qualifier_decl =
 1035               {
 1036                   /* name */
 1037                   "PropertyUsage",
 1038                   /* type */
 1039                   CIMTYPE_STRING,
 1040                   /* subscript */
 1041                   -1,
 1042                   /* scope */
 1043 mike  1.1.2.5     META_SCOPE_PROPERTY,
 1044 mike  1.1.2.1     /* flavor */
 1045 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
 1046 mike  1.1.2.1     /* value */
 1047                   "CurrentContext",
 1048               };
 1049               
 1050 mike  1.1.2.4 static MetaQualifierDecl
 1051 mike  1.1.2.1 _Provider_qualifier_decl =
 1052               {
 1053                   /* name */
 1054                   "Provider",
 1055                   /* type */
 1056                   CIMTYPE_STRING,
 1057                   /* subscript */
 1058                   -1,
 1059                   /* scope */
 1060 mike  1.1.2.5     META_SCOPE_ANY,
 1061 mike  1.1.2.1     /* flavor */
 1062 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
 1063 mike  1.1.2.1     /* value */
 1064                   0,
 1065               };
 1066               
 1067 mike  1.1.2.4 static MetaQualifierDecl
 1068 mike  1.1.2.1 _SyntaxType_qualifier_decl =
 1069               {
 1070                   /* name */
 1071                   "SyntaxType",
 1072                   /* type */
 1073                   CIMTYPE_STRING,
 1074                   /* subscript */
 1075                   -1,
 1076                   /* scope */
 1077 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
 1078 mike  1.1.2.1     /* flavor */
 1079 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
 1080 mike  1.1.2.1     /* value */
 1081                   0,
 1082               };
 1083               
 1084 mike  1.1.2.4 static MetaQualifierDecl
 1085 mike  1.1.2.1 _Syntax_qualifier_decl =
 1086               {
 1087                   /* name */
 1088                   "Syntax",
 1089                   /* type */
 1090                   CIMTYPE_STRING,
 1091                   /* subscript */
 1092                   -1,
 1093                   /* scope */
 1094 mike  1.1.2.5     META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
 1095 mike  1.1.2.1     /* flavor */
 1096 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
 1097 mike  1.1.2.1     /* value */
 1098                   0,
 1099               };
 1100               
 1101 mike  1.1.2.4 static MetaQualifierDecl
 1102 mike  1.1.2.1 _TriggerType_qualifier_decl =
 1103               {
 1104                   /* name */
 1105                   "TriggerType",
 1106                   /* type */
 1107                   CIMTYPE_STRING,
 1108                   /* subscript */
 1109                   -1,
 1110                   /* scope */
 1111 mike  1.1.2.5     META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION|META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD,
 1112 mike  1.1.2.1     /* flavor */
 1113 mike  1.1.2.5     META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
 1114 mike  1.1.2.1     /* value */
 1115                   0,
 1116               };
 1117               
 1118 mike  1.1.2.4 static MetaQualifierDecl
 1119 mike  1.1.2.1 _UnknownValues_qualifier_decl =
 1120               {
 1121                   /* name */
 1122                   "UnknownValues",
 1123                   /* type */
 1124                   CIMTYPE_STRING,
 1125                   /* subscript */
 1126                   0,
 1127                   /* scope */
 1128 mike  1.1.2.5     META_SCOPE_PROPERTY,
 1129 mike  1.1.2.1     /* flavor */
 1130 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
 1131 mike  1.1.2.1     /* value */
 1132                   0,
 1133               };
 1134               
 1135 mike  1.1.2.4 static MetaQualifierDecl
 1136 mike  1.1.2.1 _UnsupportedValues_qualifier_decl =
 1137               {
 1138                   /* name */
 1139                   "UnsupportedValues",
 1140                   /* type */
 1141                   CIMTYPE_STRING,
 1142                   /* subscript */
 1143                   0,
 1144                   /* scope */
 1145 mike  1.1.2.5     META_SCOPE_PROPERTY,
 1146 mike  1.1.2.1     /* flavor */
 1147 mike  1.1.2.5     META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
 1148 mike  1.1.2.1     /* value */
 1149                   0,
 1150               };
 1151               
 1152               //==============================================================================
 1153               //
 1154               // Forward class declarations
 1155               //
 1156               //==============================================================================
 1157               
 1158 mike  1.1.2.4 extern MetaClass __root_PG_InterOp_CIM_ManagedElement;
 1159               extern MetaClass __root_PG_InterOp_CIM_Setting;
 1160               extern MetaClass __root_PG_InterOp_CIM_SettingContext;
 1161               extern MetaClass __root_PG_InterOp_CIM_SettingData;
 1162               extern MetaClass __root_PG_InterOp_CIM_Capabilities;
 1163               extern MetaClass __root_PG_InterOp_CIM_Collection;
 1164               extern MetaClass __root_PG_InterOp_CIM_CollectionOfMSEs;
 1165               extern MetaClass __root_PG_InterOp_CIM_Component;
 1166               extern MetaClass __root_PG_InterOp_CIM_ConcreteCollection;
 1167               extern MetaClass __root_PG_InterOp_CIM_ConcreteComponent;
 1168               extern MetaClass __root_PG_InterOp_CIM_Configuration;
 1169               extern MetaClass __root_PG_InterOp_CIM_ConfigurationComponent;
 1170               extern MetaClass __root_PG_InterOp_CIM_Dependency;
 1171               extern MetaClass __root_PG_InterOp_CIM_DependencyContext;
 1172               extern MetaClass __root_PG_InterOp_CIM_ElementCapabilities;
 1173               extern MetaClass __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities;
 1174               extern MetaClass __root_PG_InterOp_CIM_FRU;
 1175               extern MetaClass __root_PG_InterOp_CIM_HostedDependency;
 1176               extern MetaClass __root_PG_InterOp_CIM_LocalizationCapabilities;
 1177               extern MetaClass __root_PG_InterOp_CIM_Location;
 1178               extern MetaClass __root_PG_InterOp_CIM_LogicalIdentity;
 1179 mike  1.1.2.4 extern MetaClass __root_PG_InterOp_CIM_ManagedSystemElement;
 1180               extern MetaClass __root_PG_InterOp_CIM_MemberOfCollection;
 1181               extern MetaClass __root_PG_InterOp_CIM_MethodParameters;
 1182               extern MetaClass __root_PG_InterOp_CIM_OrderedMemberOfCollection;
 1183               extern MetaClass __root_PG_InterOp_CIM_ParametersForMethod;
 1184               extern MetaClass __root_PG_InterOp_CIM_ParameterValueSources;
 1185               extern MetaClass __root_PG_InterOp_CIM_PhysicalElement;
 1186               extern MetaClass __root_PG_InterOp_CIM_PowerManagementCapabilities;
 1187               extern MetaClass __root_PG_InterOp_CIM_Product;
 1188               extern MetaClass __root_PG_InterOp_CIM_ProductComponent;
 1189               extern MetaClass __root_PG_InterOp_CIM_ProductFRU;
 1190               extern MetaClass __root_PG_InterOp_CIM_ProductParentChild;
 1191               extern MetaClass __root_PG_InterOp_CIM_ProductPhysicalComponent;
 1192               extern MetaClass __root_PG_InterOp_CIM_ProductPhysicalElements;
 1193               extern MetaClass __root_PG_InterOp_CIM_ProductProductDependency;
 1194               extern MetaClass __root_PG_InterOp_CIM_Profile;
 1195               extern MetaClass __root_PG_InterOp_CIM_ReplaceableProductFRU;
 1196               extern MetaClass __root_PG_InterOp_CIM_Spared;
 1197               extern MetaClass __root_PG_InterOp_CIM_StatisticalData;
 1198               extern MetaClass __root_PG_InterOp_CIM_StatisticalInformation;
 1199               extern MetaClass __root_PG_InterOp_CIM_StatisticalSetting;
 1200 mike  1.1.2.4 extern MetaClass __root_PG_InterOp_CIM_Statistics;
 1201               extern MetaClass __root_PG_InterOp_CIM_SupportAccess;
 1202               extern MetaClass __root_PG_InterOp_CIM_Synchronized;
 1203               extern MetaClass __root_PG_InterOp_CIM_SystemConfiguration;
 1204               extern MetaClass __root_PG_InterOp_CIM_SystemSetting;
 1205               extern MetaClass __root_PG_InterOp_CIM_SystemSettingContext;
 1206               extern MetaClass __root_PG_InterOp_CIM_SystemSpecificCollection;
 1207               extern MetaClass __root_PG_InterOp_CIM_SystemStatisticalInformation;
 1208               extern MetaClass __root_PG_InterOp_CIM_CollectedCollections;
 1209               extern MetaClass __root_PG_InterOp_CIM_CollectedMSEs;
 1210               extern MetaClass __root_PG_InterOp_CIM_CollectionConfiguration;
 1211               extern MetaClass __root_PG_InterOp_CIM_CollectionSetting;
 1212               extern MetaClass __root_PG_InterOp_CIM_CompatibleProduct;
 1213               extern MetaClass __root_PG_InterOp_CIM_ConcreteDependency;
 1214               extern MetaClass __root_PG_InterOp_CIM_ConcreteIdentity;
 1215               extern MetaClass __root_PG_InterOp_CIM_ContainedLocation;
 1216               extern MetaClass __root_PG_InterOp_CIM_DeviceStatisticalInformation;
 1217               extern MetaClass __root_PG_InterOp_CIM_ElementConfiguration;
 1218               extern MetaClass __root_PG_InterOp_CIM_ElementLocation;
 1219               extern MetaClass __root_PG_InterOp_CIM_ElementProfile;
 1220               extern MetaClass __root_PG_InterOp_CIM_ElementSetting;
 1221 mike  1.1.2.4 extern MetaClass __root_PG_InterOp_CIM_ElementSettingData;
 1222               extern MetaClass __root_PG_InterOp_CIM_ElementStatisticalData;
 1223               extern MetaClass __root_PG_InterOp_CIM_FRUIncludesProduct;
 1224               extern MetaClass __root_PG_InterOp_CIM_FRUPhysicalElements;
 1225               extern MetaClass __root_PG_InterOp_CIM_LogicalElement;
 1226               extern MetaClass __root_PG_InterOp_CIM_PhysicalElementLocation;
 1227               extern MetaClass __root_PG_InterOp_CIM_PhysicalStatisticalInformation;
 1228               extern MetaClass __root_PG_InterOp_CIM_PhysicalStatistics;
 1229               extern MetaClass __root_PG_InterOp_CIM_ProductSupport;
 1230               extern MetaClass __root_PG_InterOp_CIM_RedundancyGroup;
 1231               extern MetaClass __root_PG_InterOp_CIM_RedundancySet;
 1232               extern MetaClass __root_PG_InterOp_CIM_RelatedStatisticalData;
 1233               extern MetaClass __root_PG_InterOp_CIM_RelatedStatistics;
 1234               extern MetaClass __root_PG_InterOp_CIM_SAPStatisticalInformation;
 1235               extern MetaClass __root_PG_InterOp_CIM_ScopedSettingData;
 1236               extern MetaClass __root_PG_InterOp_CIM_ServiceStatisticalInformation;
 1237               extern MetaClass __root_PG_InterOp_CIM_SettingAssociatedToCapabilities;
 1238               extern MetaClass __root_PG_InterOp_CIM_SoftwareIdentity;
 1239               extern MetaClass __root_PG_InterOp_CIM_SpareGroup;
 1240               extern MetaClass __root_PG_InterOp_CIM_StatisticsCollection;
 1241               extern MetaClass __root_PG_InterOp_CIM_StorageRedundancyGroup;
 1242 mike  1.1.2.4 extern MetaClass __root_PG_InterOp_CIM_StorageRedundancySet;
 1243               extern MetaClass __root_PG_InterOp_CIM_ActsAsSpare;
 1244               extern MetaClass __root_PG_InterOp_CIM_DefaultSetting;
 1245               extern MetaClass __root_PG_InterOp_CIM_ElementSoftwareIdentity;
 1246               extern MetaClass __root_PG_InterOp_CIM_ExtraCapacityGroup;
 1247               extern MetaClass __root_PG_InterOp_CIM_IsSpare;
 1248               extern MetaClass __root_PG_InterOp_CIM_Job;
 1249               extern MetaClass __root_PG_InterOp_CIM_ProductSoftwareComponent;
 1250               extern MetaClass __root_PG_InterOp_CIM_RedundancyComponent;
 1251               extern MetaClass __root_PG_InterOp_CIM_ScopedSetting;
 1252               extern MetaClass __root_PG_InterOp_CIM_ConcreteJob;
 1253               extern MetaClass __root_PG_InterOp_CIM_EnabledLogicalElement;
 1254               extern MetaClass __root_PG_InterOp_CIM_LogicalDevice;
 1255               extern MetaClass __root_PG_InterOp_CIM_Realizes;
 1256               extern MetaClass __root_PG_InterOp_CIM_Service;
 1257               extern MetaClass __root_PG_InterOp_CIM_ServiceAccessPoint;
 1258               extern MetaClass __root_PG_InterOp_CIM_ServiceAccessURI;
 1259               extern MetaClass __root_PG_InterOp_CIM_ServiceAffectsElement;
 1260               extern MetaClass __root_PG_InterOp_CIM_ServiceAvailableToElement;
 1261               extern MetaClass __root_PG_InterOp_CIM_ServiceComponent;
 1262               extern MetaClass __root_PG_InterOp_CIM_ServiceSAPDependency;
 1263 mike  1.1.2.4 extern MetaClass __root_PG_InterOp_CIM_ServiceStatistics;
 1264               extern MetaClass __root_PG_InterOp_CIM_StorageExtent;
 1265               extern MetaClass __root_PG_InterOp_CIM_System;
 1266               extern MetaClass __root_PG_InterOp_CIM_SystemComponent;
 1267               extern MetaClass __root_PG_InterOp_CIM_SystemDevice;
 1268               extern MetaClass __root_PG_InterOp_CIM_SystemPackaging;
 1269               extern MetaClass __root_PG_InterOp_CIM_SystemStatistics;
 1270               extern MetaClass __root_PG_InterOp_CIM_AdminDomain;
 1271               extern MetaClass __root_PG_InterOp_CIM_BasedOn;
 1272               extern MetaClass __root_PG_InterOp_CIM_ConfigurationForSystem;
 1273               extern MetaClass __root_PG_InterOp_CIM_ContainedDomain;
 1274               extern MetaClass __root_PG_InterOp_CIM_DeviceSAPImplementation;
 1275               extern MetaClass __root_PG_InterOp_CIM_DeviceServiceImplementation;
 1276               extern MetaClass __root_PG_InterOp_CIM_DeviceStatistics;
 1277               extern MetaClass __root_PG_InterOp_CIM_ExtentRedundancyComponent;
 1278               extern MetaClass __root_PG_InterOp_CIM_HostedAccessPoint;
 1279               extern MetaClass __root_PG_InterOp_CIM_HostedCollection;
 1280               extern MetaClass __root_PG_InterOp_CIM_HostedService;
 1281               extern MetaClass __root_PG_InterOp_CIM_InstalledSoftwareIdentity;
 1282               extern MetaClass __root_PG_InterOp_CIM_PowerManagementService;
 1283               extern MetaClass __root_PG_InterOp_CIM_ProductServiceComponent;
 1284 mike  1.1.2.4 extern MetaClass __root_PG_InterOp_CIM_ProtocolEndpoint;
 1285               extern MetaClass __root_PG_InterOp_CIM_ProvidesServiceToElement;
 1286               extern MetaClass __root_PG_InterOp_CIM_RemoteServiceAccessPoint;
 1287               extern MetaClass __root_PG_InterOp_CIM_SAPAvailableForElement;
 1288               extern MetaClass __root_PG_InterOp_CIM_SAPSAPDependency;
 1289               extern MetaClass __root_PG_InterOp_CIM_SAPStatistics;
 1290               extern MetaClass __root_PG_InterOp_CIM_ServiceAccessBySAP;
 1291               extern MetaClass __root_PG_InterOp_CIM_ServiceServiceDependency;
 1292               extern MetaClass __root_PG_InterOp_CIM_SettingForSystem;
 1293               extern MetaClass __root_PG_InterOp_CIM_ActiveConnection;
 1294               extern MetaClass __root_PG_InterOp_CIM_BindsTo;
 1295               extern MetaClass __root_PG_InterOp_CIM_ProvidesEndpoint;
 1296               extern MetaClass __root_PG_InterOp_CIM_RemotePort;
 1297               extern MetaClass __root_PG_InterOp_CIM_Indication;
 1298               extern MetaClass __root_PG_InterOp_CIM_ClassIndication;
 1299               extern MetaClass __root_PG_InterOp_CIM_ClassModification;
 1300               extern MetaClass __root_PG_InterOp_CIM_IndicationFilter;
 1301               extern MetaClass __root_PG_InterOp_CIM_InstIndication;
 1302               extern MetaClass __root_PG_InterOp_CIM_InstMethodCall;
 1303               extern MetaClass __root_PG_InterOp_CIM_InstModification;
 1304               extern MetaClass __root_PG_InterOp_CIM_InstRead;
 1305 mike  1.1.2.4 extern MetaClass __root_PG_InterOp_CIM_ListenerDestination;
 1306               extern MetaClass __root_PG_InterOp_CIM_ListenerDestinationCIMXML;
 1307               extern MetaClass __root_PG_InterOp_CIM_ProcessIndication;
 1308               extern MetaClass __root_PG_InterOp_CIM_SNMPTrapIndication;
 1309               extern MetaClass __root_PG_InterOp_CIM_AlertIndication;
 1310               extern MetaClass __root_PG_InterOp_CIM_AlertInstIndication;
 1311               extern MetaClass __root_PG_InterOp_CIM_ClassCreation;
 1312               extern MetaClass __root_PG_InterOp_CIM_ClassDeletion;
 1313               extern MetaClass __root_PG_InterOp_CIM_IndicationHandler;
 1314               extern MetaClass __root_PG_InterOp_CIM_IndicationHandlerCIMXML;
 1315               extern MetaClass __root_PG_InterOp_CIM_IndicationSubscription;
 1316               extern MetaClass __root_PG_InterOp_CIM_InstCreation;
 1317               extern MetaClass __root_PG_InterOp_CIM_InstDeletion;
 1318               extern MetaClass __root_PG_InterOp_CIM_ThresholdIndication;
 1319               extern MetaClass __root_PG_InterOp_CIM_FormattedIndicationSubscription;
 1320               extern MetaClass __root_PG_InterOp_CIM_Namespace;
 1321               extern MetaClass __root_PG_InterOp_CIM_RegisteredProfile;
 1322               extern MetaClass __root_PG_InterOp_CIM_RegisteredSubProfile;
 1323               extern MetaClass __root_PG_InterOp_CIM_SystemIdentification;
 1324               extern MetaClass __root_PG_InterOp_CIM_SystemInNamespace;
 1325               extern MetaClass __root_PG_InterOp_CIM_CIMOMStatisticalData;
 1326 mike  1.1.2.4 extern MetaClass __root_PG_InterOp_CIM_ElementConformsToProfile;
 1327               extern MetaClass __root_PG_InterOp_CIM_ReferencedProfile;
 1328               extern MetaClass __root_PG_InterOp_CIM_SubProfileRequiresProfile;
 1329               extern MetaClass __root_PG_InterOp_CIM_WBEMService;
 1330               extern MetaClass __root_PG_InterOp_CIM_IdentificationOfManagedSystem;
 1331               extern MetaClass __root_PG_InterOp_CIM_ObjectManager;
 1332               extern MetaClass __root_PG_InterOp_CIM_ObjectManagerAdapter;
 1333               extern MetaClass __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism;
 1334               extern MetaClass __root_PG_InterOp_CIM_ProtocolAdapter;
 1335               extern MetaClass __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism;
 1336               extern MetaClass __root_PG_InterOp_CIM_CommMechanismForAdapter;
 1337               extern MetaClass __root_PG_InterOp_CIM_CommMechanismForManager;
 1338               extern MetaClass __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter;
 1339               extern MetaClass __root_PG_InterOp_CIM_NamespaceInManager;
 1340               extern MetaClass __root_PG_InterOp_PG_IndicationHandlerSNMPMapper;
 1341               extern MetaClass __root_PG_InterOp_PG_ListenerDestinationSystemLog;
 1342               extern MetaClass __root_PG_InterOp_PG_ListenerDestinationEmail;
 1343               extern MetaClass __root_PG_InterOp_PG_ProviderModule;
 1344               extern MetaClass __root_PG_InterOp_PG_Provider;
 1345               extern MetaClass __root_PG_InterOp_PG_Capabilities;
 1346               extern MetaClass __root_PG_InterOp_PG_CapabilitiesRegistration;
 1347 mike  1.1.2.4 extern MetaClass __root_PG_InterOp_PG_ProviderCapabilities;
 1348               extern MetaClass __root_PG_InterOp_PG_ConsumerCapabilities;
 1349               extern MetaClass __root_PG_InterOp_PG_ProviderCapabilitiesElements;
 1350               extern MetaClass __root_PG_InterOp_PG_ProviderModuleElements;
 1351               extern MetaClass __root_PG_InterOp_PG_CIMXMLCommunicationMechanism;
 1352               extern MetaClass __root_PG_InterOp_PG_NameSpace;
 1353               extern MetaClass __root_PG_InterOp_CIM_ComputerSystem;
 1354               extern MetaClass __root_PG_InterOp_CIM_UnitaryComputerSystem;
 1355               extern MetaClass __root_PG_InterOp_PG_ComputerSystem;
 1356               extern MetaClass __root_PG_InterOp_PG_ProviderProfileCapabilities;
 1357               extern MetaClass __root_PG_InterOp_PG_ProviderReferencedProfiles;
 1358               extern MetaClass __root_PG_InterOp_PG_RegisteredProfile;
 1359               extern MetaClass __root_PG_InterOp_PG_RegisteredSubProfile;
 1360               extern MetaClass __root_PG_InterOp_PG_ReferencedProfile;
 1361               extern MetaClass __root_PG_InterOp_PG_ElementConformsToProfile;
 1362               extern MetaClass __root_PG_InterOp_PG_SubProfileRequiresProfile;
 1363               extern MetaClass __root_PG_InterOp_PG_SoftwareIdentity;
 1364               extern MetaClass __root_PG_InterOp_PG_ElementSoftwareIdentity;
 1365               extern MetaClass __root_PG_InterOp_PG_ObjectManager;
 1366               extern MetaClass __root_PG_InterOp_PG_CommMechanismForManager;
 1367               extern MetaClass __root_PG_InterOp_PG_NamespaceInManager;
 1368 mike  1.1.2.4 extern MetaClass __root_PG_InterOp_PG_HostedObjectManager;
 1369               extern MetaClass __root_PG_InterOp_PG_HostedAccessPoint;
 1370 mike  1.1.2.1 
 1371               //==============================================================================
 1372               //
 1373               // Class: CIM_ManagedElement
 1374               //
 1375               //==============================================================================
 1376               
 1377               static const char*
 1378               _CIM_ManagedElement_Caption_qualifiers[] =
 1379               {
 1380                   /* MaxLen */
 1381                   "\030\000\000\000\100",
 1382                   0,
 1383               };
 1384               
 1385 mike  1.1.2.4 static MetaProperty
 1386 mike  1.1.2.1 _CIM_ManagedElement_Caption =
 1387               {
 1388                   /* flags */
 1389 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 1390 mike  1.1.2.1     /* name */
 1391                   "Caption",
 1392                   /* qualifiers */
 1393                   _CIM_ManagedElement_Caption_qualifiers,
 1394                   /* type */
 1395                   CIMTYPE_STRING,
 1396                   /* subscript */
 1397                   -1,
 1398                   /* value */
 1399                   0,
 1400               };
 1401               
 1402               static const char*
 1403               _CIM_ManagedElement_Description_qualifiers[] =
 1404               {
 1405                   0,
 1406               };
 1407               
 1408 mike  1.1.2.4 static MetaProperty
 1409 mike  1.1.2.1 _CIM_ManagedElement_Description =
 1410               {
 1411                   /* flags */
 1412 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 1413 mike  1.1.2.1     /* name */
 1414                   "Description",
 1415                   /* qualifiers */
 1416                   _CIM_ManagedElement_Description_qualifiers,
 1417                   /* type */
 1418                   CIMTYPE_STRING,
 1419                   /* subscript */
 1420                   -1,
 1421                   /* value */
 1422                   0,
 1423               };
 1424               
 1425               static const char*
 1426               _CIM_ManagedElement_ElementName_qualifiers[] =
 1427               {
 1428                   0,
 1429               };
 1430               
 1431 mike  1.1.2.4 static MetaProperty
 1432 mike  1.1.2.1 _CIM_ManagedElement_ElementName =
 1433               {
 1434                   /* flags */
 1435 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 1436 mike  1.1.2.1     /* name */
 1437                   "ElementName",
 1438                   /* qualifiers */
 1439                   _CIM_ManagedElement_ElementName_qualifiers,
 1440                   /* type */
 1441                   CIMTYPE_STRING,
 1442                   /* subscript */
 1443                   -1,
 1444                   /* value */
 1445                   0,
 1446               };
 1447               
 1448 mike  1.1.2.4 static MetaFeature*
 1449 mike  1.1.2.1 _CIM_ManagedElement_features[] =
 1450               {
 1451 mike  1.1.2.4     (MetaFeature*)&_CIM_ManagedElement_Caption,
 1452                   (MetaFeature*)&_CIM_ManagedElement_Description,
 1453                   (MetaFeature*)&_CIM_ManagedElement_ElementName,
 1454 mike  1.1.2.1     0,
 1455               };
 1456               
 1457               static const char*
 1458               __root_PG_InterOp_CIM_ManagedElement_qualifiers[] =
 1459               {
 1460                   /* UMLPackagePath */
 1461                   "\057CIM::Core::CoreElements",
 1462 mike  1.1.2.3     /* Abstract */
 1463                   "\002\001",
 1464 mike  1.1.2.1     /* Version */
 1465                   "\0632.10.0",
 1466                   0,
 1467               };
 1468               
 1469 mike  1.1.2.4 MetaClass
 1470 mike  1.1.2.1 __root_PG_InterOp_CIM_ManagedElement =
 1471               {
 1472                   /* flags */
 1473 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 1474 mike  1.1.2.1     /* name */
 1475                   "CIM_ManagedElement",
 1476                   /* qualifiers */
 1477                   __root_PG_InterOp_CIM_ManagedElement_qualifiers,
 1478 mike  1.1.2.2     /* super */
 1479 mike  1.1.2.1     0,
 1480                   /* features */
 1481                   _CIM_ManagedElement_features,
 1482               };
 1483               
 1484               //==============================================================================
 1485               //
 1486               // Class: CIM_Setting
 1487               //
 1488               //==============================================================================
 1489               
 1490               static const char*
 1491               _CIM_Setting_SettingID_qualifiers[] =
 1492               {
 1493                   /* MaxLen */
 1494                   "\030\000\000\001\000",
 1495                   0,
 1496               };
 1497               
 1498 mike  1.1.2.4 static MetaProperty
 1499 mike  1.1.2.1 _CIM_Setting_SettingID =
 1500               {
 1501                   /* flags */
 1502 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 1503 mike  1.1.2.1     /* name */
 1504                   "SettingID",
 1505                   /* qualifiers */
 1506                   _CIM_Setting_SettingID_qualifiers,
 1507                   /* type */
 1508                   CIMTYPE_STRING,
 1509                   /* subscript */
 1510                   -1,
 1511                   /* value */
 1512                   0,
 1513               };
 1514               
 1515               static const char*
 1516               _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers[] =
 1517               {
 1518 mike  1.1.2.3     /* IN */
 1519                   "\024\001",
 1520 mike  1.1.2.1     0,
 1521               };
 1522               
 1523 mike  1.1.2.4 static MetaReference
 1524 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToMSE_MSE =
 1525               {
 1526                   /* flags */
 1527 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_IN,
 1528 mike  1.1.2.1     /* name */
 1529                   "MSE",
 1530                   /* qualifiers */
 1531                   _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers,
 1532                   /* subscript */
 1533                   -1,
 1534 mike  1.1.2.2     /* ref */
 1535 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 1536               };
 1537               
 1538               static const char*
 1539               _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply_qualifiers[] =
 1540               {
 1541 mike  1.1.2.3     /* IN */
 1542                   "\024\001",
 1543 mike  1.1.2.1     0,
 1544               };
 1545               
 1546 mike  1.1.2.4 static MetaProperty
 1547 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply =
 1548               {
 1549                   /* flags */
 1550 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 1551 mike  1.1.2.1     /* name */
 1552                   "TimeToApply",
 1553                   /* qualifiers */
 1554                   _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply_qualifiers,
 1555                   /* type */
 1556                   CIMTYPE_DATETIME,
 1557                   /* subscript */
 1558                   -1,
 1559                   /* value */
 1560                   0,
 1561               };
 1562               
 1563               static const char*
 1564               _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy_qualifiers[] =
 1565               {
 1566 mike  1.1.2.3     /* IN */
 1567                   "\024\001",
 1568 mike  1.1.2.1     0,
 1569               };
 1570               
 1571 mike  1.1.2.4 static MetaProperty
 1572 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy =
 1573               {
 1574                   /* flags */
 1575 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 1576 mike  1.1.2.1     /* name */
 1577                   "MustBeCompletedBy",
 1578                   /* qualifiers */
 1579                   _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy_qualifiers,
 1580                   /* type */
 1581                   CIMTYPE_DATETIME,
 1582                   /* subscript */
 1583                   -1,
 1584                   /* value */
 1585                   0,
 1586               };
 1587               
 1588 mike  1.1.2.4 static MetaFeature*
 1589 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToMSE_parameters[] =
 1590               {
 1591 mike  1.1.2.4     (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_MSE,
 1592                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_TimeToApply,
 1593                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy,
 1594 mike  1.1.2.1     0,
 1595               };
 1596               
 1597               static const char*
 1598               _CIM_Setting_VerifyOKToApplyToMSE_qualifiers[] =
 1599               {
 1600                   0,
 1601               };
 1602               
 1603 mike  1.1.2.4 static MetaMethod
 1604 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToMSE =
 1605               {
 1606                   /* flags */
 1607 mike  1.1.2.4     META_FLAG_METHOD,
 1608 mike  1.1.2.1     /* name */
 1609                   "CIM_Setting",
 1610                   /* qualifiers */
 1611                   _CIM_Setting_VerifyOKToApplyToMSE_qualifiers,
 1612                   /* type */
 1613                   CIMTYPE_UINT32,
 1614                   /* parameters */
 1615                   _CIM_Setting_VerifyOKToApplyToMSE_parameters,
 1616               };
 1617               
 1618               static const char*
 1619               _CIM_Setting_ApplyToMSE_MSE_qualifiers[] =
 1620               {
 1621 mike  1.1.2.3     /* IN */
 1622                   "\024\001",
 1623 mike  1.1.2.1     0,
 1624               };
 1625               
 1626 mike  1.1.2.4 static MetaReference
 1627 mike  1.1.2.1 _CIM_Setting_ApplyToMSE_MSE =
 1628               {
 1629                   /* flags */
 1630 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_IN,
 1631 mike  1.1.2.1     /* name */
 1632                   "MSE",
 1633                   /* qualifiers */
 1634                   _CIM_Setting_ApplyToMSE_MSE_qualifiers,
 1635                   /* subscript */
 1636                   -1,
 1637 mike  1.1.2.2     /* ref */
 1638 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 1639               };
 1640               
 1641               static const char*
 1642               _CIM_Setting_ApplyToMSE_TimeToApply_qualifiers[] =
 1643               {
 1644 mike  1.1.2.3     /* IN */
 1645                   "\024\001",
 1646 mike  1.1.2.1     0,
 1647               };
 1648               
 1649 mike  1.1.2.4 static MetaProperty
 1650 mike  1.1.2.1 _CIM_Setting_ApplyToMSE_TimeToApply =
 1651               {
 1652                   /* flags */
 1653 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 1654 mike  1.1.2.1     /* name */
 1655                   "TimeToApply",
 1656                   /* qualifiers */
 1657                   _CIM_Setting_ApplyToMSE_TimeToApply_qualifiers,
 1658                   /* type */
 1659                   CIMTYPE_DATETIME,
 1660                   /* subscript */
 1661                   -1,
 1662                   /* value */
 1663                   0,
 1664               };
 1665               
 1666               static const char*
 1667               _CIM_Setting_ApplyToMSE_MustBeCompletedBy_qualifiers[] =
 1668               {
 1669 mike  1.1.2.3     /* IN */
 1670                   "\024\001",
 1671 mike  1.1.2.1     0,
 1672               };
 1673               
 1674 mike  1.1.2.4 static MetaProperty
 1675 mike  1.1.2.1 _CIM_Setting_ApplyToMSE_MustBeCompletedBy =
 1676               {
 1677                   /* flags */
 1678 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 1679 mike  1.1.2.1     /* name */
 1680                   "MustBeCompletedBy",
 1681                   /* qualifiers */
 1682                   _CIM_Setting_ApplyToMSE_MustBeCompletedBy_qualifiers,
 1683                   /* type */
 1684                   CIMTYPE_DATETIME,
 1685                   /* subscript */
 1686                   -1,
 1687                   /* value */
 1688                   0,
 1689               };
 1690               
 1691 mike  1.1.2.4 static MetaFeature*
 1692 mike  1.1.2.1 _CIM_Setting_ApplyToMSE_parameters[] =
 1693               {
 1694 mike  1.1.2.4     (MetaFeature*)&_CIM_Setting_ApplyToMSE_MSE,
 1695                   (MetaFeature*)&_CIM_Setting_ApplyToMSE_TimeToApply,
 1696                   (MetaFeature*)&_CIM_Setting_ApplyToMSE_MustBeCompletedBy,
 1697 mike  1.1.2.1     0,
 1698               };
 1699               
 1700               static const char*
 1701               _CIM_Setting_ApplyToMSE_qualifiers[] =
 1702               {
 1703                   0,
 1704               };
 1705               
 1706 mike  1.1.2.4 static MetaMethod
 1707 mike  1.1.2.1 _CIM_Setting_ApplyToMSE =
 1708               {
 1709                   /* flags */
 1710 mike  1.1.2.4     META_FLAG_METHOD,
 1711 mike  1.1.2.1     /* name */
 1712                   "CIM_Setting",
 1713                   /* qualifiers */
 1714                   _CIM_Setting_ApplyToMSE_qualifiers,
 1715                   /* type */
 1716                   CIMTYPE_UINT32,
 1717                   /* parameters */
 1718                   _CIM_Setting_ApplyToMSE_parameters,
 1719               };
 1720               
 1721               static const char*
 1722               _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers[] =
 1723               {
 1724 mike  1.1.2.3     /* IN */
 1725                   "\024\001",
 1726 mike  1.1.2.1     0,
 1727               };
 1728               
 1729 mike  1.1.2.4 static MetaReference
 1730 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToCollection_Collection =
 1731               {
 1732                   /* flags */
 1733 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_IN,
 1734 mike  1.1.2.1     /* name */
 1735                   "Collection",
 1736                   /* qualifiers */
 1737                   _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers,
 1738                   /* subscript */
 1739                   -1,
 1740 mike  1.1.2.2     /* ref */
 1741 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 1742               };
 1743               
 1744               static const char*
 1745               _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply_qualifiers[] =
 1746               {
 1747 mike  1.1.2.3     /* IN */
 1748                   "\024\001",
 1749 mike  1.1.2.1     0,
 1750               };
 1751               
 1752 mike  1.1.2.4 static MetaProperty
 1753 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply =
 1754               {
 1755                   /* flags */
 1756 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 1757 mike  1.1.2.1     /* name */
 1758                   "TimeToApply",
 1759                   /* qualifiers */
 1760                   _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply_qualifiers,
 1761                   /* type */
 1762                   CIMTYPE_DATETIME,
 1763                   /* subscript */
 1764                   -1,
 1765                   /* value */
 1766                   0,
 1767               };
 1768               
 1769               static const char*
 1770               _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy_qualifiers[] =
 1771               {
 1772 mike  1.1.2.3     /* IN */
 1773                   "\024\001",
 1774 mike  1.1.2.1     0,
 1775               };
 1776               
 1777 mike  1.1.2.4 static MetaProperty
 1778 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy =
 1779               {
 1780                   /* flags */
 1781 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 1782 mike  1.1.2.1     /* name */
 1783                   "MustBeCompletedBy",
 1784                   /* qualifiers */
 1785                   _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy_qualifiers,
 1786                   /* type */
 1787                   CIMTYPE_DATETIME,
 1788                   /* subscript */
 1789                   -1,
 1790                   /* value */
 1791                   0,
 1792               };
 1793               
 1794               static const char*
 1795               _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply_qualifiers[] =
 1796               {
 1797 mike  1.1.2.3     /* IN */
 1798                   "\024\000",
 1799                   /* OUT */
 1800                   "\043\001",
 1801 mike  1.1.2.1     0,
 1802               };
 1803               
 1804 mike  1.1.2.4 static MetaProperty
 1805 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply =
 1806               {
 1807                   /* flags */
 1808 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_OUT,
 1809 mike  1.1.2.1     /* name */
 1810                   "CanNotApply",
 1811                   /* qualifiers */
 1812                   _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply_qualifiers,
 1813                   /* type */
 1814                   CIMTYPE_STRING,
 1815                   /* subscript */
 1816                   0,
 1817                   /* value */
 1818                   0,
 1819               };
 1820               
 1821 mike  1.1.2.4 static MetaFeature*
 1822 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToCollection_parameters[] =
 1823               {
 1824 mike  1.1.2.4     (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_Collection,
 1825                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_TimeToApply,
 1826                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy,
 1827                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_CanNotApply,
 1828 mike  1.1.2.1     0,
 1829               };
 1830               
 1831               static const char*
 1832               _CIM_Setting_VerifyOKToApplyToCollection_qualifiers[] =
 1833               {
 1834                   0,
 1835               };
 1836               
 1837 mike  1.1.2.4 static MetaMethod
 1838 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToCollection =
 1839               {
 1840                   /* flags */
 1841 mike  1.1.2.4     META_FLAG_METHOD,
 1842 mike  1.1.2.1     /* name */
 1843                   "CIM_Setting",
 1844                   /* qualifiers */
 1845                   _CIM_Setting_VerifyOKToApplyToCollection_qualifiers,
 1846                   /* type */
 1847                   CIMTYPE_UINT32,
 1848                   /* parameters */
 1849                   _CIM_Setting_VerifyOKToApplyToCollection_parameters,
 1850               };
 1851               
 1852               static const char*
 1853               _CIM_Setting_ApplyToCollection_Collection_qualifiers[] =
 1854               {
 1855 mike  1.1.2.3     /* IN */
 1856                   "\024\001",
 1857 mike  1.1.2.1     0,
 1858               };
 1859               
 1860 mike  1.1.2.4 static MetaReference
 1861 mike  1.1.2.1 _CIM_Setting_ApplyToCollection_Collection =
 1862               {
 1863                   /* flags */
 1864 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_IN,
 1865 mike  1.1.2.1     /* name */
 1866                   "Collection",
 1867                   /* qualifiers */
 1868                   _CIM_Setting_ApplyToCollection_Collection_qualifiers,
 1869                   /* subscript */
 1870                   -1,
 1871 mike  1.1.2.2     /* ref */
 1872 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 1873               };
 1874               
 1875               static const char*
 1876               _CIM_Setting_ApplyToCollection_TimeToApply_qualifiers[] =
 1877               {
 1878 mike  1.1.2.3     /* IN */
 1879                   "\024\001",
 1880 mike  1.1.2.1     0,
 1881               };
 1882               
 1883 mike  1.1.2.4 static MetaProperty
 1884 mike  1.1.2.1 _CIM_Setting_ApplyToCollection_TimeToApply =
 1885               {
 1886                   /* flags */
 1887 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 1888 mike  1.1.2.1     /* name */
 1889                   "TimeToApply",
 1890                   /* qualifiers */
 1891                   _CIM_Setting_ApplyToCollection_TimeToApply_qualifiers,
 1892                   /* type */
 1893                   CIMTYPE_DATETIME,
 1894                   /* subscript */
 1895                   -1,
 1896                   /* value */
 1897                   0,
 1898               };
 1899               
 1900               static const char*
 1901               _CIM_Setting_ApplyToCollection_ContinueOnError_qualifiers[] =
 1902               {
 1903 mike  1.1.2.3     /* IN */
 1904                   "\024\001",
 1905 mike  1.1.2.1     0,
 1906               };
 1907               
 1908 mike  1.1.2.4 static MetaProperty
 1909 mike  1.1.2.1 _CIM_Setting_ApplyToCollection_ContinueOnError =
 1910               {
 1911                   /* flags */
 1912 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 1913 mike  1.1.2.1     /* name */
 1914                   "ContinueOnError",
 1915                   /* qualifiers */
 1916                   _CIM_Setting_ApplyToCollection_ContinueOnError_qualifiers,
 1917                   /* type */
 1918                   CIMTYPE_BOOLEAN,
 1919                   /* subscript */
 1920                   -1,
 1921                   /* value */
 1922                   0,
 1923               };
 1924               
 1925               static const char*
 1926               _CIM_Setting_ApplyToCollection_MustBeCompletedBy_qualifiers[] =
 1927               {
 1928 mike  1.1.2.3     /* IN */
 1929                   "\024\001",
 1930 mike  1.1.2.1     0,
 1931               };
 1932               
 1933 mike  1.1.2.4 static MetaProperty
 1934 mike  1.1.2.1 _CIM_Setting_ApplyToCollection_MustBeCompletedBy =
 1935               {
 1936                   /* flags */
 1937 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 1938 mike  1.1.2.1     /* name */
 1939                   "MustBeCompletedBy",
 1940                   /* qualifiers */
 1941                   _CIM_Setting_ApplyToCollection_MustBeCompletedBy_qualifiers,
 1942                   /* type */
 1943                   CIMTYPE_DATETIME,
 1944                   /* subscript */
 1945                   -1,
 1946                   /* value */
 1947                   0,
 1948               };
 1949               
 1950               static const char*
 1951               _CIM_Setting_ApplyToCollection_CanNotApply_qualifiers[] =
 1952               {
 1953 mike  1.1.2.3     /* IN */
 1954                   "\024\000",
 1955                   /* OUT */
 1956                   "\043\001",
 1957 mike  1.1.2.1     0,
 1958               };
 1959               
 1960 mike  1.1.2.4 static MetaProperty
 1961 mike  1.1.2.1 _CIM_Setting_ApplyToCollection_CanNotApply =
 1962               {
 1963                   /* flags */
 1964 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_OUT,
 1965 mike  1.1.2.1     /* name */
 1966                   "CanNotApply",
 1967                   /* qualifiers */
 1968                   _CIM_Setting_ApplyToCollection_CanNotApply_qualifiers,
 1969                   /* type */
 1970                   CIMTYPE_STRING,
 1971                   /* subscript */
 1972                   0,
 1973                   /* value */
 1974                   0,
 1975               };
 1976               
 1977 mike  1.1.2.4 static MetaFeature*
 1978 mike  1.1.2.1 _CIM_Setting_ApplyToCollection_parameters[] =
 1979               {
 1980 mike  1.1.2.4     (MetaFeature*)&_CIM_Setting_ApplyToCollection_Collection,
 1981                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_TimeToApply,
 1982                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_ContinueOnError,
 1983                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_MustBeCompletedBy,
 1984                   (MetaFeature*)&_CIM_Setting_ApplyToCollection_CanNotApply,
 1985 mike  1.1.2.1     0,
 1986               };
 1987               
 1988               static const char*
 1989               _CIM_Setting_ApplyToCollection_qualifiers[] =
 1990               {
 1991                   0,
 1992               };
 1993               
 1994 mike  1.1.2.4 static MetaMethod
 1995 mike  1.1.2.1 _CIM_Setting_ApplyToCollection =
 1996               {
 1997                   /* flags */
 1998 mike  1.1.2.4     META_FLAG_METHOD,
 1999 mike  1.1.2.1     /* name */
 2000                   "CIM_Setting",
 2001                   /* qualifiers */
 2002                   _CIM_Setting_ApplyToCollection_qualifiers,
 2003                   /* type */
 2004                   CIMTYPE_UINT32,
 2005                   /* parameters */
 2006                   _CIM_Setting_ApplyToCollection_parameters,
 2007               };
 2008               
 2009               static const char*
 2010               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers[] =
 2011               {
 2012 mike  1.1.2.3     /* IN */
 2013                   "\024\001",
 2014 mike  1.1.2.1     0,
 2015               };
 2016               
 2017 mike  1.1.2.4 static MetaReference
 2018 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE =
 2019               {
 2020                   /* flags */
 2021 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_IN,
 2022 mike  1.1.2.1     /* name */
 2023                   "MSE",
 2024                   /* qualifiers */
 2025                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers,
 2026                   /* subscript */
 2027                   -1,
 2028 mike  1.1.2.2     /* ref */
 2029 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 2030               };
 2031               
 2032               static const char*
 2033               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] =
 2034               {
 2035 mike  1.1.2.3     /* IN */
 2036                   "\024\001",
 2037 mike  1.1.2.1     0,
 2038               };
 2039               
 2040 mike  1.1.2.4 static MetaProperty
 2041 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply =
 2042               {
 2043                   /* flags */
 2044 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 2045 mike  1.1.2.1     /* name */
 2046                   "TimeToApply",
 2047                   /* qualifiers */
 2048                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply_qualifiers,
 2049                   /* type */
 2050                   CIMTYPE_DATETIME,
 2051                   /* subscript */
 2052                   -1,
 2053                   /* value */
 2054                   0,
 2055               };
 2056               
 2057               static const char*
 2058               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] =
 2059               {
 2060 mike  1.1.2.3     /* IN */
 2061                   "\024\001",
 2062 mike  1.1.2.1     0,
 2063               };
 2064               
 2065 mike  1.1.2.4 static MetaProperty
 2066 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy =
 2067               {
 2068                   /* flags */
 2069 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 2070 mike  1.1.2.1     /* name */
 2071                   "MustBeCompletedBy",
 2072                   /* qualifiers */
 2073                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers,
 2074                   /* type */
 2075                   CIMTYPE_DATETIME,
 2076                   /* subscript */
 2077                   -1,
 2078                   /* value */
 2079                   0,
 2080               };
 2081               
 2082               static const char*
 2083               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] =
 2084               {
 2085 mike  1.1.2.3     /* IN */
 2086                   "\024\001",
 2087 mike  1.1.2.1     0,
 2088               };
 2089               
 2090 mike  1.1.2.4 static MetaProperty
 2091 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply =
 2092               {
 2093                   /* flags */
 2094 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 2095 mike  1.1.2.1     /* name */
 2096                   "PropertiesToApply",
 2097                   /* qualifiers */
 2098                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers,
 2099                   /* type */
 2100                   CIMTYPE_STRING,
 2101                   /* subscript */
 2102                   0,
 2103                   /* value */
 2104                   0,
 2105               };
 2106               
 2107 mike  1.1.2.4 static MetaFeature*
 2108 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_parameters[] =
 2109               {
 2110 mike  1.1.2.4     (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE,
 2111                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply,
 2112                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy,
 2113                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply,
 2114 mike  1.1.2.1     0,
 2115               };
 2116               
 2117               static const char*
 2118               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_qualifiers[] =
 2119               {
 2120                   0,
 2121               };
 2122               
 2123 mike  1.1.2.4 static MetaMethod
 2124 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE =
 2125               {
 2126                   /* flags */
 2127 mike  1.1.2.4     META_FLAG_METHOD,
 2128 mike  1.1.2.1     /* name */
 2129                   "CIM_Setting",
 2130                   /* qualifiers */
 2131                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_qualifiers,
 2132                   /* type */
 2133                   CIMTYPE_UINT32,
 2134                   /* parameters */
 2135                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_parameters,
 2136               };
 2137               
 2138               static const char*
 2139               _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers[] =
 2140               {
 2141 mike  1.1.2.3     /* IN */
 2142                   "\024\001",
 2143 mike  1.1.2.1     0,
 2144               };
 2145               
 2146 mike  1.1.2.4 static MetaReference
 2147 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToMSE_MSE =
 2148               {
 2149                   /* flags */
 2150 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_IN,
 2151 mike  1.1.2.1     /* name */
 2152                   "MSE",
 2153                   /* qualifiers */
 2154                   _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers,
 2155                   /* subscript */
 2156                   -1,
 2157 mike  1.1.2.2     /* ref */
 2158 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 2159               };
 2160               
 2161               static const char*
 2162               _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] =
 2163               {
 2164 mike  1.1.2.3     /* IN */
 2165                   "\024\001",
 2166 mike  1.1.2.1     0,
 2167               };
 2168               
 2169 mike  1.1.2.4 static MetaProperty
 2170 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply =
 2171               {
 2172                   /* flags */
 2173 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 2174 mike  1.1.2.1     /* name */
 2175                   "TimeToApply",
 2176                   /* qualifiers */
 2177                   _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply_qualifiers,
 2178                   /* type */
 2179                   CIMTYPE_DATETIME,
 2180                   /* subscript */
 2181                   -1,
 2182                   /* value */
 2183                   0,
 2184               };
 2185               
 2186               static const char*
 2187               _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] =
 2188               {
 2189 mike  1.1.2.3     /* IN */
 2190                   "\024\001",
 2191 mike  1.1.2.1     0,
 2192               };
 2193               
 2194 mike  1.1.2.4 static MetaProperty
 2195 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy =
 2196               {
 2197                   /* flags */
 2198 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 2199 mike  1.1.2.1     /* name */
 2200                   "MustBeCompletedBy",
 2201                   /* qualifiers */
 2202                   _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers,
 2203                   /* type */
 2204                   CIMTYPE_DATETIME,
 2205                   /* subscript */
 2206                   -1,
 2207                   /* value */
 2208                   0,
 2209               };
 2210               
 2211               static const char*
 2212               _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] =
 2213               {
 2214 mike  1.1.2.3     /* IN */
 2215                   "\024\001",
 2216 mike  1.1.2.1     0,
 2217               };
 2218               
 2219 mike  1.1.2.4 static MetaProperty
 2220 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply =
 2221               {
 2222                   /* flags */
 2223 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 2224 mike  1.1.2.1     /* name */
 2225                   "PropertiesToApply",
 2226                   /* qualifiers */
 2227                   _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers,
 2228                   /* type */
 2229                   CIMTYPE_STRING,
 2230                   /* subscript */
 2231                   0,
 2232                   /* value */
 2233                   0,
 2234               };
 2235               
 2236 mike  1.1.2.4 static MetaFeature*
 2237 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToMSE_parameters[] =
 2238               {
 2239 mike  1.1.2.4     (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MSE,
 2240                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply,
 2241                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy,
 2242                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply,
 2243 mike  1.1.2.1     0,
 2244               };
 2245               
 2246               static const char*
 2247               _CIM_Setting_ApplyIncrementalChangeToMSE_qualifiers[] =
 2248               {
 2249                   0,
 2250               };
 2251               
 2252 mike  1.1.2.4 static MetaMethod
 2253 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToMSE =
 2254               {
 2255                   /* flags */
 2256 mike  1.1.2.4     META_FLAG_METHOD,
 2257 mike  1.1.2.1     /* name */
 2258                   "CIM_Setting",
 2259                   /* qualifiers */
 2260                   _CIM_Setting_ApplyIncrementalChangeToMSE_qualifiers,
 2261                   /* type */
 2262                   CIMTYPE_UINT32,
 2263                   /* parameters */
 2264                   _CIM_Setting_ApplyIncrementalChangeToMSE_parameters,
 2265               };
 2266               
 2267               static const char*
 2268               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers[] =
 2269               {
 2270 mike  1.1.2.3     /* IN */
 2271                   "\024\001",
 2272 mike  1.1.2.1     0,
 2273               };
 2274               
 2275 mike  1.1.2.4 static MetaReference
 2276 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection =
 2277               {
 2278                   /* flags */
 2279 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_IN,
 2280 mike  1.1.2.1     /* name */
 2281                   "Collection",
 2282                   /* qualifiers */
 2283                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers,
 2284                   /* subscript */
 2285                   -1,
 2286 mike  1.1.2.2     /* ref */
 2287 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 2288               };
 2289               
 2290               static const char*
 2291               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] =
 2292               {
 2293 mike  1.1.2.3     /* IN */
 2294                   "\024\001",
 2295 mike  1.1.2.1     0,
 2296               };
 2297               
 2298 mike  1.1.2.4 static MetaProperty
 2299 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply =
 2300               {
 2301                   /* flags */
 2302 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 2303 mike  1.1.2.1     /* name */
 2304                   "TimeToApply",
 2305                   /* qualifiers */
 2306                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply_qualifiers,
 2307                   /* type */
 2308                   CIMTYPE_DATETIME,
 2309                   /* subscript */
 2310                   -1,
 2311                   /* value */
 2312                   0,
 2313               };
 2314               
 2315               static const char*
 2316               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] =
 2317               {
 2318 mike  1.1.2.3     /* IN */
 2319                   "\024\001",
 2320 mike  1.1.2.1     0,
 2321               };
 2322               
 2323 mike  1.1.2.4 static MetaProperty
 2324 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy =
 2325               {
 2326                   /* flags */
 2327 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 2328 mike  1.1.2.1     /* name */
 2329                   "MustBeCompletedBy",
 2330                   /* qualifiers */
 2331                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers,
 2332                   /* type */
 2333                   CIMTYPE_DATETIME,
 2334                   /* subscript */
 2335                   -1,
 2336                   /* value */
 2337                   0,
 2338               };
 2339               
 2340               static const char*
 2341               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] =
 2342               {
 2343 mike  1.1.2.3     /* IN */
 2344                   "\024\001",
 2345 mike  1.1.2.1     0,
 2346               };
 2347               
 2348 mike  1.1.2.4 static MetaProperty
 2349 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply =
 2350               {
 2351                   /* flags */
 2352 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 2353 mike  1.1.2.1     /* name */
 2354                   "PropertiesToApply",
 2355                   /* qualifiers */
 2356                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers,
 2357                   /* type */
 2358                   CIMTYPE_STRING,
 2359                   /* subscript */
 2360                   0,
 2361                   /* value */
 2362                   0,
 2363               };
 2364               
 2365               static const char*
 2366               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] =
 2367               {
 2368 mike  1.1.2.3     /* IN */
 2369                   "\024\000",
 2370                   /* OUT */
 2371                   "\043\001",
 2372 mike  1.1.2.1     0,
 2373               };
 2374               
 2375 mike  1.1.2.4 static MetaProperty
 2376 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply =
 2377               {
 2378                   /* flags */
 2379 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_OUT,
 2380 mike  1.1.2.1     /* name */
 2381                   "CanNotApply",
 2382                   /* qualifiers */
 2383                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply_qualifiers,
 2384                   /* type */
 2385                   CIMTYPE_STRING,
 2386                   /* subscript */
 2387                   0,
 2388                   /* value */
 2389                   0,
 2390               };
 2391               
 2392 mike  1.1.2.4 static MetaFeature*
 2393 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_parameters[] =
 2394               {
 2395 mike  1.1.2.4     (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection,
 2396                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply,
 2397                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy,
 2398                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply,
 2399                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply,
 2400 mike  1.1.2.1     0,
 2401               };
 2402               
 2403               static const char*
 2404               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_qualifiers[] =
 2405               {
 2406                   0,
 2407               };
 2408               
 2409 mike  1.1.2.4 static MetaMethod
 2410 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection =
 2411               {
 2412                   /* flags */
 2413 mike  1.1.2.4     META_FLAG_METHOD,
 2414 mike  1.1.2.1     /* name */
 2415                   "CIM_Setting",
 2416                   /* qualifiers */
 2417                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_qualifiers,
 2418                   /* type */
 2419                   CIMTYPE_UINT32,
 2420                   /* parameters */
 2421                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_parameters,
 2422               };
 2423               
 2424               static const char*
 2425               _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers[] =
 2426               {
 2427 mike  1.1.2.3     /* IN */
 2428                   "\024\001",
 2429 mike  1.1.2.1     0,
 2430               };
 2431               
 2432 mike  1.1.2.4 static MetaReference
 2433 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToCollection_Collection =
 2434               {
 2435                   /* flags */
 2436 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_IN,
 2437 mike  1.1.2.1     /* name */
 2438                   "Collection",
 2439                   /* qualifiers */
 2440                   _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers,
 2441                   /* subscript */
 2442                   -1,
 2443 mike  1.1.2.2     /* ref */
 2444 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 2445               };
 2446               
 2447               static const char*
 2448               _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] =
 2449               {
 2450 mike  1.1.2.3     /* IN */
 2451                   "\024\001",
 2452 mike  1.1.2.1     0,
 2453               };
 2454               
 2455 mike  1.1.2.4 static MetaProperty
 2456 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply =
 2457               {
 2458                   /* flags */
 2459 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 2460 mike  1.1.2.1     /* name */
 2461                   "TimeToApply",
 2462                   /* qualifiers */
 2463                   _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply_qualifiers,
 2464                   /* type */
 2465                   CIMTYPE_DATETIME,
 2466                   /* subscript */
 2467                   -1,
 2468                   /* value */
 2469                   0,
 2470               };
 2471               
 2472               static const char*
 2473               _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError_qualifiers[] =
 2474               {
 2475 mike  1.1.2.3     /* IN */
 2476                   "\024\001",
 2477 mike  1.1.2.1     0,
 2478               };
 2479               
 2480 mike  1.1.2.4 static MetaProperty
 2481 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError =
 2482               {
 2483                   /* flags */
 2484 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 2485 mike  1.1.2.1     /* name */
 2486                   "ContinueOnError",
 2487                   /* qualifiers */
 2488                   _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError_qualifiers,
 2489                   /* type */
 2490                   CIMTYPE_BOOLEAN,
 2491                   /* subscript */
 2492                   -1,
 2493                   /* value */
 2494                   0,
 2495               };
 2496               
 2497               static const char*
 2498               _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] =
 2499               {
 2500 mike  1.1.2.3     /* IN */
 2501                   "\024\001",
 2502 mike  1.1.2.1     0,
 2503               };
 2504               
 2505 mike  1.1.2.4 static MetaProperty
 2506 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy =
 2507               {
 2508                   /* flags */
 2509 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 2510 mike  1.1.2.1     /* name */
 2511                   "MustBeCompletedBy",
 2512                   /* qualifiers */
 2513                   _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers,
 2514                   /* type */
 2515                   CIMTYPE_DATETIME,
 2516                   /* subscript */
 2517                   -1,
 2518                   /* value */
 2519                   0,
 2520               };
 2521               
 2522               static const char*
 2523               _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] =
 2524               {
 2525 mike  1.1.2.3     /* IN */
 2526                   "\024\001",
 2527 mike  1.1.2.1     0,
 2528               };
 2529               
 2530 mike  1.1.2.4 static MetaProperty
 2531 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply =
 2532               {
 2533                   /* flags */
 2534 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 2535 mike  1.1.2.1     /* name */
 2536                   "PropertiesToApply",
 2537                   /* qualifiers */
 2538                   _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers,
 2539                   /* type */
 2540                   CIMTYPE_STRING,
 2541                   /* subscript */
 2542                   0,
 2543                   /* value */
 2544                   0,
 2545               };
 2546               
 2547               static const char*
 2548               _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] =
 2549               {
 2550 mike  1.1.2.3     /* IN */
 2551                   "\024\000",
 2552                   /* OUT */
 2553                   "\043\001",
 2554 mike  1.1.2.1     0,
 2555               };
 2556               
 2557 mike  1.1.2.4 static MetaProperty
 2558 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply =
 2559               {
 2560                   /* flags */
 2561 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_OUT,
 2562 mike  1.1.2.1     /* name */
 2563                   "CanNotApply",
 2564                   /* qualifiers */
 2565                   _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply_qualifiers,
 2566                   /* type */
 2567                   CIMTYPE_STRING,
 2568                   /* subscript */
 2569                   0,
 2570                   /* value */
 2571                   0,
 2572               };
 2573               
 2574 mike  1.1.2.4 static MetaFeature*
 2575 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToCollection_parameters[] =
 2576               {
 2577 mike  1.1.2.4     (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_Collection,
 2578                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply,
 2579                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError,
 2580                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy,
 2581                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply,
 2582                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply,
 2583 mike  1.1.2.1     0,
 2584               };
 2585               
 2586               static const char*
 2587               _CIM_Setting_ApplyIncrementalChangeToCollection_qualifiers[] =
 2588               {
 2589                   0,
 2590               };
 2591               
 2592 mike  1.1.2.4 static MetaMethod
 2593 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToCollection =
 2594               {
 2595                   /* flags */
 2596 mike  1.1.2.4     META_FLAG_METHOD,
 2597 mike  1.1.2.1     /* name */
 2598                   "CIM_Setting",
 2599                   /* qualifiers */
 2600                   _CIM_Setting_ApplyIncrementalChangeToCollection_qualifiers,
 2601                   /* type */
 2602                   CIMTYPE_UINT32,
 2603                   /* parameters */
 2604                   _CIM_Setting_ApplyIncrementalChangeToCollection_parameters,
 2605               };
 2606               
 2607 mike  1.1.2.4 static MetaFeature*
 2608 mike  1.1.2.1 _CIM_Setting_features[] =
 2609               {
 2610 mike  1.1.2.4     (MetaFeature*)&_CIM_Setting_SettingID,
 2611                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE,
 2612                   (MetaFeature*)&_CIM_Setting_ApplyToMSE,
 2613                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection,
 2614                   (MetaFeature*)&_CIM_Setting_ApplyToCollection,
 2615                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE,
 2616                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE,
 2617                   (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection,
 2618                   (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection,
 2619 mike  1.1.2.1     0,
 2620               };
 2621               
 2622               static const char*
 2623               __root_PG_InterOp_CIM_Setting_qualifiers[] =
 2624               {
 2625                   /* UMLPackagePath */
 2626                   "\057CIM::Core::Settings",
 2627 mike  1.1.2.3     /* Abstract */
 2628                   "\002\001",
 2629 mike  1.1.2.1     /* Version */
 2630                   "\0632.8.1000",
 2631                   0,
 2632               };
 2633               
 2634 mike  1.1.2.4 MetaClass
 2635 mike  1.1.2.1 __root_PG_InterOp_CIM_Setting =
 2636               {
 2637                   /* flags */
 2638 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 2639 mike  1.1.2.1     /* name */
 2640                   "CIM_Setting",
 2641                   /* qualifiers */
 2642                   __root_PG_InterOp_CIM_Setting_qualifiers,
 2643 mike  1.1.2.2     /* super */
 2644 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 2645                   /* features */
 2646                   _CIM_Setting_features,
 2647               };
 2648               
 2649               //==============================================================================
 2650               //
 2651               // Class: CIM_SettingContext
 2652               //
 2653               //==============================================================================
 2654               
 2655               static const char*
 2656               _CIM_SettingContext_Context_qualifiers[] =
 2657               {
 2658 mike  1.1.2.3     /* Key */
 2659                   "\025\001",
 2660                   /* Aggregate */
 2661                   "\003\001",
 2662 mike  1.1.2.1     0,
 2663               };
 2664               
 2665 mike  1.1.2.4 static MetaReference
 2666 mike  1.1.2.1 _CIM_SettingContext_Context =
 2667               {
 2668                   /* flags */
 2669 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 2670 mike  1.1.2.1     /* name */
 2671                   "Context",
 2672                   /* qualifiers */
 2673                   _CIM_SettingContext_Context_qualifiers,
 2674                   /* subscript */
 2675                   -1,
 2676 mike  1.1.2.2     /* refId */
 2677 mike  1.1.2.1     &__root_PG_InterOp_CIM_Configuration,
 2678               };
 2679               
 2680               static const char*
 2681               _CIM_SettingContext_Setting_qualifiers[] =
 2682               {
 2683 mike  1.1.2.3     /* Key */
 2684                   "\025\001",
 2685 mike  1.1.2.1     0,
 2686               };
 2687               
 2688 mike  1.1.2.4 static MetaReference
 2689 mike  1.1.2.1 _CIM_SettingContext_Setting =
 2690               {
 2691                   /* flags */
 2692 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 2693 mike  1.1.2.1     /* name */
 2694                   "Setting",
 2695                   /* qualifiers */
 2696                   _CIM_SettingContext_Setting_qualifiers,
 2697                   /* subscript */
 2698                   -1,
 2699 mike  1.1.2.2     /* refId */
 2700 mike  1.1.2.1     &__root_PG_InterOp_CIM_Setting,
 2701               };
 2702               
 2703 mike  1.1.2.4 static MetaFeature*
 2704 mike  1.1.2.1 _CIM_SettingContext_features[] =
 2705               {
 2706 mike  1.1.2.4     (MetaFeature*)&_CIM_SettingContext_Context,
 2707                   (MetaFeature*)&_CIM_SettingContext_Setting,
 2708 mike  1.1.2.1     0,
 2709               };
 2710               
 2711               static const char*
 2712               __root_PG_InterOp_CIM_SettingContext_qualifiers[] =
 2713               {
 2714 mike  1.1.2.3     /* ASSOCIATION */
 2715                   "\000\001",
 2716 mike  1.1.2.1     /* UMLPackagePath */
 2717                   "\057CIM::Core::Settings",
 2718 mike  1.1.2.3     /* Aggregation */
 2719                   "\004\001",
 2720 mike  1.1.2.1     /* Version */
 2721                   "\0632.6.0",
 2722                   0,
 2723               };
 2724               
 2725 mike  1.1.2.4 MetaClass
 2726 mike  1.1.2.1 __root_PG_InterOp_CIM_SettingContext =
 2727               {
 2728                   /* flags */
 2729 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 2730 mike  1.1.2.1     /* name */
 2731                   "CIM_SettingContext",
 2732                   /* qualifiers */
 2733                   __root_PG_InterOp_CIM_SettingContext_qualifiers,
 2734 mike  1.1.2.2     /* super */
 2735 mike  1.1.2.1     0,
 2736                   /* features */
 2737                   _CIM_SettingContext_features,
 2738               };
 2739               
 2740               //==============================================================================
 2741               //
 2742               // Class: CIM_SettingData
 2743               //
 2744               //==============================================================================
 2745               
 2746               static const char*
 2747               _CIM_SettingData_InstanceID_qualifiers[] =
 2748               {
 2749 mike  1.1.2.3     /* Key */
 2750                   "\025\001",
 2751 mike  1.1.2.1     0,
 2752               };
 2753               
 2754 mike  1.1.2.4 static MetaProperty
 2755 mike  1.1.2.1 _CIM_SettingData_InstanceID =
 2756               {
 2757                   /* flags */
 2758 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 2759 mike  1.1.2.1     /* name */
 2760                   "InstanceID",
 2761                   /* qualifiers */
 2762                   _CIM_SettingData_InstanceID_qualifiers,
 2763                   /* type */
 2764                   CIMTYPE_STRING,
 2765                   /* subscript */
 2766                   -1,
 2767                   /* value */
 2768                   0,
 2769               };
 2770               
 2771               static const char*
 2772               _CIM_SettingData_ElementName_qualifiers[] =
 2773               {
 2774 mike  1.1.2.3     /* Required */
 2775                   "\050\001",
 2776 mike  1.1.2.1     /* Override */
 2777                   "\044ElementName",
 2778                   0,
 2779               };
 2780               
 2781 mike  1.1.2.4 static MetaProperty
 2782 mike  1.1.2.1 _CIM_SettingData_ElementName =
 2783               {
 2784                   /* flags */
 2785 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 2786 mike  1.1.2.1     /* name */
 2787                   "ElementName",
 2788                   /* qualifiers */
 2789                   _CIM_SettingData_ElementName_qualifiers,
 2790                   /* type */
 2791                   CIMTYPE_STRING,
 2792                   /* subscript */
 2793                   -1,
 2794                   /* value */
 2795                   0,
 2796               };
 2797               
 2798 mike  1.1.2.4 static MetaFeature*
 2799 mike  1.1.2.1 _CIM_SettingData_features[] =
 2800               {
 2801 mike  1.1.2.4     (MetaFeature*)&_CIM_SettingData_InstanceID,
 2802                   (MetaFeature*)&_CIM_SettingData_ElementName,
 2803 mike  1.1.2.1     0,
 2804               };
 2805               
 2806               static const char*
 2807               __root_PG_InterOp_CIM_SettingData_qualifiers[] =
 2808               {
 2809                   /* UMLPackagePath */
 2810                   "\057CIM::Core::Settings",
 2811 mike  1.1.2.3     /* Abstract */
 2812                   "\002\001",
 2813 mike  1.1.2.1     /* Version */
 2814                   "\0632.10.0",
 2815                   0,
 2816               };
 2817               
 2818 mike  1.1.2.4 MetaClass
 2819 mike  1.1.2.1 __root_PG_InterOp_CIM_SettingData =
 2820               {
 2821                   /* flags */
 2822 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 2823 mike  1.1.2.1     /* name */
 2824                   "CIM_SettingData",
 2825                   /* qualifiers */
 2826                   __root_PG_InterOp_CIM_SettingData_qualifiers,
 2827 mike  1.1.2.2     /* super */
 2828 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 2829                   /* features */
 2830                   _CIM_SettingData_features,
 2831               };
 2832               
 2833               //==============================================================================
 2834               //
 2835               // Class: CIM_Capabilities
 2836               //
 2837               //==============================================================================
 2838               
 2839               static const char*
 2840               _CIM_Capabilities_InstanceID_qualifiers[] =
 2841               {
 2842 mike  1.1.2.3     /* Key */
 2843                   "\025\001",
 2844 mike  1.1.2.1     0,
 2845               };
 2846               
 2847 mike  1.1.2.4 static MetaProperty
 2848 mike  1.1.2.1 _CIM_Capabilities_InstanceID =
 2849               {
 2850                   /* flags */
 2851 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 2852 mike  1.1.2.1     /* name */
 2853                   "InstanceID",
 2854                   /* qualifiers */
 2855                   _CIM_Capabilities_InstanceID_qualifiers,
 2856                   /* type */
 2857                   CIMTYPE_STRING,
 2858                   /* subscript */
 2859                   -1,
 2860                   /* value */
 2861                   0,
 2862               };
 2863               
 2864               static const char*
 2865               _CIM_Capabilities_ElementName_qualifiers[] =
 2866               {
 2867 mike  1.1.2.3     /* Required */
 2868                   "\050\001",
 2869 mike  1.1.2.1     /* Override */
 2870                   "\044ElementName",
 2871                   0,
 2872               };
 2873               
 2874 mike  1.1.2.4 static MetaProperty
 2875 mike  1.1.2.1 _CIM_Capabilities_ElementName =
 2876               {
 2877                   /* flags */
 2878 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 2879 mike  1.1.2.1     /* name */
 2880                   "ElementName",
 2881                   /* qualifiers */
 2882                   _CIM_Capabilities_ElementName_qualifiers,
 2883                   /* type */
 2884                   CIMTYPE_STRING,
 2885                   /* subscript */
 2886                   -1,
 2887                   /* value */
 2888                   0,
 2889               };
 2890               
 2891 mike  1.1.2.4 static MetaFeature*
 2892 mike  1.1.2.1 _CIM_Capabilities_features[] =
 2893               {
 2894 mike  1.1.2.4     (MetaFeature*)&_CIM_Capabilities_InstanceID,
 2895                   (MetaFeature*)&_CIM_Capabilities_ElementName,
 2896 mike  1.1.2.1     0,
 2897               };
 2898               
 2899               static const char*
 2900               __root_PG_InterOp_CIM_Capabilities_qualifiers[] =
 2901               {
 2902                   /* UMLPackagePath */
 2903                   "\057CIM::Core::Capabilities",
 2904 mike  1.1.2.3     /* Abstract */
 2905                   "\002\001",
 2906 mike  1.1.2.1     /* Version */
 2907                   "\0632.7.0",
 2908                   0,
 2909               };
 2910               
 2911 mike  1.1.2.4 MetaClass
 2912 mike  1.1.2.1 __root_PG_InterOp_CIM_Capabilities =
 2913               {
 2914                   /* flags */
 2915 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 2916 mike  1.1.2.1     /* name */
 2917                   "CIM_Capabilities",
 2918                   /* qualifiers */
 2919                   __root_PG_InterOp_CIM_Capabilities_qualifiers,
 2920 mike  1.1.2.2     /* super */
 2921 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 2922                   /* features */
 2923                   _CIM_Capabilities_features,
 2924               };
 2925               
 2926               //==============================================================================
 2927               //
 2928               // Class: CIM_Collection
 2929               //
 2930               //==============================================================================
 2931               
 2932 mike  1.1.2.4 static MetaFeature*
 2933 mike  1.1.2.1 _CIM_Collection_features[] =
 2934               {
 2935                   0,
 2936               };
 2937               
 2938               static const char*
 2939               __root_PG_InterOp_CIM_Collection_qualifiers[] =
 2940               {
 2941                   /* UMLPackagePath */
 2942                   "\057CIM::Core::Collection",
 2943 mike  1.1.2.3     /* Abstract */
 2944                   "\002\001",
 2945 mike  1.1.2.1     /* Version */
 2946                   "\0632.6.0",
 2947                   0,
 2948               };
 2949               
 2950 mike  1.1.2.4 MetaClass
 2951 mike  1.1.2.1 __root_PG_InterOp_CIM_Collection =
 2952               {
 2953                   /* flags */
 2954 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 2955 mike  1.1.2.1     /* name */
 2956                   "CIM_Collection",
 2957                   /* qualifiers */
 2958                   __root_PG_InterOp_CIM_Collection_qualifiers,
 2959 mike  1.1.2.2     /* super */
 2960 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 2961                   /* features */
 2962                   _CIM_Collection_features,
 2963               };
 2964               
 2965               //==============================================================================
 2966               //
 2967               // Class: CIM_CollectionOfMSEs
 2968               //
 2969               //==============================================================================
 2970               
 2971               static const char*
 2972               _CIM_CollectionOfMSEs_CollectionID_qualifiers[] =
 2973               {
 2974                   /* MaxLen */
 2975                   "\030\000\000\001\000",
 2976                   0,
 2977               };
 2978               
 2979 mike  1.1.2.4 static MetaProperty
 2980 mike  1.1.2.1 _CIM_CollectionOfMSEs_CollectionID =
 2981               {
 2982                   /* flags */
 2983 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 2984 mike  1.1.2.1     /* name */
 2985                   "CollectionID",
 2986                   /* qualifiers */
 2987                   _CIM_CollectionOfMSEs_CollectionID_qualifiers,
 2988                   /* type */
 2989                   CIMTYPE_STRING,
 2990                   /* subscript */
 2991                   -1,
 2992                   /* value */
 2993                   0,
 2994               };
 2995               
 2996 mike  1.1.2.4 static MetaFeature*
 2997 mike  1.1.2.1 _CIM_CollectionOfMSEs_features[] =
 2998               {
 2999 mike  1.1.2.4     (MetaFeature*)&_CIM_CollectionOfMSEs_CollectionID,
 3000 mike  1.1.2.1     0,
 3001               };
 3002               
 3003               static const char*
 3004               __root_PG_InterOp_CIM_CollectionOfMSEs_qualifiers[] =
 3005               {
 3006                   /* UMLPackagePath */
 3007                   "\057CIM::Core::Collection",
 3008 mike  1.1.2.3     /* Abstract */
 3009                   "\002\001",
 3010 mike  1.1.2.1     /* Version */
 3011                   "\0632.10.0",
 3012                   0,
 3013               };
 3014               
 3015 mike  1.1.2.4 MetaClass
 3016 mike  1.1.2.1 __root_PG_InterOp_CIM_CollectionOfMSEs =
 3017               {
 3018                   /* flags */
 3019 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 3020 mike  1.1.2.1     /* name */
 3021                   "CIM_CollectionOfMSEs",
 3022                   /* qualifiers */
 3023                   __root_PG_InterOp_CIM_CollectionOfMSEs_qualifiers,
 3024 mike  1.1.2.2     /* super */
 3025 mike  1.1.2.1     &__root_PG_InterOp_CIM_Collection,
 3026                   /* features */
 3027                   _CIM_CollectionOfMSEs_features,
 3028               };
 3029               
 3030               //==============================================================================
 3031               //
 3032               // Class: CIM_Component
 3033               //
 3034               //==============================================================================
 3035               
 3036               static const char*
 3037               _CIM_Component_GroupComponent_qualifiers[] =
 3038               {
 3039 mike  1.1.2.3     /* Key */
 3040                   "\025\001",
 3041                   /* Aggregate */
 3042                   "\003\001",
 3043 mike  1.1.2.1     0,
 3044               };
 3045               
 3046 mike  1.1.2.4 static MetaReference
 3047 mike  1.1.2.1 _CIM_Component_GroupComponent =
 3048               {
 3049                   /* flags */
 3050 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 3051 mike  1.1.2.1     /* name */
 3052                   "GroupComponent",
 3053                   /* qualifiers */
 3054                   _CIM_Component_GroupComponent_qualifiers,
 3055                   /* subscript */
 3056                   -1,
 3057 mike  1.1.2.2     /* refId */
 3058 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3059               };
 3060               
 3061               static const char*
 3062               _CIM_Component_PartComponent_qualifiers[] =
 3063               {
 3064 mike  1.1.2.3     /* Key */
 3065                   "\025\001",
 3066 mike  1.1.2.1     0,
 3067               };
 3068               
 3069 mike  1.1.2.4 static MetaReference
 3070 mike  1.1.2.1 _CIM_Component_PartComponent =
 3071               {
 3072                   /* flags */
 3073 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 3074 mike  1.1.2.1     /* name */
 3075                   "PartComponent",
 3076                   /* qualifiers */
 3077                   _CIM_Component_PartComponent_qualifiers,
 3078                   /* subscript */
 3079                   -1,
 3080 mike  1.1.2.2     /* refId */
 3081 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3082               };
 3083               
 3084 mike  1.1.2.4 static MetaFeature*
 3085 mike  1.1.2.1 _CIM_Component_features[] =
 3086               {
 3087 mike  1.1.2.4     (MetaFeature*)&_CIM_Component_GroupComponent,
 3088                   (MetaFeature*)&_CIM_Component_PartComponent,
 3089 mike  1.1.2.1     0,
 3090               };
 3091               
 3092               static const char*
 3093               __root_PG_InterOp_CIM_Component_qualifiers[] =
 3094               {
 3095 mike  1.1.2.3     /* ASSOCIATION */
 3096                   "\000\001",
 3097 mike  1.1.2.1     /* UMLPackagePath */
 3098                   "\057CIM::Core::CoreElements",
 3099 mike  1.1.2.3     /* Abstract */
 3100                   "\002\001",
 3101                   /* Aggregation */
 3102                   "\004\001",
 3103 mike  1.1.2.1     /* Version */
 3104                   "\0632.7.0",
 3105                   0,
 3106               };
 3107               
 3108 mike  1.1.2.4 MetaClass
 3109 mike  1.1.2.1 __root_PG_InterOp_CIM_Component =
 3110               {
 3111                   /* flags */
 3112 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
 3113 mike  1.1.2.1     /* name */
 3114                   "CIM_Component",
 3115                   /* qualifiers */
 3116                   __root_PG_InterOp_CIM_Component_qualifiers,
 3117 mike  1.1.2.2     /* super */
 3118 mike  1.1.2.1     0,
 3119                   /* features */
 3120                   _CIM_Component_features,
 3121               };
 3122               
 3123               //==============================================================================
 3124               //
 3125               // Class: CIM_ConcreteCollection
 3126               //
 3127               //==============================================================================
 3128               
 3129               static const char*
 3130               _CIM_ConcreteCollection_InstanceID_qualifiers[] =
 3131               {
 3132 mike  1.1.2.3     /* Key */
 3133                   "\025\001",
 3134 mike  1.1.2.1     0,
 3135               };
 3136               
 3137 mike  1.1.2.4 static MetaProperty
 3138 mike  1.1.2.1 _CIM_ConcreteCollection_InstanceID =
 3139               {
 3140                   /* flags */
 3141 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 3142 mike  1.1.2.1     /* name */
 3143                   "InstanceID",
 3144                   /* qualifiers */
 3145                   _CIM_ConcreteCollection_InstanceID_qualifiers,
 3146                   /* type */
 3147                   CIMTYPE_STRING,
 3148                   /* subscript */
 3149                   -1,
 3150                   /* value */
 3151                   0,
 3152               };
 3153               
 3154 mike  1.1.2.4 static MetaFeature*
 3155 mike  1.1.2.1 _CIM_ConcreteCollection_features[] =
 3156               {
 3157 mike  1.1.2.4     (MetaFeature*)&_CIM_ConcreteCollection_InstanceID,
 3158 mike  1.1.2.1     0,
 3159               };
 3160               
 3161               static const char*
 3162               __root_PG_InterOp_CIM_ConcreteCollection_qualifiers[] =
 3163               {
 3164                   /* UMLPackagePath */
 3165                   "\057CIM::Core::Collection",
 3166                   /* Version */
 3167                   "\0632.10.0",
 3168                   0,
 3169               };
 3170               
 3171 mike  1.1.2.4 MetaClass
 3172 mike  1.1.2.1 __root_PG_InterOp_CIM_ConcreteCollection =
 3173               {
 3174                   /* flags */
 3175 mike  1.1.2.4     META_FLAG_CLASS,
 3176 mike  1.1.2.1     /* name */
 3177                   "CIM_ConcreteCollection",
 3178                   /* qualifiers */
 3179                   __root_PG_InterOp_CIM_ConcreteCollection_qualifiers,
 3180 mike  1.1.2.2     /* super */
 3181 mike  1.1.2.1     &__root_PG_InterOp_CIM_Collection,
 3182                   /* features */
 3183                   _CIM_ConcreteCollection_features,
 3184               };
 3185               
 3186               //==============================================================================
 3187               //
 3188               // Class: CIM_ConcreteComponent
 3189               //
 3190               //==============================================================================
 3191               
 3192               static const char*
 3193               _CIM_ConcreteComponent_GroupComponent_qualifiers[] =
 3194               {
 3195 mike  1.1.2.3     /* Aggregate */
 3196                   "\003\001",
 3197 mike  1.1.2.1     /* Override */
 3198                   "\044GroupComponent",
 3199                   0,
 3200               };
 3201               
 3202 mike  1.1.2.4 static MetaReference
 3203 mike  1.1.2.1 _CIM_ConcreteComponent_GroupComponent =
 3204               {
 3205                   /* flags */
 3206 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 3207 mike  1.1.2.1     /* name */
 3208                   "GroupComponent",
 3209                   /* qualifiers */
 3210                   _CIM_ConcreteComponent_GroupComponent_qualifiers,
 3211                   /* subscript */
 3212                   -1,
 3213 mike  1.1.2.2     /* refId */
 3214 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3215               };
 3216               
 3217               static const char*
 3218               _CIM_ConcreteComponent_PartComponent_qualifiers[] =
 3219               {
 3220                   /* Override */
 3221                   "\044PartComponent",
 3222                   0,
 3223               };
 3224               
 3225 mike  1.1.2.4 static MetaReference
 3226 mike  1.1.2.1 _CIM_ConcreteComponent_PartComponent =
 3227               {
 3228                   /* flags */
 3229 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
 3230 mike  1.1.2.1     /* name */
 3231                   "PartComponent",
 3232                   /* qualifiers */
 3233                   _CIM_ConcreteComponent_PartComponent_qualifiers,
 3234                   /* subscript */
 3235                   -1,
 3236 mike  1.1.2.2     /* refId */
 3237 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3238               };
 3239               
 3240 mike  1.1.2.4 static MetaFeature*
 3241 mike  1.1.2.1 _CIM_ConcreteComponent_features[] =
 3242               {
 3243 mike  1.1.2.4     (MetaFeature*)&_CIM_ConcreteComponent_GroupComponent,
 3244                   (MetaFeature*)&_CIM_ConcreteComponent_PartComponent,
 3245 mike  1.1.2.1     0,
 3246               };
 3247               
 3248               static const char*
 3249               __root_PG_InterOp_CIM_ConcreteComponent_qualifiers[] =
 3250               {
 3251 mike  1.1.2.3     /* ASSOCIATION */
 3252                   "\000\001",
 3253 mike  1.1.2.1     /* UMLPackagePath */
 3254                   "\057CIM::Core::CoreElements",
 3255 mike  1.1.2.3     /* Aggregation */
 3256                   "\004\001",
 3257 mike  1.1.2.1     /* Version */
 3258                   "\0632.10.0",
 3259                   0,
 3260               };
 3261               
 3262 mike  1.1.2.4 MetaClass
 3263 mike  1.1.2.1 __root_PG_InterOp_CIM_ConcreteComponent =
 3264               {
 3265                   /* flags */
 3266 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 3267 mike  1.1.2.1     /* name */
 3268                   "CIM_ConcreteComponent",
 3269                   /* qualifiers */
 3270                   __root_PG_InterOp_CIM_ConcreteComponent_qualifiers,
 3271 mike  1.1.2.2     /* super */
 3272 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
 3273                   /* features */
 3274                   _CIM_ConcreteComponent_features,
 3275               };
 3276               
 3277               //==============================================================================
 3278               //
 3279               // Class: CIM_Configuration
 3280               //
 3281               //==============================================================================
 3282               
 3283               static const char*
 3284               _CIM_Configuration_Name_qualifiers[] =
 3285               {
 3286 mike  1.1.2.3     /* Key */
 3287                   "\025\001",
 3288 mike  1.1.2.1     /* MaxLen */
 3289                   "\030\000\000\001\000",
 3290                   0,
 3291               };
 3292               
 3293 mike  1.1.2.4 static MetaProperty
 3294 mike  1.1.2.1 _CIM_Configuration_Name =
 3295               {
 3296                   /* flags */
 3297 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 3298 mike  1.1.2.1     /* name */
 3299                   "Name",
 3300                   /* qualifiers */
 3301                   _CIM_Configuration_Name_qualifiers,
 3302                   /* type */
 3303                   CIMTYPE_STRING,
 3304                   /* subscript */
 3305                   -1,
 3306                   /* value */
 3307                   0,
 3308               };
 3309               
 3310 mike  1.1.2.4 static MetaFeature*
 3311 mike  1.1.2.1 _CIM_Configuration_features[] =
 3312               {
 3313 mike  1.1.2.4     (MetaFeature*)&_CIM_Configuration_Name,
 3314 mike  1.1.2.1     0,
 3315               };
 3316               
 3317               static const char*
 3318               __root_PG_InterOp_CIM_Configuration_qualifiers[] =
 3319               {
 3320                   /* UMLPackagePath */
 3321                   "\057CIM::Core::Settings",
 3322                   /* Version */
 3323                   "\0632.6.0",
 3324                   0,
 3325               };
 3326               
 3327 mike  1.1.2.4 MetaClass
 3328 mike  1.1.2.1 __root_PG_InterOp_CIM_Configuration =
 3329               {
 3330                   /* flags */
 3331 mike  1.1.2.4     META_FLAG_CLASS,
 3332 mike  1.1.2.1     /* name */
 3333                   "CIM_Configuration",
 3334                   /* qualifiers */
 3335                   __root_PG_InterOp_CIM_Configuration_qualifiers,
 3336 mike  1.1.2.2     /* super */
 3337 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3338                   /* features */
 3339                   _CIM_Configuration_features,
 3340               };
 3341               
 3342               //==============================================================================
 3343               //
 3344               // Class: CIM_ConfigurationComponent
 3345               //
 3346               //==============================================================================
 3347               
 3348               static const char*
 3349               _CIM_ConfigurationComponent_ConfigGroup_qualifiers[] =
 3350               {
 3351 mike  1.1.2.3     /* Key */
 3352                   "\025\001",
 3353                   /* Aggregate */
 3354                   "\003\001",
 3355 mike  1.1.2.1     0,
 3356               };
 3357               
 3358 mike  1.1.2.4 static MetaReference
 3359 mike  1.1.2.1 _CIM_ConfigurationComponent_ConfigGroup =
 3360               {
 3361                   /* flags */
 3362 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 3363 mike  1.1.2.1     /* name */
 3364                   "ConfigGroup",
 3365                   /* qualifiers */
 3366                   _CIM_ConfigurationComponent_ConfigGroup_qualifiers,
 3367                   /* subscript */
 3368                   -1,
 3369 mike  1.1.2.2     /* refId */
 3370 mike  1.1.2.1     &__root_PG_InterOp_CIM_Configuration,
 3371               };
 3372               
 3373               static const char*
 3374               _CIM_ConfigurationComponent_ConfigComponent_qualifiers[] =
 3375               {
 3376 mike  1.1.2.3     /* Key */
 3377                   "\025\001",
 3378 mike  1.1.2.1     0,
 3379               };
 3380               
 3381 mike  1.1.2.4 static MetaReference
 3382 mike  1.1.2.1 _CIM_ConfigurationComponent_ConfigComponent =
 3383               {
 3384                   /* flags */
 3385 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 3386 mike  1.1.2.1     /* name */
 3387                   "ConfigComponent",
 3388                   /* qualifiers */
 3389                   _CIM_ConfigurationComponent_ConfigComponent_qualifiers,
 3390                   /* subscript */
 3391                   -1,
 3392 mike  1.1.2.2     /* refId */
 3393 mike  1.1.2.1     &__root_PG_InterOp_CIM_Configuration,
 3394               };
 3395               
 3396 mike  1.1.2.4 static MetaFeature*
 3397 mike  1.1.2.1 _CIM_ConfigurationComponent_features[] =
 3398               {
 3399 mike  1.1.2.4     (MetaFeature*)&_CIM_ConfigurationComponent_ConfigGroup,
 3400                   (MetaFeature*)&_CIM_ConfigurationComponent_ConfigComponent,
 3401 mike  1.1.2.1     0,
 3402               };
 3403               
 3404               static const char*
 3405               __root_PG_InterOp_CIM_ConfigurationComponent_qualifiers[] =
 3406               {
 3407 mike  1.1.2.3     /* ASSOCIATION */
 3408                   "\000\001",
 3409 mike  1.1.2.1     /* UMLPackagePath */
 3410                   "\057CIM::Core::Settings",
 3411 mike  1.1.2.3     /* Aggregation */
 3412                   "\004\001",
 3413 mike  1.1.2.1     /* Version */
 3414                   "\0632.6.0",
 3415                   0,
 3416               };
 3417               
 3418 mike  1.1.2.4 MetaClass
 3419 mike  1.1.2.1 __root_PG_InterOp_CIM_ConfigurationComponent =
 3420               {
 3421                   /* flags */
 3422 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 3423 mike  1.1.2.1     /* name */
 3424                   "CIM_ConfigurationComponent",
 3425                   /* qualifiers */
 3426                   __root_PG_InterOp_CIM_ConfigurationComponent_qualifiers,
 3427 mike  1.1.2.2     /* super */
 3428 mike  1.1.2.1     0,
 3429                   /* features */
 3430                   _CIM_ConfigurationComponent_features,
 3431               };
 3432               
 3433               //==============================================================================
 3434               //
 3435               // Class: CIM_Dependency
 3436               //
 3437               //==============================================================================
 3438               
 3439               static const char*
 3440               _CIM_Dependency_Antecedent_qualifiers[] =
 3441               {
 3442 mike  1.1.2.3     /* Key */
 3443                   "\025\001",
 3444 mike  1.1.2.1     0,
 3445               };
 3446               
 3447 mike  1.1.2.4 static MetaReference
 3448 mike  1.1.2.1 _CIM_Dependency_Antecedent =
 3449               {
 3450                   /* flags */
 3451 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 3452 mike  1.1.2.1     /* name */
 3453                   "Antecedent",
 3454                   /* qualifiers */
 3455                   _CIM_Dependency_Antecedent_qualifiers,
 3456                   /* subscript */
 3457                   -1,
 3458 mike  1.1.2.2     /* refId */
 3459 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3460               };
 3461               
 3462               static const char*
 3463               _CIM_Dependency_Dependent_qualifiers[] =
 3464               {
 3465 mike  1.1.2.3     /* Key */
 3466                   "\025\001",
 3467 mike  1.1.2.1     0,
 3468               };
 3469               
 3470 mike  1.1.2.4 static MetaReference
 3471 mike  1.1.2.1 _CIM_Dependency_Dependent =
 3472               {
 3473                   /* flags */
 3474 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 3475 mike  1.1.2.1     /* name */
 3476                   "Dependent",
 3477                   /* qualifiers */
 3478                   _CIM_Dependency_Dependent_qualifiers,
 3479                   /* subscript */
 3480                   -1,
 3481 mike  1.1.2.2     /* refId */
 3482 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3483               };
 3484               
 3485 mike  1.1.2.4 static MetaFeature*
 3486 mike  1.1.2.1 _CIM_Dependency_features[] =
 3487               {
 3488 mike  1.1.2.4     (MetaFeature*)&_CIM_Dependency_Antecedent,
 3489                   (MetaFeature*)&_CIM_Dependency_Dependent,
 3490 mike  1.1.2.1     0,
 3491               };
 3492               
 3493               static const char*
 3494               __root_PG_InterOp_CIM_Dependency_qualifiers[] =
 3495               {
 3496 mike  1.1.2.3     /* ASSOCIATION */
 3497                   "\000\001",
 3498 mike  1.1.2.1     /* UMLPackagePath */
 3499                   "\057CIM::Core::CoreElements",
 3500 mike  1.1.2.3     /* Abstract */
 3501                   "\002\001",
 3502 mike  1.1.2.1     /* Version */
 3503                   "\0632.10.0",
 3504                   0,
 3505               };
 3506               
 3507 mike  1.1.2.4 MetaClass
 3508 mike  1.1.2.1 __root_PG_InterOp_CIM_Dependency =
 3509               {
 3510                   /* flags */
 3511 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
 3512 mike  1.1.2.1     /* name */
 3513                   "CIM_Dependency",
 3514                   /* qualifiers */
 3515                   __root_PG_InterOp_CIM_Dependency_qualifiers,
 3516 mike  1.1.2.2     /* super */
 3517 mike  1.1.2.1     0,
 3518                   /* features */
 3519                   _CIM_Dependency_features,
 3520               };
 3521               
 3522               //==============================================================================
 3523               //
 3524               // Class: CIM_DependencyContext
 3525               //
 3526               //==============================================================================
 3527               
 3528               static const char*
 3529               _CIM_DependencyContext_Context_qualifiers[] =
 3530               {
 3531 mike  1.1.2.3     /* Key */
 3532                   "\025\001",
 3533                   /* Aggregate */
 3534                   "\003\001",
 3535 mike  1.1.2.1     0,
 3536               };
 3537               
 3538 mike  1.1.2.4 static MetaReference
 3539 mike  1.1.2.1 _CIM_DependencyContext_Context =
 3540               {
 3541                   /* flags */
 3542 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 3543 mike  1.1.2.1     /* name */
 3544                   "Context",
 3545                   /* qualifiers */
 3546                   _CIM_DependencyContext_Context_qualifiers,
 3547                   /* subscript */
 3548                   -1,
 3549 mike  1.1.2.2     /* refId */
 3550 mike  1.1.2.1     &__root_PG_InterOp_CIM_Configuration,
 3551               };
 3552               
 3553               static const char*
 3554               _CIM_DependencyContext_Dependency_qualifiers[] =
 3555               {
 3556 mike  1.1.2.3     /* Key */
 3557                   "\025\001",
 3558 mike  1.1.2.1     0,
 3559               };
 3560               
 3561 mike  1.1.2.4 static MetaReference
 3562 mike  1.1.2.1 _CIM_DependencyContext_Dependency =
 3563               {
 3564                   /* flags */
 3565 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 3566 mike  1.1.2.1     /* name */
 3567                   "Dependency",
 3568                   /* qualifiers */
 3569                   _CIM_DependencyContext_Dependency_qualifiers,
 3570                   /* subscript */
 3571                   -1,
 3572 mike  1.1.2.2     /* refId */
 3573 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
 3574               };
 3575               
 3576 mike  1.1.2.4 static MetaFeature*
 3577 mike  1.1.2.1 _CIM_DependencyContext_features[] =
 3578               {
 3579 mike  1.1.2.4     (MetaFeature*)&_CIM_DependencyContext_Context,
 3580                   (MetaFeature*)&_CIM_DependencyContext_Dependency,
 3581 mike  1.1.2.1     0,
 3582               };
 3583               
 3584               static const char*
 3585               __root_PG_InterOp_CIM_DependencyContext_qualifiers[] =
 3586               {
 3587 mike  1.1.2.3     /* ASSOCIATION */
 3588                   "\000\001",
 3589 mike  1.1.2.1     /* UMLPackagePath */
 3590                   "\057CIM::Core::Settings",
 3591 mike  1.1.2.3     /* Aggregation */
 3592                   "\004\001",
 3593 mike  1.1.2.1     /* Version */
 3594                   "\0632.6.0",
 3595                   0,
 3596               };
 3597               
 3598 mike  1.1.2.4 MetaClass
 3599 mike  1.1.2.1 __root_PG_InterOp_CIM_DependencyContext =
 3600               {
 3601                   /* flags */
 3602 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 3603 mike  1.1.2.1     /* name */
 3604                   "CIM_DependencyContext",
 3605                   /* qualifiers */
 3606                   __root_PG_InterOp_CIM_DependencyContext_qualifiers,
 3607 mike  1.1.2.2     /* super */
 3608 mike  1.1.2.1     0,
 3609                   /* features */
 3610                   _CIM_DependencyContext_features,
 3611               };
 3612               
 3613               //==============================================================================
 3614               //
 3615               // Class: CIM_ElementCapabilities
 3616               //
 3617               //==============================================================================
 3618               
 3619               static const char*
 3620               _CIM_ElementCapabilities_ManagedElement_qualifiers[] =
 3621               {
 3622 mike  1.1.2.3     /* Key */
 3623                   "\025\001",
 3624 mike  1.1.2.1     /* Min */
 3625                   "\033\000\000\000\001",
 3626                   /* Max */
 3627                   "\027\000\000\000\001",
 3628                   0,
 3629               };
 3630               
 3631 mike  1.1.2.4 static MetaReference
 3632 mike  1.1.2.1 _CIM_ElementCapabilities_ManagedElement =
 3633               {
 3634                   /* flags */
 3635 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 3636 mike  1.1.2.1     /* name */
 3637                   "ManagedElement",
 3638                   /* qualifiers */
 3639                   _CIM_ElementCapabilities_ManagedElement_qualifiers,
 3640                   /* subscript */
 3641                   -1,
 3642 mike  1.1.2.2     /* refId */
 3643 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3644               };
 3645               
 3646               static const char*
 3647               _CIM_ElementCapabilities_Capabilities_qualifiers[] =
 3648               {
 3649 mike  1.1.2.3     /* Key */
 3650                   "\025\001",
 3651 mike  1.1.2.1     0,
 3652               };
 3653               
 3654 mike  1.1.2.4 static MetaReference
 3655 mike  1.1.2.1 _CIM_ElementCapabilities_Capabilities =
 3656               {
 3657                   /* flags */
 3658 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 3659 mike  1.1.2.1     /* name */
 3660                   "Capabilities",
 3661                   /* qualifiers */
 3662                   _CIM_ElementCapabilities_Capabilities_qualifiers,
 3663                   /* subscript */
 3664                   -1,
 3665 mike  1.1.2.2     /* refId */
 3666 mike  1.1.2.1     &__root_PG_InterOp_CIM_Capabilities,
 3667               };
 3668               
 3669 mike  1.1.2.4 static MetaFeature*
 3670 mike  1.1.2.1 _CIM_ElementCapabilities_features[] =
 3671               {
 3672 mike  1.1.2.4     (MetaFeature*)&_CIM_ElementCapabilities_ManagedElement,
 3673                   (MetaFeature*)&_CIM_ElementCapabilities_Capabilities,
 3674 mike  1.1.2.1     0,
 3675               };
 3676               
 3677               static const char*
 3678               __root_PG_InterOp_CIM_ElementCapabilities_qualifiers[] =
 3679               {
 3680 mike  1.1.2.3     /* ASSOCIATION */
 3681                   "\000\001",
 3682 mike  1.1.2.1     /* UMLPackagePath */
 3683                   "\057CIM::Core::Capabilities",
 3684                   /* Version */
 3685                   "\0632.7.0",
 3686                   0,
 3687               };
 3688               
 3689 mike  1.1.2.4 MetaClass
 3690 mike  1.1.2.1 __root_PG_InterOp_CIM_ElementCapabilities =
 3691               {
 3692                   /* flags */
 3693 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 3694 mike  1.1.2.1     /* name */
 3695                   "CIM_ElementCapabilities",
 3696                   /* qualifiers */
 3697                   __root_PG_InterOp_CIM_ElementCapabilities_qualifiers,
 3698 mike  1.1.2.2     /* super */
 3699 mike  1.1.2.1     0,
 3700                   /* features */
 3701                   _CIM_ElementCapabilities_features,
 3702               };
 3703               
 3704               //==============================================================================
 3705               //
 3706               // Class: CIM_EnabledLogicalElementCapabilities
 3707               //
 3708               //==============================================================================
 3709               
 3710               static const char*
 3711               _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported_qualifiers[] =
 3712               {
 3713                   /* MappingStrings */
 3714                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditName\000",
 3715                   /* ModelCorrespondence */
 3716                   "\036\000\001CIM_ManagedElement.ElementName\000",
 3717                   0,
 3718               };
 3719               
 3720 mike  1.1.2.4 static MetaProperty
 3721 mike  1.1.2.1 _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported =
 3722               {
 3723                   /* flags */
 3724 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 3725 mike  1.1.2.1     /* name */
 3726                   "ElementNameEditSupported",
 3727                   /* qualifiers */
 3728                   _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported_qualifiers,
 3729                   /* type */
 3730                   CIMTYPE_BOOLEAN,
 3731                   /* subscript */
 3732                   -1,
 3733                   /* value */
 3734                   0,
 3735               };
 3736               
 3737               static const char*
 3738               _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen_qualifiers[] =
 3739               {
 3740                   /* MaxValue */
 3741                   "\031\000\000\000\000\000\000\001\000",
 3742                   /* MappingStrings */
 3743                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MaxNameChars\000",
 3744                   /* ModelCorrespondence */
 3745                   "\036\000\001CIM_FCSwitchCapabilities.ElementNameEditSupported\000",
 3746 mike  1.1.2.1     0,
 3747               };
 3748               
 3749 mike  1.1.2.4 static MetaProperty
 3750 mike  1.1.2.1 _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen =
 3751               {
 3752                   /* flags */
 3753 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 3754 mike  1.1.2.1     /* name */
 3755                   "MaxElementNameLen",
 3756                   /* qualifiers */
 3757                   _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen_qualifiers,
 3758                   /* type */
 3759                   CIMTYPE_UINT16,
 3760                   /* subscript */
 3761                   -1,
 3762                   /* value */
 3763                   0,
 3764               };
 3765               
 3766               static const char*
 3767               _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported_qualifiers[] =
 3768               {
 3769                   /* ValueMap */
 3770                   "\061\000\0112\0003\0004\0006\0007\0008\0009\00010\00011\000",
 3771                   /* Values */
 3772                   "\062\000\011Enabled\000Disabled\000Shut Down\000Offline\000Test\000Defer\000Quiesce\000Reboot\000Reset\000",
 3773                   /* ModelCorrespondence */
 3774                   "\036\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
 3775 mike  1.1.2.1     0,
 3776               };
 3777               
 3778 mike  1.1.2.4 static MetaProperty
 3779 mike  1.1.2.1 _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported =
 3780               {
 3781                   /* flags */
 3782 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 3783 mike  1.1.2.1     /* name */
 3784                   "RequestedStatesSupported",
 3785                   /* qualifiers */
 3786                   _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported_qualifiers,
 3787                   /* type */
 3788                   CIMTYPE_UINT16,
 3789                   /* subscript */
 3790                   0,
 3791                   /* value */
 3792                   0,
 3793               };
 3794               
 3795 mike  1.1.2.4 static MetaFeature*
 3796 mike  1.1.2.1 _CIM_EnabledLogicalElementCapabilities_features[] =
 3797               {
 3798 mike  1.1.2.4     (MetaFeature*)&_CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported,
 3799                   (MetaFeature*)&_CIM_EnabledLogicalElementCapabilities_MaxElementNameLen,
 3800                   (MetaFeature*)&_CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported,
 3801 mike  1.1.2.1     0,
 3802               };
 3803               
 3804               static const char*
 3805               __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities_qualifiers[] =
 3806               {
 3807                   /* UMLPackagePath */
 3808                   "\057CIM::Core::Capabilities",
 3809                   /* Version */
 3810                   "\0632.11.0",
 3811                   0,
 3812               };
 3813               
 3814 mike  1.1.2.4 MetaClass
 3815 mike  1.1.2.1 __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities =
 3816               {
 3817                   /* flags */
 3818 mike  1.1.2.4     META_FLAG_CLASS,
 3819 mike  1.1.2.1     /* name */
 3820                   "CIM_EnabledLogicalElementCapabilities",
 3821                   /* qualifiers */
 3822                   __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities_qualifiers,
 3823 mike  1.1.2.2     /* super */
 3824 mike  1.1.2.1     &__root_PG_InterOp_CIM_Capabilities,
 3825                   /* features */
 3826                   _CIM_EnabledLogicalElementCapabilities_features,
 3827               };
 3828               
 3829               //==============================================================================
 3830               //
 3831               // Class: CIM_FRU
 3832               //
 3833               //==============================================================================
 3834               
 3835               static const char*
 3836               _CIM_FRU_FRUNumber_qualifiers[] =
 3837               {
 3838 mike  1.1.2.3     /* Key */
 3839                   "\025\001",
 3840 mike  1.1.2.1     /* MaxLen */
 3841                   "\030\000\000\000\100",
 3842                   /* MappingStrings */
 3843                   "\026\000\001MIF.DMTF|FRU|002.6\000",
 3844                   0,
 3845               };
 3846               
 3847 mike  1.1.2.4 static MetaProperty
 3848 mike  1.1.2.1 _CIM_FRU_FRUNumber =
 3849               {
 3850                   /* flags */
 3851 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 3852 mike  1.1.2.1     /* name */
 3853                   "FRUNumber",
 3854                   /* qualifiers */
 3855                   _CIM_FRU_FRUNumber_qualifiers,
 3856                   /* type */
 3857                   CIMTYPE_STRING,
 3858                   /* subscript */
 3859                   -1,
 3860                   /* value */
 3861                   0,
 3862               };
 3863               
 3864               static const char*
 3865               _CIM_FRU_IdentifyingNumber_qualifiers[] =
 3866               {
 3867 mike  1.1.2.3     /* Key */
 3868                   "\025\001",
 3869 mike  1.1.2.1     /* MaxLen */
 3870                   "\030\000\000\000\100",
 3871                   /* MappingStrings */
 3872                   "\026\000\001MIF.DMTF|FRU|002.7\000",
 3873                   0,
 3874               };
 3875               
 3876 mike  1.1.2.4 static MetaProperty
 3877 mike  1.1.2.1 _CIM_FRU_IdentifyingNumber =
 3878               {
 3879                   /* flags */
 3880 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 3881 mike  1.1.2.1     /* name */
 3882                   "IdentifyingNumber",
 3883                   /* qualifiers */
 3884                   _CIM_FRU_IdentifyingNumber_qualifiers,
 3885                   /* type */
 3886                   CIMTYPE_STRING,
 3887                   /* subscript */
 3888                   -1,
 3889                   /* value */
 3890                   0,
 3891               };
 3892               
 3893               static const char*
 3894               _CIM_FRU_Vendor_qualifiers[] =
 3895               {
 3896 mike  1.1.2.3     /* Key */
 3897                   "\025\001",
 3898 mike  1.1.2.1     /* MaxLen */
 3899                   "\030\000\000\001\000",
 3900                   /* MappingStrings */
 3901                   "\026\000\001MIF.DMTF|FRU|002.4\000",
 3902                   0,
 3903               };
 3904               
 3905 mike  1.1.2.4 static MetaProperty
 3906 mike  1.1.2.1 _CIM_FRU_Vendor =
 3907               {
 3908                   /* flags */
 3909 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 3910 mike  1.1.2.1     /* name */
 3911                   "Vendor",
 3912                   /* qualifiers */
 3913                   _CIM_FRU_Vendor_qualifiers,
 3914                   /* type */
 3915                   CIMTYPE_STRING,
 3916                   /* subscript */
 3917                   -1,
 3918                   /* value */
 3919                   0,
 3920               };
 3921               
 3922               static const char*
 3923               _CIM_FRU_Description_qualifiers[] =
 3924               {
 3925                   /* Override */
 3926                   "\044Description",
 3927                   /* MappingStrings */
 3928                   "\026\000\001MIF.DMTF|FRU|002.3\000",
 3929                   0,
 3930               };
 3931 mike  1.1.2.1 
 3932 mike  1.1.2.4 static MetaProperty
 3933 mike  1.1.2.1 _CIM_FRU_Description =
 3934               {
 3935                   /* flags */
 3936 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 3937 mike  1.1.2.1     /* name */
 3938                   "Description",
 3939                   /* qualifiers */
 3940                   _CIM_FRU_Description_qualifiers,
 3941                   /* type */
 3942                   CIMTYPE_STRING,
 3943                   /* subscript */
 3944                   -1,
 3945                   /* value */
 3946                   0,
 3947               };
 3948               
 3949               static const char*
 3950               _CIM_FRU_Name_qualifiers[] =
 3951               {
 3952                   /* MaxLen */
 3953                   "\030\000\000\001\000",
 3954                   0,
 3955               };
 3956               
 3957 mike  1.1.2.4 static MetaProperty
 3958 mike  1.1.2.1 _CIM_FRU_Name =
 3959               {
 3960                   /* flags */
 3961 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 3962 mike  1.1.2.1     /* name */
 3963                   "Name",
 3964                   /* qualifiers */
 3965                   _CIM_FRU_Name_qualifiers,
 3966                   /* type */
 3967                   CIMTYPE_STRING,
 3968                   /* subscript */
 3969                   -1,
 3970                   /* value */
 3971                   0,
 3972               };
 3973               
 3974               static const char*
 3975               _CIM_FRU_RevisionLevel_qualifiers[] =
 3976               {
 3977                   /* MaxLen */
 3978                   "\030\000\000\000\100",
 3979                   /* MappingStrings */
 3980                   "\026\000\001MIF.DMTF|FRU|002.8\000",
 3981                   0,
 3982               };
 3983 mike  1.1.2.1 
 3984 mike  1.1.2.4 static MetaProperty
 3985 mike  1.1.2.1 _CIM_FRU_RevisionLevel =
 3986               {
 3987                   /* flags */
 3988 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 3989 mike  1.1.2.1     /* name */
 3990                   "RevisionLevel",
 3991                   /* qualifiers */
 3992                   _CIM_FRU_RevisionLevel_qualifiers,
 3993                   /* type */
 3994                   CIMTYPE_STRING,
 3995                   /* subscript */
 3996                   -1,
 3997                   /* value */
 3998                   0,
 3999               };
 4000               
 4001               static const char*
 4002               _CIM_FRU_CustomerReplaceable_qualifiers[] =
 4003               {
 4004                   0,
 4005               };
 4006               
 4007 mike  1.1.2.4 static MetaProperty
 4008 mike  1.1.2.1 _CIM_FRU_CustomerReplaceable =
 4009               {
 4010                   /* flags */
 4011 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 4012 mike  1.1.2.1     /* name */
 4013                   "CustomerReplaceable",
 4014                   /* qualifiers */
 4015                   _CIM_FRU_CustomerReplaceable_qualifiers,
 4016                   /* type */
 4017                   CIMTYPE_BOOLEAN,
 4018                   /* subscript */
 4019                   -1,
 4020                   /* value */
 4021                   0,
 4022               };
 4023               
 4024 mike  1.1.2.4 static MetaFeature*
 4025 mike  1.1.2.1 _CIM_FRU_features[] =
 4026               {
 4027 mike  1.1.2.4     (MetaFeature*)&_CIM_FRU_FRUNumber,
 4028                   (MetaFeature*)&_CIM_FRU_IdentifyingNumber,
 4029                   (MetaFeature*)&_CIM_FRU_Vendor,
 4030                   (MetaFeature*)&_CIM_FRU_Description,
 4031                   (MetaFeature*)&_CIM_FRU_Name,
 4032                   (MetaFeature*)&_CIM_FRU_RevisionLevel,
 4033                   (MetaFeature*)&_CIM_FRU_CustomerReplaceable,
 4034 mike  1.1.2.1     0,
 4035               };
 4036               
 4037               static const char*
 4038               __root_PG_InterOp_CIM_FRU_qualifiers[] =
 4039               {
 4040                   /* UMLPackagePath */
 4041                   "\057CIM::Core::ProductFRU",
 4042                   /* Version */
 4043                   "\0632.6.0",
 4044                   0,
 4045               };
 4046               
 4047 mike  1.1.2.4 MetaClass
 4048 mike  1.1.2.1 __root_PG_InterOp_CIM_FRU =
 4049               {
 4050                   /* flags */
 4051 mike  1.1.2.4     META_FLAG_CLASS,
 4052 mike  1.1.2.1     /* name */
 4053                   "CIM_FRU",
 4054                   /* qualifiers */
 4055                   __root_PG_InterOp_CIM_FRU_qualifiers,
 4056 mike  1.1.2.2     /* super */
 4057 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4058                   /* features */
 4059                   _CIM_FRU_features,
 4060               };
 4061               
 4062               //==============================================================================
 4063               //
 4064               // Class: CIM_HostedDependency
 4065               //
 4066               //==============================================================================
 4067               
 4068               static const char*
 4069               _CIM_HostedDependency_Antecedent_qualifiers[] =
 4070               {
 4071                   /* Override */
 4072                   "\044Antecedent",
 4073                   /* Max */
 4074                   "\027\000\000\000\001",
 4075                   0,
 4076               };
 4077               
 4078 mike  1.1.2.4 static MetaReference
 4079 mike  1.1.2.1 _CIM_HostedDependency_Antecedent =
 4080               {
 4081                   /* flags */
 4082 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
 4083 mike  1.1.2.1     /* name */
 4084                   "Antecedent",
 4085                   /* qualifiers */
 4086                   _CIM_HostedDependency_Antecedent_qualifiers,
 4087                   /* subscript */
 4088                   -1,
 4089 mike  1.1.2.2     /* refId */
 4090 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4091               };
 4092               
 4093               static const char*
 4094               _CIM_HostedDependency_Dependent_qualifiers[] =
 4095               {
 4096                   /* Override */
 4097                   "\044Dependent",
 4098                   0,
 4099               };
 4100               
 4101 mike  1.1.2.4 static MetaReference
 4102 mike  1.1.2.1 _CIM_HostedDependency_Dependent =
 4103               {
 4104                   /* flags */
 4105 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
 4106 mike  1.1.2.1     /* name */
 4107                   "Dependent",
 4108                   /* qualifiers */
 4109                   _CIM_HostedDependency_Dependent_qualifiers,
 4110                   /* subscript */
 4111                   -1,
 4112 mike  1.1.2.2     /* refId */
 4113 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4114               };
 4115               
 4116 mike  1.1.2.4 static MetaFeature*
 4117 mike  1.1.2.1 _CIM_HostedDependency_features[] =
 4118               {
 4119 mike  1.1.2.4     (MetaFeature*)&_CIM_HostedDependency_Antecedent,
 4120                   (MetaFeature*)&_CIM_HostedDependency_Dependent,
 4121 mike  1.1.2.1     0,
 4122               };
 4123               
 4124               static const char*
 4125               __root_PG_InterOp_CIM_HostedDependency_qualifiers[] =
 4126               {
 4127 mike  1.1.2.3     /* ASSOCIATION */
 4128                   "\000\001",
 4129 mike  1.1.2.1     /* UMLPackagePath */
 4130                   "\057CIM::Core::CoreElements",
 4131                   /* Version */
 4132                   "\0632.8.0",
 4133                   0,
 4134               };
 4135               
 4136 mike  1.1.2.4 MetaClass
 4137 mike  1.1.2.1 __root_PG_InterOp_CIM_HostedDependency =
 4138               {
 4139                   /* flags */
 4140 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 4141 mike  1.1.2.1     /* name */
 4142                   "CIM_HostedDependency",
 4143                   /* qualifiers */
 4144                   __root_PG_InterOp_CIM_HostedDependency_qualifiers,
 4145 mike  1.1.2.2     /* super */
 4146 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
 4147                   /* features */
 4148                   _CIM_HostedDependency_features,
 4149               };
 4150               
 4151               //==============================================================================
 4152               //
 4153               // Class: CIM_LocalizationCapabilities
 4154               //
 4155               //==============================================================================
 4156               
 4157               static const char*
 4158               _CIM_LocalizationCapabilities_SupportedInputLocales_qualifiers[] =
 4159               {
 4160                   0,
 4161               };
 4162               
 4163 mike  1.1.2.4 static MetaProperty
 4164 mike  1.1.2.1 _CIM_LocalizationCapabilities_SupportedInputLocales =
 4165               {
 4166                   /* flags */
 4167 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 4168 mike  1.1.2.1     /* name */
 4169                   "SupportedInputLocales",
 4170                   /* qualifiers */
 4171                   _CIM_LocalizationCapabilities_SupportedInputLocales_qualifiers,
 4172                   /* type */
 4173                   CIMTYPE_STRING,
 4174                   /* subscript */
 4175                   0,
 4176                   /* value */
 4177                   0,
 4178               };
 4179               
 4180               static const char*
 4181               _CIM_LocalizationCapabilities_SupportedOutputLocales_qualifiers[] =
 4182               {
 4183                   0,
 4184               };
 4185               
 4186 mike  1.1.2.4 static MetaProperty
 4187 mike  1.1.2.1 _CIM_LocalizationCapabilities_SupportedOutputLocales =
 4188               {
 4189                   /* flags */
 4190 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 4191 mike  1.1.2.1     /* name */
 4192                   "SupportedOutputLocales",
 4193                   /* qualifiers */
 4194                   _CIM_LocalizationCapabilities_SupportedOutputLocales_qualifiers,
 4195                   /* type */
 4196                   CIMTYPE_STRING,
 4197                   /* subscript */
 4198                   0,
 4199                   /* value */
 4200                   0,
 4201               };
 4202               
 4203 mike  1.1.2.4 static MetaFeature*
 4204 mike  1.1.2.1 _CIM_LocalizationCapabilities_features[] =
 4205               {
 4206 mike  1.1.2.4     (MetaFeature*)&_CIM_LocalizationCapabilities_SupportedInputLocales,
 4207                   (MetaFeature*)&_CIM_LocalizationCapabilities_SupportedOutputLocales,
 4208 mike  1.1.2.1     0,
 4209               };
 4210               
 4211               static const char*
 4212               __root_PG_InterOp_CIM_LocalizationCapabilities_qualifiers[] =
 4213               {
 4214                   /* UMLPackagePath */
 4215                   "\057CIM::Core::Capabilities",
 4216                   /* Version */
 4217                   "\0632.9.0",
 4218                   0,
 4219               };
 4220               
 4221 mike  1.1.2.4 MetaClass
 4222 mike  1.1.2.1 __root_PG_InterOp_CIM_LocalizationCapabilities =
 4223               {
 4224                   /* flags */
 4225 mike  1.1.2.4     META_FLAG_CLASS,
 4226 mike  1.1.2.1     /* name */
 4227                   "CIM_LocalizationCapabilities",
 4228                   /* qualifiers */
 4229                   __root_PG_InterOp_CIM_LocalizationCapabilities_qualifiers,
 4230 mike  1.1.2.2     /* super */
 4231 mike  1.1.2.1     &__root_PG_InterOp_CIM_Capabilities,
 4232                   /* features */
 4233                   _CIM_LocalizationCapabilities_features,
 4234               };
 4235               
 4236               //==============================================================================
 4237               //
 4238               // Class: CIM_Location
 4239               //
 4240               //==============================================================================
 4241               
 4242               static const char*
 4243               _CIM_Location_Name_qualifiers[] =
 4244               {
 4245 mike  1.1.2.3     /* Key */
 4246                   "\025\001",
 4247 mike  1.1.2.1     /* MaxLen */
 4248                   "\030\000\000\001\000",
 4249                   0,
 4250               };
 4251               
 4252 mike  1.1.2.4 static MetaProperty
 4253 mike  1.1.2.1 _CIM_Location_Name =
 4254               {
 4255                   /* flags */
 4256 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 4257 mike  1.1.2.1     /* name */
 4258                   "Name",
 4259                   /* qualifiers */
 4260                   _CIM_Location_Name_qualifiers,
 4261                   /* type */
 4262                   CIMTYPE_STRING,
 4263                   /* subscript */
 4264                   -1,
 4265                   /* value */
 4266                   0,
 4267               };
 4268               
 4269               static const char*
 4270               _CIM_Location_PhysicalPosition_qualifiers[] =
 4271               {
 4272 mike  1.1.2.3     /* Key */
 4273                   "\025\001",
 4274 mike  1.1.2.1     /* MaxLen */
 4275                   "\030\000\000\001\000",
 4276                   0,
 4277               };
 4278               
 4279 mike  1.1.2.4 static MetaProperty
 4280 mike  1.1.2.1 _CIM_Location_PhysicalPosition =
 4281               {
 4282                   /* flags */
 4283 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 4284 mike  1.1.2.1     /* name */
 4285                   "PhysicalPosition",
 4286                   /* qualifiers */
 4287                   _CIM_Location_PhysicalPosition_qualifiers,
 4288                   /* type */
 4289                   CIMTYPE_STRING,
 4290                   /* subscript */
 4291                   -1,
 4292                   /* value */
 4293                   0,
 4294               };
 4295               
 4296               static const char*
 4297               _CIM_Location_Address_qualifiers[] =
 4298               {
 4299                   /* MaxLen */
 4300                   "\030\000\000\004\000",
 4301                   0,
 4302               };
 4303               
 4304 mike  1.1.2.4 static MetaProperty
 4305 mike  1.1.2.1 _CIM_Location_Address =
 4306               {
 4307                   /* flags */
 4308 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 4309 mike  1.1.2.1     /* name */
 4310                   "Address",
 4311                   /* qualifiers */
 4312                   _CIM_Location_Address_qualifiers,
 4313                   /* type */
 4314                   CIMTYPE_STRING,
 4315                   /* subscript */
 4316                   -1,
 4317                   /* value */
 4318                   0,
 4319               };
 4320               
 4321 mike  1.1.2.4 static MetaFeature*
 4322 mike  1.1.2.1 _CIM_Location_features[] =
 4323               {
 4324 mike  1.1.2.4     (MetaFeature*)&_CIM_Location_Name,
 4325                   (MetaFeature*)&_CIM_Location_PhysicalPosition,
 4326                   (MetaFeature*)&_CIM_Location_Address,
 4327 mike  1.1.2.1     0,
 4328               };
 4329               
 4330               static const char*
 4331               __root_PG_InterOp_CIM_Location_qualifiers[] =
 4332               {
 4333                   /* UMLPackagePath */
 4334                   "\057CIM::Core::Physical",
 4335                   /* Version */
 4336                   "\0632.10.0",
 4337                   0,
 4338               };
 4339               
 4340 mike  1.1.2.4 MetaClass
 4341 mike  1.1.2.1 __root_PG_InterOp_CIM_Location =
 4342               {
 4343                   /* flags */
 4344 mike  1.1.2.4     META_FLAG_CLASS,
 4345 mike  1.1.2.1     /* name */
 4346                   "CIM_Location",
 4347                   /* qualifiers */
 4348                   __root_PG_InterOp_CIM_Location_qualifiers,
 4349 mike  1.1.2.2     /* super */
 4350 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4351                   /* features */
 4352                   _CIM_Location_features,
 4353               };
 4354               
 4355               //==============================================================================
 4356               //
 4357               // Class: CIM_LogicalIdentity
 4358               //
 4359               //==============================================================================
 4360               
 4361               static const char*
 4362               _CIM_LogicalIdentity_SystemElement_qualifiers[] =
 4363               {
 4364 mike  1.1.2.3     /* Key */
 4365                   "\025\001",
 4366 mike  1.1.2.1     0,
 4367               };
 4368               
 4369 mike  1.1.2.4 static MetaReference
 4370 mike  1.1.2.1 _CIM_LogicalIdentity_SystemElement =
 4371               {
 4372                   /* flags */
 4373 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 4374 mike  1.1.2.1     /* name */
 4375                   "SystemElement",
 4376                   /* qualifiers */
 4377                   _CIM_LogicalIdentity_SystemElement_qualifiers,
 4378                   /* subscript */
 4379                   -1,
 4380 mike  1.1.2.2     /* refId */
 4381 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4382               };
 4383               
 4384               static const char*
 4385               _CIM_LogicalIdentity_SameElement_qualifiers[] =
 4386               {
 4387 mike  1.1.2.3     /* Key */
 4388                   "\025\001",
 4389 mike  1.1.2.1     0,
 4390               };
 4391               
 4392 mike  1.1.2.4 static MetaReference
 4393 mike  1.1.2.1 _CIM_LogicalIdentity_SameElement =
 4394               {
 4395                   /* flags */
 4396 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 4397 mike  1.1.2.1     /* name */
 4398                   "SameElement",
 4399                   /* qualifiers */
 4400                   _CIM_LogicalIdentity_SameElement_qualifiers,
 4401                   /* subscript */
 4402                   -1,
 4403 mike  1.1.2.2     /* refId */
 4404 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4405               };
 4406               
 4407 mike  1.1.2.4 static MetaFeature*
 4408 mike  1.1.2.1 _CIM_LogicalIdentity_features[] =
 4409               {
 4410 mike  1.1.2.4     (MetaFeature*)&_CIM_LogicalIdentity_SystemElement,
 4411                   (MetaFeature*)&_CIM_LogicalIdentity_SameElement,
 4412 mike  1.1.2.1     0,
 4413               };
 4414               
 4415               static const char*
 4416               __root_PG_InterOp_CIM_LogicalIdentity_qualifiers[] =
 4417               {
 4418 mike  1.1.2.3     /* ASSOCIATION */
 4419                   "\000\001",
 4420 mike  1.1.2.1     /* UMLPackagePath */
 4421                   "\057CIM::Core::CoreElements",
 4422 mike  1.1.2.3     /* Abstract */
 4423                   "\002\001",
 4424 mike  1.1.2.1     /* Version */
 4425                   "\0632.10.0",
 4426                   0,
 4427               };
 4428               
 4429 mike  1.1.2.4 MetaClass
 4430 mike  1.1.2.1 __root_PG_InterOp_CIM_LogicalIdentity =
 4431               {
 4432                   /* flags */
 4433 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
 4434 mike  1.1.2.1     /* name */
 4435                   "CIM_LogicalIdentity",
 4436                   /* qualifiers */
 4437                   __root_PG_InterOp_CIM_LogicalIdentity_qualifiers,
 4438 mike  1.1.2.2     /* super */
 4439 mike  1.1.2.1     0,
 4440                   /* features */
 4441                   _CIM_LogicalIdentity_features,
 4442               };
 4443               
 4444               //==============================================================================
 4445               //
 4446               // Class: CIM_ManagedSystemElement
 4447               //
 4448               //==============================================================================
 4449               
 4450               static const char*
 4451               _CIM_ManagedSystemElement_InstallDate_qualifiers[] =
 4452               {
 4453                   /* MappingStrings */
 4454                   "\026\000\001MIF.DMTF|ComponentID|001.5\000",
 4455                   0,
 4456               };
 4457               
 4458 mike  1.1.2.4 static MetaProperty
 4459 mike  1.1.2.1 _CIM_ManagedSystemElement_InstallDate =
 4460               {
 4461                   /* flags */
 4462 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 4463 mike  1.1.2.1     /* name */
 4464                   "InstallDate",
 4465                   /* qualifiers */
 4466                   _CIM_ManagedSystemElement_InstallDate_qualifiers,
 4467                   /* type */
 4468                   CIMTYPE_DATETIME,
 4469                   /* subscript */
 4470                   -1,
 4471                   /* value */
 4472                   0,
 4473               };
 4474               
 4475               static const char*
 4476               _CIM_ManagedSystemElement_Name_qualifiers[] =
 4477               {
 4478                   /* MaxLen */
 4479                   "\030\000\000\004\000",
 4480                   0,
 4481               };
 4482               
 4483 mike  1.1.2.4 static MetaProperty
 4484 mike  1.1.2.1 _CIM_ManagedSystemElement_Name =
 4485               {
 4486                   /* flags */
 4487 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 4488 mike  1.1.2.1     /* name */
 4489                   "Name",
 4490                   /* qualifiers */
 4491                   _CIM_ManagedSystemElement_Name_qualifiers,
 4492                   /* type */
 4493                   CIMTYPE_STRING,
 4494                   /* subscript */
 4495                   -1,
 4496                   /* value */
 4497                   0,
 4498               };
 4499               
 4500               static const char*
 4501               _CIM_ManagedSystemElement_OperationalStatus_qualifiers[] =
 4502               {
 4503                   /* ValueMap */
 4504                   "\061\000\0250\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\000..\0000x8000..\000",
 4505                   /* Values */
 4506                   "\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",
 4507                   /* ArrayType */
 4508                   "\005Indexed",
 4509 mike  1.1.2.1     /* ModelCorrespondence */
 4510                   "\036\000\001CIM_ManagedSystemElement.StatusDescriptions\000",
 4511                   0,
 4512               };
 4513               
 4514 mike  1.1.2.4 static MetaProperty
 4515 mike  1.1.2.1 _CIM_ManagedSystemElement_OperationalStatus =
 4516               {
 4517                   /* flags */
 4518 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 4519 mike  1.1.2.1     /* name */
 4520                   "OperationalStatus",
 4521                   /* qualifiers */
 4522                   _CIM_ManagedSystemElement_OperationalStatus_qualifiers,
 4523                   /* type */
 4524                   CIMTYPE_UINT16,
 4525                   /* subscript */
 4526                   0,
 4527                   /* value */
 4528                   0,
 4529               };
 4530               
 4531               static const char*
 4532               _CIM_ManagedSystemElement_StatusDescriptions_qualifiers[] =
 4533               {
 4534                   /* ArrayType */
 4535                   "\005Indexed",
 4536                   /* ModelCorrespondence */
 4537                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 4538                   0,
 4539               };
 4540 mike  1.1.2.1 
 4541 mike  1.1.2.4 static MetaProperty
 4542 mike  1.1.2.1 _CIM_ManagedSystemElement_StatusDescriptions =
 4543               {
 4544                   /* flags */
 4545 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 4546 mike  1.1.2.1     /* name */
 4547                   "StatusDescriptions",
 4548                   /* qualifiers */
 4549                   _CIM_ManagedSystemElement_StatusDescriptions_qualifiers,
 4550                   /* type */
 4551                   CIMTYPE_STRING,
 4552                   /* subscript */
 4553                   0,
 4554                   /* value */
 4555                   0,
 4556               };
 4557               
 4558               static const char*
 4559               _CIM_ManagedSystemElement_Status_qualifiers[] =
 4560               {
 4561                   /* Deprecated */
 4562                   "\013\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 4563                   /* ValueMap */
 4564                   "\061\000\015OK\000Error\000Degraded\000Unknown\000Pred Fail\000Starting\000Stopping\000Service\000Stressed\000NonRecover\000No Contact\000Lost Comm\000Stopped\000",
 4565                   /* MaxLen */
 4566                   "\030\000\000\000\012",
 4567 mike  1.1.2.1     0,
 4568               };
 4569               
 4570 mike  1.1.2.4 static MetaProperty
 4571 mike  1.1.2.1 _CIM_ManagedSystemElement_Status =
 4572               {
 4573                   /* flags */
 4574 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 4575 mike  1.1.2.1     /* name */
 4576                   "Status",
 4577                   /* qualifiers */
 4578                   _CIM_ManagedSystemElement_Status_qualifiers,
 4579                   /* type */
 4580                   CIMTYPE_STRING,
 4581                   /* subscript */
 4582                   -1,
 4583                   /* value */
 4584                   0,
 4585               };
 4586               
 4587               static const char*
 4588               _CIM_ManagedSystemElement_HealthState_qualifiers[] =
 4589               {
 4590                   /* ValueMap */
 4591                   "\061\000\0100\0005\00010\00015\00020\00025\00030\000..\000",
 4592                   /* Values */
 4593                   "\062\000\010Unknown\000OK\000Degraded/Warning\000Minor failure\000Major failure\000Critical failure\000Non-recoverable error\000DMTF Reserved\000",
 4594                   0,
 4595               };
 4596 mike  1.1.2.1 
 4597 mike  1.1.2.4 static MetaProperty
 4598 mike  1.1.2.1 _CIM_ManagedSystemElement_HealthState =
 4599               {
 4600                   /* flags */
 4601 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 4602 mike  1.1.2.1     /* name */
 4603                   "HealthState",
 4604                   /* qualifiers */
 4605                   _CIM_ManagedSystemElement_HealthState_qualifiers,
 4606                   /* type */
 4607                   CIMTYPE_UINT16,
 4608                   /* subscript */
 4609                   -1,
 4610                   /* value */
 4611                   0,
 4612               };
 4613               
 4614 mike  1.1.2.4 static MetaFeature*
 4615 mike  1.1.2.1 _CIM_ManagedSystemElement_features[] =
 4616               {
 4617 mike  1.1.2.4     (MetaFeature*)&_CIM_ManagedSystemElement_InstallDate,
 4618                   (MetaFeature*)&_CIM_ManagedSystemElement_Name,
 4619                   (MetaFeature*)&_CIM_ManagedSystemElement_OperationalStatus,
 4620                   (MetaFeature*)&_CIM_ManagedSystemElement_StatusDescriptions,
 4621                   (MetaFeature*)&_CIM_ManagedSystemElement_Status,
 4622                   (MetaFeature*)&_CIM_ManagedSystemElement_HealthState,
 4623 mike  1.1.2.1     0,
 4624               };
 4625               
 4626               static const char*
 4627               __root_PG_InterOp_CIM_ManagedSystemElement_qualifiers[] =
 4628               {
 4629                   /* UMLPackagePath */
 4630                   "\057CIM::Core::CoreElements",
 4631 mike  1.1.2.3     /* Abstract */
 4632                   "\002\001",
 4633 mike  1.1.2.1     /* Version */
 4634                   "\0632.11.0",
 4635                   0,
 4636               };
 4637               
 4638 mike  1.1.2.4 MetaClass
 4639 mike  1.1.2.1 __root_PG_InterOp_CIM_ManagedSystemElement =
 4640               {
 4641                   /* flags */
 4642 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 4643 mike  1.1.2.1     /* name */
 4644                   "CIM_ManagedSystemElement",
 4645                   /* qualifiers */
 4646                   __root_PG_InterOp_CIM_ManagedSystemElement_qualifiers,
 4647 mike  1.1.2.2     /* super */
 4648 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4649                   /* features */
 4650                   _CIM_ManagedSystemElement_features,
 4651               };
 4652               
 4653               //==============================================================================
 4654               //
 4655               // Class: CIM_MemberOfCollection
 4656               //
 4657               //==============================================================================
 4658               
 4659               static const char*
 4660               _CIM_MemberOfCollection_Collection_qualifiers[] =
 4661               {
 4662 mike  1.1.2.3     /* Key */
 4663                   "\025\001",
 4664                   /* Aggregate */
 4665                   "\003\001",
 4666 mike  1.1.2.1     0,
 4667               };
 4668               
 4669 mike  1.1.2.4 static MetaReference
 4670 mike  1.1.2.1 _CIM_MemberOfCollection_Collection =
 4671               {
 4672                   /* flags */
 4673 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 4674 mike  1.1.2.1     /* name */
 4675                   "Collection",
 4676                   /* qualifiers */
 4677                   _CIM_MemberOfCollection_Collection_qualifiers,
 4678                   /* subscript */
 4679                   -1,
 4680 mike  1.1.2.2     /* refId */
 4681 mike  1.1.2.1     &__root_PG_InterOp_CIM_Collection,
 4682               };
 4683               
 4684               static const char*
 4685               _CIM_MemberOfCollection_Member_qualifiers[] =
 4686               {
 4687 mike  1.1.2.3     /* Key */
 4688                   "\025\001",
 4689 mike  1.1.2.1     0,
 4690               };
 4691               
 4692 mike  1.1.2.4 static MetaReference
 4693 mike  1.1.2.1 _CIM_MemberOfCollection_Member =
 4694               {
 4695                   /* flags */
 4696 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 4697 mike  1.1.2.1     /* name */
 4698                   "Member",
 4699                   /* qualifiers */
 4700                   _CIM_MemberOfCollection_Member_qualifiers,
 4701                   /* subscript */
 4702                   -1,
 4703 mike  1.1.2.2     /* refId */
 4704 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4705               };
 4706               
 4707 mike  1.1.2.4 static MetaFeature*
 4708 mike  1.1.2.1 _CIM_MemberOfCollection_features[] =
 4709               {
 4710 mike  1.1.2.4     (MetaFeature*)&_CIM_MemberOfCollection_Collection,
 4711                   (MetaFeature*)&_CIM_MemberOfCollection_Member,
 4712 mike  1.1.2.1     0,
 4713               };
 4714               
 4715               static const char*
 4716               __root_PG_InterOp_CIM_MemberOfCollection_qualifiers[] =
 4717               {
 4718 mike  1.1.2.3     /* ASSOCIATION */
 4719                   "\000\001",
 4720 mike  1.1.2.1     /* UMLPackagePath */
 4721                   "\057CIM::Core::Collection",
 4722 mike  1.1.2.3     /* Aggregation */
 4723                   "\004\001",
 4724 mike  1.1.2.1     /* Version */
 4725                   "\0632.6.0",
 4726                   0,
 4727               };
 4728               
 4729 mike  1.1.2.4 MetaClass
 4730 mike  1.1.2.1 __root_PG_InterOp_CIM_MemberOfCollection =
 4731               {
 4732                   /* flags */
 4733 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 4734 mike  1.1.2.1     /* name */
 4735                   "CIM_MemberOfCollection",
 4736                   /* qualifiers */
 4737                   __root_PG_InterOp_CIM_MemberOfCollection_qualifiers,
 4738 mike  1.1.2.2     /* super */
 4739 mike  1.1.2.1     0,
 4740                   /* features */
 4741                   _CIM_MemberOfCollection_features,
 4742               };
 4743               
 4744               //==============================================================================
 4745               //
 4746               // Class: CIM_MethodParameters
 4747               //
 4748               //==============================================================================
 4749               
 4750               static const char*
 4751               _CIM_MethodParameters_MethodParametersId_qualifiers[] =
 4752               {
 4753                   /* MaxLen */
 4754                   "\030\000\000\001\000",
 4755                   0,
 4756               };
 4757               
 4758 mike  1.1.2.4 static MetaProperty
 4759 mike  1.1.2.1 _CIM_MethodParameters_MethodParametersId =
 4760               {
 4761                   /* flags */
 4762 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 4763 mike  1.1.2.1     /* name */
 4764                   "MethodParametersId",
 4765                   /* qualifiers */
 4766                   _CIM_MethodParameters_MethodParametersId_qualifiers,
 4767                   /* type */
 4768                   CIMTYPE_STRING,
 4769                   /* subscript */
 4770                   -1,
 4771                   /* value */
 4772                   0,
 4773               };
 4774               
 4775               static const char*
 4776               _CIM_MethodParameters_ResetValues_SourceME_qualifiers[] =
 4777               {
 4778 mike  1.1.2.3     /* IN */
 4779                   "\024\001",
 4780 mike  1.1.2.1     0,
 4781               };
 4782               
 4783 mike  1.1.2.4 static MetaReference
 4784 mike  1.1.2.1 _CIM_MethodParameters_ResetValues_SourceME =
 4785               {
 4786                   /* flags */
 4787 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_IN,
 4788 mike  1.1.2.1     /* name */
 4789                   "SourceME",
 4790                   /* qualifiers */
 4791                   _CIM_MethodParameters_ResetValues_SourceME_qualifiers,
 4792                   /* subscript */
 4793                   -1,
 4794 mike  1.1.2.2     /* ref */
 4795 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4796               };
 4797               
 4798 mike  1.1.2.4 static MetaFeature*
 4799 mike  1.1.2.1 _CIM_MethodParameters_ResetValues_parameters[] =
 4800               {
 4801 mike  1.1.2.4     (MetaFeature*)&_CIM_MethodParameters_ResetValues_SourceME,
 4802 mike  1.1.2.1     0,
 4803               };
 4804               
 4805               static const char*
 4806               _CIM_MethodParameters_ResetValues_qualifiers[] =
 4807               {
 4808                   0,
 4809               };
 4810               
 4811 mike  1.1.2.4 static MetaMethod
 4812 mike  1.1.2.1 _CIM_MethodParameters_ResetValues =
 4813               {
 4814                   /* flags */
 4815 mike  1.1.2.4     META_FLAG_METHOD,
 4816 mike  1.1.2.1     /* name */
 4817                   "CIM_MethodParameters",
 4818                   /* qualifiers */
 4819                   _CIM_MethodParameters_ResetValues_qualifiers,
 4820                   /* type */
 4821                   CIMTYPE_UINT32,
 4822                   /* parameters */
 4823                   _CIM_MethodParameters_ResetValues_parameters,
 4824               };
 4825               
 4826 mike  1.1.2.4 static MetaFeature*
 4827 mike  1.1.2.1 _CIM_MethodParameters_features[] =
 4828               {
 4829 mike  1.1.2.4     (MetaFeature*)&_CIM_MethodParameters_MethodParametersId,
 4830                   (MetaFeature*)&_CIM_MethodParameters_ResetValues,
 4831 mike  1.1.2.1     0,
 4832               };
 4833               
 4834               static const char*
 4835               __root_PG_InterOp_CIM_MethodParameters_qualifiers[] =
 4836               {
 4837                   /* UMLPackagePath */
 4838                   "\057CIM::Core::MethodParms",
 4839 mike  1.1.2.3     /* Abstract */
 4840                   "\002\001",
 4841 mike  1.1.2.1     /* Version */
 4842                   "\0632.10.0",
 4843                   0,
 4844               };
 4845               
 4846 mike  1.1.2.4 MetaClass
 4847 mike  1.1.2.1 __root_PG_InterOp_CIM_MethodParameters =
 4848               {
 4849                   /* flags */
 4850 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 4851 mike  1.1.2.1     /* name */
 4852                   "CIM_MethodParameters",
 4853                   /* qualifiers */
 4854                   __root_PG_InterOp_CIM_MethodParameters_qualifiers,
 4855 mike  1.1.2.2     /* super */
 4856 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4857                   /* features */
 4858                   _CIM_MethodParameters_features,
 4859               };
 4860               
 4861               //==============================================================================
 4862               //
 4863               // Class: CIM_OrderedMemberOfCollection
 4864               //
 4865               //==============================================================================
 4866               
 4867               static const char*
 4868               _CIM_OrderedMemberOfCollection_AssignedSequence_qualifiers[] =
 4869               {
 4870                   0,
 4871               };
 4872               
 4873 mike  1.1.2.4 static MetaProperty
 4874 mike  1.1.2.1 _CIM_OrderedMemberOfCollection_AssignedSequence =
 4875               {
 4876                   /* flags */
 4877 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 4878 mike  1.1.2.1     /* name */
 4879                   "AssignedSequence",
 4880                   /* qualifiers */
 4881                   _CIM_OrderedMemberOfCollection_AssignedSequence_qualifiers,
 4882                   /* type */
 4883                   CIMTYPE_UINT64,
 4884                   /* subscript */
 4885                   -1,
 4886                   /* value */
 4887                   0,
 4888               };
 4889               
 4890 mike  1.1.2.4 static MetaFeature*
 4891 mike  1.1.2.1 _CIM_OrderedMemberOfCollection_features[] =
 4892               {
 4893 mike  1.1.2.4     (MetaFeature*)&_CIM_OrderedMemberOfCollection_AssignedSequence,
 4894 mike  1.1.2.1     0,
 4895               };
 4896               
 4897               static const char*
 4898               __root_PG_InterOp_CIM_OrderedMemberOfCollection_qualifiers[] =
 4899               {
 4900 mike  1.1.2.3     /* ASSOCIATION */
 4901                   "\000\001",
 4902 mike  1.1.2.1     /* UMLPackagePath */
 4903                   "\057CIM::Core::Collection",
 4904 mike  1.1.2.3     /* Aggregation */
 4905                   "\004\001",
 4906 mike  1.1.2.1     /* Version */
 4907                   "\0632.10.0",
 4908                   0,
 4909               };
 4910               
 4911 mike  1.1.2.4 MetaClass
 4912 mike  1.1.2.1 __root_PG_InterOp_CIM_OrderedMemberOfCollection =
 4913               {
 4914                   /* flags */
 4915 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 4916 mike  1.1.2.1     /* name */
 4917                   "CIM_OrderedMemberOfCollection",
 4918                   /* qualifiers */
 4919                   __root_PG_InterOp_CIM_OrderedMemberOfCollection_qualifiers,
 4920 mike  1.1.2.2     /* super */
 4921 mike  1.1.2.1     &__root_PG_InterOp_CIM_MemberOfCollection,
 4922                   /* features */
 4923                   _CIM_OrderedMemberOfCollection_features,
 4924               };
 4925               
 4926               //==============================================================================
 4927               //
 4928               // Class: CIM_ParametersForMethod
 4929               //
 4930               //==============================================================================
 4931               
 4932               static const char*
 4933               _CIM_ParametersForMethod_Parameters_qualifiers[] =
 4934               {
 4935 mike  1.1.2.3     /* Key */
 4936                   "\025\001",
 4937 mike  1.1.2.1     0,
 4938               };
 4939               
 4940 mike  1.1.2.4 static MetaReference
 4941 mike  1.1.2.1 _CIM_ParametersForMethod_Parameters =
 4942               {
 4943                   /* flags */
 4944 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 4945 mike  1.1.2.1     /* name */
 4946                   "Parameters",
 4947                   /* qualifiers */
 4948                   _CIM_ParametersForMethod_Parameters_qualifiers,
 4949                   /* subscript */
 4950                   -1,
 4951 mike  1.1.2.2     /* refId */
 4952 mike  1.1.2.1     &__root_PG_InterOp_CIM_MethodParameters,
 4953               };
 4954               
 4955               static const char*
 4956               _CIM_ParametersForMethod_TheMethod_qualifiers[] =
 4957               {
 4958 mike  1.1.2.3     /* Key */
 4959                   "\025\001",
 4960 mike  1.1.2.1     0,
 4961               };
 4962               
 4963 mike  1.1.2.4 static MetaReference
 4964 mike  1.1.2.1 _CIM_ParametersForMethod_TheMethod =
 4965               {
 4966                   /* flags */
 4967 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 4968 mike  1.1.2.1     /* name */
 4969                   "TheMethod",
 4970                   /* qualifiers */
 4971                   _CIM_ParametersForMethod_TheMethod_qualifiers,
 4972                   /* subscript */
 4973                   -1,
 4974 mike  1.1.2.2     /* refId */
 4975 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4976               };
 4977               
 4978               static const char*
 4979               _CIM_ParametersForMethod_MethodName_qualifiers[] =
 4980               {
 4981 mike  1.1.2.3     /* Key */
 4982                   "\025\001",
 4983 mike  1.1.2.1     /* MaxLen */
 4984                   "\030\000\000\000\100",
 4985                   0,
 4986               };
 4987               
 4988 mike  1.1.2.4 static MetaProperty
 4989 mike  1.1.2.1 _CIM_ParametersForMethod_MethodName =
 4990               {
 4991                   /* flags */
 4992 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 4993 mike  1.1.2.1     /* name */
 4994                   "MethodName",
 4995                   /* qualifiers */
 4996                   _CIM_ParametersForMethod_MethodName_qualifiers,
 4997                   /* type */
 4998                   CIMTYPE_STRING,
 4999                   /* subscript */
 5000                   -1,
 5001                   /* value */
 5002                   0,
 5003               };
 5004               
 5005 mike  1.1.2.4 static MetaFeature*
 5006 mike  1.1.2.1 _CIM_ParametersForMethod_features[] =
 5007               {
 5008 mike  1.1.2.4     (MetaFeature*)&_CIM_ParametersForMethod_Parameters,
 5009                   (MetaFeature*)&_CIM_ParametersForMethod_TheMethod,
 5010                   (MetaFeature*)&_CIM_ParametersForMethod_MethodName,
 5011 mike  1.1.2.1     0,
 5012               };
 5013               
 5014               static const char*
 5015               __root_PG_InterOp_CIM_ParametersForMethod_qualifiers[] =
 5016               {
 5017 mike  1.1.2.3     /* ASSOCIATION */
 5018                   "\000\001",
 5019 mike  1.1.2.1     /* UMLPackagePath */
 5020                   "\057CIM::Core::MethodParms",
 5021                   /* Version */
 5022                   "\0632.10.0",
 5023                   0,
 5024               };
 5025               
 5026 mike  1.1.2.4 MetaClass
 5027 mike  1.1.2.1 __root_PG_InterOp_CIM_ParametersForMethod =
 5028               {
 5029                   /* flags */
 5030 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 5031 mike  1.1.2.1     /* name */
 5032                   "CIM_ParametersForMethod",
 5033                   /* qualifiers */
 5034                   __root_PG_InterOp_CIM_ParametersForMethod_qualifiers,
 5035 mike  1.1.2.2     /* super */
 5036 mike  1.1.2.1     0,
 5037                   /* features */
 5038                   _CIM_ParametersForMethod_features,
 5039               };
 5040               
 5041               //==============================================================================
 5042               //
 5043               // Class: CIM_ParameterValueSources
 5044               //
 5045               //==============================================================================
 5046               
 5047               static const char*
 5048               _CIM_ParameterValueSources_Parameters_qualifiers[] =
 5049               {
 5050 mike  1.1.2.3     /* Key */
 5051                   "\025\001",
 5052 mike  1.1.2.1     0,
 5053               };
 5054               
 5055 mike  1.1.2.4 static MetaReference
 5056 mike  1.1.2.1 _CIM_ParameterValueSources_Parameters =
 5057               {
 5058                   /* flags */
 5059 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 5060 mike  1.1.2.1     /* name */
 5061                   "Parameters",
 5062                   /* qualifiers */
 5063                   _CIM_ParameterValueSources_Parameters_qualifiers,
 5064                   /* subscript */
 5065                   -1,
 5066 mike  1.1.2.2     /* refId */
 5067 mike  1.1.2.1     &__root_PG_InterOp_CIM_MethodParameters,
 5068               };
 5069               
 5070               static const char*
 5071               _CIM_ParameterValueSources_ValueSource_qualifiers[] =
 5072               {
 5073 mike  1.1.2.3     /* Key */
 5074                   "\025\001",
 5075 mike  1.1.2.1     0,
 5076               };
 5077               
 5078 mike  1.1.2.4 static MetaReference
 5079 mike  1.1.2.1 _CIM_ParameterValueSources_ValueSource =
 5080               {
 5081                   /* flags */
 5082 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 5083 mike  1.1.2.1     /* name */
 5084                   "ValueSource",
 5085                   /* qualifiers */
 5086                   _CIM_ParameterValueSources_ValueSource_qualifiers,
 5087                   /* subscript */
 5088                   -1,
 5089 mike  1.1.2.2     /* refId */
 5090 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 5091               };
 5092               
 5093 mike  1.1.2.4 static MetaFeature*
 5094 mike  1.1.2.1 _CIM_ParameterValueSources_features[] =
 5095               {
 5096 mike  1.1.2.4     (MetaFeature*)&_CIM_ParameterValueSources_Parameters,
 5097                   (MetaFeature*)&_CIM_ParameterValueSources_ValueSource,
 5098 mike  1.1.2.1     0,
 5099               };
 5100               
 5101               static const char*
 5102               __root_PG_InterOp_CIM_ParameterValueSources_qualifiers[] =
 5103               {
 5104 mike  1.1.2.3     /* ASSOCIATION */
 5105                   "\000\001",
 5106 mike  1.1.2.1     /* UMLPackagePath */
 5107                   "\057CIM::Core::MethodParms",
 5108                   /* Version */
 5109                   "\0632.10.0",
 5110                   0,
 5111               };
 5112               
 5113 mike  1.1.2.4 MetaClass
 5114 mike  1.1.2.1 __root_PG_InterOp_CIM_ParameterValueSources =
 5115               {
 5116                   /* flags */
 5117 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 5118 mike  1.1.2.1     /* name */
 5119                   "CIM_ParameterValueSources",
 5120                   /* qualifiers */
 5121                   __root_PG_InterOp_CIM_ParameterValueSources_qualifiers,
 5122 mike  1.1.2.2     /* super */
 5123 mike  1.1.2.1     0,
 5124                   /* features */
 5125                   _CIM_ParameterValueSources_features,
 5126               };
 5127               
 5128               //==============================================================================
 5129               //
 5130               // Class: CIM_PhysicalElement
 5131               //
 5132               //==============================================================================
 5133               
 5134               static const char*
 5135               _CIM_PhysicalElement_Tag_qualifiers[] =
 5136               {
 5137 mike  1.1.2.3     /* Key */
 5138                   "\025\001",
 5139 mike  1.1.2.1     /* MaxLen */
 5140                   "\030\000\000\001\000",
 5141                   0,
 5142               };
 5143               
 5144 mike  1.1.2.4 static MetaProperty
 5145 mike  1.1.2.1 _CIM_PhysicalElement_Tag =
 5146               {
 5147                   /* flags */
 5148 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 5149 mike  1.1.2.1     /* name */
 5150                   "Tag",
 5151                   /* qualifiers */
 5152                   _CIM_PhysicalElement_Tag_qualifiers,
 5153                   /* type */
 5154                   CIMTYPE_STRING,
 5155                   /* subscript */
 5156                   -1,
 5157                   /* value */
 5158                   0,
 5159               };
 5160               
 5161               static const char*
 5162               _CIM_PhysicalElement_Description_qualifiers[] =
 5163               {
 5164                   /* Override */
 5165                   "\044Description",
 5166                   /* MappingStrings */
 5167                   "\026\000\001MIF.DMTF|FRU|003.3\000",
 5168                   0,
 5169               };
 5170 mike  1.1.2.1 
 5171 mike  1.1.2.4 static MetaProperty
 5172 mike  1.1.2.1 _CIM_PhysicalElement_Description =
 5173               {
 5174                   /* flags */
 5175 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5176 mike  1.1.2.1     /* name */
 5177                   "Description",
 5178                   /* qualifiers */
 5179                   _CIM_PhysicalElement_Description_qualifiers,
 5180                   /* type */
 5181                   CIMTYPE_STRING,
 5182                   /* subscript */
 5183                   -1,
 5184                   /* value */
 5185                   0,
 5186               };
 5187               
 5188               static const char*
 5189               _CIM_PhysicalElement_CreationClassName_qualifiers[] =
 5190               {
 5191 mike  1.1.2.3     /* Key */
 5192                   "\025\001",
 5193 mike  1.1.2.1     /* MaxLen */
 5194                   "\030\000\000\001\000",
 5195                   0,
 5196               };
 5197               
 5198 mike  1.1.2.4 static MetaProperty
 5199 mike  1.1.2.1 _CIM_PhysicalElement_CreationClassName =
 5200               {
 5201                   /* flags */
 5202 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 5203 mike  1.1.2.1     /* name */
 5204                   "CreationClassName",
 5205                   /* qualifiers */
 5206                   _CIM_PhysicalElement_CreationClassName_qualifiers,
 5207                   /* type */
 5208                   CIMTYPE_STRING,
 5209                   /* subscript */
 5210                   -1,
 5211                   /* value */
 5212                   0,
 5213               };
 5214               
 5215               static const char*
 5216               _CIM_PhysicalElement_ElementName_qualifiers[] =
 5217               {
 5218                   /* Override */
 5219                   "\044ElementName",
 5220                   /* MappingStrings */
 5221                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalName\000",
 5222                   0,
 5223               };
 5224 mike  1.1.2.1 
 5225 mike  1.1.2.4 static MetaProperty
 5226 mike  1.1.2.1 _CIM_PhysicalElement_ElementName =
 5227               {
 5228                   /* flags */
 5229 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5230 mike  1.1.2.1     /* name */
 5231                   "ElementName",
 5232                   /* qualifiers */
 5233                   _CIM_PhysicalElement_ElementName_qualifiers,
 5234                   /* type */
 5235                   CIMTYPE_STRING,
 5236                   /* subscript */
 5237                   -1,
 5238                   /* value */
 5239                   0,
 5240               };
 5241               
 5242               static const char*
 5243               _CIM_PhysicalElement_Manufacturer_qualifiers[] =
 5244               {
 5245                   /* MaxLen */
 5246                   "\030\000\000\001\000",
 5247                   /* MappingStrings */
 5248                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalMfgName\000MIF.DMTF|FRU|003.4\000",
 5249                   0,
 5250               };
 5251 mike  1.1.2.1 
 5252 mike  1.1.2.4 static MetaProperty
 5253 mike  1.1.2.1 _CIM_PhysicalElement_Manufacturer =
 5254               {
 5255                   /* flags */
 5256 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5257 mike  1.1.2.1     /* name */
 5258                   "Manufacturer",
 5259                   /* qualifiers */
 5260                   _CIM_PhysicalElement_Manufacturer_qualifiers,
 5261                   /* type */
 5262                   CIMTYPE_STRING,
 5263                   /* subscript */
 5264                   -1,
 5265                   /* value */
 5266                   0,
 5267               };
 5268               
 5269               static const char*
 5270               _CIM_PhysicalElement_Model_qualifiers[] =
 5271               {
 5272                   /* MaxLen */
 5273                   "\030\000\000\001\000",
 5274                   /* MappingStrings */
 5275                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalDescr\000MIF.DMTF|FRU|003.5\000",
 5276                   0,
 5277               };
 5278 mike  1.1.2.1 
 5279 mike  1.1.2.4 static MetaProperty
 5280 mike  1.1.2.1 _CIM_PhysicalElement_Model =
 5281               {
 5282                   /* flags */
 5283 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5284 mike  1.1.2.1     /* name */
 5285                   "Model",
 5286                   /* qualifiers */
 5287                   _CIM_PhysicalElement_Model_qualifiers,
 5288                   /* type */
 5289                   CIMTYPE_STRING,
 5290                   /* subscript */
 5291                   -1,
 5292                   /* value */
 5293                   0,
 5294               };
 5295               
 5296               static const char*
 5297               _CIM_PhysicalElement_SKU_qualifiers[] =
 5298               {
 5299                   /* MaxLen */
 5300                   "\030\000\000\000\100",
 5301                   0,
 5302               };
 5303               
 5304 mike  1.1.2.4 static MetaProperty
 5305 mike  1.1.2.1 _CIM_PhysicalElement_SKU =
 5306               {
 5307                   /* flags */
 5308 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5309 mike  1.1.2.1     /* name */
 5310                   "SKU",
 5311                   /* qualifiers */
 5312                   _CIM_PhysicalElement_SKU_qualifiers,
 5313                   /* type */
 5314                   CIMTYPE_STRING,
 5315                   /* subscript */
 5316                   -1,
 5317                   /* value */
 5318                   0,
 5319               };
 5320               
 5321               static const char*
 5322               _CIM_PhysicalElement_SerialNumber_qualifiers[] =
 5323               {
 5324                   /* MaxLen */
 5325                   "\030\000\000\001\000",
 5326                   /* MappingStrings */
 5327                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalSerialNum\000MIF.DMTF|FRU|003.7\000",
 5328                   0,
 5329               };
 5330 mike  1.1.2.1 
 5331 mike  1.1.2.4 static MetaProperty
 5332 mike  1.1.2.1 _CIM_PhysicalElement_SerialNumber =
 5333               {
 5334                   /* flags */
 5335 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5336 mike  1.1.2.1     /* name */
 5337                   "SerialNumber",
 5338                   /* qualifiers */
 5339                   _CIM_PhysicalElement_SerialNumber_qualifiers,
 5340                   /* type */
 5341                   CIMTYPE_STRING,
 5342                   /* subscript */
 5343                   -1,
 5344                   /* value */
 5345                   0,
 5346               };
 5347               
 5348               static const char*
 5349               _CIM_PhysicalElement_Version_qualifiers[] =
 5350               {
 5351                   /* MaxLen */
 5352                   "\030\000\000\000\100",
 5353                   /* MappingStrings */
 5354                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalHardwareRev\000MIF.DMTF|FRU|003.8\000",
 5355                   0,
 5356               };
 5357 mike  1.1.2.1 
 5358 mike  1.1.2.4 static MetaProperty
 5359 mike  1.1.2.1 _CIM_PhysicalElement_Version =
 5360               {
 5361                   /* flags */
 5362 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5363 mike  1.1.2.1     /* name */
 5364                   "Version",
 5365                   /* qualifiers */
 5366                   _CIM_PhysicalElement_Version_qualifiers,
 5367                   /* type */
 5368                   CIMTYPE_STRING,
 5369                   /* subscript */
 5370                   -1,
 5371                   /* value */
 5372                   0,
 5373               };
 5374               
 5375               static const char*
 5376               _CIM_PhysicalElement_PartNumber_qualifiers[] =
 5377               {
 5378                   /* MaxLen */
 5379                   "\030\000\000\001\000",
 5380                   /* MappingStrings */
 5381                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalModelName\000",
 5382                   0,
 5383               };
 5384 mike  1.1.2.1 
 5385 mike  1.1.2.4 static MetaProperty
 5386 mike  1.1.2.1 _CIM_PhysicalElement_PartNumber =
 5387               {
 5388                   /* flags */
 5389 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5390 mike  1.1.2.1     /* name */
 5391                   "PartNumber",
 5392                   /* qualifiers */
 5393                   _CIM_PhysicalElement_PartNumber_qualifiers,
 5394                   /* type */
 5395                   CIMTYPE_STRING,
 5396                   /* subscript */
 5397                   -1,
 5398                   /* value */
 5399                   0,
 5400               };
 5401               
 5402               static const char*
 5403               _CIM_PhysicalElement_OtherIdentifyingInfo_qualifiers[] =
 5404               {
 5405 mike  1.1.2.3     /* Write */
 5406                   "\065\001",
 5407 mike  1.1.2.1     /* MappingStrings */
 5408                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAlias\000",
 5409                   0,
 5410               };
 5411               
 5412 mike  1.1.2.4 static MetaProperty
 5413 mike  1.1.2.1 _CIM_PhysicalElement_OtherIdentifyingInfo =
 5414               {
 5415                   /* flags */
 5416 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 5417 mike  1.1.2.1     /* name */
 5418                   "OtherIdentifyingInfo",
 5419                   /* qualifiers */
 5420                   _CIM_PhysicalElement_OtherIdentifyingInfo_qualifiers,
 5421                   /* type */
 5422                   CIMTYPE_STRING,
 5423                   /* subscript */
 5424                   -1,
 5425                   /* value */
 5426                   0,
 5427               };
 5428               
 5429               static const char*
 5430               _CIM_PhysicalElement_PoweredOn_qualifiers[] =
 5431               {
 5432                   0,
 5433               };
 5434               
 5435 mike  1.1.2.4 static MetaProperty
 5436 mike  1.1.2.1 _CIM_PhysicalElement_PoweredOn =
 5437               {
 5438                   /* flags */
 5439 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5440 mike  1.1.2.1     /* name */
 5441                   "PoweredOn",
 5442                   /* qualifiers */
 5443                   _CIM_PhysicalElement_PoweredOn_qualifiers,
 5444                   /* type */
 5445                   CIMTYPE_BOOLEAN,
 5446                   /* subscript */
 5447                   -1,
 5448                   /* value */
 5449                   0,
 5450               };
 5451               
 5452               static const char*
 5453               _CIM_PhysicalElement_ManufactureDate_qualifiers[] =
 5454               {
 5455                   0,
 5456               };
 5457               
 5458 mike  1.1.2.4 static MetaProperty
 5459 mike  1.1.2.1 _CIM_PhysicalElement_ManufactureDate =
 5460               {
 5461                   /* flags */
 5462 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5463 mike  1.1.2.1     /* name */
 5464                   "ManufactureDate",
 5465                   /* qualifiers */
 5466                   _CIM_PhysicalElement_ManufactureDate_qualifiers,
 5467                   /* type */
 5468                   CIMTYPE_DATETIME,
 5469                   /* subscript */
 5470                   -1,
 5471                   /* value */
 5472                   0,
 5473               };
 5474               
 5475               static const char*
 5476               _CIM_PhysicalElement_VendorEquipmentType_qualifiers[] =
 5477               {
 5478                   /* MappingStrings */
 5479                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalVendorType\000",
 5480                   0,
 5481               };
 5482               
 5483 mike  1.1.2.4 static MetaProperty
 5484 mike  1.1.2.1 _CIM_PhysicalElement_VendorEquipmentType =
 5485               {
 5486                   /* flags */
 5487 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5488 mike  1.1.2.1     /* name */
 5489                   "VendorEquipmentType",
 5490                   /* qualifiers */
 5491                   _CIM_PhysicalElement_VendorEquipmentType_qualifiers,
 5492                   /* type */
 5493                   CIMTYPE_STRING,
 5494                   /* subscript */
 5495                   -1,
 5496                   /* value */
 5497                   0,
 5498               };
 5499               
 5500               static const char*
 5501               _CIM_PhysicalElement_UserTracking_qualifiers[] =
 5502               {
 5503 mike  1.1.2.3     /* Write */
 5504                   "\065\001",
 5505 mike  1.1.2.1     /* MappingStrings */
 5506                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAssetID\000",
 5507                   0,
 5508               };
 5509               
 5510 mike  1.1.2.4 static MetaProperty
 5511 mike  1.1.2.1 _CIM_PhysicalElement_UserTracking =
 5512               {
 5513                   /* flags */
 5514 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 5515 mike  1.1.2.1     /* name */
 5516                   "UserTracking",
 5517                   /* qualifiers */
 5518                   _CIM_PhysicalElement_UserTracking_qualifiers,
 5519                   /* type */
 5520                   CIMTYPE_STRING,
 5521                   /* subscript */
 5522                   -1,
 5523                   /* value */
 5524                   0,
 5525               };
 5526               
 5527               static const char*
 5528               _CIM_PhysicalElement_CanBeFRUed_qualifiers[] =
 5529               {
 5530                   /* MappingStrings */
 5531                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalIsFRU\000",
 5532                   0,
 5533               };
 5534               
 5535 mike  1.1.2.4 static MetaProperty
 5536 mike  1.1.2.1 _CIM_PhysicalElement_CanBeFRUed =
 5537               {
 5538                   /* flags */
 5539 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5540 mike  1.1.2.1     /* name */
 5541                   "CanBeFRUed",
 5542                   /* qualifiers */
 5543                   _CIM_PhysicalElement_CanBeFRUed_qualifiers,
 5544                   /* type */
 5545                   CIMTYPE_BOOLEAN,
 5546                   /* subscript */
 5547                   -1,
 5548                   /* value */
 5549                   0,
 5550               };
 5551               
 5552 mike  1.1.2.4 static MetaFeature*
 5553 mike  1.1.2.1 _CIM_PhysicalElement_features[] =
 5554               {
 5555 mike  1.1.2.4     (MetaFeature*)&_CIM_PhysicalElement_Tag,
 5556                   (MetaFeature*)&_CIM_PhysicalElement_Description,
 5557                   (MetaFeature*)&_CIM_PhysicalElement_CreationClassName,
 5558                   (MetaFeature*)&_CIM_PhysicalElement_ElementName,
 5559                   (MetaFeature*)&_CIM_PhysicalElement_Manufacturer,
 5560                   (MetaFeature*)&_CIM_PhysicalElement_Model,
 5561                   (MetaFeature*)&_CIM_PhysicalElement_SKU,
 5562                   (MetaFeature*)&_CIM_PhysicalElement_SerialNumber,
 5563                   (MetaFeature*)&_CIM_PhysicalElement_Version,
 5564                   (MetaFeature*)&_CIM_PhysicalElement_PartNumber,
 5565                   (MetaFeature*)&_CIM_PhysicalElement_OtherIdentifyingInfo,
 5566                   (MetaFeature*)&_CIM_PhysicalElement_PoweredOn,
 5567                   (MetaFeature*)&_CIM_PhysicalElement_ManufactureDate,
 5568                   (MetaFeature*)&_CIM_PhysicalElement_VendorEquipmentType,
 5569                   (MetaFeature*)&_CIM_PhysicalElement_UserTracking,
 5570                   (MetaFeature*)&_CIM_PhysicalElement_CanBeFRUed,
 5571 mike  1.1.2.1     0,
 5572               };
 5573               
 5574               static const char*
 5575               __root_PG_InterOp_CIM_PhysicalElement_qualifiers[] =
 5576               {
 5577                   /* UMLPackagePath */
 5578                   "\057CIM::Core::Physical",
 5579 mike  1.1.2.3     /* Abstract */
 5580                   "\002\001",
 5581 mike  1.1.2.1     /* Version */
 5582                   "\0632.10.0",
 5583                   0,
 5584               };
 5585               
 5586 mike  1.1.2.4 MetaClass
 5587 mike  1.1.2.1 __root_PG_InterOp_CIM_PhysicalElement =
 5588               {
 5589                   /* flags */
 5590 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 5591 mike  1.1.2.1     /* name */
 5592                   "CIM_PhysicalElement",
 5593                   /* qualifiers */
 5594                   __root_PG_InterOp_CIM_PhysicalElement_qualifiers,
 5595 mike  1.1.2.2     /* super */
 5596 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 5597                   /* features */
 5598                   _CIM_PhysicalElement_features,
 5599               };
 5600               
 5601               //==============================================================================
 5602               //
 5603               // Class: CIM_PowerManagementCapabilities
 5604               //
 5605               //==============================================================================
 5606               
 5607               static const char*
 5608               _CIM_PowerManagementCapabilities_PowerCapabilities_qualifiers[] =
 5609               {
 5610                   /* ValueMap */
 5611                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 5612                   /* Values */
 5613                   "\062\000\006Unknown\000Other\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
 5614                   /* MappingStrings */
 5615                   "\026\000\001MIF.DMTF|System Power Controls|001.2\000",
 5616                   /* ModelCorrespondence */
 5617 mike  1.1.2.1     "\036\000\002CIM_PowerManagementCapabilities.OtherPowerCapabilitiesDescriptions\000CIM_PowerManagementService.SetPowerState\000",
 5618                   0,
 5619               };
 5620               
 5621 mike  1.1.2.4 static MetaProperty
 5622 mike  1.1.2.1 _CIM_PowerManagementCapabilities_PowerCapabilities =
 5623               {
 5624                   /* flags */
 5625 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5626 mike  1.1.2.1     /* name */
 5627                   "PowerCapabilities",
 5628                   /* qualifiers */
 5629                   _CIM_PowerManagementCapabilities_PowerCapabilities_qualifiers,
 5630                   /* type */
 5631                   CIMTYPE_UINT16,
 5632                   /* subscript */
 5633                   0,
 5634                   /* value */
 5635                   0,
 5636               };
 5637               
 5638               static const char*
 5639               _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions_qualifiers[] =
 5640               {
 5641                   /* ModelCorrespondence */
 5642                   "\036\000\001CIM_PowerManagementCapabilities.PowerCapabilities\000",
 5643                   0,
 5644               };
 5645               
 5646 mike  1.1.2.4 static MetaProperty
 5647 mike  1.1.2.1 _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions =
 5648               {
 5649                   /* flags */
 5650 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5651 mike  1.1.2.1     /* name */
 5652                   "OtherPowerCapabilitiesDescriptions",
 5653                   /* qualifiers */
 5654                   _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions_qualifiers,
 5655                   /* type */
 5656                   CIMTYPE_STRING,
 5657                   /* subscript */
 5658                   0,
 5659                   /* value */
 5660                   0,
 5661               };
 5662               
 5663 mike  1.1.2.4 static MetaFeature*
 5664 mike  1.1.2.1 _CIM_PowerManagementCapabilities_features[] =
 5665               {
 5666 mike  1.1.2.4     (MetaFeature*)&_CIM_PowerManagementCapabilities_PowerCapabilities,
 5667                   (MetaFeature*)&_CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions,
 5668 mike  1.1.2.1     0,
 5669               };
 5670               
 5671               static const char*
 5672               __root_PG_InterOp_CIM_PowerManagementCapabilities_qualifiers[] =
 5673               {
 5674                   /* UMLPackagePath */
 5675                   "\057CIM::Core::PowerMgmt",
 5676                   /* Version */
 5677                   "\0632.7.0",
 5678                   0,
 5679               };
 5680               
 5681 mike  1.1.2.4 MetaClass
 5682 mike  1.1.2.1 __root_PG_InterOp_CIM_PowerManagementCapabilities =
 5683               {
 5684                   /* flags */
 5685 mike  1.1.2.4     META_FLAG_CLASS,
 5686 mike  1.1.2.1     /* name */
 5687                   "CIM_PowerManagementCapabilities",
 5688                   /* qualifiers */
 5689                   __root_PG_InterOp_CIM_PowerManagementCapabilities_qualifiers,
 5690 mike  1.1.2.2     /* super */
 5691 mike  1.1.2.1     &__root_PG_InterOp_CIM_Capabilities,
 5692                   /* features */
 5693                   _CIM_PowerManagementCapabilities_features,
 5694               };
 5695               
 5696               //==============================================================================
 5697               //
 5698               // Class: CIM_Product
 5699               //
 5700               //==============================================================================
 5701               
 5702               static const char*
 5703               _CIM_Product_Name_qualifiers[] =
 5704               {
 5705 mike  1.1.2.3     /* Key */
 5706                   "\025\001",
 5707 mike  1.1.2.1     /* MaxLen */
 5708                   "\030\000\000\001\000",
 5709                   /* MappingStrings */
 5710                   "\026\000\001MIF.DMTF|ComponentID|001.2\000",
 5711                   /* ModelCorrespondence */
 5712                   "\036\000\001PRS_Product.ProductName\000",
 5713                   0,
 5714               };
 5715               
 5716 mike  1.1.2.4 static MetaProperty
 5717 mike  1.1.2.1 _CIM_Product_Name =
 5718               {
 5719                   /* flags */
 5720 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 5721 mike  1.1.2.1     /* name */
 5722                   "Name",
 5723                   /* qualifiers */
 5724                   _CIM_Product_Name_qualifiers,
 5725                   /* type */
 5726                   CIMTYPE_STRING,
 5727                   /* subscript */
 5728                   -1,
 5729                   /* value */
 5730                   0,
 5731               };
 5732               
 5733               static const char*
 5734               _CIM_Product_IdentifyingNumber_qualifiers[] =
 5735               {
 5736 mike  1.1.2.3     /* Key */
 5737                   "\025\001",
 5738 mike  1.1.2.1     /* MaxLen */
 5739                   "\030\000\000\000\100",
 5740                   /* MappingStrings */
 5741                   "\026\000\001MIF.DMTF|ComponentID|001.4\000",
 5742                   0,
 5743               };
 5744               
 5745 mike  1.1.2.4 static MetaProperty
 5746 mike  1.1.2.1 _CIM_Product_IdentifyingNumber =
 5747               {
 5748                   /* flags */
 5749 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 5750 mike  1.1.2.1     /* name */
 5751                   "IdentifyingNumber",
 5752                   /* qualifiers */
 5753                   _CIM_Product_IdentifyingNumber_qualifiers,
 5754                   /* type */
 5755                   CIMTYPE_STRING,
 5756                   /* subscript */
 5757                   -1,
 5758                   /* value */
 5759                   0,
 5760               };
 5761               
 5762               static const char*
 5763               _CIM_Product_Vendor_qualifiers[] =
 5764               {
 5765 mike  1.1.2.3     /* Key */
 5766                   "\025\001",
 5767 mike  1.1.2.1     /* MaxLen */
 5768                   "\030\000\000\001\000",
 5769                   /* MappingStrings */
 5770                   "\026\000\001MIF.DMTF|ComponentID|001.1\000",
 5771                   /* ModelCorrespondence */
 5772                   "\036\000\001PRS_Product.Vendor\000",
 5773                   0,
 5774               };
 5775               
 5776 mike  1.1.2.4 static MetaProperty
 5777 mike  1.1.2.1 _CIM_Product_Vendor =
 5778               {
 5779                   /* flags */
 5780 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 5781 mike  1.1.2.1     /* name */
 5782                   "Vendor",
 5783                   /* qualifiers */
 5784                   _CIM_Product_Vendor_qualifiers,
 5785                   /* type */
 5786                   CIMTYPE_STRING,
 5787                   /* subscript */
 5788                   -1,
 5789                   /* value */
 5790                   0,
 5791               };
 5792               
 5793               static const char*
 5794               _CIM_Product_Version_qualifiers[] =
 5795               {
 5796 mike  1.1.2.3     /* Key */
 5797                   "\025\001",
 5798 mike  1.1.2.1     /* MaxLen */
 5799                   "\030\000\000\000\100",
 5800                   /* MappingStrings */
 5801                   "\026\000\001MIF.DMTF|ComponentID|001.3\000",
 5802                   /* ModelCorrespondence */
 5803                   "\036\000\001PRS_Product.Version\000",
 5804                   0,
 5805               };
 5806               
 5807 mike  1.1.2.4 static MetaProperty
 5808 mike  1.1.2.1 _CIM_Product_Version =
 5809               {
 5810                   /* flags */
 5811 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 5812 mike  1.1.2.1     /* name */
 5813                   "Version",
 5814                   /* qualifiers */
 5815                   _CIM_Product_Version_qualifiers,
 5816                   /* type */
 5817                   CIMTYPE_STRING,
 5818                   /* subscript */
 5819                   -1,
 5820                   /* value */
 5821                   0,
 5822               };
 5823               
 5824               static const char*
 5825               _CIM_Product_SKUNumber_qualifiers[] =
 5826               {
 5827                   /* MaxLen */
 5828                   "\030\000\000\000\100",
 5829                   0,
 5830               };
 5831               
 5832 mike  1.1.2.4 static MetaProperty
 5833 mike  1.1.2.1 _CIM_Product_SKUNumber =
 5834               {
 5835                   /* flags */
 5836 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5837 mike  1.1.2.1     /* name */
 5838                   "SKUNumber",
 5839                   /* qualifiers */
 5840                   _CIM_Product_SKUNumber_qualifiers,
 5841                   /* type */
 5842                   CIMTYPE_STRING,
 5843                   /* subscript */
 5844                   -1,
 5845                   /* value */
 5846                   0,
 5847               };
 5848               
 5849               static const char*
 5850               _CIM_Product_WarrantyStartDate_qualifiers[] =
 5851               {
 5852                   /* MappingStrings */
 5853                   "\026\000\001MIF.DMTF|FRU|002.9\000",
 5854                   /* ModelCorrespondence */
 5855                   "\036\000\001CIM_Product.WarrantyDuration\000",
 5856                   0,
 5857               };
 5858 mike  1.1.2.1 
 5859 mike  1.1.2.4 static MetaProperty
 5860 mike  1.1.2.1 _CIM_Product_WarrantyStartDate =
 5861               {
 5862                   /* flags */
 5863 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5864 mike  1.1.2.1     /* name */
 5865                   "WarrantyStartDate",
 5866                   /* qualifiers */
 5867                   _CIM_Product_WarrantyStartDate_qualifiers,
 5868                   /* type */
 5869                   CIMTYPE_DATETIME,
 5870                   /* subscript */
 5871                   -1,
 5872                   /* value */
 5873                   0,
 5874               };
 5875               
 5876               static const char*
 5877               _CIM_Product_WarrantyDuration_qualifiers[] =
 5878               {
 5879                   /* Units */
 5880                   "\060Days",
 5881                   /* MappingStrings */
 5882                   "\026\000\001MIF.DMTF|FRU|002.10\000",
 5883                   /* ModelCorrespondence */
 5884                   "\036\000\001CIM_Product.WarrantyStartDate\000",
 5885 mike  1.1.2.1     0,
 5886               };
 5887               
 5888 mike  1.1.2.4 static MetaProperty
 5889 mike  1.1.2.1 _CIM_Product_WarrantyDuration =
 5890               {
 5891                   /* flags */
 5892 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 5893 mike  1.1.2.1     /* name */
 5894                   "WarrantyDuration",
 5895                   /* qualifiers */
 5896                   _CIM_Product_WarrantyDuration_qualifiers,
 5897                   /* type */
 5898                   CIMTYPE_UINT32,
 5899                   /* subscript */
 5900                   -1,
 5901                   /* value */
 5902                   0,
 5903               };
 5904               
 5905 mike  1.1.2.4 static MetaFeature*
 5906 mike  1.1.2.1 _CIM_Product_features[] =
 5907               {
 5908 mike  1.1.2.4     (MetaFeature*)&_CIM_Product_Name,
 5909                   (MetaFeature*)&_CIM_Product_IdentifyingNumber,
 5910                   (MetaFeature*)&_CIM_Product_Vendor,
 5911                   (MetaFeature*)&_CIM_Product_Version,
 5912                   (MetaFeature*)&_CIM_Product_SKUNumber,
 5913                   (MetaFeature*)&_CIM_Product_WarrantyStartDate,
 5914                   (MetaFeature*)&_CIM_Product_WarrantyDuration,
 5915 mike  1.1.2.1     0,
 5916               };
 5917               
 5918               static const char*
 5919               __root_PG_InterOp_CIM_Product_qualifiers[] =
 5920               {
 5921                   /* UMLPackagePath */
 5922                   "\057CIM::Core::ProductFRU",
 5923                   /* Version */
 5924                   "\0632.7.0",
 5925                   0,
 5926               };
 5927               
 5928 mike  1.1.2.4 MetaClass
 5929 mike  1.1.2.1 __root_PG_InterOp_CIM_Product =
 5930               {
 5931                   /* flags */
 5932 mike  1.1.2.4     META_FLAG_CLASS,
 5933 mike  1.1.2.1     /* name */
 5934                   "CIM_Product",
 5935                   /* qualifiers */
 5936                   __root_PG_InterOp_CIM_Product_qualifiers,
 5937 mike  1.1.2.2     /* super */
 5938 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 5939                   /* features */
 5940                   _CIM_Product_features,
 5941               };
 5942               
 5943               //==============================================================================
 5944               //
 5945               // Class: CIM_ProductComponent
 5946               //
 5947               //==============================================================================
 5948               
 5949               static const char*
 5950               _CIM_ProductComponent_GroupComponent_qualifiers[] =
 5951               {
 5952 mike  1.1.2.3     /* Aggregate */
 5953                   "\003\001",
 5954 mike  1.1.2.1     /* Override */
 5955                   "\044GroupComponent",
 5956                   /* ModelCorrespondence */
 5957                   "\036\000\001PRS_ProductComponent.Antecedent\000",
 5958                   0,
 5959               };
 5960               
 5961 mike  1.1.2.4 static MetaReference
 5962 mike  1.1.2.1 _CIM_ProductComponent_GroupComponent =
 5963               {
 5964                   /* flags */
 5965 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 5966 mike  1.1.2.1     /* name */
 5967                   "GroupComponent",
 5968                   /* qualifiers */
 5969                   _CIM_ProductComponent_GroupComponent_qualifiers,
 5970                   /* subscript */
 5971                   -1,
 5972 mike  1.1.2.2     /* refId */
 5973 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 5974               };
 5975               
 5976               static const char*
 5977               _CIM_ProductComponent_PartComponent_qualifiers[] =
 5978               {
 5979                   /* Override */
 5980                   "\044PartComponent",
 5981                   /* ModelCorrespondence */
 5982                   "\036\000\001PRS_ProductComponent.Dependent\000",
 5983                   0,
 5984               };
 5985               
 5986 mike  1.1.2.4 static MetaReference
 5987 mike  1.1.2.1 _CIM_ProductComponent_PartComponent =
 5988               {
 5989                   /* flags */
 5990 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
 5991 mike  1.1.2.1     /* name */
 5992                   "PartComponent",
 5993                   /* qualifiers */
 5994                   _CIM_ProductComponent_PartComponent_qualifiers,
 5995                   /* subscript */
 5996                   -1,
 5997 mike  1.1.2.2     /* refId */
 5998 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 5999               };
 6000               
 6001 mike  1.1.2.4 static MetaFeature*
 6002 mike  1.1.2.1 _CIM_ProductComponent_features[] =
 6003               {
 6004 mike  1.1.2.4     (MetaFeature*)&_CIM_ProductComponent_GroupComponent,
 6005                   (MetaFeature*)&_CIM_ProductComponent_PartComponent,
 6006 mike  1.1.2.1     0,
 6007               };
 6008               
 6009               static const char*
 6010               __root_PG_InterOp_CIM_ProductComponent_qualifiers[] =
 6011               {
 6012 mike  1.1.2.3     /* ASSOCIATION */
 6013                   "\000\001",
 6014 mike  1.1.2.1     /* UMLPackagePath */
 6015                   "\057CIM::Core::ProductFRU",
 6016 mike  1.1.2.3     /* Aggregation */
 6017                   "\004\001",
 6018                   /* Composition */
 6019                   "\011\001",
 6020 mike  1.1.2.1     /* Version */
 6021                   "\0632.7.0",
 6022                   0,
 6023               };
 6024               
 6025 mike  1.1.2.4 MetaClass
 6026 mike  1.1.2.1 __root_PG_InterOp_CIM_ProductComponent =
 6027               {
 6028                   /* flags */
 6029 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 6030 mike  1.1.2.1     /* name */
 6031                   "CIM_ProductComponent",
 6032                   /* qualifiers */
 6033                   __root_PG_InterOp_CIM_ProductComponent_qualifiers,
 6034 mike  1.1.2.2     /* super */
 6035 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
 6036                   /* features */
 6037                   _CIM_ProductComponent_features,
 6038               };
 6039               
 6040               //==============================================================================
 6041               //
 6042               // Class: CIM_ProductFRU
 6043               //
 6044               //==============================================================================
 6045               
 6046               static const char*
 6047               _CIM_ProductFRU_Product_qualifiers[] =
 6048               {
 6049 mike  1.1.2.3     /* Key */
 6050                   "\025\001",
 6051 mike  1.1.2.1     /* Max */
 6052                   "\027\000\000\000\001",
 6053                   0,
 6054               };
 6055               
 6056 mike  1.1.2.4 static MetaReference
 6057 mike  1.1.2.1 _CIM_ProductFRU_Product =
 6058               {
 6059                   /* flags */
 6060 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 6061 mike  1.1.2.1     /* name */
 6062                   "Product",
 6063                   /* qualifiers */
 6064                   _CIM_ProductFRU_Product_qualifiers,
 6065                   /* subscript */
 6066                   -1,
 6067 mike  1.1.2.2     /* refId */
 6068 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 6069               };
 6070               
 6071               static const char*
 6072               _CIM_ProductFRU_FRU_qualifiers[] =
 6073               {
 6074 mike  1.1.2.3     /* Key */
 6075                   "\025\001",
 6076 mike  1.1.2.1     0,
 6077               };
 6078               
 6079 mike  1.1.2.4 static MetaReference
 6080 mike  1.1.2.1 _CIM_ProductFRU_FRU =
 6081               {
 6082                   /* flags */
 6083 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 6084 mike  1.1.2.1     /* name */
 6085                   "FRU",
 6086                   /* qualifiers */
 6087                   _CIM_ProductFRU_FRU_qualifiers,
 6088                   /* subscript */
 6089                   -1,
 6090 mike  1.1.2.2     /* refId */
 6091 mike  1.1.2.1     &__root_PG_InterOp_CIM_FRU,
 6092               };
 6093               
 6094 mike  1.1.2.4 static MetaFeature*
 6095 mike  1.1.2.1 _CIM_ProductFRU_features[] =
 6096               {
 6097 mike  1.1.2.4     (MetaFeature*)&_CIM_ProductFRU_Product,
 6098                   (MetaFeature*)&_CIM_ProductFRU_FRU,
 6099 mike  1.1.2.1     0,
 6100               };
 6101               
 6102               static const char*
 6103               __root_PG_InterOp_CIM_ProductFRU_qualifiers[] =
 6104               {
 6105 mike  1.1.2.3     /* ASSOCIATION */
 6106                   "\000\001",
 6107 mike  1.1.2.1     /* UMLPackagePath */
 6108                   "\057CIM::Core::ProductFRU",
 6109                   /* Version */
 6110                   "\0632.6.0",
 6111                   0,
 6112               };
 6113               
 6114 mike  1.1.2.4 MetaClass
 6115 mike  1.1.2.1 __root_PG_InterOp_CIM_ProductFRU =
 6116               {
 6117                   /* flags */
 6118 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 6119 mike  1.1.2.1     /* name */
 6120                   "CIM_ProductFRU",
 6121                   /* qualifiers */
 6122                   __root_PG_InterOp_CIM_ProductFRU_qualifiers,
 6123 mike  1.1.2.2     /* super */
 6124 mike  1.1.2.1     0,
 6125                   /* features */
 6126                   _CIM_ProductFRU_features,
 6127               };
 6128               
 6129               //==============================================================================
 6130               //
 6131               // Class: CIM_ProductParentChild
 6132               //
 6133               //==============================================================================
 6134               
 6135               static const char*
 6136               _CIM_ProductParentChild_Parent_qualifiers[] =
 6137               {
 6138 mike  1.1.2.3     /* Key */
 6139                   "\025\001",
 6140                   /* Aggregate */
 6141                   "\003\001",
 6142 mike  1.1.2.1     0,
 6143               };
 6144               
 6145 mike  1.1.2.4 static MetaReference
 6146 mike  1.1.2.1 _CIM_ProductParentChild_Parent =
 6147               {
 6148                   /* flags */
 6149 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 6150 mike  1.1.2.1     /* name */
 6151                   "Parent",
 6152                   /* qualifiers */
 6153                   _CIM_ProductParentChild_Parent_qualifiers,
 6154                   /* subscript */
 6155                   -1,
 6156 mike  1.1.2.2     /* refId */
 6157 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 6158               };
 6159               
 6160               static const char*
 6161               _CIM_ProductParentChild_Child_qualifiers[] =
 6162               {
 6163 mike  1.1.2.3     /* Key */
 6164                   "\025\001",
 6165 mike  1.1.2.1     0,
 6166               };
 6167               
 6168 mike  1.1.2.4 static MetaReference
 6169 mike  1.1.2.1 _CIM_ProductParentChild_Child =
 6170               {
 6171                   /* flags */
 6172 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 6173 mike  1.1.2.1     /* name */
 6174                   "Child",
 6175                   /* qualifiers */
 6176                   _CIM_ProductParentChild_Child_qualifiers,
 6177                   /* subscript */
 6178                   -1,
 6179 mike  1.1.2.2     /* refId */
 6180 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 6181               };
 6182               
 6183 mike  1.1.2.4 static MetaFeature*
 6184 mike  1.1.2.1 _CIM_ProductParentChild_features[] =
 6185               {
 6186 mike  1.1.2.4     (MetaFeature*)&_CIM_ProductParentChild_Parent,
 6187                   (MetaFeature*)&_CIM_ProductParentChild_Child,
 6188 mike  1.1.2.1     0,
 6189               };
 6190               
 6191               static const char*
 6192               __root_PG_InterOp_CIM_ProductParentChild_qualifiers[] =
 6193               {
 6194 mike  1.1.2.3     /* ASSOCIATION */
 6195                   "\000\001",
 6196 mike  1.1.2.1     /* UMLPackagePath */
 6197                   "\057CIM::Core::ProductFRU",
 6198 mike  1.1.2.3     /* Aggregation */
 6199                   "\004\001",
 6200                   /* Composition */
 6201                   "\011\001",
 6202 mike  1.1.2.1     /* Version */
 6203                   "\0632.7.0",
 6204                   0,
 6205               };
 6206               
 6207 mike  1.1.2.4 MetaClass
 6208 mike  1.1.2.1 __root_PG_InterOp_CIM_ProductParentChild =
 6209               {
 6210                   /* flags */
 6211 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 6212 mike  1.1.2.1     /* name */
 6213                   "CIM_ProductParentChild",
 6214                   /* qualifiers */
 6215                   __root_PG_InterOp_CIM_ProductParentChild_qualifiers,
 6216 mike  1.1.2.2     /* super */
 6217 mike  1.1.2.1     0,
 6218                   /* features */
 6219                   _CIM_ProductParentChild_features,
 6220               };
 6221               
 6222               //==============================================================================
 6223               //
 6224               // Class: CIM_ProductPhysicalComponent
 6225               //
 6226               //==============================================================================
 6227               
 6228               static const char*
 6229               _CIM_ProductPhysicalComponent_GroupComponent_qualifiers[] =
 6230               {
 6231                   /* Override */
 6232                   "\044GroupComponent",
 6233                   /* Max */
 6234                   "\027\000\000\000\001",
 6235                   0,
 6236               };
 6237               
 6238 mike  1.1.2.4 static MetaReference
 6239 mike  1.1.2.1 _CIM_ProductPhysicalComponent_GroupComponent =
 6240               {
 6241                   /* flags */
 6242 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
 6243 mike  1.1.2.1     /* name */
 6244                   "GroupComponent",
 6245                   /* qualifiers */
 6246                   _CIM_ProductPhysicalComponent_GroupComponent_qualifiers,
 6247                   /* subscript */
 6248                   -1,
 6249 mike  1.1.2.2     /* refId */
 6250 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 6251               };
 6252               
 6253               static const char*
 6254               _CIM_ProductPhysicalComponent_PartComponent_qualifiers[] =
 6255               {
 6256                   /* Override */
 6257                   "\044PartComponent",
 6258                   0,
 6259               };
 6260               
 6261 mike  1.1.2.4 static MetaReference
 6262 mike  1.1.2.1 _CIM_ProductPhysicalComponent_PartComponent =
 6263               {
 6264                   /* flags */
 6265 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
 6266 mike  1.1.2.1     /* name */
 6267                   "PartComponent",
 6268                   /* qualifiers */
 6269                   _CIM_ProductPhysicalComponent_PartComponent_qualifiers,
 6270                   /* subscript */
 6271                   -1,
 6272 mike  1.1.2.2     /* refId */
 6273 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalElement,
 6274               };
 6275               
 6276 mike  1.1.2.4 static MetaFeature*
 6277 mike  1.1.2.1 _CIM_ProductPhysicalComponent_features[] =
 6278               {
 6279 mike  1.1.2.4     (MetaFeature*)&_CIM_ProductPhysicalComponent_GroupComponent,
 6280                   (MetaFeature*)&_CIM_ProductPhysicalComponent_PartComponent,
 6281 mike  1.1.2.1     0,
 6282               };
 6283               
 6284               static const char*
 6285               __root_PG_InterOp_CIM_ProductPhysicalComponent_qualifiers[] =
 6286               {
 6287 mike  1.1.2.3     /* ASSOCIATION */
 6288                   "\000\001",
 6289 mike  1.1.2.1     /* UMLPackagePath */
 6290                   "\057CIM::Core::ProductFRU",
 6291 mike  1.1.2.3     /* Aggregation */
 6292                   "\004\001",
 6293                   /* Composition */
 6294                   "\011\001",
 6295 mike  1.1.2.1     /* Version */
 6296                   "\0632.7.0",
 6297                   0,
 6298               };
 6299               
 6300 mike  1.1.2.4 MetaClass
 6301 mike  1.1.2.1 __root_PG_InterOp_CIM_ProductPhysicalComponent =
 6302               {
 6303                   /* flags */
 6304 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 6305 mike  1.1.2.1     /* name */
 6306                   "CIM_ProductPhysicalComponent",
 6307                   /* qualifiers */
 6308                   __root_PG_InterOp_CIM_ProductPhysicalComponent_qualifiers,
 6309 mike  1.1.2.2     /* super */
 6310 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
 6311                   /* features */
 6312                   _CIM_ProductPhysicalComponent_features,
 6313               };
 6314               
 6315               //==============================================================================
 6316               //
 6317               // Class: CIM_ProductPhysicalElements
 6318               //
 6319               //==============================================================================
 6320               
 6321               static const char*
 6322               _CIM_ProductPhysicalElements_Product_qualifiers[] =
 6323               {
 6324                   /* Deprecated */
 6325                   "\013\000\001CIM_ProductPhysicalComponent.GroupComponent\000",
 6326 mike  1.1.2.3     /* Key */
 6327                   "\025\001",
 6328                   /* Aggregate */
 6329                   "\003\001",
 6330 mike  1.1.2.1     /* Max */
 6331                   "\027\000\000\000\001",
 6332                   0,
 6333               };
 6334               
 6335 mike  1.1.2.4 static MetaReference
 6336 mike  1.1.2.1 _CIM_ProductPhysicalElements_Product =
 6337               {
 6338                   /* flags */
 6339 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 6340 mike  1.1.2.1     /* name */
 6341                   "Product",
 6342                   /* qualifiers */
 6343                   _CIM_ProductPhysicalElements_Product_qualifiers,
 6344                   /* subscript */
 6345                   -1,
 6346 mike  1.1.2.2     /* refId */
 6347 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 6348               };
 6349               
 6350               static const char*
 6351               _CIM_ProductPhysicalElements_Component_qualifiers[] =
 6352               {
 6353                   /* Deprecated */
 6354                   "\013\000\001CIM_ProductPhysicalComponent.PartComponent\000",
 6355 mike  1.1.2.3     /* Key */
 6356                   "\025\001",
 6357 mike  1.1.2.1     0,
 6358               };
 6359               
 6360 mike  1.1.2.4 static MetaReference
 6361 mike  1.1.2.1 _CIM_ProductPhysicalElements_Component =
 6362               {
 6363                   /* flags */
 6364 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 6365 mike  1.1.2.1     /* name */
 6366                   "Component",
 6367                   /* qualifiers */
 6368                   _CIM_ProductPhysicalElements_Component_qualifiers,
 6369                   /* subscript */
 6370                   -1,
 6371 mike  1.1.2.2     /* refId */
 6372 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalElement,
 6373               };
 6374               
 6375 mike  1.1.2.4 static MetaFeature*
 6376 mike  1.1.2.1 _CIM_ProductPhysicalElements_features[] =
 6377               {
 6378 mike  1.1.2.4     (MetaFeature*)&_CIM_ProductPhysicalElements_Product,
 6379                   (MetaFeature*)&_CIM_ProductPhysicalElements_Component,
 6380 mike  1.1.2.1     0,
 6381               };
 6382               
 6383               static const char*
 6384               __root_PG_InterOp_CIM_ProductPhysicalElements_qualifiers[] =
 6385               {
 6386 mike  1.1.2.3     /* ASSOCIATION */
 6387                   "\000\001",
 6388 mike  1.1.2.1     /* Deprecated */
 6389                   "\013\000\001CIM_ProductPhysicalComponent\000",
 6390                   /* UMLPackagePath */
 6391                   "\057CIM::Core::ProductFRU",
 6392 mike  1.1.2.3     /* Aggregation */
 6393                   "\004\001",
 6394                   /* Composition */
 6395                   "\011\001",
 6396 mike  1.1.2.1     /* Version */
 6397                   "\0632.7.0",
 6398                   0,
 6399               };
 6400               
 6401 mike  1.1.2.4 MetaClass
 6402 mike  1.1.2.1 __root_PG_InterOp_CIM_ProductPhysicalElements =
 6403               {
 6404                   /* flags */
 6405 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 6406 mike  1.1.2.1     /* name */
 6407                   "CIM_ProductPhysicalElements",
 6408                   /* qualifiers */
 6409                   __root_PG_InterOp_CIM_ProductPhysicalElements_qualifiers,
 6410 mike  1.1.2.2     /* super */
 6411 mike  1.1.2.1     0,
 6412                   /* features */
 6413                   _CIM_ProductPhysicalElements_features,
 6414               };
 6415               
 6416               //==============================================================================
 6417               //
 6418               // Class: CIM_ProductProductDependency
 6419               //
 6420               //==============================================================================
 6421               
 6422               static const char*
 6423               _CIM_ProductProductDependency_RequiredProduct_qualifiers[] =
 6424               {
 6425 mike  1.1.2.3     /* Key */
 6426                   "\025\001",
 6427 mike  1.1.2.1     0,
 6428               };
 6429               
 6430 mike  1.1.2.4 static MetaReference
 6431 mike  1.1.2.1 _CIM_ProductProductDependency_RequiredProduct =
 6432               {
 6433                   /* flags */
 6434 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 6435 mike  1.1.2.1     /* name */
 6436                   "RequiredProduct",
 6437                   /* qualifiers */
 6438                   _CIM_ProductProductDependency_RequiredProduct_qualifiers,
 6439                   /* subscript */
 6440                   -1,
 6441 mike  1.1.2.2     /* refId */
 6442 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 6443               };
 6444               
 6445               static const char*
 6446               _CIM_ProductProductDependency_DependentProduct_qualifiers[] =
 6447               {
 6448 mike  1.1.2.3     /* Key */
 6449                   "\025\001",
 6450 mike  1.1.2.1     0,
 6451               };
 6452               
 6453 mike  1.1.2.4 static MetaReference
 6454 mike  1.1.2.1 _CIM_ProductProductDependency_DependentProduct =
 6455               {
 6456                   /* flags */
 6457 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 6458 mike  1.1.2.1     /* name */
 6459                   "DependentProduct",
 6460                   /* qualifiers */
 6461                   _CIM_ProductProductDependency_DependentProduct_qualifiers,
 6462                   /* subscript */
 6463                   -1,
 6464 mike  1.1.2.2     /* refId */
 6465 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 6466               };
 6467               
 6468               static const char*
 6469               _CIM_ProductProductDependency_TypeOfDependency_qualifiers[] =
 6470               {
 6471                   /* ValueMap */
 6472                   "\061\000\0040\0001\0002\0003\000",
 6473                   /* Values */
 6474                   "\062\000\004Unknown\000Other\000Product Must Be Installed\000Product Must Not Be Installed\000",
 6475                   0,
 6476               };
 6477               
 6478 mike  1.1.2.4 static MetaProperty
 6479 mike  1.1.2.1 _CIM_ProductProductDependency_TypeOfDependency =
 6480               {
 6481                   /* flags */
 6482 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 6483 mike  1.1.2.1     /* name */
 6484                   "TypeOfDependency",
 6485                   /* qualifiers */
 6486                   _CIM_ProductProductDependency_TypeOfDependency_qualifiers,
 6487                   /* type */
 6488                   CIMTYPE_UINT16,
 6489                   /* subscript */
 6490                   -1,
 6491                   /* value */
 6492                   0,
 6493               };
 6494               
 6495 mike  1.1.2.4 static MetaFeature*
 6496 mike  1.1.2.1 _CIM_ProductProductDependency_features[] =
 6497               {
 6498 mike  1.1.2.4     (MetaFeature*)&_CIM_ProductProductDependency_RequiredProduct,
 6499                   (MetaFeature*)&_CIM_ProductProductDependency_DependentProduct,
 6500                   (MetaFeature*)&_CIM_ProductProductDependency_TypeOfDependency,
 6501 mike  1.1.2.1     0,
 6502               };
 6503               
 6504               static const char*
 6505               __root_PG_InterOp_CIM_ProductProductDependency_qualifiers[] =
 6506               {
 6507 mike  1.1.2.3     /* ASSOCIATION */
 6508                   "\000\001",
 6509 mike  1.1.2.1     /* UMLPackagePath */
 6510                   "\057CIM::Core::ProductFRU",
 6511                   /* Version */
 6512                   "\0632.6.0",
 6513                   0,
 6514               };
 6515               
 6516 mike  1.1.2.4 MetaClass
 6517 mike  1.1.2.1 __root_PG_InterOp_CIM_ProductProductDependency =
 6518               {
 6519                   /* flags */
 6520 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 6521 mike  1.1.2.1     /* name */
 6522                   "CIM_ProductProductDependency",
 6523                   /* qualifiers */
 6524                   __root_PG_InterOp_CIM_ProductProductDependency_qualifiers,
 6525 mike  1.1.2.2     /* super */
 6526 mike  1.1.2.1     0,
 6527                   /* features */
 6528                   _CIM_ProductProductDependency_features,
 6529               };
 6530               
 6531               //==============================================================================
 6532               //
 6533               // Class: CIM_Profile
 6534               //
 6535               //==============================================================================
 6536               
 6537               static const char*
 6538               _CIM_Profile_InstanceID_qualifiers[] =
 6539               {
 6540 mike  1.1.2.3     /* Key */
 6541                   "\025\001",
 6542 mike  1.1.2.1     0,
 6543               };
 6544               
 6545 mike  1.1.2.4 static MetaProperty
 6546 mike  1.1.2.1 _CIM_Profile_InstanceID =
 6547               {
 6548                   /* flags */
 6549 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 6550 mike  1.1.2.1     /* name */
 6551                   "InstanceID",
 6552                   /* qualifiers */
 6553                   _CIM_Profile_InstanceID_qualifiers,
 6554                   /* type */
 6555                   CIMTYPE_STRING,
 6556                   /* subscript */
 6557                   -1,
 6558                   /* value */
 6559                   0,
 6560               };
 6561               
 6562 mike  1.1.2.4 static MetaFeature*
 6563 mike  1.1.2.1 _CIM_Profile_features[] =
 6564               {
 6565 mike  1.1.2.4     (MetaFeature*)&_CIM_Profile_InstanceID,
 6566 mike  1.1.2.1     0,
 6567               };
 6568               
 6569               static const char*
 6570               __root_PG_InterOp_CIM_Profile_qualifiers[] =
 6571               {
 6572                   /* UMLPackagePath */
 6573                   "\057CIM::Core::Settings",
 6574                   /* Version */
 6575                   "\0632.7.0",
 6576                   0,
 6577               };
 6578               
 6579 mike  1.1.2.4 MetaClass
 6580 mike  1.1.2.1 __root_PG_InterOp_CIM_Profile =
 6581               {
 6582                   /* flags */
 6583 mike  1.1.2.4     META_FLAG_CLASS,
 6584 mike  1.1.2.1     /* name */
 6585                   "CIM_Profile",
 6586                   /* qualifiers */
 6587                   __root_PG_InterOp_CIM_Profile_qualifiers,
 6588 mike  1.1.2.2     /* super */
 6589 mike  1.1.2.1     &__root_PG_InterOp_CIM_Collection,
 6590                   /* features */
 6591                   _CIM_Profile_features,
 6592               };
 6593               
 6594               //==============================================================================
 6595               //
 6596               // Class: CIM_ReplaceableProductFRU
 6597               //
 6598               //==============================================================================
 6599               
 6600               static const char*
 6601               _CIM_ReplaceableProductFRU_Product_qualifiers[] =
 6602               {
 6603 mike  1.1.2.3     /* Key */
 6604                   "\025\001",
 6605 mike  1.1.2.1     /* Max */
 6606                   "\027\000\000\000\001",
 6607                   0,
 6608               };
 6609               
 6610 mike  1.1.2.4 static MetaReference
 6611 mike  1.1.2.1 _CIM_ReplaceableProductFRU_Product =
 6612               {
 6613                   /* flags */
 6614 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 6615 mike  1.1.2.1     /* name */
 6616                   "Product",
 6617                   /* qualifiers */
 6618                   _CIM_ReplaceableProductFRU_Product_qualifiers,
 6619                   /* subscript */
 6620                   -1,
 6621 mike  1.1.2.2     /* refId */
 6622 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 6623               };
 6624               
 6625               static const char*
 6626               _CIM_ReplaceableProductFRU_FRU_qualifiers[] =
 6627               {
 6628 mike  1.1.2.3     /* Key */
 6629                   "\025\001",
 6630 mike  1.1.2.1     0,
 6631               };
 6632               
 6633 mike  1.1.2.4 static MetaReference
 6634 mike  1.1.2.1 _CIM_ReplaceableProductFRU_FRU =
 6635               {
 6636                   /* flags */
 6637 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 6638 mike  1.1.2.1     /* name */
 6639                   "FRU",
 6640                   /* qualifiers */
 6641                   _CIM_ReplaceableProductFRU_FRU_qualifiers,
 6642                   /* subscript */
 6643                   -1,
 6644 mike  1.1.2.2     /* refId */
 6645 mike  1.1.2.1     &__root_PG_InterOp_CIM_FRU,
 6646               };
 6647               
 6648 mike  1.1.2.4 static MetaFeature*
 6649 mike  1.1.2.1 _CIM_ReplaceableProductFRU_features[] =
 6650               {
 6651 mike  1.1.2.4     (MetaFeature*)&_CIM_ReplaceableProductFRU_Product,
 6652                   (MetaFeature*)&_CIM_ReplaceableProductFRU_FRU,
 6653 mike  1.1.2.1     0,
 6654               };
 6655               
 6656               static const char*
 6657               __root_PG_InterOp_CIM_ReplaceableProductFRU_qualifiers[] =
 6658               {
 6659 mike  1.1.2.3     /* ASSOCIATION */
 6660                   "\000\001",
 6661 mike  1.1.2.1     /* UMLPackagePath */
 6662                   "\057CIM::Core::ProductFRU",
 6663                   /* Version */
 6664                   "\0632.6.0",
 6665                   0,
 6666               };
 6667               
 6668 mike  1.1.2.4 MetaClass
 6669 mike  1.1.2.1 __root_PG_InterOp_CIM_ReplaceableProductFRU =
 6670               {
 6671                   /* flags */
 6672 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 6673 mike  1.1.2.1     /* name */
 6674                   "CIM_ReplaceableProductFRU",
 6675                   /* qualifiers */
 6676                   __root_PG_InterOp_CIM_ReplaceableProductFRU_qualifiers,
 6677 mike  1.1.2.2     /* super */
 6678 mike  1.1.2.1     0,
 6679                   /* features */
 6680                   _CIM_ReplaceableProductFRU_features,
 6681               };
 6682               
 6683               //==============================================================================
 6684               //
 6685               // Class: CIM_Spared
 6686               //
 6687               //==============================================================================
 6688               
 6689               static const char*
 6690               _CIM_Spared_Antecedent_qualifiers[] =
 6691               {
 6692                   /* Override */
 6693                   "\044Antecedent",
 6694                   0,
 6695               };
 6696               
 6697 mike  1.1.2.4 static MetaReference
 6698 mike  1.1.2.1 _CIM_Spared_Antecedent =
 6699               {
 6700                   /* flags */
 6701 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
 6702 mike  1.1.2.1     /* name */
 6703                   "Antecedent",
 6704                   /* qualifiers */
 6705                   _CIM_Spared_Antecedent_qualifiers,
 6706                   /* subscript */
 6707                   -1,
 6708 mike  1.1.2.2     /* refId */
 6709 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 6710               };
 6711               
 6712               static const char*
 6713               _CIM_Spared_Dependent_qualifiers[] =
 6714               {
 6715                   /* Override */
 6716                   "\044Dependent",
 6717                   0,
 6718               };
 6719               
 6720 mike  1.1.2.4 static MetaReference
 6721 mike  1.1.2.1 _CIM_Spared_Dependent =
 6722               {
 6723                   /* flags */
 6724 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
 6725 mike  1.1.2.1     /* name */
 6726                   "Dependent",
 6727                   /* qualifiers */
 6728                   _CIM_Spared_Dependent_qualifiers,
 6729                   /* subscript */
 6730                   -1,
 6731 mike  1.1.2.2     /* refId */
 6732 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 6733               };
 6734               
 6735 mike  1.1.2.4 static MetaFeature*
 6736 mike  1.1.2.1 _CIM_Spared_features[] =
 6737               {
 6738 mike  1.1.2.4     (MetaFeature*)&_CIM_Spared_Antecedent,
 6739                   (MetaFeature*)&_CIM_Spared_Dependent,
 6740 mike  1.1.2.1     0,
 6741               };
 6742               
 6743               static const char*
 6744               __root_PG_InterOp_CIM_Spared_qualifiers[] =
 6745               {
 6746 mike  1.1.2.3     /* ASSOCIATION */
 6747                   "\000\001",
 6748 mike  1.1.2.1     /* UMLPackagePath */
 6749                   "\057CIM::Core::Redundancy",
 6750                   /* Version */
 6751                   "\0632.10.0",
 6752                   0,
 6753               };
 6754               
 6755 mike  1.1.2.4 MetaClass
 6756 mike  1.1.2.1 __root_PG_InterOp_CIM_Spared =
 6757               {
 6758                   /* flags */
 6759 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 6760 mike  1.1.2.1     /* name */
 6761                   "CIM_Spared",
 6762                   /* qualifiers */
 6763                   __root_PG_InterOp_CIM_Spared_qualifiers,
 6764 mike  1.1.2.2     /* super */
 6765 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
 6766                   /* features */
 6767                   _CIM_Spared_features,
 6768               };
 6769               
 6770               //==============================================================================
 6771               //
 6772               // Class: CIM_StatisticalData
 6773               //
 6774               //==============================================================================
 6775               
 6776               static const char*
 6777               _CIM_StatisticalData_InstanceID_qualifiers[] =
 6778               {
 6779 mike  1.1.2.3     /* Key */
 6780                   "\025\001",
 6781 mike  1.1.2.1     0,
 6782               };
 6783               
 6784 mike  1.1.2.4 static MetaProperty
 6785 mike  1.1.2.1 _CIM_StatisticalData_InstanceID =
 6786               {
 6787                   /* flags */
 6788 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 6789 mike  1.1.2.1     /* name */
 6790                   "InstanceID",
 6791                   /* qualifiers */
 6792                   _CIM_StatisticalData_InstanceID_qualifiers,
 6793                   /* type */
 6794                   CIMTYPE_STRING,
 6795                   /* subscript */
 6796                   -1,
 6797                   /* value */
 6798                   0,
 6799               };
 6800               
 6801               static const char*
 6802               _CIM_StatisticalData_ElementName_qualifiers[] =
 6803               {
 6804 mike  1.1.2.3     /* Required */
 6805                   "\050\001",
 6806 mike  1.1.2.1     /* Override */
 6807                   "\044ElementName",
 6808                   0,
 6809               };
 6810               
 6811 mike  1.1.2.4 static MetaProperty
 6812 mike  1.1.2.1 _CIM_StatisticalData_ElementName =
 6813               {
 6814                   /* flags */
 6815 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
 6816 mike  1.1.2.1     /* name */
 6817                   "ElementName",
 6818                   /* qualifiers */
 6819                   _CIM_StatisticalData_ElementName_qualifiers,
 6820                   /* type */
 6821                   CIMTYPE_STRING,
 6822                   /* subscript */
 6823                   -1,
 6824                   /* value */
 6825                   0,
 6826               };
 6827               
 6828               static const char*
 6829               _CIM_StatisticalData_StartStatisticTime_qualifiers[] =
 6830               {
 6831                   0,
 6832               };
 6833               
 6834 mike  1.1.2.4 static MetaProperty
 6835 mike  1.1.2.1 _CIM_StatisticalData_StartStatisticTime =
 6836               {
 6837                   /* flags */
 6838 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 6839 mike  1.1.2.1     /* name */
 6840                   "StartStatisticTime",
 6841                   /* qualifiers */
 6842                   _CIM_StatisticalData_StartStatisticTime_qualifiers,
 6843                   /* type */
 6844                   CIMTYPE_DATETIME,
 6845                   /* subscript */
 6846                   -1,
 6847                   /* value */
 6848                   0,
 6849               };
 6850               
 6851               static const char*
 6852               _CIM_StatisticalData_StatisticTime_qualifiers[] =
 6853               {
 6854                   0,
 6855               };
 6856               
 6857 mike  1.1.2.4 static MetaProperty
 6858 mike  1.1.2.1 _CIM_StatisticalData_StatisticTime =
 6859               {
 6860                   /* flags */
 6861 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 6862 mike  1.1.2.1     /* name */
 6863                   "StatisticTime",
 6864                   /* qualifiers */
 6865                   _CIM_StatisticalData_StatisticTime_qualifiers,
 6866                   /* type */
 6867                   CIMTYPE_DATETIME,
 6868                   /* subscript */
 6869                   -1,
 6870                   /* value */
 6871                   0,
 6872               };
 6873               
 6874               static const char*
 6875               _CIM_StatisticalData_SampleInterval_qualifiers[] =
 6876               {
 6877                   0,
 6878               };
 6879               
 6880 mike  1.1.2.4 static MetaProperty
 6881 mike  1.1.2.1 _CIM_StatisticalData_SampleInterval =
 6882               {
 6883                   /* flags */
 6884 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 6885 mike  1.1.2.1     /* name */
 6886                   "SampleInterval",
 6887                   /* qualifiers */
 6888                   _CIM_StatisticalData_SampleInterval_qualifiers,
 6889                   /* type */
 6890                   CIMTYPE_DATETIME,
 6891                   /* subscript */
 6892                   -1,
 6893                   /* value */
 6894                   "00000000000000.000000:000",
 6895               };
 6896               
 6897               static const char*
 6898               _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics_qualifiers[] =
 6899               {
 6900 mike  1.1.2.3     /* IN */
 6901                   "\024\001",
 6902 mike  1.1.2.1     0,
 6903               };
 6904               
 6905 mike  1.1.2.4 static MetaProperty
 6906 mike  1.1.2.1 _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics =
 6907               {
 6908                   /* flags */
 6909 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
 6910 mike  1.1.2.1     /* name */
 6911                   "SelectedStatistics",
 6912                   /* qualifiers */
 6913                   _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics_qualifiers,
 6914                   /* type */
 6915                   CIMTYPE_STRING,
 6916                   /* subscript */
 6917                   0,
 6918                   /* value */
 6919                   0,
 6920               };
 6921               
 6922 mike  1.1.2.4 static MetaFeature*
 6923 mike  1.1.2.1 _CIM_StatisticalData_ResetSelectedStats_parameters[] =
 6924               {
 6925 mike  1.1.2.4     (MetaFeature*)&_CIM_StatisticalData_ResetSelectedStats_SelectedStatistics,
 6926 mike  1.1.2.1     0,
 6927               };
 6928               
 6929               static const char*
 6930               _CIM_StatisticalData_ResetSelectedStats_qualifiers[] =
 6931               {
 6932                   0,
 6933               };
 6934               
 6935 mike  1.1.2.4 static MetaMethod
 6936 mike  1.1.2.1 _CIM_StatisticalData_ResetSelectedStats =
 6937               {
 6938                   /* flags */
 6939 mike  1.1.2.4     META_FLAG_METHOD,
 6940 mike  1.1.2.1     /* name */
 6941                   "CIM_StatisticalData",
 6942                   /* qualifiers */
 6943                   _CIM_StatisticalData_ResetSelectedStats_qualifiers,
 6944                   /* type */
 6945                   CIMTYPE_UINT32,
 6946                   /* parameters */
 6947                   _CIM_StatisticalData_ResetSelectedStats_parameters,
 6948               };
 6949               
 6950 mike  1.1.2.4 static MetaFeature*
 6951 mike  1.1.2.1 _CIM_StatisticalData_features[] =
 6952               {
 6953 mike  1.1.2.4     (MetaFeature*)&_CIM_StatisticalData_InstanceID,
 6954                   (MetaFeature*)&_CIM_StatisticalData_ElementName,
 6955                   (MetaFeature*)&_CIM_StatisticalData_StartStatisticTime,
 6956                   (MetaFeature*)&_CIM_StatisticalData_StatisticTime,
 6957                   (MetaFeature*)&_CIM_StatisticalData_SampleInterval,
 6958                   (MetaFeature*)&_CIM_StatisticalData_ResetSelectedStats,
 6959 mike  1.1.2.1     0,
 6960               };
 6961               
 6962               static const char*
 6963               __root_PG_InterOp_CIM_StatisticalData_qualifiers[] =
 6964               {
 6965                   /* UMLPackagePath */
 6966                   "\057CIM::Core::Statistics",
 6967 mike  1.1.2.3     /* Abstract */
 6968                   "\002\001",
 6969 mike  1.1.2.1     /* Version */
 6970                   "\0632.8.0",
 6971                   0,
 6972               };
 6973               
 6974 mike  1.1.2.4 MetaClass
 6975 mike  1.1.2.1 __root_PG_InterOp_CIM_StatisticalData =
 6976               {
 6977                   /* flags */
 6978 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 6979 mike  1.1.2.1     /* name */
 6980                   "CIM_StatisticalData",
 6981                   /* qualifiers */
 6982                   __root_PG_InterOp_CIM_StatisticalData_qualifiers,
 6983 mike  1.1.2.2     /* super */
 6984 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 6985                   /* features */
 6986                   _CIM_StatisticalData_features,
 6987               };
 6988               
 6989               //==============================================================================
 6990               //
 6991               // Class: CIM_StatisticalInformation
 6992               //
 6993               //==============================================================================
 6994               
 6995               static const char*
 6996               _CIM_StatisticalInformation_Name_qualifiers[] =
 6997               {
 6998                   /* MaxLen */
 6999                   "\030\000\000\001\000",
 7000                   0,
 7001               };
 7002               
 7003 mike  1.1.2.4 static MetaProperty
 7004 mike  1.1.2.1 _CIM_StatisticalInformation_Name =
 7005               {
 7006                   /* flags */
 7007 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 7008 mike  1.1.2.1     /* name */
 7009                   "Name",
 7010                   /* qualifiers */
 7011                   _CIM_StatisticalInformation_Name_qualifiers,
 7012                   /* type */
 7013                   CIMTYPE_STRING,
 7014                   /* subscript */
 7015                   -1,
 7016                   /* value */
 7017                   0,
 7018               };
 7019               
 7020 mike  1.1.2.4 static MetaFeature*
 7021 mike  1.1.2.1 _CIM_StatisticalInformation_features[] =
 7022               {
 7023 mike  1.1.2.4     (MetaFeature*)&_CIM_StatisticalInformation_Name,
 7024 mike  1.1.2.1     0,
 7025               };
 7026               
 7027               static const char*
 7028               __root_PG_InterOp_CIM_StatisticalInformation_qualifiers[] =
 7029               {
 7030                   /* UMLPackagePath */
 7031                   "\057CIM::Core::Statistics",
 7032 mike  1.1.2.3     /* Abstract */
 7033                   "\002\001",
 7034 mike  1.1.2.1     /* Version */
 7035                   "\0632.6.0",
 7036                   0,
 7037               };
 7038               
 7039 mike  1.1.2.4 MetaClass
 7040 mike  1.1.2.1 __root_PG_InterOp_CIM_StatisticalInformation =
 7041               {
 7042                   /* flags */
 7043 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 7044 mike  1.1.2.1     /* name */
 7045                   "CIM_StatisticalInformation",
 7046                   /* qualifiers */
 7047                   __root_PG_InterOp_CIM_StatisticalInformation_qualifiers,
 7048 mike  1.1.2.2     /* super */
 7049 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 7050                   /* features */
 7051                   _CIM_StatisticalInformation_features,
 7052               };
 7053               
 7054               //==============================================================================
 7055               //
 7056               // Class: CIM_StatisticalSetting
 7057               //
 7058               //==============================================================================
 7059               
 7060               static const char*
 7061               _CIM_StatisticalSetting_StartStatisticTime_qualifiers[] =
 7062               {
 7063 mike  1.1.2.3     /* Write */
 7064                   "\065\001",
 7065 mike  1.1.2.1     /* ModelCorrespondence */
 7066                   "\036\000\001CIM_StatisticalData.StartStatisticTime\000",
 7067                   0,
 7068               };
 7069               
 7070 mike  1.1.2.4 static MetaProperty
 7071 mike  1.1.2.1 _CIM_StatisticalSetting_StartStatisticTime =
 7072               {
 7073                   /* flags */
 7074 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 7075 mike  1.1.2.1     /* name */
 7076                   "StartStatisticTime",
 7077                   /* qualifiers */
 7078                   _CIM_StatisticalSetting_StartStatisticTime_qualifiers,
 7079                   /* type */
 7080                   CIMTYPE_DATETIME,
 7081                   /* subscript */
 7082                   -1,
 7083                   /* value */
 7084                   0,
 7085               };
 7086               
 7087               static const char*
 7088               _CIM_StatisticalSetting_EndStatisticTime_qualifiers[] =
 7089               {
 7090 mike  1.1.2.3     /* Write */
 7091                   "\065\001",
 7092 mike  1.1.2.1     0,
 7093               };
 7094               
 7095 mike  1.1.2.4 static MetaProperty
 7096 mike  1.1.2.1 _CIM_StatisticalSetting_EndStatisticTime =
 7097               {
 7098                   /* flags */
 7099 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 7100 mike  1.1.2.1     /* name */
 7101                   "EndStatisticTime",
 7102                   /* qualifiers */
 7103                   _CIM_StatisticalSetting_EndStatisticTime_qualifiers,
 7104                   /* type */
 7105                   CIMTYPE_DATETIME,
 7106                   /* subscript */
 7107                   -1,
 7108                   /* value */
 7109                   0,
 7110               };
 7111               
 7112               static const char*
 7113               _CIM_StatisticalSetting_SampleInterval_qualifiers[] =
 7114               {
 7115 mike  1.1.2.3     /* Write */
 7116                   "\065\001",
 7117 mike  1.1.2.1     /* ModelCorrespondence */
 7118                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 7119                   0,
 7120               };
 7121               
 7122 mike  1.1.2.4 static MetaProperty
 7123 mike  1.1.2.1 _CIM_StatisticalSetting_SampleInterval =
 7124               {
 7125                   /* flags */
 7126 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
 7127 mike  1.1.2.1     /* name */
 7128                   "SampleInterval",
 7129                   /* qualifiers */
 7130                   _CIM_StatisticalSetting_SampleInterval_qualifiers,
 7131                   /* type */
 7132                   CIMTYPE_DATETIME,
 7133                   /* subscript */
 7134                   -1,
 7135                   /* value */
 7136                   0,
 7137               };
 7138               
 7139 mike  1.1.2.4 static MetaFeature*
 7140 mike  1.1.2.1 _CIM_StatisticalSetting_features[] =
 7141               {
 7142 mike  1.1.2.4     (MetaFeature*)&_CIM_StatisticalSetting_StartStatisticTime,
 7143                   (MetaFeature*)&_CIM_StatisticalSetting_EndStatisticTime,
 7144                   (MetaFeature*)&_CIM_StatisticalSetting_SampleInterval,
 7145 mike  1.1.2.1     0,
 7146               };
 7147               
 7148               static const char*
 7149               __root_PG_InterOp_CIM_StatisticalSetting_qualifiers[] =
 7150               {
 7151                   /* UMLPackagePath */
 7152                   "\057CIM::Core::Statistics",
 7153                   /* Version */
 7154                   "\0632.8.0",
 7155                   0,
 7156               };
 7157               
 7158 mike  1.1.2.4 MetaClass
 7159 mike  1.1.2.1 __root_PG_InterOp_CIM_StatisticalSetting =
 7160               {
 7161                   /* flags */
 7162 mike  1.1.2.4     META_FLAG_CLASS,
 7163 mike  1.1.2.1     /* name */
 7164                   "CIM_StatisticalSetting",
 7165                   /* qualifiers */
 7166                   __root_PG_InterOp_CIM_StatisticalSetting_qualifiers,
 7167 mike  1.1.2.2     /* super */
 7168 mike  1.1.2.1     &__root_PG_InterOp_CIM_SettingData,
 7169                   /* features */
 7170                   _CIM_StatisticalSetting_features,
 7171               };
 7172               
 7173               //==============================================================================
 7174               //
 7175               // Class: CIM_Statistics
 7176               //
 7177               //==============================================================================
 7178               
 7179               static const char*
 7180               _CIM_Statistics_Stats_qualifiers[] =
 7181               {
 7182 mike  1.1.2.3     /* Key */
 7183                   "\025\001",
 7184 mike  1.1.2.1     0,
 7185               };
 7186               
 7187 mike  1.1.2.4 static MetaReference
 7188 mike  1.1.2.1 _CIM_Statistics_Stats =
 7189               {
 7190                   /* flags */
 7191 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 7192 mike  1.1.2.1     /* name */
 7193                   "Stats",
 7194                   /* qualifiers */
 7195                   _CIM_Statistics_Stats_qualifiers,
 7196                   /* subscript */
 7197                   -1,
 7198 mike  1.1.2.2     /* refId */
 7199 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
 7200               };
 7201               
 7202               static const char*
 7203               _CIM_Statistics_Element_qualifiers[] =
 7204               {
 7205 mike  1.1.2.3     /* Key */
 7206                   "\025\001",
 7207 mike  1.1.2.1     0,
 7208               };
 7209               
 7210 mike  1.1.2.4 static MetaReference
 7211 mike  1.1.2.1 _CIM_Statistics_Element =
 7212               {
 7213                   /* flags */
 7214 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 7215 mike  1.1.2.1     /* name */
 7216                   "Element",
 7217                   /* qualifiers */
 7218                   _CIM_Statistics_Element_qualifiers,
 7219                   /* subscript */
 7220                   -1,
 7221 mike  1.1.2.2     /* refId */
 7222 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 7223               };
 7224               
 7225 mike  1.1.2.4 static MetaFeature*
 7226 mike  1.1.2.1 _CIM_Statistics_features[] =
 7227               {
 7228 mike  1.1.2.4     (MetaFeature*)&_CIM_Statistics_Stats,
 7229                   (MetaFeature*)&_CIM_Statistics_Element,
 7230 mike  1.1.2.1     0,
 7231               };
 7232               
 7233               static const char*
 7234               __root_PG_InterOp_CIM_Statistics_qualifiers[] =
 7235               {
 7236 mike  1.1.2.3     /* ASSOCIATION */
 7237                   "\000\001",
 7238 mike  1.1.2.1     /* UMLPackagePath */
 7239                   "\057CIM::Core::Statistics",
 7240                   /* Version */
 7241                   "\0632.6.0",
 7242                   0,
 7243               };
 7244               
 7245 mike  1.1.2.4 MetaClass
 7246 mike  1.1.2.1 __root_PG_InterOp_CIM_Statistics =
 7247               {
 7248                   /* flags */
 7249 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 7250 mike  1.1.2.1     /* name */
 7251                   "CIM_Statistics",
 7252                   /* qualifiers */
 7253                   __root_PG_InterOp_CIM_Statistics_qualifiers,
 7254 mike  1.1.2.2     /* super */
 7255 mike  1.1.2.1     0,
 7256                   /* features */
 7257                   _CIM_Statistics_features,
 7258               };
 7259               
 7260               //==============================================================================
 7261               //
 7262               // Class: CIM_SupportAccess
 7263               //
 7264               //==============================================================================
 7265               
 7266               static const char*
 7267               _CIM_SupportAccess_SupportAccessId_qualifiers[] =
 7268               {
 7269 mike  1.1.2.3     /* Key */
 7270                   "\025\001",
 7271 mike  1.1.2.1     /* MaxLen */
 7272                   "\030\000\000\001\000",
 7273                   0,
 7274               };
 7275               
 7276 mike  1.1.2.4 static MetaProperty
 7277 mike  1.1.2.1 _CIM_SupportAccess_SupportAccessId =
 7278               {
 7279                   /* flags */
 7280 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 7281 mike  1.1.2.1     /* name */
 7282                   "SupportAccessId",
 7283                   /* qualifiers */
 7284                   _CIM_SupportAccess_SupportAccessId_qualifiers,
 7285                   /* type */
 7286                   CIMTYPE_STRING,
 7287                   /* subscript */
 7288                   -1,
 7289                   /* value */
 7290                   0,
 7291               };
 7292               
 7293               static const char*
 7294               _CIM_SupportAccess_Description_qualifiers[] =
 7295               {
 7296                   /* Override */
 7297                   "\044Description",
 7298                   /* MappingStrings */
 7299                   "\026\000\001MIF.DMTF|Support|001.3\000",
 7300                   0,
 7301               };
 7302 mike  1.1.2.1 
 7303 mike  1.1.2.4 static MetaProperty
 7304 mike  1.1.2.1 _CIM_SupportAccess_Description =
 7305               {
 7306                   /* flags */
 7307 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 7308 mike  1.1.2.1     /* name */
 7309                   "Description",
 7310                   /* qualifiers */
 7311                   _CIM_SupportAccess_Description_qualifiers,
 7312                   /* type */
 7313                   CIMTYPE_STRING,
 7314                   /* subscript */
 7315                   -1,
 7316                   /* value */
 7317                   0,
 7318               };
 7319               
 7320               static const char*
 7321               _CIM_SupportAccess_CommunicationInfo_qualifiers[] =
 7322               {
 7323                   /* MappingStrings */
 7324                   "\026\000\002MIF.DMTF|FRU|002.11\000MIF.DMTF|FRU|002.12\000",
 7325                   0,
 7326               };
 7327               
 7328 mike  1.1.2.4 static MetaProperty
 7329 mike  1.1.2.1 _CIM_SupportAccess_CommunicationInfo =
 7330               {
 7331                   /* flags */
 7332 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 7333 mike  1.1.2.1     /* name */
 7334                   "CommunicationInfo",
 7335                   /* qualifiers */
 7336                   _CIM_SupportAccess_CommunicationInfo_qualifiers,
 7337                   /* type */
 7338                   CIMTYPE_STRING,
 7339                   /* subscript */
 7340                   -1,
 7341                   /* value */
 7342                   0,
 7343               };
 7344               
 7345               static const char*
 7346               _CIM_SupportAccess_CommunicationMode_qualifiers[] =
 7347               {
 7348                   /* ValueMap */
 7349                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
 7350                   /* Values */
 7351                   "\062\000\010Other\000Phone\000Fax\000BBS\000Online Service\000Web Page\000FTP\000E-mail\000",
 7352                   /* MappingStrings */
 7353                   "\026\000\001MIF.DMTF|Support|001.5\000",
 7354 mike  1.1.2.1     0,
 7355               };
 7356               
 7357 mike  1.1.2.4 static MetaProperty
 7358 mike  1.1.2.1 _CIM_SupportAccess_CommunicationMode =
 7359               {
 7360                   /* flags */
 7361 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 7362 mike  1.1.2.1     /* name */
 7363                   "CommunicationMode",
 7364                   /* qualifiers */
 7365                   _CIM_SupportAccess_CommunicationMode_qualifiers,
 7366                   /* type */
 7367                   CIMTYPE_UINT16,
 7368                   /* subscript */
 7369                   -1,
 7370                   /* value */
 7371                   0,
 7372               };
 7373               
 7374               static const char*
 7375               _CIM_SupportAccess_Locale_qualifiers[] =
 7376               {
 7377                   /* MaxLen */
 7378                   "\030\000\000\000\100",
 7379                   /* MappingStrings */
 7380                   "\026\000\001MIF.DMTF|Support|001.2\000",
 7381                   0,
 7382               };
 7383 mike  1.1.2.1 
 7384 mike  1.1.2.4 static MetaProperty
 7385 mike  1.1.2.1 _CIM_SupportAccess_Locale =
 7386               {
 7387                   /* flags */
 7388 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 7389 mike  1.1.2.1     /* name */
 7390                   "Locale",
 7391                   /* qualifiers */
 7392                   _CIM_SupportAccess_Locale_qualifiers,
 7393                   /* type */
 7394                   CIMTYPE_STRING,
 7395                   /* subscript */
 7396                   -1,
 7397                   /* value */
 7398                   0,
 7399               };
 7400               
 7401 mike  1.1.2.4 static MetaFeature*
 7402 mike  1.1.2.1 _CIM_SupportAccess_features[] =
 7403               {
 7404 mike  1.1.2.4     (MetaFeature*)&_CIM_SupportAccess_SupportAccessId,
 7405                   (MetaFeature*)&_CIM_SupportAccess_Description,
 7406                   (MetaFeature*)&_CIM_SupportAccess_CommunicationInfo,
 7407                   (MetaFeature*)&_CIM_SupportAccess_CommunicationMode,
 7408                   (MetaFeature*)&_CIM_SupportAccess_Locale,
 7409 mike  1.1.2.1     0,
 7410               };
 7411               
 7412               static const char*
 7413               __root_PG_InterOp_CIM_SupportAccess_qualifiers[] =
 7414               {
 7415                   /* UMLPackagePath */
 7416                   "\057CIM::Core::ProductFRU",
 7417                   /* Version */
 7418                   "\0632.6.0",
 7419                   0,
 7420               };
 7421               
 7422 mike  1.1.2.4 MetaClass
 7423 mike  1.1.2.1 __root_PG_InterOp_CIM_SupportAccess =
 7424               {
 7425                   /* flags */
 7426 mike  1.1.2.4     META_FLAG_CLASS,
 7427 mike  1.1.2.1     /* name */
 7428                   "CIM_SupportAccess",
 7429                   /* qualifiers */
 7430                   __root_PG_InterOp_CIM_SupportAccess_qualifiers,
 7431 mike  1.1.2.2     /* super */
 7432 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 7433                   /* features */
 7434                   _CIM_SupportAccess_features,
 7435               };
 7436               
 7437               //==============================================================================
 7438               //
 7439               // Class: CIM_Synchronized
 7440               //
 7441               //==============================================================================
 7442               
 7443               static const char*
 7444               _CIM_Synchronized_SystemElement_qualifiers[] =
 7445               {
 7446 mike  1.1.2.3     /* Key */
 7447                   "\025\001",
 7448 mike  1.1.2.1     0,
 7449               };
 7450               
 7451 mike  1.1.2.4 static MetaReference
 7452 mike  1.1.2.1 _CIM_Synchronized_SystemElement =
 7453               {
 7454                   /* flags */
 7455 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 7456 mike  1.1.2.1     /* name */
 7457                   "SystemElement",
 7458                   /* qualifiers */
 7459                   _CIM_Synchronized_SystemElement_qualifiers,
 7460                   /* subscript */
 7461                   -1,
 7462 mike  1.1.2.2     /* refId */
 7463 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 7464               };
 7465               
 7466               static const char*
 7467               _CIM_Synchronized_SyncedElement_qualifiers[] =
 7468               {
 7469 mike  1.1.2.3     /* Key */
 7470                   "\025\001",
 7471 mike  1.1.2.1     0,
 7472               };
 7473               
 7474 mike  1.1.2.4 static MetaReference
 7475 mike  1.1.2.1 _CIM_Synchronized_SyncedElement =
 7476               {
 7477                   /* flags */
 7478 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 7479 mike  1.1.2.1     /* name */
 7480                   "SyncedElement",
 7481                   /* qualifiers */
 7482                   _CIM_Synchronized_SyncedElement_qualifiers,
 7483                   /* subscript */
 7484                   -1,
 7485 mike  1.1.2.2     /* refId */
 7486 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 7487               };
 7488               
 7489               static const char*
 7490               _CIM_Synchronized_WhenSynced_qualifiers[] =
 7491               {
 7492                   0,
 7493               };
 7494               
 7495 mike  1.1.2.4 static MetaProperty
 7496 mike  1.1.2.1 _CIM_Synchronized_WhenSynced =
 7497               {
 7498                   /* flags */
 7499 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 7500 mike  1.1.2.1     /* name */
 7501                   "WhenSynced",
 7502                   /* qualifiers */
 7503                   _CIM_Synchronized_WhenSynced_qualifiers,
 7504                   /* type */
 7505                   CIMTYPE_DATETIME,
 7506                   /* subscript */
 7507                   -1,
 7508                   /* value */
 7509                   0,
 7510               };
 7511               
 7512               static const char*
 7513               _CIM_Synchronized_SyncMaintained_qualifiers[] =
 7514               {
 7515                   0,
 7516               };
 7517               
 7518 mike  1.1.2.4 static MetaProperty
 7519 mike  1.1.2.1 _CIM_Synchronized_SyncMaintained =
 7520               {
 7521                   /* flags */
 7522 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 7523 mike  1.1.2.1     /* name */
 7524                   "SyncMaintained",
 7525                   /* qualifiers */
 7526                   _CIM_Synchronized_SyncMaintained_qualifiers,
 7527                   /* type */
 7528                   CIMTYPE_BOOLEAN,
 7529                   /* subscript */
 7530                   -1,
 7531                   /* value */
 7532                   0,
 7533               };
 7534               
 7535 mike  1.1.2.4 static MetaFeature*
 7536 mike  1.1.2.1 _CIM_Synchronized_features[] =
 7537               {
 7538 mike  1.1.2.4     (MetaFeature*)&_CIM_Synchronized_SystemElement,
 7539                   (MetaFeature*)&_CIM_Synchronized_SyncedElement,
 7540                   (MetaFeature*)&_CIM_Synchronized_WhenSynced,
 7541                   (MetaFeature*)&_CIM_Synchronized_SyncMaintained,
 7542 mike  1.1.2.1     0,
 7543               };
 7544               
 7545               static const char*
 7546               __root_PG_InterOp_CIM_Synchronized_qualifiers[] =
 7547               {
 7548 mike  1.1.2.3     /* ASSOCIATION */
 7549                   "\000\001",
 7550 mike  1.1.2.1     /* UMLPackagePath */
 7551                   "\057CIM::Core::CoreElements",
 7552                   /* Version */
 7553                   "\0632.8.0",
 7554                   0,
 7555               };
 7556               
 7557 mike  1.1.2.4 MetaClass
 7558 mike  1.1.2.1 __root_PG_InterOp_CIM_Synchronized =
 7559               {
 7560                   /* flags */
 7561 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 7562 mike  1.1.2.1     /* name */
 7563                   "CIM_Synchronized",
 7564                   /* qualifiers */
 7565                   __root_PG_InterOp_CIM_Synchronized_qualifiers,
 7566 mike  1.1.2.2     /* super */
 7567 mike  1.1.2.1     0,
 7568                   /* features */
 7569                   _CIM_Synchronized_features,
 7570               };
 7571               
 7572               //==============================================================================
 7573               //
 7574               // Class: CIM_SystemConfiguration
 7575               //
 7576               //==============================================================================
 7577               
 7578               static const char*
 7579               _CIM_SystemConfiguration_SystemCreationClassName_qualifiers[] =
 7580               {
 7581 mike  1.1.2.3     /* Key */
 7582                   "\025\001",
 7583 mike  1.1.2.1     /* Propagated */
 7584                   "\045CIM_System.CreationClassName",
 7585                   /* MaxLen */
 7586                   "\030\000\000\001\000",
 7587                   0,
 7588               };
 7589               
 7590 mike  1.1.2.4 static MetaProperty
 7591 mike  1.1.2.1 _CIM_SystemConfiguration_SystemCreationClassName =
 7592               {
 7593                   /* flags */
 7594 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 7595 mike  1.1.2.1     /* name */
 7596                   "SystemCreationClassName",
 7597                   /* qualifiers */
 7598                   _CIM_SystemConfiguration_SystemCreationClassName_qualifiers,
 7599                   /* type */
 7600                   CIMTYPE_STRING,
 7601                   /* subscript */
 7602                   -1,
 7603                   /* value */
 7604                   0,
 7605               };
 7606               
 7607               static const char*
 7608               _CIM_SystemConfiguration_SystemName_qualifiers[] =
 7609               {
 7610 mike  1.1.2.3     /* Key */
 7611                   "\025\001",
 7612 mike  1.1.2.1     /* Propagated */
 7613                   "\045CIM_System.Name",
 7614                   /* MaxLen */
 7615                   "\030\000\000\001\000",
 7616                   0,
 7617               };
 7618               
 7619 mike  1.1.2.4 static MetaProperty
 7620 mike  1.1.2.1 _CIM_SystemConfiguration_SystemName =
 7621               {
 7622                   /* flags */
 7623 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 7624 mike  1.1.2.1     /* name */
 7625                   "SystemName",
 7626                   /* qualifiers */
 7627                   _CIM_SystemConfiguration_SystemName_qualifiers,
 7628                   /* type */
 7629                   CIMTYPE_STRING,
 7630                   /* subscript */
 7631                   -1,
 7632                   /* value */
 7633                   0,
 7634               };
 7635               
 7636               static const char*
 7637               _CIM_SystemConfiguration_CreationClassName_qualifiers[] =
 7638               {
 7639 mike  1.1.2.3     /* Key */
 7640                   "\025\001",
 7641 mike  1.1.2.1     /* MaxLen */
 7642                   "\030\000\000\001\000",
 7643                   0,
 7644               };
 7645               
 7646 mike  1.1.2.4 static MetaProperty
 7647 mike  1.1.2.1 _CIM_SystemConfiguration_CreationClassName =
 7648               {
 7649                   /* flags */
 7650 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 7651 mike  1.1.2.1     /* name */
 7652                   "CreationClassName",
 7653                   /* qualifiers */
 7654                   _CIM_SystemConfiguration_CreationClassName_qualifiers,
 7655                   /* type */
 7656                   CIMTYPE_STRING,
 7657                   /* subscript */
 7658                   -1,
 7659                   /* value */
 7660                   0,
 7661               };
 7662               
 7663               static const char*
 7664               _CIM_SystemConfiguration_Name_qualifiers[] =
 7665               {
 7666 mike  1.1.2.3     /* Key */
 7667                   "\025\001",
 7668 mike  1.1.2.1     /* MaxLen */
 7669                   "\030\000\000\001\000",
 7670                   0,
 7671               };
 7672               
 7673 mike  1.1.2.4 static MetaProperty
 7674 mike  1.1.2.1 _CIM_SystemConfiguration_Name =
 7675               {
 7676                   /* flags */
 7677 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 7678 mike  1.1.2.1     /* name */
 7679                   "Name",
 7680                   /* qualifiers */
 7681                   _CIM_SystemConfiguration_Name_qualifiers,
 7682                   /* type */
 7683                   CIMTYPE_STRING,
 7684                   /* subscript */
 7685                   -1,
 7686                   /* value */
 7687                   0,
 7688               };
 7689               
 7690 mike  1.1.2.4 static MetaFeature*
 7691 mike  1.1.2.1 _CIM_SystemConfiguration_features[] =
 7692               {
 7693 mike  1.1.2.4     (MetaFeature*)&_CIM_SystemConfiguration_SystemCreationClassName,
 7694                   (MetaFeature*)&_CIM_SystemConfiguration_SystemName,
 7695                   (MetaFeature*)&_CIM_SystemConfiguration_CreationClassName,
 7696                   (MetaFeature*)&_CIM_SystemConfiguration_Name,
 7697 mike  1.1.2.1     0,
 7698               };
 7699               
 7700               static const char*
 7701               __root_PG_InterOp_CIM_SystemConfiguration_qualifiers[] =
 7702               {
 7703                   /* UMLPackagePath */
 7704                   "\057CIM::Core::Settings",
 7705                   /* Version */
 7706                   "\0632.6.0",
 7707                   0,
 7708               };
 7709               
 7710 mike  1.1.2.4 MetaClass
 7711 mike  1.1.2.1 __root_PG_InterOp_CIM_SystemConfiguration =
 7712               {
 7713                   /* flags */
 7714 mike  1.1.2.4     META_FLAG_CLASS,
 7715 mike  1.1.2.1     /* name */
 7716                   "CIM_SystemConfiguration",
 7717                   /* qualifiers */
 7718                   __root_PG_InterOp_CIM_SystemConfiguration_qualifiers,
 7719 mike  1.1.2.2     /* super */
 7720 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 7721                   /* features */
 7722                   _CIM_SystemConfiguration_features,
 7723               };
 7724               
 7725               //==============================================================================
 7726               //
 7727               // Class: CIM_SystemSetting
 7728               //
 7729               //==============================================================================
 7730               
 7731               static const char*
 7732               _CIM_SystemSetting_SystemCreationClassName_qualifiers[] =
 7733               {
 7734 mike  1.1.2.3     /* Key */
 7735                   "\025\001",
 7736 mike  1.1.2.1     /* Propagated */
 7737                   "\045CIM_System.CreationClassName",
 7738                   /* MaxLen */
 7739                   "\030\000\000\001\000",
 7740                   0,
 7741               };
 7742               
 7743 mike  1.1.2.4 static MetaProperty
 7744 mike  1.1.2.1 _CIM_SystemSetting_SystemCreationClassName =
 7745               {
 7746                   /* flags */
 7747 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 7748 mike  1.1.2.1     /* name */
 7749                   "SystemCreationClassName",
 7750                   /* qualifiers */
 7751                   _CIM_SystemSetting_SystemCreationClassName_qualifiers,
 7752                   /* type */
 7753                   CIMTYPE_STRING,
 7754                   /* subscript */
 7755                   -1,
 7756                   /* value */
 7757                   0,
 7758               };
 7759               
 7760               static const char*
 7761               _CIM_SystemSetting_SystemName_qualifiers[] =
 7762               {
 7763 mike  1.1.2.3     /* Key */
 7764                   "\025\001",
 7765 mike  1.1.2.1     /* Propagated */
 7766                   "\045CIM_System.Name",
 7767                   /* MaxLen */
 7768                   "\030\000\000\001\000",
 7769                   0,
 7770               };
 7771               
 7772 mike  1.1.2.4 static MetaProperty
 7773 mike  1.1.2.1 _CIM_SystemSetting_SystemName =
 7774               {
 7775                   /* flags */
 7776 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 7777 mike  1.1.2.1     /* name */
 7778                   "SystemName",
 7779                   /* qualifiers */
 7780                   _CIM_SystemSetting_SystemName_qualifiers,
 7781                   /* type */
 7782                   CIMTYPE_STRING,
 7783                   /* subscript */
 7784                   -1,
 7785                   /* value */
 7786                   0,
 7787               };
 7788               
 7789               static const char*
 7790               _CIM_SystemSetting_CreationClassName_qualifiers[] =
 7791               {
 7792 mike  1.1.2.3     /* Key */
 7793                   "\025\001",
 7794 mike  1.1.2.1     /* MaxLen */
 7795                   "\030\000\000\001\000",
 7796                   0,
 7797               };
 7798               
 7799 mike  1.1.2.4 static MetaProperty
 7800 mike  1.1.2.1 _CIM_SystemSetting_CreationClassName =
 7801               {
 7802                   /* flags */
 7803 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 7804 mike  1.1.2.1     /* name */
 7805                   "CreationClassName",
 7806                   /* qualifiers */
 7807                   _CIM_SystemSetting_CreationClassName_qualifiers,
 7808                   /* type */
 7809                   CIMTYPE_STRING,
 7810                   /* subscript */
 7811                   -1,
 7812                   /* value */
 7813                   0,
 7814               };
 7815               
 7816               static const char*
 7817               _CIM_SystemSetting_SettingID_qualifiers[] =
 7818               {
 7819 mike  1.1.2.3     /* Key */
 7820                   "\025\001",
 7821 mike  1.1.2.1     /* Override */
 7822                   "\044SettingID",
 7823                   /* MaxLen */
 7824                   "\030\000\000\001\000",
 7825                   0,
 7826               };
 7827               
 7828 mike  1.1.2.4 static MetaProperty
 7829 mike  1.1.2.1 _CIM_SystemSetting_SettingID =
 7830               {
 7831                   /* flags */
 7832 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 7833 mike  1.1.2.1     /* name */
 7834                   "SettingID",
 7835                   /* qualifiers */
 7836                   _CIM_SystemSetting_SettingID_qualifiers,
 7837                   /* type */
 7838                   CIMTYPE_STRING,
 7839                   /* subscript */
 7840                   -1,
 7841                   /* value */
 7842                   0,
 7843               };
 7844               
 7845 mike  1.1.2.4 static MetaFeature*
 7846 mike  1.1.2.1 _CIM_SystemSetting_features[] =
 7847               {
 7848 mike  1.1.2.4     (MetaFeature*)&_CIM_SystemSetting_SystemCreationClassName,
 7849                   (MetaFeature*)&_CIM_SystemSetting_SystemName,
 7850                   (MetaFeature*)&_CIM_SystemSetting_CreationClassName,
 7851                   (MetaFeature*)&_CIM_SystemSetting_SettingID,
 7852 mike  1.1.2.1     0,
 7853               };
 7854               
 7855               static const char*
 7856               __root_PG_InterOp_CIM_SystemSetting_qualifiers[] =
 7857               {
 7858                   /* UMLPackagePath */
 7859                   "\057CIM::Core::Settings",
 7860 mike  1.1.2.3     /* Abstract */
 7861                   "\002\001",
 7862 mike  1.1.2.1     /* Version */
 7863                   "\0632.10.0",
 7864                   0,
 7865               };
 7866               
 7867 mike  1.1.2.4 MetaClass
 7868 mike  1.1.2.1 __root_PG_InterOp_CIM_SystemSetting =
 7869               {
 7870                   /* flags */
 7871 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 7872 mike  1.1.2.1     /* name */
 7873                   "CIM_SystemSetting",
 7874                   /* qualifiers */
 7875                   __root_PG_InterOp_CIM_SystemSetting_qualifiers,
 7876 mike  1.1.2.2     /* super */
 7877 mike  1.1.2.1     &__root_PG_InterOp_CIM_Setting,
 7878                   /* features */
 7879                   _CIM_SystemSetting_features,
 7880               };
 7881               
 7882               //==============================================================================
 7883               //
 7884               // Class: CIM_SystemSettingContext
 7885               //
 7886               //==============================================================================
 7887               
 7888               static const char*
 7889               _CIM_SystemSettingContext_Context_qualifiers[] =
 7890               {
 7891 mike  1.1.2.3     /* Key */
 7892                   "\025\001",
 7893                   /* Aggregate */
 7894                   "\003\001",
 7895 mike  1.1.2.1     0,
 7896               };
 7897               
 7898 mike  1.1.2.4 static MetaReference
 7899 mike  1.1.2.1 _CIM_SystemSettingContext_Context =
 7900               {
 7901                   /* flags */
 7902 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 7903 mike  1.1.2.1     /* name */
 7904                   "Context",
 7905                   /* qualifiers */
 7906                   _CIM_SystemSettingContext_Context_qualifiers,
 7907                   /* subscript */
 7908                   -1,
 7909 mike  1.1.2.2     /* refId */
 7910 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemConfiguration,
 7911               };
 7912               
 7913               static const char*
 7914               _CIM_SystemSettingContext_Setting_qualifiers[] =
 7915               {
 7916 mike  1.1.2.3     /* Key */
 7917                   "\025\001",
 7918 mike  1.1.2.1     0,
 7919               };
 7920               
 7921 mike  1.1.2.4 static MetaReference
 7922 mike  1.1.2.1 _CIM_SystemSettingContext_Setting =
 7923               {
 7924                   /* flags */
 7925 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 7926 mike  1.1.2.1     /* name */
 7927                   "Setting",
 7928                   /* qualifiers */
 7929                   _CIM_SystemSettingContext_Setting_qualifiers,
 7930                   /* subscript */
 7931                   -1,
 7932 mike  1.1.2.2     /* refId */
 7933 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemSetting,
 7934               };
 7935               
 7936 mike  1.1.2.4 static MetaFeature*
 7937 mike  1.1.2.1 _CIM_SystemSettingContext_features[] =
 7938               {
 7939 mike  1.1.2.4     (MetaFeature*)&_CIM_SystemSettingContext_Context,
 7940                   (MetaFeature*)&_CIM_SystemSettingContext_Setting,
 7941 mike  1.1.2.1     0,
 7942               };
 7943               
 7944               static const char*
 7945               __root_PG_InterOp_CIM_SystemSettingContext_qualifiers[] =
 7946               {
 7947 mike  1.1.2.3     /* ASSOCIATION */
 7948                   "\000\001",
 7949 mike  1.1.2.1     /* UMLPackagePath */
 7950                   "\057CIM::Core::Settings",
 7951 mike  1.1.2.3     /* Aggregation */
 7952                   "\004\001",
 7953 mike  1.1.2.1     /* Version */
 7954                   "\0632.6.0",
 7955                   0,
 7956               };
 7957               
 7958 mike  1.1.2.4 MetaClass
 7959 mike  1.1.2.1 __root_PG_InterOp_CIM_SystemSettingContext =
 7960               {
 7961                   /* flags */
 7962 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 7963 mike  1.1.2.1     /* name */
 7964                   "CIM_SystemSettingContext",
 7965                   /* qualifiers */
 7966                   __root_PG_InterOp_CIM_SystemSettingContext_qualifiers,
 7967 mike  1.1.2.2     /* super */
 7968 mike  1.1.2.1     0,
 7969                   /* features */
 7970                   _CIM_SystemSettingContext_features,
 7971               };
 7972               
 7973               //==============================================================================
 7974               //
 7975               // Class: CIM_SystemSpecificCollection
 7976               //
 7977               //==============================================================================
 7978               
 7979               static const char*
 7980               _CIM_SystemSpecificCollection_InstanceID_qualifiers[] =
 7981               {
 7982 mike  1.1.2.3     /* Key */
 7983                   "\025\001",
 7984 mike  1.1.2.1     0,
 7985               };
 7986               
 7987 mike  1.1.2.4 static MetaProperty
 7988 mike  1.1.2.1 _CIM_SystemSpecificCollection_InstanceID =
 7989               {
 7990                   /* flags */
 7991 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 7992 mike  1.1.2.1     /* name */
 7993                   "InstanceID",
 7994                   /* qualifiers */
 7995                   _CIM_SystemSpecificCollection_InstanceID_qualifiers,
 7996                   /* type */
 7997                   CIMTYPE_STRING,
 7998                   /* subscript */
 7999                   -1,
 8000                   /* value */
 8001                   0,
 8002               };
 8003               
 8004 mike  1.1.2.4 static MetaFeature*
 8005 mike  1.1.2.1 _CIM_SystemSpecificCollection_features[] =
 8006               {
 8007 mike  1.1.2.4     (MetaFeature*)&_CIM_SystemSpecificCollection_InstanceID,
 8008 mike  1.1.2.1     0,
 8009               };
 8010               
 8011               static const char*
 8012               __root_PG_InterOp_CIM_SystemSpecificCollection_qualifiers[] =
 8013               {
 8014                   /* UMLPackagePath */
 8015                   "\057CIM::Core::Collection",
 8016                   /* Version */
 8017                   "\0632.10.0",
 8018                   0,
 8019               };
 8020               
 8021 mike  1.1.2.4 MetaClass
 8022 mike  1.1.2.1 __root_PG_InterOp_CIM_SystemSpecificCollection =
 8023               {
 8024                   /* flags */
 8025 mike  1.1.2.4     META_FLAG_CLASS,
 8026 mike  1.1.2.1     /* name */
 8027                   "CIM_SystemSpecificCollection",
 8028                   /* qualifiers */
 8029                   __root_PG_InterOp_CIM_SystemSpecificCollection_qualifiers,
 8030 mike  1.1.2.2     /* super */
 8031 mike  1.1.2.1     &__root_PG_InterOp_CIM_Collection,
 8032                   /* features */
 8033                   _CIM_SystemSpecificCollection_features,
 8034               };
 8035               
 8036               //==============================================================================
 8037               //
 8038               // Class: CIM_SystemStatisticalInformation
 8039               //
 8040               //==============================================================================
 8041               
 8042               static const char*
 8043               _CIM_SystemStatisticalInformation_SystemCreationClassName_qualifiers[] =
 8044               {
 8045 mike  1.1.2.3     /* Key */
 8046                   "\025\001",
 8047 mike  1.1.2.1     /* Propagated */
 8048                   "\045CIM_System.CreationClassName",
 8049                   /* MaxLen */
 8050                   "\030\000\000\001\000",
 8051                   0,
 8052               };
 8053               
 8054 mike  1.1.2.4 static MetaProperty
 8055 mike  1.1.2.1 _CIM_SystemStatisticalInformation_SystemCreationClassName =
 8056               {
 8057                   /* flags */
 8058 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 8059 mike  1.1.2.1     /* name */
 8060                   "SystemCreationClassName",
 8061                   /* qualifiers */
 8062                   _CIM_SystemStatisticalInformation_SystemCreationClassName_qualifiers,
 8063                   /* type */
 8064                   CIMTYPE_STRING,
 8065                   /* subscript */
 8066                   -1,
 8067                   /* value */
 8068                   0,
 8069               };
 8070               
 8071               static const char*
 8072               _CIM_SystemStatisticalInformation_SystemName_qualifiers[] =
 8073               {
 8074 mike  1.1.2.3     /* Key */
 8075                   "\025\001",
 8076 mike  1.1.2.1     /* Propagated */
 8077                   "\045CIM_System.Name",
 8078                   /* MaxLen */
 8079                   "\030\000\000\001\000",
 8080                   0,
 8081               };
 8082               
 8083 mike  1.1.2.4 static MetaProperty
 8084 mike  1.1.2.1 _CIM_SystemStatisticalInformation_SystemName =
 8085               {
 8086                   /* flags */
 8087 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 8088 mike  1.1.2.1     /* name */
 8089                   "SystemName",
 8090                   /* qualifiers */
 8091                   _CIM_SystemStatisticalInformation_SystemName_qualifiers,
 8092                   /* type */
 8093                   CIMTYPE_STRING,
 8094                   /* subscript */
 8095                   -1,
 8096                   /* value */
 8097                   0,
 8098               };
 8099               
 8100               static const char*
 8101               _CIM_SystemStatisticalInformation_CreationClassName_qualifiers[] =
 8102               {
 8103 mike  1.1.2.3     /* Key */
 8104                   "\025\001",
 8105 mike  1.1.2.1     /* MaxLen */
 8106                   "\030\000\000\001\000",
 8107                   0,
 8108               };
 8109               
 8110 mike  1.1.2.4 static MetaProperty
 8111 mike  1.1.2.1 _CIM_SystemStatisticalInformation_CreationClassName =
 8112               {
 8113                   /* flags */
 8114 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 8115 mike  1.1.2.1     /* name */
 8116                   "CreationClassName",
 8117                   /* qualifiers */
 8118                   _CIM_SystemStatisticalInformation_CreationClassName_qualifiers,
 8119                   /* type */
 8120                   CIMTYPE_STRING,
 8121                   /* subscript */
 8122                   -1,
 8123                   /* value */
 8124                   0,
 8125               };
 8126               
 8127               static const char*
 8128               _CIM_SystemStatisticalInformation_Name_qualifiers[] =
 8129               {
 8130 mike  1.1.2.3     /* Key */
 8131                   "\025\001",
 8132 mike  1.1.2.1     /* Override */
 8133                   "\044Name",
 8134                   /* MaxLen */
 8135                   "\030\000\000\001\000",
 8136                   0,
 8137               };
 8138               
 8139 mike  1.1.2.4 static MetaProperty
 8140 mike  1.1.2.1 _CIM_SystemStatisticalInformation_Name =
 8141               {
 8142                   /* flags */
 8143 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 8144 mike  1.1.2.1     /* name */
 8145                   "Name",
 8146                   /* qualifiers */
 8147                   _CIM_SystemStatisticalInformation_Name_qualifiers,
 8148                   /* type */
 8149                   CIMTYPE_STRING,
 8150                   /* subscript */
 8151                   -1,
 8152                   /* value */
 8153                   0,
 8154               };
 8155               
 8156 mike  1.1.2.4 static MetaFeature*
 8157 mike  1.1.2.1 _CIM_SystemStatisticalInformation_features[] =
 8158               {
 8159 mike  1.1.2.4     (MetaFeature*)&_CIM_SystemStatisticalInformation_SystemCreationClassName,
 8160                   (MetaFeature*)&_CIM_SystemStatisticalInformation_SystemName,
 8161                   (MetaFeature*)&_CIM_SystemStatisticalInformation_CreationClassName,
 8162                   (MetaFeature*)&_CIM_SystemStatisticalInformation_Name,
 8163 mike  1.1.2.1     0,
 8164               };
 8165               
 8166               static const char*
 8167               __root_PG_InterOp_CIM_SystemStatisticalInformation_qualifiers[] =
 8168               {
 8169                   /* UMLPackagePath */
 8170                   "\057CIM::Core::Statistics",
 8171                   /* Version */
 8172                   "\0632.6.0",
 8173                   0,
 8174               };
 8175               
 8176 mike  1.1.2.4 MetaClass
 8177 mike  1.1.2.1 __root_PG_InterOp_CIM_SystemStatisticalInformation =
 8178               {
 8179                   /* flags */
 8180 mike  1.1.2.4     META_FLAG_CLASS,
 8181 mike  1.1.2.1     /* name */
 8182                   "CIM_SystemStatisticalInformation",
 8183                   /* qualifiers */
 8184                   __root_PG_InterOp_CIM_SystemStatisticalInformation_qualifiers,
 8185 mike  1.1.2.2     /* super */
 8186 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
 8187                   /* features */
 8188                   _CIM_SystemStatisticalInformation_features,
 8189               };
 8190               
 8191               //==============================================================================
 8192               //
 8193               // Class: CIM_CollectedCollections
 8194               //
 8195               //==============================================================================
 8196               
 8197               static const char*
 8198               _CIM_CollectedCollections_Collection_qualifiers[] =
 8199               {
 8200 mike  1.1.2.3     /* Key */
 8201                   "\025\001",
 8202                   /* Aggregate */
 8203                   "\003\001",
 8204 mike  1.1.2.1     0,
 8205               };
 8206               
 8207 mike  1.1.2.4 static MetaReference
 8208 mike  1.1.2.1 _CIM_CollectedCollections_Collection =
 8209               {
 8210                   /* flags */
 8211 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 8212 mike  1.1.2.1     /* name */
 8213                   "Collection",
 8214                   /* qualifiers */
 8215                   _CIM_CollectedCollections_Collection_qualifiers,
 8216                   /* subscript */
 8217                   -1,
 8218 mike  1.1.2.2     /* refId */
 8219 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 8220               };
 8221               
 8222               static const char*
 8223               _CIM_CollectedCollections_CollectionInCollection_qualifiers[] =
 8224               {
 8225 mike  1.1.2.3     /* Key */
 8226                   "\025\001",
 8227 mike  1.1.2.1     0,
 8228               };
 8229               
 8230 mike  1.1.2.4 static MetaReference
 8231 mike  1.1.2.1 _CIM_CollectedCollections_CollectionInCollection =
 8232               {
 8233                   /* flags */
 8234 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 8235 mike  1.1.2.1     /* name */
 8236                   "CollectionInCollection",
 8237                   /* qualifiers */
 8238                   _CIM_CollectedCollections_CollectionInCollection_qualifiers,
 8239                   /* subscript */
 8240                   -1,
 8241 mike  1.1.2.2     /* refId */
 8242 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 8243               };
 8244               
 8245 mike  1.1.2.4 static MetaFeature*
 8246 mike  1.1.2.1 _CIM_CollectedCollections_features[] =
 8247               {
 8248 mike  1.1.2.4     (MetaFeature*)&_CIM_CollectedCollections_Collection,
 8249                   (MetaFeature*)&_CIM_CollectedCollections_CollectionInCollection,
 8250 mike  1.1.2.1     0,
 8251               };
 8252               
 8253               static const char*
 8254               __root_PG_InterOp_CIM_CollectedCollections_qualifiers[] =
 8255               {
 8256 mike  1.1.2.3     /* ASSOCIATION */
 8257                   "\000\001",
 8258 mike  1.1.2.1     /* UMLPackagePath */
 8259                   "\057CIM::Core::Collection",
 8260 mike  1.1.2.3     /* Aggregation */
 8261                   "\004\001",
 8262 mike  1.1.2.1     /* Version */
 8263                   "\0632.10.0",
 8264                   0,
 8265               };
 8266               
 8267 mike  1.1.2.4 MetaClass
 8268 mike  1.1.2.1 __root_PG_InterOp_CIM_CollectedCollections =
 8269               {
 8270                   /* flags */
 8271 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 8272 mike  1.1.2.1     /* name */
 8273                   "CIM_CollectedCollections",
 8274                   /* qualifiers */
 8275                   __root_PG_InterOp_CIM_CollectedCollections_qualifiers,
 8276 mike  1.1.2.2     /* super */
 8277 mike  1.1.2.1     0,
 8278                   /* features */
 8279                   _CIM_CollectedCollections_features,
 8280               };
 8281               
 8282               //==============================================================================
 8283               //
 8284               // Class: CIM_CollectedMSEs
 8285               //
 8286               //==============================================================================
 8287               
 8288               static const char*
 8289               _CIM_CollectedMSEs_Collection_qualifiers[] =
 8290               {
 8291 mike  1.1.2.3     /* Aggregate */
 8292                   "\003\001",
 8293 mike  1.1.2.1     /* Override */
 8294                   "\044Collection",
 8295                   0,
 8296               };
 8297               
 8298 mike  1.1.2.4 static MetaReference
 8299 mike  1.1.2.1 _CIM_CollectedMSEs_Collection =
 8300               {
 8301                   /* flags */
 8302 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 8303 mike  1.1.2.1     /* name */
 8304                   "Collection",
 8305                   /* qualifiers */
 8306                   _CIM_CollectedMSEs_Collection_qualifiers,
 8307                   /* subscript */
 8308                   -1,
 8309 mike  1.1.2.2     /* refId */
 8310 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 8311               };
 8312               
 8313               static const char*
 8314               _CIM_CollectedMSEs_Member_qualifiers[] =
 8315               {
 8316                   /* Override */
 8317                   "\044Member",
 8318                   0,
 8319               };
 8320               
 8321 mike  1.1.2.4 static MetaReference
 8322 mike  1.1.2.1 _CIM_CollectedMSEs_Member =
 8323               {
 8324                   /* flags */
 8325 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
 8326 mike  1.1.2.1     /* name */
 8327                   "Member",
 8328                   /* qualifiers */
 8329                   _CIM_CollectedMSEs_Member_qualifiers,
 8330                   /* subscript */
 8331                   -1,
 8332 mike  1.1.2.2     /* refId */
 8333 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 8334               };
 8335               
 8336 mike  1.1.2.4 static MetaFeature*
 8337 mike  1.1.2.1 _CIM_CollectedMSEs_features[] =
 8338               {
 8339 mike  1.1.2.4     (MetaFeature*)&_CIM_CollectedMSEs_Collection,
 8340                   (MetaFeature*)&_CIM_CollectedMSEs_Member,
 8341 mike  1.1.2.1     0,
 8342               };
 8343               
 8344               static const char*
 8345               __root_PG_InterOp_CIM_CollectedMSEs_qualifiers[] =
 8346               {
 8347 mike  1.1.2.3     /* ASSOCIATION */
 8348                   "\000\001",
 8349 mike  1.1.2.1     /* UMLPackagePath */
 8350                   "\057CIM::Core::Collection",
 8351 mike  1.1.2.3     /* Aggregation */
 8352                   "\004\001",
 8353 mike  1.1.2.1     /* Version */
 8354                   "\0632.6.0",
 8355                   0,
 8356               };
 8357               
 8358 mike  1.1.2.4 MetaClass
 8359 mike  1.1.2.1 __root_PG_InterOp_CIM_CollectedMSEs =
 8360               {
 8361                   /* flags */
 8362 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 8363 mike  1.1.2.1     /* name */
 8364                   "CIM_CollectedMSEs",
 8365                   /* qualifiers */
 8366                   __root_PG_InterOp_CIM_CollectedMSEs_qualifiers,
 8367 mike  1.1.2.2     /* super */
 8368 mike  1.1.2.1     &__root_PG_InterOp_CIM_MemberOfCollection,
 8369                   /* features */
 8370                   _CIM_CollectedMSEs_features,
 8371               };
 8372               
 8373               //==============================================================================
 8374               //
 8375               // Class: CIM_CollectionConfiguration
 8376               //
 8377               //==============================================================================
 8378               
 8379               static const char*
 8380               _CIM_CollectionConfiguration_Collection_qualifiers[] =
 8381               {
 8382                   /* Deprecated */
 8383                   "\013\000\002CIM_ElementSettingData.ManagedElement\000CIM_CollectionSetting.Collection\000",
 8384 mike  1.1.2.3     /* Key */
 8385                   "\025\001",
 8386 mike  1.1.2.1     0,
 8387               };
 8388               
 8389 mike  1.1.2.4 static MetaReference
 8390 mike  1.1.2.1 _CIM_CollectionConfiguration_Collection =
 8391               {
 8392                   /* flags */
 8393 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 8394 mike  1.1.2.1     /* name */
 8395                   "Collection",
 8396                   /* qualifiers */
 8397                   _CIM_CollectionConfiguration_Collection_qualifiers,
 8398                   /* subscript */
 8399                   -1,
 8400 mike  1.1.2.2     /* refId */
 8401 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 8402               };
 8403               
 8404               static const char*
 8405               _CIM_CollectionConfiguration_Configuration_qualifiers[] =
 8406               {
 8407                   /* Deprecated */
 8408                   "\013\000\002CIM_ElementSettingData.SettingData\000CIM_CollectionSetting.Setting\000",
 8409 mike  1.1.2.3     /* Key */
 8410                   "\025\001",
 8411 mike  1.1.2.1     0,
 8412               };
 8413               
 8414 mike  1.1.2.4 static MetaReference
 8415 mike  1.1.2.1 _CIM_CollectionConfiguration_Configuration =
 8416               {
 8417                   /* flags */
 8418 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 8419 mike  1.1.2.1     /* name */
 8420                   "Configuration",
 8421                   /* qualifiers */
 8422                   _CIM_CollectionConfiguration_Configuration_qualifiers,
 8423                   /* subscript */
 8424                   -1,
 8425 mike  1.1.2.2     /* refId */
 8426 mike  1.1.2.1     &__root_PG_InterOp_CIM_Configuration,
 8427               };
 8428               
 8429 mike  1.1.2.4 static MetaFeature*
 8430 mike  1.1.2.1 _CIM_CollectionConfiguration_features[] =
 8431               {
 8432 mike  1.1.2.4     (MetaFeature*)&_CIM_CollectionConfiguration_Collection,
 8433                   (MetaFeature*)&_CIM_CollectionConfiguration_Configuration,
 8434 mike  1.1.2.1     0,
 8435               };
 8436               
 8437               static const char*
 8438               __root_PG_InterOp_CIM_CollectionConfiguration_qualifiers[] =
 8439               {
 8440 mike  1.1.2.3     /* ASSOCIATION */
 8441                   "\000\001",
 8442 mike  1.1.2.1     /* Deprecated */
 8443                   "\013\000\002CIM_ElementSettingData\000CIM_CollectionSetting\000",
 8444                   /* UMLPackagePath */
 8445                   "\057CIM::Core::Settings",
 8446                   /* Version */
 8447                   "\0632.10.0",
 8448                   0,
 8449               };
 8450               
 8451 mike  1.1.2.4 MetaClass
 8452 mike  1.1.2.1 __root_PG_InterOp_CIM_CollectionConfiguration =
 8453               {
 8454                   /* flags */
 8455 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 8456 mike  1.1.2.1     /* name */
 8457                   "CIM_CollectionConfiguration",
 8458                   /* qualifiers */
 8459                   __root_PG_InterOp_CIM_CollectionConfiguration_qualifiers,
 8460 mike  1.1.2.2     /* super */
 8461 mike  1.1.2.1     0,
 8462                   /* features */
 8463                   _CIM_CollectionConfiguration_features,
 8464               };
 8465               
 8466               //==============================================================================
 8467               //
 8468               // Class: CIM_CollectionSetting
 8469               //
 8470               //==============================================================================
 8471               
 8472               static const char*
 8473               _CIM_CollectionSetting_Collection_qualifiers[] =
 8474               {
 8475 mike  1.1.2.3     /* Key */
 8476                   "\025\001",
 8477 mike  1.1.2.1     0,
 8478               };
 8479               
 8480 mike  1.1.2.4 static MetaReference
 8481 mike  1.1.2.1 _CIM_CollectionSetting_Collection =
 8482               {
 8483                   /* flags */
 8484 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 8485 mike  1.1.2.1     /* name */
 8486                   "Collection",
 8487                   /* qualifiers */
 8488                   _CIM_CollectionSetting_Collection_qualifiers,
 8489                   /* subscript */
 8490                   -1,
 8491 mike  1.1.2.2     /* refId */
 8492 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 8493               };
 8494               
 8495               static const char*
 8496               _CIM_CollectionSetting_Setting_qualifiers[] =
 8497               {
 8498 mike  1.1.2.3     /* Key */
 8499                   "\025\001",
 8500 mike  1.1.2.1     0,
 8501               };
 8502               
 8503 mike  1.1.2.4 static MetaReference
 8504 mike  1.1.2.1 _CIM_CollectionSetting_Setting =
 8505               {
 8506                   /* flags */
 8507 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 8508 mike  1.1.2.1     /* name */
 8509                   "Setting",
 8510                   /* qualifiers */
 8511                   _CIM_CollectionSetting_Setting_qualifiers,
 8512                   /* subscript */
 8513                   -1,
 8514 mike  1.1.2.2     /* refId */
 8515 mike  1.1.2.1     &__root_PG_InterOp_CIM_Setting,
 8516               };
 8517               
 8518 mike  1.1.2.4 static MetaFeature*
 8519 mike  1.1.2.1 _CIM_CollectionSetting_features[] =
 8520               {
 8521 mike  1.1.2.4     (MetaFeature*)&_CIM_CollectionSetting_Collection,
 8522                   (MetaFeature*)&_CIM_CollectionSetting_Setting,
 8523 mike  1.1.2.1     0,
 8524               };
 8525               
 8526               static const char*
 8527               __root_PG_InterOp_CIM_CollectionSetting_qualifiers[] =
 8528               {
 8529 mike  1.1.2.3     /* ASSOCIATION */
 8530                   "\000\001",
 8531 mike  1.1.2.1     /* UMLPackagePath */
 8532                   "\057CIM::Core::Settings",
 8533                   /* Version */
 8534                   "\0632.6.0",
 8535                   0,
 8536               };
 8537               
 8538 mike  1.1.2.4 MetaClass
 8539 mike  1.1.2.1 __root_PG_InterOp_CIM_CollectionSetting =
 8540               {
 8541                   /* flags */
 8542 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 8543 mike  1.1.2.1     /* name */
 8544                   "CIM_CollectionSetting",
 8545                   /* qualifiers */
 8546                   __root_PG_InterOp_CIM_CollectionSetting_qualifiers,
 8547 mike  1.1.2.2     /* super */
 8548 mike  1.1.2.1     0,
 8549                   /* features */
 8550                   _CIM_CollectionSetting_features,
 8551               };
 8552               
 8553               //==============================================================================
 8554               //
 8555               // Class: CIM_CompatibleProduct
 8556               //
 8557               //==============================================================================
 8558               
 8559               static const char*
 8560               _CIM_CompatibleProduct_Product_qualifiers[] =
 8561               {
 8562 mike  1.1.2.3     /* Key */
 8563                   "\025\001",
 8564 mike  1.1.2.1     0,
 8565               };
 8566               
 8567 mike  1.1.2.4 static MetaReference
 8568 mike  1.1.2.1 _CIM_CompatibleProduct_Product =
 8569               {
 8570                   /* flags */
 8571 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 8572 mike  1.1.2.1     /* name */
 8573                   "Product",
 8574                   /* qualifiers */
 8575                   _CIM_CompatibleProduct_Product_qualifiers,
 8576                   /* subscript */
 8577                   -1,
 8578 mike  1.1.2.2     /* refId */
 8579 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 8580               };
 8581               
 8582               static const char*
 8583               _CIM_CompatibleProduct_CompatibleProduct_qualifiers[] =
 8584               {
 8585 mike  1.1.2.3     /* Key */
 8586                   "\025\001",
 8587 mike  1.1.2.1     0,
 8588               };
 8589               
 8590 mike  1.1.2.4 static MetaReference
 8591 mike  1.1.2.1 _CIM_CompatibleProduct_CompatibleProduct =
 8592               {
 8593                   /* flags */
 8594 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 8595 mike  1.1.2.1     /* name */
 8596                   "CompatibleProduct",
 8597                   /* qualifiers */
 8598                   _CIM_CompatibleProduct_CompatibleProduct_qualifiers,
 8599                   /* subscript */
 8600                   -1,
 8601 mike  1.1.2.2     /* refId */
 8602 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 8603               };
 8604               
 8605               static const char*
 8606               _CIM_CompatibleProduct_CompatibilityDescription_qualifiers[] =
 8607               {
 8608                   0,
 8609               };
 8610               
 8611 mike  1.1.2.4 static MetaProperty
 8612 mike  1.1.2.1 _CIM_CompatibleProduct_CompatibilityDescription =
 8613               {
 8614                   /* flags */
 8615 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 8616 mike  1.1.2.1     /* name */
 8617                   "CompatibilityDescription",
 8618                   /* qualifiers */
 8619                   _CIM_CompatibleProduct_CompatibilityDescription_qualifiers,
 8620                   /* type */
 8621                   CIMTYPE_STRING,
 8622                   /* subscript */
 8623                   -1,
 8624                   /* value */
 8625                   0,
 8626               };
 8627               
 8628 mike  1.1.2.4 static MetaFeature*
 8629 mike  1.1.2.1 _CIM_CompatibleProduct_features[] =
 8630               {
 8631 mike  1.1.2.4     (MetaFeature*)&_CIM_CompatibleProduct_Product,
 8632                   (MetaFeature*)&_CIM_CompatibleProduct_CompatibleProduct,
 8633                   (MetaFeature*)&_CIM_CompatibleProduct_CompatibilityDescription,
 8634 mike  1.1.2.1     0,
 8635               };
 8636               
 8637               static const char*
 8638               __root_PG_InterOp_CIM_CompatibleProduct_qualifiers[] =
 8639               {
 8640 mike  1.1.2.3     /* ASSOCIATION */
 8641                   "\000\001",
 8642 mike  1.1.2.1     /* UMLPackagePath */
 8643                   "\057CIM::Core::ProductFRU",
 8644                   /* Version */
 8645                   "\0632.6.0",
 8646                   0,
 8647               };
 8648               
 8649 mike  1.1.2.4 MetaClass
 8650 mike  1.1.2.1 __root_PG_InterOp_CIM_CompatibleProduct =
 8651               {
 8652                   /* flags */
 8653 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 8654 mike  1.1.2.1     /* name */
 8655                   "CIM_CompatibleProduct",
 8656                   /* qualifiers */
 8657                   __root_PG_InterOp_CIM_CompatibleProduct_qualifiers,
 8658 mike  1.1.2.2     /* super */
 8659 mike  1.1.2.1     0,
 8660                   /* features */
 8661                   _CIM_CompatibleProduct_features,
 8662               };
 8663               
 8664               //==============================================================================
 8665               //
 8666               // Class: CIM_ConcreteDependency
 8667               //
 8668               //==============================================================================
 8669               
 8670               static const char*
 8671               _CIM_ConcreteDependency_Antecedent_qualifiers[] =
 8672               {
 8673                   /* Override */
 8674                   "\044Antecedent",
 8675                   0,
 8676               };
 8677               
 8678 mike  1.1.2.4 static MetaReference
 8679 mike  1.1.2.1 _CIM_ConcreteDependency_Antecedent =
 8680               {
 8681                   /* flags */
 8682 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
 8683 mike  1.1.2.1     /* name */
 8684                   "Antecedent",
 8685                   /* qualifiers */
 8686                   _CIM_ConcreteDependency_Antecedent_qualifiers,
 8687                   /* subscript */
 8688                   -1,
 8689 mike  1.1.2.2     /* refId */
 8690 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 8691               };
 8692               
 8693               static const char*
 8694               _CIM_ConcreteDependency_Dependent_qualifiers[] =
 8695               {
 8696                   /* Override */
 8697                   "\044Dependent",
 8698                   0,
 8699               };
 8700               
 8701 mike  1.1.2.4 static MetaReference
 8702 mike  1.1.2.1 _CIM_ConcreteDependency_Dependent =
 8703               {
 8704                   /* flags */
 8705 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
 8706 mike  1.1.2.1     /* name */
 8707                   "Dependent",
 8708                   /* qualifiers */
 8709                   _CIM_ConcreteDependency_Dependent_qualifiers,
 8710                   /* subscript */
 8711                   -1,
 8712 mike  1.1.2.2     /* refId */
 8713 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 8714               };
 8715               
 8716 mike  1.1.2.4 static MetaFeature*
 8717 mike  1.1.2.1 _CIM_ConcreteDependency_features[] =
 8718               {
 8719 mike  1.1.2.4     (MetaFeature*)&_CIM_ConcreteDependency_Antecedent,
 8720                   (MetaFeature*)&_CIM_ConcreteDependency_Dependent,
 8721 mike  1.1.2.1     0,
 8722               };
 8723               
 8724               static const char*
 8725               __root_PG_InterOp_CIM_ConcreteDependency_qualifiers[] =
 8726               {
 8727 mike  1.1.2.3     /* ASSOCIATION */
 8728                   "\000\001",
 8729 mike  1.1.2.1     /* UMLPackagePath */
 8730                   "\057CIM::Core::CoreElements",
 8731                   /* Version */
 8732                   "\0632.10.0",
 8733                   0,
 8734               };
 8735               
 8736 mike  1.1.2.4 MetaClass
 8737 mike  1.1.2.1 __root_PG_InterOp_CIM_ConcreteDependency =
 8738               {
 8739                   /* flags */
 8740 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 8741 mike  1.1.2.1     /* name */
 8742                   "CIM_ConcreteDependency",
 8743                   /* qualifiers */
 8744                   __root_PG_InterOp_CIM_ConcreteDependency_qualifiers,
 8745 mike  1.1.2.2     /* super */
 8746 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
 8747                   /* features */
 8748                   _CIM_ConcreteDependency_features,
 8749               };
 8750               
 8751               //==============================================================================
 8752               //
 8753               // Class: CIM_ConcreteIdentity
 8754               //
 8755               //==============================================================================
 8756               
 8757               static const char*
 8758               _CIM_ConcreteIdentity_SystemElement_qualifiers[] =
 8759               {
 8760                   /* Override */
 8761                   "\044SystemElement",
 8762                   0,
 8763               };
 8764               
 8765 mike  1.1.2.4 static MetaReference
 8766 mike  1.1.2.1 _CIM_ConcreteIdentity_SystemElement =
 8767               {
 8768                   /* flags */
 8769 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
 8770 mike  1.1.2.1     /* name */
 8771                   "SystemElement",
 8772                   /* qualifiers */
 8773                   _CIM_ConcreteIdentity_SystemElement_qualifiers,
 8774                   /* subscript */
 8775                   -1,
 8776 mike  1.1.2.2     /* refId */
 8777 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 8778               };
 8779               
 8780               static const char*
 8781               _CIM_ConcreteIdentity_SameElement_qualifiers[] =
 8782               {
 8783                   /* Override */
 8784                   "\044SameElement",
 8785                   0,
 8786               };
 8787               
 8788 mike  1.1.2.4 static MetaReference
 8789 mike  1.1.2.1 _CIM_ConcreteIdentity_SameElement =
 8790               {
 8791                   /* flags */
 8792 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
 8793 mike  1.1.2.1     /* name */
 8794                   "SameElement",
 8795                   /* qualifiers */
 8796                   _CIM_ConcreteIdentity_SameElement_qualifiers,
 8797                   /* subscript */
 8798                   -1,
 8799 mike  1.1.2.2     /* refId */
 8800 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 8801               };
 8802               
 8803 mike  1.1.2.4 static MetaFeature*
 8804 mike  1.1.2.1 _CIM_ConcreteIdentity_features[] =
 8805               {
 8806 mike  1.1.2.4     (MetaFeature*)&_CIM_ConcreteIdentity_SystemElement,
 8807                   (MetaFeature*)&_CIM_ConcreteIdentity_SameElement,
 8808 mike  1.1.2.1     0,
 8809               };
 8810               
 8811               static const char*
 8812               __root_PG_InterOp_CIM_ConcreteIdentity_qualifiers[] =
 8813               {
 8814 mike  1.1.2.3     /* ASSOCIATION */
 8815                   "\000\001",
 8816 mike  1.1.2.1     /* UMLPackagePath */
 8817                   "\057CIM::Core::CoreElements",
 8818                   /* Version */
 8819                   "\0632.10.0",
 8820                   0,
 8821               };
 8822               
 8823 mike  1.1.2.4 MetaClass
 8824 mike  1.1.2.1 __root_PG_InterOp_CIM_ConcreteIdentity =
 8825               {
 8826                   /* flags */
 8827 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 8828 mike  1.1.2.1     /* name */
 8829                   "CIM_ConcreteIdentity",
 8830                   /* qualifiers */
 8831                   __root_PG_InterOp_CIM_ConcreteIdentity_qualifiers,
 8832 mike  1.1.2.2     /* super */
 8833 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalIdentity,
 8834                   /* features */
 8835                   _CIM_ConcreteIdentity_features,
 8836               };
 8837               
 8838               //==============================================================================
 8839               //
 8840               // Class: CIM_ContainedLocation
 8841               //
 8842               //==============================================================================
 8843               
 8844               static const char*
 8845               _CIM_ContainedLocation_GroupComponent_qualifiers[] =
 8846               {
 8847 mike  1.1.2.3     /* Aggregate */
 8848                   "\003\001",
 8849 mike  1.1.2.1     /* Override */
 8850                   "\044GroupComponent",
 8851                   /* Max */
 8852                   "\027\000\000\000\001",
 8853                   0,
 8854               };
 8855               
 8856 mike  1.1.2.4 static MetaReference
 8857 mike  1.1.2.1 _CIM_ContainedLocation_GroupComponent =
 8858               {
 8859                   /* flags */
 8860 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
 8861 mike  1.1.2.1     /* name */
 8862                   "GroupComponent",
 8863                   /* qualifiers */
 8864                   _CIM_ContainedLocation_GroupComponent_qualifiers,
 8865                   /* subscript */
 8866                   -1,
 8867 mike  1.1.2.2     /* refId */
 8868 mike  1.1.2.1     &__root_PG_InterOp_CIM_Location,
 8869               };
 8870               
 8871               static const char*
 8872               _CIM_ContainedLocation_PartComponent_qualifiers[] =
 8873               {
 8874                   /* Override */
 8875                   "\044PartComponent",
 8876                   0,
 8877               };
 8878               
 8879 mike  1.1.2.4 static MetaReference
 8880 mike  1.1.2.1 _CIM_ContainedLocation_PartComponent =
 8881               {
 8882                   /* flags */
 8883 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
 8884 mike  1.1.2.1     /* name */
 8885                   "PartComponent",
 8886                   /* qualifiers */
 8887                   _CIM_ContainedLocation_PartComponent_qualifiers,
 8888                   /* subscript */
 8889                   -1,
 8890 mike  1.1.2.2     /* refId */
 8891 mike  1.1.2.1     &__root_PG_InterOp_CIM_Location,
 8892               };
 8893               
 8894 mike  1.1.2.4 static MetaFeature*
 8895 mike  1.1.2.1 _CIM_ContainedLocation_features[] =
 8896               {
 8897 mike  1.1.2.4     (MetaFeature*)&_CIM_ContainedLocation_GroupComponent,
 8898                   (MetaFeature*)&_CIM_ContainedLocation_PartComponent,
 8899 mike  1.1.2.1     0,
 8900               };
 8901               
 8902               static const char*
 8903               __root_PG_InterOp_CIM_ContainedLocation_qualifiers[] =
 8904               {
 8905 mike  1.1.2.3     /* ASSOCIATION */
 8906                   "\000\001",
 8907 mike  1.1.2.1     /* UMLPackagePath */
 8908                   "\057CIM::Core::Physical",
 8909 mike  1.1.2.3     /* Aggregation */
 8910                   "\004\001",
 8911                   /* Composition */
 8912                   "\011\001",
 8913 mike  1.1.2.1     /* Version */
 8914                   "\0632.7.0",
 8915                   0,
 8916               };
 8917               
 8918 mike  1.1.2.4 MetaClass
 8919 mike  1.1.2.1 __root_PG_InterOp_CIM_ContainedLocation =
 8920               {
 8921                   /* flags */
 8922 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 8923 mike  1.1.2.1     /* name */
 8924                   "CIM_ContainedLocation",
 8925                   /* qualifiers */
 8926                   __root_PG_InterOp_CIM_ContainedLocation_qualifiers,
 8927 mike  1.1.2.2     /* super */
 8928 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
 8929                   /* features */
 8930                   _CIM_ContainedLocation_features,
 8931               };
 8932               
 8933               //==============================================================================
 8934               //
 8935               // Class: CIM_DeviceStatisticalInformation
 8936               //
 8937               //==============================================================================
 8938               
 8939               static const char*
 8940               _CIM_DeviceStatisticalInformation_SystemCreationClassName_qualifiers[] =
 8941               {
 8942 mike  1.1.2.3     /* Key */
 8943                   "\025\001",
 8944 mike  1.1.2.1     /* Propagated */
 8945                   "\045CIM_LogicalDevice.SystemCreationClassName",
 8946                   /* MaxLen */
 8947                   "\030\000\000\001\000",
 8948                   0,
 8949               };
 8950               
 8951 mike  1.1.2.4 static MetaProperty
 8952 mike  1.1.2.1 _CIM_DeviceStatisticalInformation_SystemCreationClassName =
 8953               {
 8954                   /* flags */
 8955 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 8956 mike  1.1.2.1     /* name */
 8957                   "SystemCreationClassName",
 8958                   /* qualifiers */
 8959                   _CIM_DeviceStatisticalInformation_SystemCreationClassName_qualifiers,
 8960                   /* type */
 8961                   CIMTYPE_STRING,
 8962                   /* subscript */
 8963                   -1,
 8964                   /* value */
 8965                   0,
 8966               };
 8967               
 8968               static const char*
 8969               _CIM_DeviceStatisticalInformation_SystemName_qualifiers[] =
 8970               {
 8971 mike  1.1.2.3     /* Key */
 8972                   "\025\001",
 8973 mike  1.1.2.1     /* Propagated */
 8974                   "\045CIM_LogicalDevice.SystemName",
 8975                   /* MaxLen */
 8976                   "\030\000\000\001\000",
 8977                   0,
 8978               };
 8979               
 8980 mike  1.1.2.4 static MetaProperty
 8981 mike  1.1.2.1 _CIM_DeviceStatisticalInformation_SystemName =
 8982               {
 8983                   /* flags */
 8984 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 8985 mike  1.1.2.1     /* name */
 8986                   "SystemName",
 8987                   /* qualifiers */
 8988                   _CIM_DeviceStatisticalInformation_SystemName_qualifiers,
 8989                   /* type */
 8990                   CIMTYPE_STRING,
 8991                   /* subscript */
 8992                   -1,
 8993                   /* value */
 8994                   0,
 8995               };
 8996               
 8997               static const char*
 8998               _CIM_DeviceStatisticalInformation_DeviceCreationClassName_qualifiers[] =
 8999               {
 9000 mike  1.1.2.3     /* Key */
 9001                   "\025\001",
 9002 mike  1.1.2.1     /* Propagated */
 9003                   "\045CIM_LogicalDevice.CreationClassName",
 9004                   /* MaxLen */
 9005                   "\030\000\000\001\000",
 9006                   0,
 9007               };
 9008               
 9009 mike  1.1.2.4 static MetaProperty
 9010 mike  1.1.2.1 _CIM_DeviceStatisticalInformation_DeviceCreationClassName =
 9011               {
 9012                   /* flags */
 9013 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 9014 mike  1.1.2.1     /* name */
 9015                   "DeviceCreationClassName",
 9016                   /* qualifiers */
 9017                   _CIM_DeviceStatisticalInformation_DeviceCreationClassName_qualifiers,
 9018                   /* type */
 9019                   CIMTYPE_STRING,
 9020                   /* subscript */
 9021                   -1,
 9022                   /* value */
 9023                   0,
 9024               };
 9025               
 9026               static const char*
 9027               _CIM_DeviceStatisticalInformation_DeviceID_qualifiers[] =
 9028               {
 9029 mike  1.1.2.3     /* Key */
 9030                   "\025\001",
 9031 mike  1.1.2.1     /* Propagated */
 9032                   "\045CIM_LogicalDevice.DeviceID",
 9033                   /* MaxLen */
 9034                   "\030\000\000\000\100",
 9035                   0,
 9036               };
 9037               
 9038 mike  1.1.2.4 static MetaProperty
 9039 mike  1.1.2.1 _CIM_DeviceStatisticalInformation_DeviceID =
 9040               {
 9041                   /* flags */
 9042 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 9043 mike  1.1.2.1     /* name */
 9044                   "DeviceID",
 9045                   /* qualifiers */
 9046                   _CIM_DeviceStatisticalInformation_DeviceID_qualifiers,
 9047                   /* type */
 9048                   CIMTYPE_STRING,
 9049                   /* subscript */
 9050                   -1,
 9051                   /* value */
 9052                   0,
 9053               };
 9054               
 9055               static const char*
 9056               _CIM_DeviceStatisticalInformation_CreationClassName_qualifiers[] =
 9057               {
 9058 mike  1.1.2.3     /* Key */
 9059                   "\025\001",
 9060 mike  1.1.2.1     /* MaxLen */
 9061                   "\030\000\000\001\000",
 9062                   0,
 9063               };
 9064               
 9065 mike  1.1.2.4 static MetaProperty
 9066 mike  1.1.2.1 _CIM_DeviceStatisticalInformation_CreationClassName =
 9067               {
 9068                   /* flags */
 9069 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 9070 mike  1.1.2.1     /* name */
 9071                   "CreationClassName",
 9072                   /* qualifiers */
 9073                   _CIM_DeviceStatisticalInformation_CreationClassName_qualifiers,
 9074                   /* type */
 9075                   CIMTYPE_STRING,
 9076                   /* subscript */
 9077                   -1,
 9078                   /* value */
 9079                   0,
 9080               };
 9081               
 9082               static const char*
 9083               _CIM_DeviceStatisticalInformation_Name_qualifiers[] =
 9084               {
 9085 mike  1.1.2.3     /* Key */
 9086                   "\025\001",
 9087 mike  1.1.2.1     /* Override */
 9088                   "\044Name",
 9089                   /* MaxLen */
 9090                   "\030\000\000\001\000",
 9091                   0,
 9092               };
 9093               
 9094 mike  1.1.2.4 static MetaProperty
 9095 mike  1.1.2.1 _CIM_DeviceStatisticalInformation_Name =
 9096               {
 9097                   /* flags */
 9098 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
 9099 mike  1.1.2.1     /* name */
 9100                   "Name",
 9101                   /* qualifiers */
 9102                   _CIM_DeviceStatisticalInformation_Name_qualifiers,
 9103                   /* type */
 9104                   CIMTYPE_STRING,
 9105                   /* subscript */
 9106                   -1,
 9107                   /* value */
 9108                   0,
 9109               };
 9110               
 9111 mike  1.1.2.4 static MetaFeature*
 9112 mike  1.1.2.1 _CIM_DeviceStatisticalInformation_features[] =
 9113               {
 9114 mike  1.1.2.4     (MetaFeature*)&_CIM_DeviceStatisticalInformation_SystemCreationClassName,
 9115                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_SystemName,
 9116                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_DeviceCreationClassName,
 9117                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_DeviceID,
 9118                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_CreationClassName,
 9119                   (MetaFeature*)&_CIM_DeviceStatisticalInformation_Name,
 9120 mike  1.1.2.1     0,
 9121               };
 9122               
 9123               static const char*
 9124               __root_PG_InterOp_CIM_DeviceStatisticalInformation_qualifiers[] =
 9125               {
 9126                   /* UMLPackagePath */
 9127                   "\057CIM::Core::Statistics",
 9128                   /* Version */
 9129                   "\0632.6.0",
 9130                   0,
 9131               };
 9132               
 9133 mike  1.1.2.4 MetaClass
 9134 mike  1.1.2.1 __root_PG_InterOp_CIM_DeviceStatisticalInformation =
 9135               {
 9136                   /* flags */
 9137 mike  1.1.2.4     META_FLAG_CLASS,
 9138 mike  1.1.2.1     /* name */
 9139                   "CIM_DeviceStatisticalInformation",
 9140                   /* qualifiers */
 9141                   __root_PG_InterOp_CIM_DeviceStatisticalInformation_qualifiers,
 9142 mike  1.1.2.2     /* super */
 9143 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
 9144                   /* features */
 9145                   _CIM_DeviceStatisticalInformation_features,
 9146               };
 9147               
 9148               //==============================================================================
 9149               //
 9150               // Class: CIM_ElementConfiguration
 9151               //
 9152               //==============================================================================
 9153               
 9154               static const char*
 9155               _CIM_ElementConfiguration_Element_qualifiers[] =
 9156               {
 9157 mike  1.1.2.3     /* Key */
 9158                   "\025\001",
 9159 mike  1.1.2.1     0,
 9160               };
 9161               
 9162 mike  1.1.2.4 static MetaReference
 9163 mike  1.1.2.1 _CIM_ElementConfiguration_Element =
 9164               {
 9165                   /* flags */
 9166 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 9167 mike  1.1.2.1     /* name */
 9168                   "Element",
 9169                   /* qualifiers */
 9170                   _CIM_ElementConfiguration_Element_qualifiers,
 9171                   /* subscript */
 9172                   -1,
 9173 mike  1.1.2.2     /* refId */
 9174 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 9175               };
 9176               
 9177               static const char*
 9178               _CIM_ElementConfiguration_Configuration_qualifiers[] =
 9179               {
 9180 mike  1.1.2.3     /* Key */
 9181                   "\025\001",
 9182 mike  1.1.2.1     0,
 9183               };
 9184               
 9185 mike  1.1.2.4 static MetaReference
 9186 mike  1.1.2.1 _CIM_ElementConfiguration_Configuration =
 9187               {
 9188                   /* flags */
 9189 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 9190 mike  1.1.2.1     /* name */
 9191                   "Configuration",
 9192                   /* qualifiers */
 9193                   _CIM_ElementConfiguration_Configuration_qualifiers,
 9194                   /* subscript */
 9195                   -1,
 9196 mike  1.1.2.2     /* refId */
 9197 mike  1.1.2.1     &__root_PG_InterOp_CIM_Configuration,
 9198               };
 9199               
 9200 mike  1.1.2.4 static MetaFeature*
 9201 mike  1.1.2.1 _CIM_ElementConfiguration_features[] =
 9202               {
 9203 mike  1.1.2.4     (MetaFeature*)&_CIM_ElementConfiguration_Element,
 9204                   (MetaFeature*)&_CIM_ElementConfiguration_Configuration,
 9205 mike  1.1.2.1     0,
 9206               };
 9207               
 9208               static const char*
 9209               __root_PG_InterOp_CIM_ElementConfiguration_qualifiers[] =
 9210               {
 9211 mike  1.1.2.3     /* ASSOCIATION */
 9212                   "\000\001",
 9213 mike  1.1.2.1     /* UMLPackagePath */
 9214                   "\057CIM::Core::Settings",
 9215                   /* Version */
 9216                   "\0632.6.0",
 9217                   0,
 9218               };
 9219               
 9220 mike  1.1.2.4 MetaClass
 9221 mike  1.1.2.1 __root_PG_InterOp_CIM_ElementConfiguration =
 9222               {
 9223                   /* flags */
 9224 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 9225 mike  1.1.2.1     /* name */
 9226                   "CIM_ElementConfiguration",
 9227                   /* qualifiers */
 9228                   __root_PG_InterOp_CIM_ElementConfiguration_qualifiers,
 9229 mike  1.1.2.2     /* super */
 9230 mike  1.1.2.1     0,
 9231                   /* features */
 9232                   _CIM_ElementConfiguration_features,
 9233               };
 9234               
 9235               //==============================================================================
 9236               //
 9237               // Class: CIM_ElementLocation
 9238               //
 9239               //==============================================================================
 9240               
 9241               static const char*
 9242               _CIM_ElementLocation_Element_qualifiers[] =
 9243               {
 9244 mike  1.1.2.3     /* Key */
 9245                   "\025\001",
 9246 mike  1.1.2.1     0,
 9247               };
 9248               
 9249 mike  1.1.2.4 static MetaReference
 9250 mike  1.1.2.1 _CIM_ElementLocation_Element =
 9251               {
 9252                   /* flags */
 9253 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 9254 mike  1.1.2.1     /* name */
 9255                   "Element",
 9256                   /* qualifiers */
 9257                   _CIM_ElementLocation_Element_qualifiers,
 9258                   /* subscript */
 9259                   -1,
 9260 mike  1.1.2.2     /* refId */
 9261 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 9262               };
 9263               
 9264               static const char*
 9265               _CIM_ElementLocation_PhysicalLocation_qualifiers[] =
 9266               {
 9267 mike  1.1.2.3     /* Key */
 9268                   "\025\001",
 9269 mike  1.1.2.1     0,
 9270               };
 9271               
 9272 mike  1.1.2.4 static MetaReference
 9273 mike  1.1.2.1 _CIM_ElementLocation_PhysicalLocation =
 9274               {
 9275                   /* flags */
 9276 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 9277 mike  1.1.2.1     /* name */
 9278                   "PhysicalLocation",
 9279                   /* qualifiers */
 9280                   _CIM_ElementLocation_PhysicalLocation_qualifiers,
 9281                   /* subscript */
 9282                   -1,
 9283 mike  1.1.2.2     /* refId */
 9284 mike  1.1.2.1     &__root_PG_InterOp_CIM_Location,
 9285               };
 9286               
 9287 mike  1.1.2.4 static MetaFeature*
 9288 mike  1.1.2.1 _CIM_ElementLocation_features[] =
 9289               {
 9290 mike  1.1.2.4     (MetaFeature*)&_CIM_ElementLocation_Element,
 9291                   (MetaFeature*)&_CIM_ElementLocation_PhysicalLocation,
 9292 mike  1.1.2.1     0,
 9293               };
 9294               
 9295               static const char*
 9296               __root_PG_InterOp_CIM_ElementLocation_qualifiers[] =
 9297               {
 9298 mike  1.1.2.3     /* ASSOCIATION */
 9299                   "\000\001",
 9300 mike  1.1.2.1     /* UMLPackagePath */
 9301                   "\057CIM::Core::Physical",
 9302                   /* Version */
 9303                   "\0632.10.0",
 9304                   0,
 9305               };
 9306               
 9307 mike  1.1.2.4 MetaClass
 9308 mike  1.1.2.1 __root_PG_InterOp_CIM_ElementLocation =
 9309               {
 9310                   /* flags */
 9311 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 9312 mike  1.1.2.1     /* name */
 9313                   "CIM_ElementLocation",
 9314                   /* qualifiers */
 9315                   __root_PG_InterOp_CIM_ElementLocation_qualifiers,
 9316 mike  1.1.2.2     /* super */
 9317 mike  1.1.2.1     0,
 9318                   /* features */
 9319                   _CIM_ElementLocation_features,
 9320               };
 9321               
 9322               //==============================================================================
 9323               //
 9324               // Class: CIM_ElementProfile
 9325               //
 9326               //==============================================================================
 9327               
 9328               static const char*
 9329               _CIM_ElementProfile_ManagedElement_qualifiers[] =
 9330               {
 9331 mike  1.1.2.3     /* Key */
 9332                   "\025\001",
 9333 mike  1.1.2.1     0,
 9334               };
 9335               
 9336 mike  1.1.2.4 static MetaReference
 9337 mike  1.1.2.1 _CIM_ElementProfile_ManagedElement =
 9338               {
 9339                   /* flags */
 9340 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 9341 mike  1.1.2.1     /* name */
 9342                   "ManagedElement",
 9343                   /* qualifiers */
 9344                   _CIM_ElementProfile_ManagedElement_qualifiers,
 9345                   /* subscript */
 9346                   -1,
 9347 mike  1.1.2.2     /* refId */
 9348 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 9349               };
 9350               
 9351               static const char*
 9352               _CIM_ElementProfile_Profile_qualifiers[] =
 9353               {
 9354 mike  1.1.2.3     /* Key */
 9355                   "\025\001",
 9356 mike  1.1.2.1     0,
 9357               };
 9358               
 9359 mike  1.1.2.4 static MetaReference
 9360 mike  1.1.2.1 _CIM_ElementProfile_Profile =
 9361               {
 9362                   /* flags */
 9363 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 9364 mike  1.1.2.1     /* name */
 9365                   "Profile",
 9366                   /* qualifiers */
 9367                   _CIM_ElementProfile_Profile_qualifiers,
 9368                   /* subscript */
 9369                   -1,
 9370 mike  1.1.2.2     /* refId */
 9371 mike  1.1.2.1     &__root_PG_InterOp_CIM_Profile,
 9372               };
 9373               
 9374 mike  1.1.2.4 static MetaFeature*
 9375 mike  1.1.2.1 _CIM_ElementProfile_features[] =
 9376               {
 9377 mike  1.1.2.4     (MetaFeature*)&_CIM_ElementProfile_ManagedElement,
 9378                   (MetaFeature*)&_CIM_ElementProfile_Profile,
 9379 mike  1.1.2.1     0,
 9380               };
 9381               
 9382               static const char*
 9383               __root_PG_InterOp_CIM_ElementProfile_qualifiers[] =
 9384               {
 9385 mike  1.1.2.3     /* ASSOCIATION */
 9386                   "\000\001",
 9387 mike  1.1.2.1     /* UMLPackagePath */
 9388                   "\057CIM::Core::Settings",
 9389                   /* Version */
 9390                   "\0632.7.0",
 9391                   0,
 9392               };
 9393               
 9394 mike  1.1.2.4 MetaClass
 9395 mike  1.1.2.1 __root_PG_InterOp_CIM_ElementProfile =
 9396               {
 9397                   /* flags */
 9398 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 9399 mike  1.1.2.1     /* name */
 9400                   "CIM_ElementProfile",
 9401                   /* qualifiers */
 9402                   __root_PG_InterOp_CIM_ElementProfile_qualifiers,
 9403 mike  1.1.2.2     /* super */
 9404 mike  1.1.2.1     0,
 9405                   /* features */
 9406                   _CIM_ElementProfile_features,
 9407               };
 9408               
 9409               //==============================================================================
 9410               //
 9411               // Class: CIM_ElementSetting
 9412               //
 9413               //==============================================================================
 9414               
 9415               static const char*
 9416               _CIM_ElementSetting_Element_qualifiers[] =
 9417               {
 9418 mike  1.1.2.3     /* Key */
 9419                   "\025\001",
 9420 mike  1.1.2.1     0,
 9421               };
 9422               
 9423 mike  1.1.2.4 static MetaReference
 9424 mike  1.1.2.1 _CIM_ElementSetting_Element =
 9425               {
 9426                   /* flags */
 9427 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 9428 mike  1.1.2.1     /* name */
 9429                   "Element",
 9430                   /* qualifiers */
 9431                   _CIM_ElementSetting_Element_qualifiers,
 9432                   /* subscript */
 9433                   -1,
 9434 mike  1.1.2.2     /* refId */
 9435 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 9436               };
 9437               
 9438               static const char*
 9439               _CIM_ElementSetting_Setting_qualifiers[] =
 9440               {
 9441 mike  1.1.2.3     /* Key */
 9442                   "\025\001",
 9443 mike  1.1.2.1     0,
 9444               };
 9445               
 9446 mike  1.1.2.4 static MetaReference
 9447 mike  1.1.2.1 _CIM_ElementSetting_Setting =
 9448               {
 9449                   /* flags */
 9450 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 9451 mike  1.1.2.1     /* name */
 9452                   "Setting",
 9453                   /* qualifiers */
 9454                   _CIM_ElementSetting_Setting_qualifiers,
 9455                   /* subscript */
 9456                   -1,
 9457 mike  1.1.2.2     /* refId */
 9458 mike  1.1.2.1     &__root_PG_InterOp_CIM_Setting,
 9459               };
 9460               
 9461 mike  1.1.2.4 static MetaFeature*
 9462 mike  1.1.2.1 _CIM_ElementSetting_features[] =
 9463               {
 9464 mike  1.1.2.4     (MetaFeature*)&_CIM_ElementSetting_Element,
 9465                   (MetaFeature*)&_CIM_ElementSetting_Setting,
 9466 mike  1.1.2.1     0,
 9467               };
 9468               
 9469               static const char*
 9470               __root_PG_InterOp_CIM_ElementSetting_qualifiers[] =
 9471               {
 9472 mike  1.1.2.3     /* ASSOCIATION */
 9473                   "\000\001",
 9474 mike  1.1.2.1     /* UMLPackagePath */
 9475                   "\057CIM::Core::Settings",
 9476                   /* Version */
 9477                   "\0632.10.0",
 9478                   0,
 9479               };
 9480               
 9481 mike  1.1.2.4 MetaClass
 9482 mike  1.1.2.1 __root_PG_InterOp_CIM_ElementSetting =
 9483               {
 9484                   /* flags */
 9485 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 9486 mike  1.1.2.1     /* name */
 9487                   "CIM_ElementSetting",
 9488                   /* qualifiers */
 9489                   __root_PG_InterOp_CIM_ElementSetting_qualifiers,
 9490 mike  1.1.2.2     /* super */
 9491 mike  1.1.2.1     0,
 9492                   /* features */
 9493                   _CIM_ElementSetting_features,
 9494               };
 9495               
 9496               //==============================================================================
 9497               //
 9498               // Class: CIM_ElementSettingData
 9499               //
 9500               //==============================================================================
 9501               
 9502               static const char*
 9503               _CIM_ElementSettingData_ManagedElement_qualifiers[] =
 9504               {
 9505 mike  1.1.2.3     /* Key */
 9506                   "\025\001",
 9507 mike  1.1.2.1     0,
 9508               };
 9509               
 9510 mike  1.1.2.4 static MetaReference
 9511 mike  1.1.2.1 _CIM_ElementSettingData_ManagedElement =
 9512               {
 9513                   /* flags */
 9514 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 9515 mike  1.1.2.1     /* name */
 9516                   "ManagedElement",
 9517                   /* qualifiers */
 9518                   _CIM_ElementSettingData_ManagedElement_qualifiers,
 9519                   /* subscript */
 9520                   -1,
 9521 mike  1.1.2.2     /* refId */
 9522 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 9523               };
 9524               
 9525               static const char*
 9526               _CIM_ElementSettingData_SettingData_qualifiers[] =
 9527               {
 9528 mike  1.1.2.3     /* Key */
 9529                   "\025\001",
 9530 mike  1.1.2.1     0,
 9531               };
 9532               
 9533 mike  1.1.2.4 static MetaReference
 9534 mike  1.1.2.1 _CIM_ElementSettingData_SettingData =
 9535               {
 9536                   /* flags */
 9537 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 9538 mike  1.1.2.1     /* name */
 9539                   "SettingData",
 9540                   /* qualifiers */
 9541                   _CIM_ElementSettingData_SettingData_qualifiers,
 9542                   /* subscript */
 9543                   -1,
 9544 mike  1.1.2.2     /* refId */
 9545 mike  1.1.2.1     &__root_PG_InterOp_CIM_SettingData,
 9546               };
 9547               
 9548               static const char*
 9549               _CIM_ElementSettingData_IsDefault_qualifiers[] =
 9550               {
 9551                   /* ValueMap */
 9552                   "\061\000\0030\0001\0002\000",
 9553                   /* Values */
 9554                   "\062\000\003Unknown\000Is Default\000Is Not Default\000",
 9555                   0,
 9556               };
 9557               
 9558 mike  1.1.2.4 static MetaProperty
 9559 mike  1.1.2.1 _CIM_ElementSettingData_IsDefault =
 9560               {
 9561                   /* flags */
 9562 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 9563 mike  1.1.2.1     /* name */
 9564                   "IsDefault",
 9565                   /* qualifiers */
 9566                   _CIM_ElementSettingData_IsDefault_qualifiers,
 9567                   /* type */
 9568                   CIMTYPE_UINT16,
 9569                   /* subscript */
 9570                   -1,
 9571                   /* value */
 9572                   0,
 9573               };
 9574               
 9575               static const char*
 9576               _CIM_ElementSettingData_IsCurrent_qualifiers[] =
 9577               {
 9578                   /* ValueMap */
 9579                   "\061\000\0030\0001\0002\000",
 9580                   /* Values */
 9581                   "\062\000\003Unknown\000Is Current\000Is Not Current\000",
 9582                   0,
 9583               };
 9584 mike  1.1.2.1 
 9585 mike  1.1.2.4 static MetaProperty
 9586 mike  1.1.2.1 _CIM_ElementSettingData_IsCurrent =
 9587               {
 9588                   /* flags */
 9589 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
 9590 mike  1.1.2.1     /* name */
 9591                   "IsCurrent",
 9592                   /* qualifiers */
 9593                   _CIM_ElementSettingData_IsCurrent_qualifiers,
 9594                   /* type */
 9595                   CIMTYPE_UINT16,
 9596                   /* subscript */
 9597                   -1,
 9598                   /* value */
 9599                   0,
 9600               };
 9601               
 9602 mike  1.1.2.4 static MetaFeature*
 9603 mike  1.1.2.1 _CIM_ElementSettingData_features[] =
 9604               {
 9605 mike  1.1.2.4     (MetaFeature*)&_CIM_ElementSettingData_ManagedElement,
 9606                   (MetaFeature*)&_CIM_ElementSettingData_SettingData,
 9607                   (MetaFeature*)&_CIM_ElementSettingData_IsDefault,
 9608                   (MetaFeature*)&_CIM_ElementSettingData_IsCurrent,
 9609 mike  1.1.2.1     0,
 9610               };
 9611               
 9612               static const char*
 9613               __root_PG_InterOp_CIM_ElementSettingData_qualifiers[] =
 9614               {
 9615 mike  1.1.2.3     /* ASSOCIATION */
 9616                   "\000\001",
 9617 mike  1.1.2.1     /* UMLPackagePath */
 9618                   "\057CIM::Core::Settings",
 9619                   /* Version */
 9620                   "\0632.7.0",
 9621                   0,
 9622               };
 9623               
 9624 mike  1.1.2.4 MetaClass
 9625 mike  1.1.2.1 __root_PG_InterOp_CIM_ElementSettingData =
 9626               {
 9627                   /* flags */
 9628 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 9629 mike  1.1.2.1     /* name */
 9630                   "CIM_ElementSettingData",
 9631                   /* qualifiers */
 9632                   __root_PG_InterOp_CIM_ElementSettingData_qualifiers,
 9633 mike  1.1.2.2     /* super */
 9634 mike  1.1.2.1     0,
 9635                   /* features */
 9636                   _CIM_ElementSettingData_features,
 9637               };
 9638               
 9639               //==============================================================================
 9640               //
 9641               // Class: CIM_ElementStatisticalData
 9642               //
 9643               //==============================================================================
 9644               
 9645               static const char*
 9646               _CIM_ElementStatisticalData_ManagedElement_qualifiers[] =
 9647               {
 9648 mike  1.1.2.3     /* Key */
 9649                   "\025\001",
 9650 mike  1.1.2.1     /* Min */
 9651                   "\033\000\000\000\001",
 9652                   /* Max */
 9653                   "\027\000\000\000\001",
 9654                   0,
 9655               };
 9656               
 9657 mike  1.1.2.4 static MetaReference
 9658 mike  1.1.2.1 _CIM_ElementStatisticalData_ManagedElement =
 9659               {
 9660                   /* flags */
 9661 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 9662 mike  1.1.2.1     /* name */
 9663                   "ManagedElement",
 9664                   /* qualifiers */
 9665                   _CIM_ElementStatisticalData_ManagedElement_qualifiers,
 9666                   /* subscript */
 9667                   -1,
 9668 mike  1.1.2.2     /* refId */
 9669 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 9670               };
 9671               
 9672               static const char*
 9673               _CIM_ElementStatisticalData_Stats_qualifiers[] =
 9674               {
 9675 mike  1.1.2.3     /* Key */
 9676                   "\025\001",
 9677 mike  1.1.2.1     0,
 9678               };
 9679               
 9680 mike  1.1.2.4 static MetaReference
 9681 mike  1.1.2.1 _CIM_ElementStatisticalData_Stats =
 9682               {
 9683                   /* flags */
 9684 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 9685 mike  1.1.2.1     /* name */
 9686                   "Stats",
 9687                   /* qualifiers */
 9688                   _CIM_ElementStatisticalData_Stats_qualifiers,
 9689                   /* subscript */
 9690                   -1,
 9691 mike  1.1.2.2     /* refId */
 9692 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalData,
 9693               };
 9694               
 9695 mike  1.1.2.4 static MetaFeature*
 9696 mike  1.1.2.1 _CIM_ElementStatisticalData_features[] =
 9697               {
 9698 mike  1.1.2.4     (MetaFeature*)&_CIM_ElementStatisticalData_ManagedElement,
 9699                   (MetaFeature*)&_CIM_ElementStatisticalData_Stats,
 9700 mike  1.1.2.1     0,
 9701               };
 9702               
 9703               static const char*
 9704               __root_PG_InterOp_CIM_ElementStatisticalData_qualifiers[] =
 9705               {
 9706 mike  1.1.2.3     /* ASSOCIATION */
 9707                   "\000\001",
 9708 mike  1.1.2.1     /* UMLPackagePath */
 9709                   "\057CIM::Core::Statistics",
 9710                   /* Version */
 9711                   "\0632.7.0",
 9712                   0,
 9713               };
 9714               
 9715 mike  1.1.2.4 MetaClass
 9716 mike  1.1.2.1 __root_PG_InterOp_CIM_ElementStatisticalData =
 9717               {
 9718                   /* flags */
 9719 mike  1.1.2.4     META_FLAG_ASSOCIATION,
 9720 mike  1.1.2.1     /* name */
 9721                   "CIM_ElementStatisticalData",
 9722                   /* qualifiers */
 9723                   __root_PG_InterOp_CIM_ElementStatisticalData_qualifiers,
 9724 mike  1.1.2.2     /* super */
 9725 mike  1.1.2.1     0,
 9726                   /* features */
 9727                   _CIM_ElementStatisticalData_features,
 9728               };
 9729               
 9730               //==============================================================================
 9731               //
 9732               // Class: CIM_FRUIncludesProduct
 9733               //
 9734               //==============================================================================
 9735               
 9736               static const char*
 9737               _CIM_FRUIncludesProduct_FRU_qualifiers[] =
 9738               {
 9739 mike  1.1.2.3     /* Key */
 9740                   "\025\001",
 9741                   /* Aggregate */
 9742                   "\003\001",
 9743 mike  1.1.2.1     /* Max */
 9744                   "\027\000\000\000\001",
 9745                   0,
 9746               };
 9747               
 9748 mike  1.1.2.4 static MetaReference
 9749 mike  1.1.2.1 _CIM_FRUIncludesProduct_FRU =
 9750               {
 9751                   /* flags */
 9752 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 9753 mike  1.1.2.1     /* name */
 9754                   "FRU",
 9755                   /* qualifiers */
 9756                   _CIM_FRUIncludesProduct_FRU_qualifiers,
 9757                   /* subscript */
 9758                   -1,
 9759 mike  1.1.2.2     /* refId */
 9760 mike  1.1.2.1     &__root_PG_InterOp_CIM_FRU,
 9761               };
 9762               
 9763               static const char*
 9764               _CIM_FRUIncludesProduct_Component_qualifiers[] =
 9765               {
 9766 mike  1.1.2.3     /* Key */
 9767                   "\025\001",
 9768 mike  1.1.2.1     0,
 9769               };
 9770               
 9771 mike  1.1.2.4 static MetaReference
 9772 mike  1.1.2.1 _CIM_FRUIncludesProduct_Component =
 9773               {
 9774                   /* flags */
 9775 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 9776 mike  1.1.2.1     /* name */
 9777                   "Component",
 9778                   /* qualifiers */
 9779                   _CIM_FRUIncludesProduct_Component_qualifiers,
 9780                   /* subscript */
 9781                   -1,
 9782 mike  1.1.2.2     /* refId */
 9783 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 9784               };
 9785               
 9786 mike  1.1.2.4 static MetaFeature*
 9787 mike  1.1.2.1 _CIM_FRUIncludesProduct_features[] =
 9788               {
 9789 mike  1.1.2.4     (MetaFeature*)&_CIM_FRUIncludesProduct_FRU,
 9790                   (MetaFeature*)&_CIM_FRUIncludesProduct_Component,
 9791 mike  1.1.2.1     0,
 9792               };
 9793               
 9794               static const char*
 9795               __root_PG_InterOp_CIM_FRUIncludesProduct_qualifiers[] =
 9796               {
 9797 mike  1.1.2.3     /* ASSOCIATION */
 9798                   "\000\001",
 9799 mike  1.1.2.1     /* UMLPackagePath */
 9800                   "\057CIM::Core::ProductFRU",
 9801 mike  1.1.2.3     /* Aggregation */
 9802                   "\004\001",
 9803                   /* Composition */
 9804                   "\011\001",
 9805 mike  1.1.2.1     /* Version */
 9806                   "\0632.7.0",
 9807                   0,
 9808               };
 9809               
 9810 mike  1.1.2.4 MetaClass
 9811 mike  1.1.2.1 __root_PG_InterOp_CIM_FRUIncludesProduct =
 9812               {
 9813                   /* flags */
 9814 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 9815 mike  1.1.2.1     /* name */
 9816                   "CIM_FRUIncludesProduct",
 9817                   /* qualifiers */
 9818                   __root_PG_InterOp_CIM_FRUIncludesProduct_qualifiers,
 9819 mike  1.1.2.2     /* super */
 9820 mike  1.1.2.1     0,
 9821                   /* features */
 9822                   _CIM_FRUIncludesProduct_features,
 9823               };
 9824               
 9825               //==============================================================================
 9826               //
 9827               // Class: CIM_FRUPhysicalElements
 9828               //
 9829               //==============================================================================
 9830               
 9831               static const char*
 9832               _CIM_FRUPhysicalElements_FRU_qualifiers[] =
 9833               {
 9834 mike  1.1.2.3     /* Key */
 9835                   "\025\001",
 9836                   /* Aggregate */
 9837                   "\003\001",
 9838 mike  1.1.2.1     /* Max */
 9839                   "\027\000\000\000\001",
 9840                   0,
 9841               };
 9842               
 9843 mike  1.1.2.4 static MetaReference
 9844 mike  1.1.2.1 _CIM_FRUPhysicalElements_FRU =
 9845               {
 9846                   /* flags */
 9847 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
 9848 mike  1.1.2.1     /* name */
 9849                   "FRU",
 9850                   /* qualifiers */
 9851                   _CIM_FRUPhysicalElements_FRU_qualifiers,
 9852                   /* subscript */
 9853                   -1,
 9854 mike  1.1.2.2     /* refId */
 9855 mike  1.1.2.1     &__root_PG_InterOp_CIM_FRU,
 9856               };
 9857               
 9858               static const char*
 9859               _CIM_FRUPhysicalElements_Component_qualifiers[] =
 9860               {
 9861 mike  1.1.2.3     /* Key */
 9862                   "\025\001",
 9863 mike  1.1.2.1     0,
 9864               };
 9865               
 9866 mike  1.1.2.4 static MetaReference
 9867 mike  1.1.2.1 _CIM_FRUPhysicalElements_Component =
 9868               {
 9869                   /* flags */
 9870 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
 9871 mike  1.1.2.1     /* name */
 9872                   "Component",
 9873                   /* qualifiers */
 9874                   _CIM_FRUPhysicalElements_Component_qualifiers,
 9875                   /* subscript */
 9876                   -1,
 9877 mike  1.1.2.2     /* refId */
 9878 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalElement,
 9879               };
 9880               
 9881 mike  1.1.2.4 static MetaFeature*
 9882 mike  1.1.2.1 _CIM_FRUPhysicalElements_features[] =
 9883               {
 9884 mike  1.1.2.4     (MetaFeature*)&_CIM_FRUPhysicalElements_FRU,
 9885                   (MetaFeature*)&_CIM_FRUPhysicalElements_Component,
 9886 mike  1.1.2.1     0,
 9887               };
 9888               
 9889               static const char*
 9890               __root_PG_InterOp_CIM_FRUPhysicalElements_qualifiers[] =
 9891               {
 9892 mike  1.1.2.3     /* ASSOCIATION */
 9893                   "\000\001",
 9894 mike  1.1.2.1     /* UMLPackagePath */
 9895                   "\057CIM::Core::ProductFRU",
 9896 mike  1.1.2.3     /* Aggregation */
 9897                   "\004\001",
 9898                   /* Composition */
 9899                   "\011\001",
 9900 mike  1.1.2.1     /* Version */
 9901                   "\0632.7.0",
 9902                   0,
 9903               };
 9904               
 9905 mike  1.1.2.4 MetaClass
 9906 mike  1.1.2.1 __root_PG_InterOp_CIM_FRUPhysicalElements =
 9907               {
 9908                   /* flags */
 9909 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
 9910 mike  1.1.2.1     /* name */
 9911                   "CIM_FRUPhysicalElements",
 9912                   /* qualifiers */
 9913                   __root_PG_InterOp_CIM_FRUPhysicalElements_qualifiers,
 9914 mike  1.1.2.2     /* super */
 9915 mike  1.1.2.1     0,
 9916                   /* features */
 9917                   _CIM_FRUPhysicalElements_features,
 9918               };
 9919               
 9920               //==============================================================================
 9921               //
 9922               // Class: CIM_LogicalElement
 9923               //
 9924               //==============================================================================
 9925               
 9926 mike  1.1.2.4 static MetaFeature*
 9927 mike  1.1.2.1 _CIM_LogicalElement_features[] =
 9928               {
 9929                   0,
 9930               };
 9931               
 9932               static const char*
 9933               __root_PG_InterOp_CIM_LogicalElement_qualifiers[] =
 9934               {
 9935                   /* UMLPackagePath */
 9936                   "\057CIM::Core::CoreElements",
 9937 mike  1.1.2.3     /* Abstract */
 9938                   "\002\001",
 9939 mike  1.1.2.1     /* Version */
 9940                   "\0632.6.0",
 9941                   0,
 9942               };
 9943               
 9944 mike  1.1.2.4 MetaClass
 9945 mike  1.1.2.1 __root_PG_InterOp_CIM_LogicalElement =
 9946               {
 9947                   /* flags */
 9948 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
 9949 mike  1.1.2.1     /* name */
 9950                   "CIM_LogicalElement",
 9951                   /* qualifiers */
 9952                   __root_PG_InterOp_CIM_LogicalElement_qualifiers,
 9953 mike  1.1.2.2     /* super */
 9954 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 9955                   /* features */
 9956                   _CIM_LogicalElement_features,
 9957               };
 9958               
 9959               //==============================================================================
 9960               //
 9961               // Class: CIM_PhysicalElementLocation
 9962               //
 9963               //==============================================================================
 9964               
 9965               static const char*
 9966               _CIM_PhysicalElementLocation_Element_qualifiers[] =
 9967               {
 9968                   /* Override */
 9969                   "\044Element",
 9970                   0,
 9971               };
 9972               
 9973 mike  1.1.2.4 static MetaReference
 9974 mike  1.1.2.1 _CIM_PhysicalElementLocation_Element =
 9975               {
 9976                   /* flags */
 9977 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
 9978 mike  1.1.2.1     /* name */
 9979                   "Element",
 9980                   /* qualifiers */
 9981                   _CIM_PhysicalElementLocation_Element_qualifiers,
 9982                   /* subscript */
 9983                   -1,
 9984 mike  1.1.2.2     /* refId */
 9985 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalElement,
 9986               };
 9987               
 9988               static const char*
 9989               _CIM_PhysicalElementLocation_PhysicalLocation_qualifiers[] =
 9990               {
 9991                   /* Override */
 9992                   "\044PhysicalLocation",
 9993                   /* Max */
 9994                   "\027\000\000\000\001",
 9995                   0,
 9996               };
 9997               
 9998 mike  1.1.2.4 static MetaReference
 9999 mike  1.1.2.1 _CIM_PhysicalElementLocation_PhysicalLocation =
10000               {
10001                   /* flags */
10002 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
10003 mike  1.1.2.1     /* name */
10004                   "PhysicalLocation",
10005                   /* qualifiers */
10006                   _CIM_PhysicalElementLocation_PhysicalLocation_qualifiers,
10007                   /* subscript */
10008                   -1,
10009 mike  1.1.2.2     /* refId */
10010 mike  1.1.2.1     &__root_PG_InterOp_CIM_Location,
10011               };
10012               
10013 mike  1.1.2.4 static MetaFeature*
10014 mike  1.1.2.1 _CIM_PhysicalElementLocation_features[] =
10015               {
10016 mike  1.1.2.4     (MetaFeature*)&_CIM_PhysicalElementLocation_Element,
10017                   (MetaFeature*)&_CIM_PhysicalElementLocation_PhysicalLocation,
10018 mike  1.1.2.1     0,
10019               };
10020               
10021               static const char*
10022               __root_PG_InterOp_CIM_PhysicalElementLocation_qualifiers[] =
10023               {
10024 mike  1.1.2.3     /* ASSOCIATION */
10025                   "\000\001",
10026 mike  1.1.2.1     /* UMLPackagePath */
10027                   "\057CIM::Core::Physical",
10028                   /* Version */
10029                   "\0632.10.0",
10030                   0,
10031               };
10032               
10033 mike  1.1.2.4 MetaClass
10034 mike  1.1.2.1 __root_PG_InterOp_CIM_PhysicalElementLocation =
10035               {
10036                   /* flags */
10037 mike  1.1.2.4     META_FLAG_ASSOCIATION,
10038 mike  1.1.2.1     /* name */
10039                   "CIM_PhysicalElementLocation",
10040                   /* qualifiers */
10041                   __root_PG_InterOp_CIM_PhysicalElementLocation_qualifiers,
10042 mike  1.1.2.2     /* super */
10043 mike  1.1.2.1     &__root_PG_InterOp_CIM_ElementLocation,
10044                   /* features */
10045                   _CIM_PhysicalElementLocation_features,
10046               };
10047               
10048               //==============================================================================
10049               //
10050               // Class: CIM_PhysicalStatisticalInformation
10051               //
10052               //==============================================================================
10053               
10054               static const char*
10055               _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName_qualifiers[] =
10056               {
10057 mike  1.1.2.3     /* Key */
10058                   "\025\001",
10059 mike  1.1.2.1     /* Propagated */
10060                   "\045CIM_PhysicalElement.CreationClassName",
10061                   /* MaxLen */
10062                   "\030\000\000\001\000",
10063                   0,
10064               };
10065               
10066 mike  1.1.2.4 static MetaProperty
10067 mike  1.1.2.1 _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName =
10068               {
10069                   /* flags */
10070 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
10071 mike  1.1.2.1     /* name */
10072                   "PhysicalCreationClassName",
10073                   /* qualifiers */
10074                   _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName_qualifiers,
10075                   /* type */
10076                   CIMTYPE_STRING,
10077                   /* subscript */
10078                   -1,
10079                   /* value */
10080                   0,
10081               };
10082               
10083               static const char*
10084               _CIM_PhysicalStatisticalInformation_Tag_qualifiers[] =
10085               {
10086 mike  1.1.2.3     /* Key */
10087                   "\025\001",
10088 mike  1.1.2.1     /* Propagated */
10089                   "\045CIM_PhysicalElement.Tag",
10090                   /* MaxLen */
10091                   "\030\000\000\001\000",
10092                   0,
10093               };
10094               
10095 mike  1.1.2.4 static MetaProperty
10096 mike  1.1.2.1 _CIM_PhysicalStatisticalInformation_Tag =
10097               {
10098                   /* flags */
10099 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
10100 mike  1.1.2.1     /* name */
10101                   "Tag",
10102                   /* qualifiers */
10103                   _CIM_PhysicalStatisticalInformation_Tag_qualifiers,
10104                   /* type */
10105                   CIMTYPE_STRING,
10106                   /* subscript */
10107                   -1,
10108                   /* value */
10109                   0,
10110               };
10111               
10112               static const char*
10113               _CIM_PhysicalStatisticalInformation_CreationClassName_qualifiers[] =
10114               {
10115 mike  1.1.2.3     /* Key */
10116                   "\025\001",
10117 mike  1.1.2.1     /* MaxLen */
10118                   "\030\000\000\001\000",
10119                   0,
10120               };
10121               
10122 mike  1.1.2.4 static MetaProperty
10123 mike  1.1.2.1 _CIM_PhysicalStatisticalInformation_CreationClassName =
10124               {
10125                   /* flags */
10126 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
10127 mike  1.1.2.1     /* name */
10128                   "CreationClassName",
10129                   /* qualifiers */
10130                   _CIM_PhysicalStatisticalInformation_CreationClassName_qualifiers,
10131                   /* type */
10132                   CIMTYPE_STRING,
10133                   /* subscript */
10134                   -1,
10135                   /* value */
10136                   0,
10137               };
10138               
10139               static const char*
10140               _CIM_PhysicalStatisticalInformation_Name_qualifiers[] =
10141               {
10142 mike  1.1.2.3     /* Key */
10143                   "\025\001",
10144 mike  1.1.2.1     /* Override */
10145                   "\044Name",
10146                   /* MaxLen */
10147                   "\030\000\000\001\000",
10148                   0,
10149               };
10150               
10151 mike  1.1.2.4 static MetaProperty
10152 mike  1.1.2.1 _CIM_PhysicalStatisticalInformation_Name =
10153               {
10154                   /* flags */
10155 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
10156 mike  1.1.2.1     /* name */
10157                   "Name",
10158                   /* qualifiers */
10159                   _CIM_PhysicalStatisticalInformation_Name_qualifiers,
10160                   /* type */
10161                   CIMTYPE_STRING,
10162                   /* subscript */
10163                   -1,
10164                   /* value */
10165                   0,
10166               };
10167               
10168 mike  1.1.2.4 static MetaFeature*
10169 mike  1.1.2.1 _CIM_PhysicalStatisticalInformation_features[] =
10170               {
10171 mike  1.1.2.4     (MetaFeature*)&_CIM_PhysicalStatisticalInformation_PhysicalCreationClassName,
10172                   (MetaFeature*)&_CIM_PhysicalStatisticalInformation_Tag,
10173                   (MetaFeature*)&_CIM_PhysicalStatisticalInformation_CreationClassName,
10174                   (MetaFeature*)&_CIM_PhysicalStatisticalInformation_Name,
10175 mike  1.1.2.1     0,
10176               };
10177               
10178               static const char*
10179               __root_PG_InterOp_CIM_PhysicalStatisticalInformation_qualifiers[] =
10180               {
10181                   /* UMLPackagePath */
10182                   "\057CIM::Core::Statistics",
10183                   /* Version */
10184                   "\0632.6.0",
10185                   0,
10186               };
10187               
10188 mike  1.1.2.4 MetaClass
10189 mike  1.1.2.1 __root_PG_InterOp_CIM_PhysicalStatisticalInformation =
10190               {
10191                   /* flags */
10192 mike  1.1.2.4     META_FLAG_CLASS,
10193 mike  1.1.2.1     /* name */
10194                   "CIM_PhysicalStatisticalInformation",
10195                   /* qualifiers */
10196                   __root_PG_InterOp_CIM_PhysicalStatisticalInformation_qualifiers,
10197 mike  1.1.2.2     /* super */
10198 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
10199                   /* features */
10200                   _CIM_PhysicalStatisticalInformation_features,
10201               };
10202               
10203               //==============================================================================
10204               //
10205               // Class: CIM_PhysicalStatistics
10206               //
10207               //==============================================================================
10208               
10209               static const char*
10210               _CIM_PhysicalStatistics_Stats_qualifiers[] =
10211               {
10212                   /* Override */
10213                   "\044Stats",
10214 mike  1.1.2.3     /* Weak */
10215                   "\064\001",
10216 mike  1.1.2.1     0,
10217               };
10218               
10219 mike  1.1.2.4 static MetaReference
10220 mike  1.1.2.1 _CIM_PhysicalStatistics_Stats =
10221               {
10222                   /* flags */
10223 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
10224 mike  1.1.2.1     /* name */
10225                   "Stats",
10226                   /* qualifiers */
10227                   _CIM_PhysicalStatistics_Stats_qualifiers,
10228                   /* subscript */
10229                   -1,
10230 mike  1.1.2.2     /* refId */
10231 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalStatisticalInformation,
10232               };
10233               
10234               static const char*
10235               _CIM_PhysicalStatistics_Element_qualifiers[] =
10236               {
10237                   /* Override */
10238                   "\044Element",
10239                   /* Min */
10240                   "\033\000\000\000\001",
10241                   /* Max */
10242                   "\027\000\000\000\001",
10243                   0,
10244               };
10245               
10246 mike  1.1.2.4 static MetaReference
10247 mike  1.1.2.1 _CIM_PhysicalStatistics_Element =
10248               {
10249                   /* flags */
10250 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
10251 mike  1.1.2.1     /* name */
10252                   "Element",
10253                   /* qualifiers */
10254                   _CIM_PhysicalStatistics_Element_qualifiers,
10255                   /* subscript */
10256                   -1,
10257 mike  1.1.2.2     /* refId */
10258 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalElement,
10259               };
10260               
10261 mike  1.1.2.4 static MetaFeature*
10262 mike  1.1.2.1 _CIM_PhysicalStatistics_features[] =
10263               {
10264 mike  1.1.2.4     (MetaFeature*)&_CIM_PhysicalStatistics_Stats,
10265                   (MetaFeature*)&_CIM_PhysicalStatistics_Element,
10266 mike  1.1.2.1     0,
10267               };
10268               
10269               static const char*
10270               __root_PG_InterOp_CIM_PhysicalStatistics_qualifiers[] =
10271               {
10272 mike  1.1.2.3     /* ASSOCIATION */
10273                   "\000\001",
10274 mike  1.1.2.1     /* UMLPackagePath */
10275                   "\057CIM::Core::Statistics",
10276                   /* Version */
10277                   "\0632.6.0",
10278                   0,
10279               };
10280               
10281 mike  1.1.2.4 MetaClass
10282 mike  1.1.2.1 __root_PG_InterOp_CIM_PhysicalStatistics =
10283               {
10284                   /* flags */
10285 mike  1.1.2.4     META_FLAG_ASSOCIATION,
10286 mike  1.1.2.1     /* name */
10287                   "CIM_PhysicalStatistics",
10288                   /* qualifiers */
10289                   __root_PG_InterOp_CIM_PhysicalStatistics_qualifiers,
10290 mike  1.1.2.2     /* super */
10291 mike  1.1.2.1     &__root_PG_InterOp_CIM_Statistics,
10292                   /* features */
10293                   _CIM_PhysicalStatistics_features,
10294               };
10295               
10296               //==============================================================================
10297               //
10298               // Class: CIM_ProductSupport
10299               //
10300               //==============================================================================
10301               
10302               static const char*
10303               _CIM_ProductSupport_Product_qualifiers[] =
10304               {
10305 mike  1.1.2.3     /* Key */
10306                   "\025\001",
10307 mike  1.1.2.1     0,
10308               };
10309               
10310 mike  1.1.2.4 static MetaReference
10311 mike  1.1.2.1 _CIM_ProductSupport_Product =
10312               {
10313                   /* flags */
10314 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
10315 mike  1.1.2.1     /* name */
10316                   "Product",
10317                   /* qualifiers */
10318                   _CIM_ProductSupport_Product_qualifiers,
10319                   /* subscript */
10320                   -1,
10321 mike  1.1.2.2     /* refId */
10322 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
10323               };
10324               
10325               static const char*
10326               _CIM_ProductSupport_Support_qualifiers[] =
10327               {
10328 mike  1.1.2.3     /* Key */
10329                   "\025\001",
10330 mike  1.1.2.1     0,
10331               };
10332               
10333 mike  1.1.2.4 static MetaReference
10334 mike  1.1.2.1 _CIM_ProductSupport_Support =
10335               {
10336                   /* flags */
10337 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
10338 mike  1.1.2.1     /* name */
10339                   "Support",
10340                   /* qualifiers */
10341                   _CIM_ProductSupport_Support_qualifiers,
10342                   /* subscript */
10343                   -1,
10344 mike  1.1.2.2     /* refId */
10345 mike  1.1.2.1     &__root_PG_InterOp_CIM_SupportAccess,
10346               };
10347               
10348 mike  1.1.2.4 static MetaFeature*
10349 mike  1.1.2.1 _CIM_ProductSupport_features[] =
10350               {
10351 mike  1.1.2.4     (MetaFeature*)&_CIM_ProductSupport_Product,
10352                   (MetaFeature*)&_CIM_ProductSupport_Support,
10353 mike  1.1.2.1     0,
10354               };
10355               
10356               static const char*
10357               __root_PG_InterOp_CIM_ProductSupport_qualifiers[] =
10358               {
10359 mike  1.1.2.3     /* ASSOCIATION */
10360                   "\000\001",
10361 mike  1.1.2.1     /* UMLPackagePath */
10362                   "\057CIM::Core::ProductFRU",
10363                   /* Version */
10364                   "\0632.6.0",
10365                   0,
10366               };
10367               
10368 mike  1.1.2.4 MetaClass
10369 mike  1.1.2.1 __root_PG_InterOp_CIM_ProductSupport =
10370               {
10371                   /* flags */
10372 mike  1.1.2.4     META_FLAG_ASSOCIATION,
10373 mike  1.1.2.1     /* name */
10374                   "CIM_ProductSupport",
10375                   /* qualifiers */
10376                   __root_PG_InterOp_CIM_ProductSupport_qualifiers,
10377 mike  1.1.2.2     /* super */
10378 mike  1.1.2.1     0,
10379                   /* features */
10380                   _CIM_ProductSupport_features,
10381               };
10382               
10383               //==============================================================================
10384               //
10385               // Class: CIM_RedundancyGroup
10386               //
10387               //==============================================================================
10388               
10389               static const char*
10390               _CIM_RedundancyGroup_CreationClassName_qualifiers[] =
10391               {
10392                   /* Deprecated */
10393                   "\013\000\001No Value\000",
10394 mike  1.1.2.3     /* Key */
10395                   "\025\001",
10396 mike  1.1.2.1     /* MaxLen */
10397                   "\030\000\000\001\000",
10398                   0,
10399               };
10400               
10401 mike  1.1.2.4 static MetaProperty
10402 mike  1.1.2.1 _CIM_RedundancyGroup_CreationClassName =
10403               {
10404                   /* flags */
10405 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
10406 mike  1.1.2.1     /* name */
10407                   "CreationClassName",
10408                   /* qualifiers */
10409                   _CIM_RedundancyGroup_CreationClassName_qualifiers,
10410                   /* type */
10411                   CIMTYPE_STRING,
10412                   /* subscript */
10413                   -1,
10414                   /* value */
10415                   0,
10416               };
10417               
10418               static const char*
10419               _CIM_RedundancyGroup_Name_qualifiers[] =
10420               {
10421                   /* Deprecated */
10422                   "\013\000\001CIM_RedundancySet.InstanceID\000",
10423 mike  1.1.2.3     /* Key */
10424                   "\025\001",
10425 mike  1.1.2.1     /* Override */
10426                   "\044Name",
10427                   /* MaxLen */
10428                   "\030\000\000\001\000",
10429                   0,
10430               };
10431               
10432 mike  1.1.2.4 static MetaProperty
10433 mike  1.1.2.1 _CIM_RedundancyGroup_Name =
10434               {
10435                   /* flags */
10436 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
10437 mike  1.1.2.1     /* name */
10438                   "Name",
10439                   /* qualifiers */
10440                   _CIM_RedundancyGroup_Name_qualifiers,
10441                   /* type */
10442                   CIMTYPE_STRING,
10443                   /* subscript */
10444                   -1,
10445                   /* value */
10446                   0,
10447               };
10448               
10449               static const char*
10450               _CIM_RedundancyGroup_RedundancyStatus_qualifiers[] =
10451               {
10452                   /* Deprecated */
10453                   "\013\000\001CIM_RedundancySet.RedundancyStatus\000",
10454                   /* ValueMap */
10455                   "\061\000\0050\0001\0002\0003\0004\000",
10456                   /* Values */
10457                   "\062\000\005Unknown\000Other\000Fully Redundant\000Degraded Redundancy\000Redundancy Lost\000",
10458 mike  1.1.2.1     0,
10459               };
10460               
10461 mike  1.1.2.4 static MetaProperty
10462 mike  1.1.2.1 _CIM_RedundancyGroup_RedundancyStatus =
10463               {
10464                   /* flags */
10465 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
10466 mike  1.1.2.1     /* name */
10467                   "RedundancyStatus",
10468                   /* qualifiers */
10469                   _CIM_RedundancyGroup_RedundancyStatus_qualifiers,
10470                   /* type */
10471                   CIMTYPE_UINT16,
10472                   /* subscript */
10473                   -1,
10474                   /* value */
10475                   0,
10476               };
10477               
10478 mike  1.1.2.4 static MetaFeature*
10479 mike  1.1.2.1 _CIM_RedundancyGroup_features[] =
10480               {
10481 mike  1.1.2.4     (MetaFeature*)&_CIM_RedundancyGroup_CreationClassName,
10482                   (MetaFeature*)&_CIM_RedundancyGroup_Name,
10483                   (MetaFeature*)&_CIM_RedundancyGroup_RedundancyStatus,
10484 mike  1.1.2.1     0,
10485               };
10486               
10487               static const char*
10488               __root_PG_InterOp_CIM_RedundancyGroup_qualifiers[] =
10489               {
10490                   /* Deprecated */
10491                   "\013\000\001CIM_RedundancySet\000",
10492                   /* UMLPackagePath */
10493                   "\057CIM::Core::Redundancy",
10494                   /* Version */
10495                   "\0632.13.0",
10496                   0,
10497               };
10498               
10499 mike  1.1.2.4 MetaClass
10500 mike  1.1.2.1 __root_PG_InterOp_CIM_RedundancyGroup =
10501               {
10502                   /* flags */
10503 mike  1.1.2.4     META_FLAG_CLASS,
10504 mike  1.1.2.1     /* name */
10505                   "CIM_RedundancyGroup",
10506                   /* qualifiers */
10507                   __root_PG_InterOp_CIM_RedundancyGroup_qualifiers,
10508 mike  1.1.2.2     /* super */
10509 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalElement,
10510                   /* features */
10511                   _CIM_RedundancyGroup_features,
10512               };
10513               
10514               //==============================================================================
10515               //
10516               // Class: CIM_RedundancySet
10517               //
10518               //==============================================================================
10519               
10520               static const char*
10521               _CIM_RedundancySet_RedundancyStatus_qualifiers[] =
10522               {
10523                   /* ValueMap */
10524                   "\061\000\0060\0001\0002\0003\0004\0005\000",
10525                   /* Values */
10526                   "\062\000\006Unknown\000DMTF Reserved\000Fully Redundant\000Degraded Redundancy\000Redundancy Lost\000Overall Failure\000",
10527                   /* ModelCorrespondence */
10528                   "\036\000\001CIM_RedundancySet.MinNumberNeeded\000",
10529                   0,
10530 mike  1.1.2.1 };
10531               
10532 mike  1.1.2.4 static MetaProperty
10533 mike  1.1.2.1 _CIM_RedundancySet_RedundancyStatus =
10534               {
10535                   /* flags */
10536 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
10537 mike  1.1.2.1     /* name */
10538                   "RedundancyStatus",
10539                   /* qualifiers */
10540                   _CIM_RedundancySet_RedundancyStatus_qualifiers,
10541                   /* type */
10542                   CIMTYPE_UINT16,
10543                   /* subscript */
10544                   -1,
10545                   /* value */
10546                   0,
10547               };
10548               
10549               static const char*
10550               _CIM_RedundancySet_TypeOfSet_qualifiers[] =
10551               {
10552                   /* ValueMap */
10553                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
10554                   /* Values */
10555                   "\062\000\010Unknown\000Other\000N+1\000Load Balanced\000Sparing\000Limited Sparing\000DMTF Reserved\000Vendor Reserved\000",
10556                   /* ArrayType */
10557                   "\005Indexed",
10558 mike  1.1.2.1     /* ModelCorrespondence */
10559                   "\036\000\001CIM_RedundancySet.OtherTypeOfSet\000",
10560                   0,
10561               };
10562               
10563 mike  1.1.2.4 static MetaProperty
10564 mike  1.1.2.1 _CIM_RedundancySet_TypeOfSet =
10565               {
10566                   /* flags */
10567 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
10568 mike  1.1.2.1     /* name */
10569                   "TypeOfSet",
10570                   /* qualifiers */
10571                   _CIM_RedundancySet_TypeOfSet_qualifiers,
10572                   /* type */
10573                   CIMTYPE_UINT16,
10574                   /* subscript */
10575                   0,
10576                   /* value */
10577                   0,
10578               };
10579               
10580               static const char*
10581               _CIM_RedundancySet_MinNumberNeeded_qualifiers[] =
10582               {
10583                   /* MinValue */
10584                   "\035\000\000\000\000\000\000\000\000",
10585                   0,
10586               };
10587               
10588 mike  1.1.2.4 static MetaProperty
10589 mike  1.1.2.1 _CIM_RedundancySet_MinNumberNeeded =
10590               {
10591                   /* flags */
10592 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
10593 mike  1.1.2.1     /* name */
10594                   "MinNumberNeeded",
10595                   /* qualifiers */
10596                   _CIM_RedundancySet_MinNumberNeeded_qualifiers,
10597                   /* type */
10598                   CIMTYPE_UINT32,
10599                   /* subscript */
10600                   -1,
10601                   /* value */
10602                   0,
10603               };
10604               
10605               static const char*
10606               _CIM_RedundancySet_MaxNumberSupported_qualifiers[] =
10607               {
10608                   0,
10609               };
10610               
10611 mike  1.1.2.4 static MetaProperty
10612 mike  1.1.2.1 _CIM_RedundancySet_MaxNumberSupported =
10613               {
10614                   /* flags */
10615 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
10616 mike  1.1.2.1     /* name */
10617                   "MaxNumberSupported",
10618                   /* qualifiers */
10619                   _CIM_RedundancySet_MaxNumberSupported_qualifiers,
10620                   /* type */
10621                   CIMTYPE_UINT32,
10622                   /* subscript */
10623                   -1,
10624                   /* value */
10625                   0,
10626               };
10627               
10628               static const char*
10629               _CIM_RedundancySet_VendorIdentifyingInfo_qualifiers[] =
10630               {
10631                   0,
10632               };
10633               
10634 mike  1.1.2.4 static MetaProperty
10635 mike  1.1.2.1 _CIM_RedundancySet_VendorIdentifyingInfo =
10636               {
10637                   /* flags */
10638 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
10639 mike  1.1.2.1     /* name */
10640                   "VendorIdentifyingInfo",
10641                   /* qualifiers */
10642                   _CIM_RedundancySet_VendorIdentifyingInfo_qualifiers,
10643                   /* type */
10644                   CIMTYPE_STRING,
10645                   /* subscript */
10646                   -1,
10647                   /* value */
10648                   0,
10649               };
10650               
10651               static const char*
10652               _CIM_RedundancySet_OtherTypeOfSet_qualifiers[] =
10653               {
10654                   /* ArrayType */
10655                   "\005Indexed",
10656                   /* ModelCorrespondence */
10657                   "\036\000\001CIM_RedundancySet.TypeOfSet\000",
10658                   0,
10659               };
10660 mike  1.1.2.1 
10661 mike  1.1.2.4 static MetaProperty
10662 mike  1.1.2.1 _CIM_RedundancySet_OtherTypeOfSet =
10663               {
10664                   /* flags */
10665 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
10666 mike  1.1.2.1     /* name */
10667                   "OtherTypeOfSet",
10668                   /* qualifiers */
10669                   _CIM_RedundancySet_OtherTypeOfSet_qualifiers,
10670                   /* type */
10671                   CIMTYPE_STRING,
10672                   /* subscript */
10673                   0,
10674                   /* value */
10675                   0,
10676               };
10677               
10678               static const char*
10679               _CIM_RedundancySet_LoadBalanceAlgorithm_qualifiers[] =
10680               {
10681 mike  1.1.2.3     /* Write */
10682                   "\065\001",
10683 mike  1.1.2.1     /* ValueMap */
10684                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
10685                   /* Values */
10686                   "\062\000\010Unknown\000Other\000No Load Balancing\000Round Robin\000Least Blocks\000Least IO\000Address Region\000Product Specific\000",
10687                   /* ModelCorrespondence */
10688                   "\036\000\001CIM_RedundancySet.OtherLoadBalanceAlgorithm\000",
10689                   0,
10690               };
10691               
10692 mike  1.1.2.4 static MetaProperty
10693 mike  1.1.2.1 _CIM_RedundancySet_LoadBalanceAlgorithm =
10694               {
10695                   /* flags */
10696 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
10697 mike  1.1.2.1     /* name */
10698                   "LoadBalanceAlgorithm",
10699                   /* qualifiers */
10700                   _CIM_RedundancySet_LoadBalanceAlgorithm_qualifiers,
10701                   /* type */
10702                   CIMTYPE_UINT16,
10703                   /* subscript */
10704                   -1,
10705                   /* value */
10706                   "\000\002",
10707               };
10708               
10709               static const char*
10710               _CIM_RedundancySet_OtherLoadBalanceAlgorithm_qualifiers[] =
10711               {
10712 mike  1.1.2.3     /* Write */
10713                   "\065\001",
10714 mike  1.1.2.1     /* ModelCorrespondence */
10715                   "\036\000\001CIM_RedundancySet.LoadBalanceAlgorithm\000",
10716                   0,
10717               };
10718               
10719 mike  1.1.2.4 static MetaProperty
10720 mike  1.1.2.1 _CIM_RedundancySet_OtherLoadBalanceAlgorithm =
10721               {
10722                   /* flags */
10723 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
10724 mike  1.1.2.1     /* name */
10725                   "OtherLoadBalanceAlgorithm",
10726                   /* qualifiers */
10727                   _CIM_RedundancySet_OtherLoadBalanceAlgorithm_qualifiers,
10728                   /* type */
10729                   CIMTYPE_STRING,
10730                   /* subscript */
10731                   -1,
10732                   /* value */
10733                   0,
10734               };
10735               
10736               static const char*
10737               _CIM_RedundancySet_Failover_FailoverFrom_qualifiers[] =
10738               {
10739 mike  1.1.2.3     /* IN */
10740                   "\024\001",
10741 mike  1.1.2.1     0,
10742               };
10743               
10744 mike  1.1.2.4 static MetaReference
10745 mike  1.1.2.1 _CIM_RedundancySet_Failover_FailoverFrom =
10746               {
10747                   /* flags */
10748 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_IN,
10749 mike  1.1.2.1     /* name */
10750                   "FailoverFrom",
10751                   /* qualifiers */
10752                   _CIM_RedundancySet_Failover_FailoverFrom_qualifiers,
10753                   /* subscript */
10754                   -1,
10755 mike  1.1.2.2     /* ref */
10756 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
10757               };
10758               
10759               static const char*
10760               _CIM_RedundancySet_Failover_FailoverTo_qualifiers[] =
10761               {
10762 mike  1.1.2.3     /* IN */
10763                   "\024\001",
10764 mike  1.1.2.1     0,
10765               };
10766               
10767 mike  1.1.2.4 static MetaReference
10768 mike  1.1.2.1 _CIM_RedundancySet_Failover_FailoverTo =
10769               {
10770                   /* flags */
10771 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_IN,
10772 mike  1.1.2.1     /* name */
10773                   "FailoverTo",
10774                   /* qualifiers */
10775                   _CIM_RedundancySet_Failover_FailoverTo_qualifiers,
10776                   /* subscript */
10777                   -1,
10778 mike  1.1.2.2     /* ref */
10779 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
10780               };
10781               
10782 mike  1.1.2.4 static MetaFeature*
10783 mike  1.1.2.1 _CIM_RedundancySet_Failover_parameters[] =
10784               {
10785 mike  1.1.2.4     (MetaFeature*)&_CIM_RedundancySet_Failover_FailoverFrom,
10786                   (MetaFeature*)&_CIM_RedundancySet_Failover_FailoverTo,
10787 mike  1.1.2.1     0,
10788               };
10789               
10790               static const char*
10791               _CIM_RedundancySet_Failover_qualifiers[] =
10792               {
10793                   /* ValueMap */
10794                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
10795                   /* Values */
10796                   "\062\000\007Completed with No Error\000Not Supported\000Unknown/Unspecified Error\000Busy/In Use\000Paramter Error\000DMTF Reserved\000Vendor Reserved\000",
10797                   0,
10798               };
10799               
10800 mike  1.1.2.4 static MetaMethod
10801 mike  1.1.2.1 _CIM_RedundancySet_Failover =
10802               {
10803                   /* flags */
10804 mike  1.1.2.4     META_FLAG_METHOD,
10805 mike  1.1.2.1     /* name */
10806                   "CIM_RedundancySet",
10807                   /* qualifiers */
10808                   _CIM_RedundancySet_Failover_qualifiers,
10809                   /* type */
10810                   CIMTYPE_UINT32,
10811                   /* parameters */
10812                   _CIM_RedundancySet_Failover_parameters,
10813               };
10814               
10815 mike  1.1.2.4 static MetaFeature*
10816 mike  1.1.2.1 _CIM_RedundancySet_features[] =
10817               {
10818 mike  1.1.2.4     (MetaFeature*)&_CIM_RedundancySet_RedundancyStatus,
10819                   (MetaFeature*)&_CIM_RedundancySet_TypeOfSet,
10820                   (MetaFeature*)&_CIM_RedundancySet_MinNumberNeeded,
10821                   (MetaFeature*)&_CIM_RedundancySet_MaxNumberSupported,
10822                   (MetaFeature*)&_CIM_RedundancySet_VendorIdentifyingInfo,
10823                   (MetaFeature*)&_CIM_RedundancySet_OtherTypeOfSet,
10824                   (MetaFeature*)&_CIM_RedundancySet_LoadBalanceAlgorithm,
10825                   (MetaFeature*)&_CIM_RedundancySet_OtherLoadBalanceAlgorithm,
10826                   (MetaFeature*)&_CIM_RedundancySet_Failover,
10827 mike  1.1.2.1     0,
10828               };
10829               
10830               static const char*
10831               __root_PG_InterOp_CIM_RedundancySet_qualifiers[] =
10832               {
10833                   /* UMLPackagePath */
10834                   "\057CIM::Core::Redundancy",
10835                   /* Version */
10836                   "\0632.10.0",
10837                   0,
10838               };
10839               
10840 mike  1.1.2.4 MetaClass
10841 mike  1.1.2.1 __root_PG_InterOp_CIM_RedundancySet =
10842               {
10843                   /* flags */
10844 mike  1.1.2.4     META_FLAG_CLASS,
10845 mike  1.1.2.1     /* name */
10846                   "CIM_RedundancySet",
10847                   /* qualifiers */
10848                   __root_PG_InterOp_CIM_RedundancySet_qualifiers,
10849 mike  1.1.2.2     /* super */
10850 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemSpecificCollection,
10851                   /* features */
10852                   _CIM_RedundancySet_features,
10853               };
10854               
10855               //==============================================================================
10856               //
10857               // Class: CIM_RelatedStatisticalData
10858               //
10859               //==============================================================================
10860               
10861               static const char*
10862               _CIM_RelatedStatisticalData_Stats_qualifiers[] =
10863               {
10864 mike  1.1.2.3     /* Key */
10865                   "\025\001",
10866 mike  1.1.2.1     0,
10867               };
10868               
10869 mike  1.1.2.4 static MetaReference
10870 mike  1.1.2.1 _CIM_RelatedStatisticalData_Stats =
10871               {
10872                   /* flags */
10873 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
10874 mike  1.1.2.1     /* name */
10875                   "Stats",
10876                   /* qualifiers */
10877                   _CIM_RelatedStatisticalData_Stats_qualifiers,
10878                   /* subscript */
10879                   -1,
10880 mike  1.1.2.2     /* refId */
10881 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalData,
10882               };
10883               
10884               static const char*
10885               _CIM_RelatedStatisticalData_RelatedStats_qualifiers[] =
10886               {
10887 mike  1.1.2.3     /* Key */
10888                   "\025\001",
10889 mike  1.1.2.1     0,
10890               };
10891               
10892 mike  1.1.2.4 static MetaReference
10893 mike  1.1.2.1 _CIM_RelatedStatisticalData_RelatedStats =
10894               {
10895                   /* flags */
10896 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
10897 mike  1.1.2.1     /* name */
10898                   "RelatedStats",
10899                   /* qualifiers */
10900                   _CIM_RelatedStatisticalData_RelatedStats_qualifiers,
10901                   /* subscript */
10902                   -1,
10903 mike  1.1.2.2     /* refId */
10904 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalData,
10905               };
10906               
10907               static const char*
10908               _CIM_RelatedStatisticalData_Description_qualifiers[] =
10909               {
10910                   0,
10911               };
10912               
10913 mike  1.1.2.4 static MetaProperty
10914 mike  1.1.2.1 _CIM_RelatedStatisticalData_Description =
10915               {
10916                   /* flags */
10917 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
10918 mike  1.1.2.1     /* name */
10919                   "Description",
10920                   /* qualifiers */
10921                   _CIM_RelatedStatisticalData_Description_qualifiers,
10922                   /* type */
10923                   CIMTYPE_STRING,
10924                   /* subscript */
10925                   -1,
10926                   /* value */
10927                   0,
10928               };
10929               
10930 mike  1.1.2.4 static MetaFeature*
10931 mike  1.1.2.1 _CIM_RelatedStatisticalData_features[] =
10932               {
10933 mike  1.1.2.4     (MetaFeature*)&_CIM_RelatedStatisticalData_Stats,
10934                   (MetaFeature*)&_CIM_RelatedStatisticalData_RelatedStats,
10935                   (MetaFeature*)&_CIM_RelatedStatisticalData_Description,
10936 mike  1.1.2.1     0,
10937               };
10938               
10939               static const char*
10940               __root_PG_InterOp_CIM_RelatedStatisticalData_qualifiers[] =
10941               {
10942 mike  1.1.2.3     /* ASSOCIATION */
10943                   "\000\001",
10944 mike  1.1.2.1     /* UMLPackagePath */
10945                   "\057CIM::Core::Statistics",
10946                   /* Version */
10947                   "\0632.7.0",
10948                   0,
10949               };
10950               
10951 mike  1.1.2.4 MetaClass
10952 mike  1.1.2.1 __root_PG_InterOp_CIM_RelatedStatisticalData =
10953               {
10954                   /* flags */
10955 mike  1.1.2.4     META_FLAG_ASSOCIATION,
10956 mike  1.1.2.1     /* name */
10957                   "CIM_RelatedStatisticalData",
10958                   /* qualifiers */
10959                   __root_PG_InterOp_CIM_RelatedStatisticalData_qualifiers,
10960 mike  1.1.2.2     /* super */
10961 mike  1.1.2.1     0,
10962                   /* features */
10963                   _CIM_RelatedStatisticalData_features,
10964               };
10965               
10966               //==============================================================================
10967               //
10968               // Class: CIM_RelatedStatistics
10969               //
10970               //==============================================================================
10971               
10972               static const char*
10973               _CIM_RelatedStatistics_Stats_qualifiers[] =
10974               {
10975 mike  1.1.2.3     /* Key */
10976                   "\025\001",
10977 mike  1.1.2.1     0,
10978               };
10979               
10980 mike  1.1.2.4 static MetaReference
10981 mike  1.1.2.1 _CIM_RelatedStatistics_Stats =
10982               {
10983                   /* flags */
10984 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
10985 mike  1.1.2.1     /* name */
10986                   "Stats",
10987                   /* qualifiers */
10988                   _CIM_RelatedStatistics_Stats_qualifiers,
10989                   /* subscript */
10990                   -1,
10991 mike  1.1.2.2     /* refId */
10992 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
10993               };
10994               
10995               static const char*
10996               _CIM_RelatedStatistics_RelatedStats_qualifiers[] =
10997               {
10998 mike  1.1.2.3     /* Key */
10999                   "\025\001",
11000 mike  1.1.2.1     0,
11001               };
11002               
11003 mike  1.1.2.4 static MetaReference
11004 mike  1.1.2.1 _CIM_RelatedStatistics_RelatedStats =
11005               {
11006                   /* flags */
11007 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
11008 mike  1.1.2.1     /* name */
11009                   "RelatedStats",
11010                   /* qualifiers */
11011                   _CIM_RelatedStatistics_RelatedStats_qualifiers,
11012                   /* subscript */
11013                   -1,
11014 mike  1.1.2.2     /* refId */
11015 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
11016               };
11017               
11018 mike  1.1.2.4 static MetaFeature*
11019 mike  1.1.2.1 _CIM_RelatedStatistics_features[] =
11020               {
11021 mike  1.1.2.4     (MetaFeature*)&_CIM_RelatedStatistics_Stats,
11022                   (MetaFeature*)&_CIM_RelatedStatistics_RelatedStats,
11023 mike  1.1.2.1     0,
11024               };
11025               
11026               static const char*
11027               __root_PG_InterOp_CIM_RelatedStatistics_qualifiers[] =
11028               {
11029 mike  1.1.2.3     /* ASSOCIATION */
11030                   "\000\001",
11031 mike  1.1.2.1     /* UMLPackagePath */
11032                   "\057CIM::Core::Statistics",
11033                   /* Version */
11034                   "\0632.6.0",
11035                   0,
11036               };
11037               
11038 mike  1.1.2.4 MetaClass
11039 mike  1.1.2.1 __root_PG_InterOp_CIM_RelatedStatistics =
11040               {
11041                   /* flags */
11042 mike  1.1.2.4     META_FLAG_ASSOCIATION,
11043 mike  1.1.2.1     /* name */
11044                   "CIM_RelatedStatistics",
11045                   /* qualifiers */
11046                   __root_PG_InterOp_CIM_RelatedStatistics_qualifiers,
11047 mike  1.1.2.2     /* super */
11048 mike  1.1.2.1     0,
11049                   /* features */
11050                   _CIM_RelatedStatistics_features,
11051               };
11052               
11053               //==============================================================================
11054               //
11055               // Class: CIM_SAPStatisticalInformation
11056               //
11057               //==============================================================================
11058               
11059               static const char*
11060               _CIM_SAPStatisticalInformation_SystemCreationClassName_qualifiers[] =
11061               {
11062 mike  1.1.2.3     /* Key */
11063                   "\025\001",
11064 mike  1.1.2.1     /* Propagated */
11065                   "\045CIM_ServiceAccessPoint.SystemCreationClassName",
11066                   /* MaxLen */
11067                   "\030\000\000\001\000",
11068                   0,
11069               };
11070               
11071 mike  1.1.2.4 static MetaProperty
11072 mike  1.1.2.1 _CIM_SAPStatisticalInformation_SystemCreationClassName =
11073               {
11074                   /* flags */
11075 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
11076 mike  1.1.2.1     /* name */
11077                   "SystemCreationClassName",
11078                   /* qualifiers */
11079                   _CIM_SAPStatisticalInformation_SystemCreationClassName_qualifiers,
11080                   /* type */
11081                   CIMTYPE_STRING,
11082                   /* subscript */
11083                   -1,
11084                   /* value */
11085                   0,
11086               };
11087               
11088               static const char*
11089               _CIM_SAPStatisticalInformation_SystemName_qualifiers[] =
11090               {
11091 mike  1.1.2.3     /* Key */
11092                   "\025\001",
11093 mike  1.1.2.1     /* Propagated */
11094                   "\045CIM_ServiceAccessPoint.SystemName",
11095                   /* MaxLen */
11096                   "\030\000\000\001\000",
11097                   0,
11098               };
11099               
11100 mike  1.1.2.4 static MetaProperty
11101 mike  1.1.2.1 _CIM_SAPStatisticalInformation_SystemName =
11102               {
11103                   /* flags */
11104 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
11105 mike  1.1.2.1     /* name */
11106                   "SystemName",
11107                   /* qualifiers */
11108                   _CIM_SAPStatisticalInformation_SystemName_qualifiers,
11109                   /* type */
11110                   CIMTYPE_STRING,
11111                   /* subscript */
11112                   -1,
11113                   /* value */
11114                   0,
11115               };
11116               
11117               static const char*
11118               _CIM_SAPStatisticalInformation_SAPCreationClassName_qualifiers[] =
11119               {
11120 mike  1.1.2.3     /* Key */
11121                   "\025\001",
11122 mike  1.1.2.1     /* Propagated */
11123                   "\045CIM_ServiceAccessPoint.CreationClassName",
11124                   /* MaxLen */
11125                   "\030\000\000\001\000",
11126                   0,
11127               };
11128               
11129 mike  1.1.2.4 static MetaProperty
11130 mike  1.1.2.1 _CIM_SAPStatisticalInformation_SAPCreationClassName =
11131               {
11132                   /* flags */
11133 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
11134 mike  1.1.2.1     /* name */
11135                   "SAPCreationClassName",
11136                   /* qualifiers */
11137                   _CIM_SAPStatisticalInformation_SAPCreationClassName_qualifiers,
11138                   /* type */
11139                   CIMTYPE_STRING,
11140                   /* subscript */
11141                   -1,
11142                   /* value */
11143                   0,
11144               };
11145               
11146               static const char*
11147               _CIM_SAPStatisticalInformation_SAPName_qualifiers[] =
11148               {
11149 mike  1.1.2.3     /* Key */
11150                   "\025\001",
11151 mike  1.1.2.1     /* Propagated */
11152                   "\045CIM_ServiceAccessPoint.Name",
11153                   /* MaxLen */
11154                   "\030\000\000\001\000",
11155                   0,
11156               };
11157               
11158 mike  1.1.2.4 static MetaProperty
11159 mike  1.1.2.1 _CIM_SAPStatisticalInformation_SAPName =
11160               {
11161                   /* flags */
11162 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
11163 mike  1.1.2.1     /* name */
11164                   "SAPName",
11165                   /* qualifiers */
11166                   _CIM_SAPStatisticalInformation_SAPName_qualifiers,
11167                   /* type */
11168                   CIMTYPE_STRING,
11169                   /* subscript */
11170                   -1,
11171                   /* value */
11172                   0,
11173               };
11174               
11175               static const char*
11176               _CIM_SAPStatisticalInformation_CreationClassName_qualifiers[] =
11177               {
11178 mike  1.1.2.3     /* Key */
11179                   "\025\001",
11180 mike  1.1.2.1     /* MaxLen */
11181                   "\030\000\000\001\000",
11182                   0,
11183               };
11184               
11185 mike  1.1.2.4 static MetaProperty
11186 mike  1.1.2.1 _CIM_SAPStatisticalInformation_CreationClassName =
11187               {
11188                   /* flags */
11189 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
11190 mike  1.1.2.1     /* name */
11191                   "CreationClassName",
11192                   /* qualifiers */
11193                   _CIM_SAPStatisticalInformation_CreationClassName_qualifiers,
11194                   /* type */
11195                   CIMTYPE_STRING,
11196                   /* subscript */
11197                   -1,
11198                   /* value */
11199                   0,
11200               };
11201               
11202               static const char*
11203               _CIM_SAPStatisticalInformation_Name_qualifiers[] =
11204               {
11205 mike  1.1.2.3     /* Key */
11206                   "\025\001",
11207 mike  1.1.2.1     /* Override */
11208                   "\044Name",
11209                   /* MaxLen */
11210                   "\030\000\000\001\000",
11211                   0,
11212               };
11213               
11214 mike  1.1.2.4 static MetaProperty
11215 mike  1.1.2.1 _CIM_SAPStatisticalInformation_Name =
11216               {
11217                   /* flags */
11218 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
11219 mike  1.1.2.1     /* name */
11220                   "Name",
11221                   /* qualifiers */
11222                   _CIM_SAPStatisticalInformation_Name_qualifiers,
11223                   /* type */
11224                   CIMTYPE_STRING,
11225                   /* subscript */
11226                   -1,
11227                   /* value */
11228                   0,
11229               };
11230               
11231 mike  1.1.2.4 static MetaFeature*
11232 mike  1.1.2.1 _CIM_SAPStatisticalInformation_features[] =
11233               {
11234 mike  1.1.2.4     (MetaFeature*)&_CIM_SAPStatisticalInformation_SystemCreationClassName,
11235                   (MetaFeature*)&_CIM_SAPStatisticalInformation_SystemName,
11236                   (MetaFeature*)&_CIM_SAPStatisticalInformation_SAPCreationClassName,
11237                   (MetaFeature*)&_CIM_SAPStatisticalInformation_SAPName,
11238                   (MetaFeature*)&_CIM_SAPStatisticalInformation_CreationClassName,
11239                   (MetaFeature*)&_CIM_SAPStatisticalInformation_Name,
11240 mike  1.1.2.1     0,
11241               };
11242               
11243               static const char*
11244               __root_PG_InterOp_CIM_SAPStatisticalInformation_qualifiers[] =
11245               {
11246                   /* UMLPackagePath */
11247                   "\057CIM::Core::Statistics",
11248                   /* Version */
11249                   "\0632.6.0",
11250                   0,
11251               };
11252               
11253 mike  1.1.2.4 MetaClass
11254 mike  1.1.2.1 __root_PG_InterOp_CIM_SAPStatisticalInformation =
11255               {
11256                   /* flags */
11257 mike  1.1.2.4     META_FLAG_CLASS,
11258 mike  1.1.2.1     /* name */
11259                   "CIM_SAPStatisticalInformation",
11260                   /* qualifiers */
11261                   __root_PG_InterOp_CIM_SAPStatisticalInformation_qualifiers,
11262 mike  1.1.2.2     /* super */
11263 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
11264                   /* features */
11265                   _CIM_SAPStatisticalInformation_features,
11266               };
11267               
11268               //==============================================================================
11269               //
11270               // Class: CIM_ScopedSettingData
11271               //
11272               //==============================================================================
11273               
11274 mike  1.1.2.4 static MetaFeature*
11275 mike  1.1.2.1 _CIM_ScopedSettingData_features[] =
11276               {
11277                   0,
11278               };
11279               
11280               static const char*
11281               __root_PG_InterOp_CIM_ScopedSettingData_qualifiers[] =
11282               {
11283                   /* UMLPackagePath */
11284                   "\057CIM::Core::Settings",
11285 mike  1.1.2.3     /* Abstract */
11286                   "\002\001",
11287 mike  1.1.2.1     /* Version */
11288                   "\0632.10.0",
11289                   0,
11290               };
11291               
11292 mike  1.1.2.4 MetaClass
11293 mike  1.1.2.1 __root_PG_InterOp_CIM_ScopedSettingData =
11294               {
11295                   /* flags */
11296 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
11297 mike  1.1.2.1     /* name */
11298                   "CIM_ScopedSettingData",
11299                   /* qualifiers */
11300                   __root_PG_InterOp_CIM_ScopedSettingData_qualifiers,
11301 mike  1.1.2.2     /* super */
11302 mike  1.1.2.1     &__root_PG_InterOp_CIM_SettingData,
11303                   /* features */
11304                   _CIM_ScopedSettingData_features,
11305               };
11306               
11307               //==============================================================================
11308               //
11309               // Class: CIM_ServiceStatisticalInformation
11310               //
11311               //==============================================================================
11312               
11313               static const char*
11314               _CIM_ServiceStatisticalInformation_SystemCreationClassName_qualifiers[] =
11315               {
11316 mike  1.1.2.3     /* Key */
11317                   "\025\001",
11318 mike  1.1.2.1     /* Propagated */
11319                   "\045CIM_Service.SystemCreationClassName",
11320                   /* MaxLen */
11321                   "\030\000\000\001\000",
11322                   0,
11323               };
11324               
11325 mike  1.1.2.4 static MetaProperty
11326 mike  1.1.2.1 _CIM_ServiceStatisticalInformation_SystemCreationClassName =
11327               {
11328                   /* flags */
11329 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
11330 mike  1.1.2.1     /* name */
11331                   "SystemCreationClassName",
11332                   /* qualifiers */
11333                   _CIM_ServiceStatisticalInformation_SystemCreationClassName_qualifiers,
11334                   /* type */
11335                   CIMTYPE_STRING,
11336                   /* subscript */
11337                   -1,
11338                   /* value */
11339                   0,
11340               };
11341               
11342               static const char*
11343               _CIM_ServiceStatisticalInformation_SystemName_qualifiers[] =
11344               {
11345 mike  1.1.2.3     /* Key */
11346                   "\025\001",
11347 mike  1.1.2.1     /* Propagated */
11348                   "\045CIM_Service.SystemName",
11349                   /* MaxLen */
11350                   "\030\000\000\001\000",
11351                   0,
11352               };
11353               
11354 mike  1.1.2.4 static MetaProperty
11355 mike  1.1.2.1 _CIM_ServiceStatisticalInformation_SystemName =
11356               {
11357                   /* flags */
11358 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
11359 mike  1.1.2.1     /* name */
11360                   "SystemName",
11361                   /* qualifiers */
11362                   _CIM_ServiceStatisticalInformation_SystemName_qualifiers,
11363                   /* type */
11364                   CIMTYPE_STRING,
11365                   /* subscript */
11366                   -1,
11367                   /* value */
11368                   0,
11369               };
11370               
11371               static const char*
11372               _CIM_ServiceStatisticalInformation_ServiceCreationClassName_qualifiers[] =
11373               {
11374 mike  1.1.2.3     /* Key */
11375                   "\025\001",
11376 mike  1.1.2.1     /* Propagated */
11377                   "\045CIM_Service.CreationClassName",
11378                   /* MaxLen */
11379                   "\030\000\000\001\000",
11380                   0,
11381               };
11382               
11383 mike  1.1.2.4 static MetaProperty
11384 mike  1.1.2.1 _CIM_ServiceStatisticalInformation_ServiceCreationClassName =
11385               {
11386                   /* flags */
11387 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
11388 mike  1.1.2.1     /* name */
11389                   "ServiceCreationClassName",
11390                   /* qualifiers */
11391                   _CIM_ServiceStatisticalInformation_ServiceCreationClassName_qualifiers,
11392                   /* type */
11393                   CIMTYPE_STRING,
11394                   /* subscript */
11395                   -1,
11396                   /* value */
11397                   0,
11398               };
11399               
11400               static const char*
11401               _CIM_ServiceStatisticalInformation_ServiceName_qualifiers[] =
11402               {
11403 mike  1.1.2.3     /* Key */
11404                   "\025\001",
11405 mike  1.1.2.1     /* Propagated */
11406                   "\045CIM_Service.Name",
11407                   /* MaxLen */
11408                   "\030\000\000\001\000",
11409                   0,
11410               };
11411               
11412 mike  1.1.2.4 static MetaProperty
11413 mike  1.1.2.1 _CIM_ServiceStatisticalInformation_ServiceName =
11414               {
11415                   /* flags */
11416 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
11417 mike  1.1.2.1     /* name */
11418                   "ServiceName",
11419                   /* qualifiers */
11420                   _CIM_ServiceStatisticalInformation_ServiceName_qualifiers,
11421                   /* type */
11422                   CIMTYPE_STRING,
11423                   /* subscript */
11424                   -1,
11425                   /* value */
11426                   0,
11427               };
11428               
11429               static const char*
11430               _CIM_ServiceStatisticalInformation_CreationClassName_qualifiers[] =
11431               {
11432 mike  1.1.2.3     /* Key */
11433                   "\025\001",
11434 mike  1.1.2.1     /* MaxLen */
11435                   "\030\000\000\001\000",
11436                   0,
11437               };
11438               
11439 mike  1.1.2.4 static MetaProperty
11440 mike  1.1.2.1 _CIM_ServiceStatisticalInformation_CreationClassName =
11441               {
11442                   /* flags */
11443 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
11444 mike  1.1.2.1     /* name */
11445                   "CreationClassName",
11446                   /* qualifiers */
11447                   _CIM_ServiceStatisticalInformation_CreationClassName_qualifiers,
11448                   /* type */
11449                   CIMTYPE_STRING,
11450                   /* subscript */
11451                   -1,
11452                   /* value */
11453                   0,
11454               };
11455               
11456               static const char*
11457               _CIM_ServiceStatisticalInformation_Name_qualifiers[] =
11458               {
11459 mike  1.1.2.3     /* Key */
11460                   "\025\001",
11461 mike  1.1.2.1     /* Override */
11462                   "\044Name",
11463                   /* MaxLen */
11464                   "\030\000\000\001\000",
11465                   0,
11466               };
11467               
11468 mike  1.1.2.4 static MetaProperty
11469 mike  1.1.2.1 _CIM_ServiceStatisticalInformation_Name =
11470               {
11471                   /* flags */
11472 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
11473 mike  1.1.2.1     /* name */
11474                   "Name",
11475                   /* qualifiers */
11476                   _CIM_ServiceStatisticalInformation_Name_qualifiers,
11477                   /* type */
11478                   CIMTYPE_STRING,
11479                   /* subscript */
11480                   -1,
11481                   /* value */
11482                   0,
11483               };
11484               
11485 mike  1.1.2.4 static MetaFeature*
11486 mike  1.1.2.1 _CIM_ServiceStatisticalInformation_features[] =
11487               {
11488 mike  1.1.2.4     (MetaFeature*)&_CIM_ServiceStatisticalInformation_SystemCreationClassName,
11489                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_SystemName,
11490                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_ServiceCreationClassName,
11491                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_ServiceName,
11492                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_CreationClassName,
11493                   (MetaFeature*)&_CIM_ServiceStatisticalInformation_Name,
11494 mike  1.1.2.1     0,
11495               };
11496               
11497               static const char*
11498               __root_PG_InterOp_CIM_ServiceStatisticalInformation_qualifiers[] =
11499               {
11500                   /* UMLPackagePath */
11501                   "\057CIM::Core::Statistics",
11502                   /* Version */
11503                   "\0632.6.0",
11504                   0,
11505               };
11506               
11507 mike  1.1.2.4 MetaClass
11508 mike  1.1.2.1 __root_PG_InterOp_CIM_ServiceStatisticalInformation =
11509               {
11510                   /* flags */
11511 mike  1.1.2.4     META_FLAG_CLASS,
11512 mike  1.1.2.1     /* name */
11513                   "CIM_ServiceStatisticalInformation",
11514                   /* qualifiers */
11515                   __root_PG_InterOp_CIM_ServiceStatisticalInformation_qualifiers,
11516 mike  1.1.2.2     /* super */
11517 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
11518                   /* features */
11519                   _CIM_ServiceStatisticalInformation_features,
11520               };
11521               
11522               //==============================================================================
11523               //
11524               // Class: CIM_SettingAssociatedToCapabilities
11525               //
11526               //==============================================================================
11527               
11528               static const char*
11529               _CIM_SettingAssociatedToCapabilities_Antecedent_qualifiers[] =
11530               {
11531                   /* Override */
11532                   "\044Antecedent",
11533                   0,
11534               };
11535               
11536 mike  1.1.2.4 static MetaReference
11537 mike  1.1.2.1 _CIM_SettingAssociatedToCapabilities_Antecedent =
11538               {
11539                   /* flags */
11540 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
11541 mike  1.1.2.1     /* name */
11542                   "Antecedent",
11543                   /* qualifiers */
11544                   _CIM_SettingAssociatedToCapabilities_Antecedent_qualifiers,
11545                   /* subscript */
11546                   -1,
11547 mike  1.1.2.2     /* refId */
11548 mike  1.1.2.1     &__root_PG_InterOp_CIM_Capabilities,
11549               };
11550               
11551               static const char*
11552               _CIM_SettingAssociatedToCapabilities_Dependent_qualifiers[] =
11553               {
11554                   /* Override */
11555                   "\044Dependent",
11556                   0,
11557               };
11558               
11559 mike  1.1.2.4 static MetaReference
11560 mike  1.1.2.1 _CIM_SettingAssociatedToCapabilities_Dependent =
11561               {
11562                   /* flags */
11563 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
11564 mike  1.1.2.1     /* name */
11565                   "Dependent",
11566                   /* qualifiers */
11567                   _CIM_SettingAssociatedToCapabilities_Dependent_qualifiers,
11568                   /* subscript */
11569                   -1,
11570 mike  1.1.2.2     /* refId */
11571 mike  1.1.2.1     &__root_PG_InterOp_CIM_SettingData,
11572               };
11573               
11574               static const char*
11575               _CIM_SettingAssociatedToCapabilities_DefaultSetting_qualifiers[] =
11576               {
11577 mike  1.1.2.3     /* Required */
11578                   "\050\001",
11579 mike  1.1.2.1     0,
11580               };
11581               
11582 mike  1.1.2.4 static MetaProperty
11583 mike  1.1.2.1 _CIM_SettingAssociatedToCapabilities_DefaultSetting =
11584               {
11585                   /* flags */
11586 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
11587 mike  1.1.2.1     /* name */
11588                   "DefaultSetting",
11589                   /* qualifiers */
11590                   _CIM_SettingAssociatedToCapabilities_DefaultSetting_qualifiers,
11591                   /* type */
11592                   CIMTYPE_BOOLEAN,
11593                   /* subscript */
11594                   -1,
11595                   /* value */
11596                   "\000",
11597               };
11598               
11599 mike  1.1.2.4 static MetaFeature*
11600 mike  1.1.2.1 _CIM_SettingAssociatedToCapabilities_features[] =
11601               {
11602 mike  1.1.2.4     (MetaFeature*)&_CIM_SettingAssociatedToCapabilities_Antecedent,
11603                   (MetaFeature*)&_CIM_SettingAssociatedToCapabilities_Dependent,
11604                   (MetaFeature*)&_CIM_SettingAssociatedToCapabilities_DefaultSetting,
11605 mike  1.1.2.1     0,
11606               };
11607               
11608               static const char*
11609               __root_PG_InterOp_CIM_SettingAssociatedToCapabilities_qualifiers[] =
11610               {
11611 mike  1.1.2.3     /* ASSOCIATION */
11612                   "\000\001",
11613 mike  1.1.2.1     /* UMLPackagePath */
11614                   "\057CIM::System::FilesystemServices",
11615                   /* Version */
11616                   "\0632.11.0",
11617                   0,
11618               };
11619               
11620 mike  1.1.2.4 MetaClass
11621 mike  1.1.2.1 __root_PG_InterOp_CIM_SettingAssociatedToCapabilities =
11622               {
11623                   /* flags */
11624 mike  1.1.2.4     META_FLAG_ASSOCIATION,
11625 mike  1.1.2.1     /* name */
11626                   "CIM_SettingAssociatedToCapabilities",
11627                   /* qualifiers */
11628                   __root_PG_InterOp_CIM_SettingAssociatedToCapabilities_qualifiers,
11629 mike  1.1.2.2     /* super */
11630 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
11631                   /* features */
11632                   _CIM_SettingAssociatedToCapabilities_features,
11633               };
11634               
11635               //==============================================================================
11636               //
11637               // Class: CIM_SoftwareIdentity
11638               //
11639               //==============================================================================
11640               
11641               static const char*
11642               _CIM_SoftwareIdentity_InstanceID_qualifiers[] =
11643               {
11644 mike  1.1.2.3     /* Key */
11645                   "\025\001",
11646 mike  1.1.2.1     0,
11647               };
11648               
11649 mike  1.1.2.4 static MetaProperty
11650 mike  1.1.2.1 _CIM_SoftwareIdentity_InstanceID =
11651               {
11652                   /* flags */
11653 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
11654 mike  1.1.2.1     /* name */
11655                   "InstanceID",
11656                   /* qualifiers */
11657                   _CIM_SoftwareIdentity_InstanceID_qualifiers,
11658                   /* type */
11659                   CIMTYPE_STRING,
11660                   /* subscript */
11661                   -1,
11662                   /* value */
11663                   0,
11664               };
11665               
11666               static const char*
11667               _CIM_SoftwareIdentity_MajorVersion_qualifiers[] =
11668               {
11669                   0,
11670               };
11671               
11672 mike  1.1.2.4 static MetaProperty
11673 mike  1.1.2.1 _CIM_SoftwareIdentity_MajorVersion =
11674               {
11675                   /* flags */
11676 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
11677 mike  1.1.2.1     /* name */
11678                   "MajorVersion",
11679                   /* qualifiers */
11680                   _CIM_SoftwareIdentity_MajorVersion_qualifiers,
11681                   /* type */
11682                   CIMTYPE_UINT16,
11683                   /* subscript */
11684                   -1,
11685                   /* value */
11686                   0,
11687               };
11688               
11689               static const char*
11690               _CIM_SoftwareIdentity_MinorVersion_qualifiers[] =
11691               {
11692                   0,
11693               };
11694               
11695 mike  1.1.2.4 static MetaProperty
11696 mike  1.1.2.1 _CIM_SoftwareIdentity_MinorVersion =
11697               {
11698                   /* flags */
11699 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
11700 mike  1.1.2.1     /* name */
11701                   "MinorVersion",
11702                   /* qualifiers */
11703                   _CIM_SoftwareIdentity_MinorVersion_qualifiers,
11704                   /* type */
11705                   CIMTYPE_UINT16,
11706                   /* subscript */
11707                   -1,
11708                   /* value */
11709                   0,
11710               };
11711               
11712               static const char*
11713               _CIM_SoftwareIdentity_RevisionNumber_qualifiers[] =
11714               {
11715                   0,
11716               };
11717               
11718 mike  1.1.2.4 static MetaProperty
11719 mike  1.1.2.1 _CIM_SoftwareIdentity_RevisionNumber =
11720               {
11721                   /* flags */
11722 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
11723 mike  1.1.2.1     /* name */
11724                   "RevisionNumber",
11725                   /* qualifiers */
11726                   _CIM_SoftwareIdentity_RevisionNumber_qualifiers,
11727                   /* type */
11728                   CIMTYPE_UINT16,
11729                   /* subscript */
11730                   -1,
11731                   /* value */
11732                   0,
11733               };
11734               
11735               static const char*
11736               _CIM_SoftwareIdentity_BuildNumber_qualifiers[] =
11737               {
11738                   0,
11739               };
11740               
11741 mike  1.1.2.4 static MetaProperty
11742 mike  1.1.2.1 _CIM_SoftwareIdentity_BuildNumber =
11743               {
11744                   /* flags */
11745 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
11746 mike  1.1.2.1     /* name */
11747                   "BuildNumber",
11748                   /* qualifiers */
11749                   _CIM_SoftwareIdentity_BuildNumber_qualifiers,
11750                   /* type */
11751                   CIMTYPE_UINT16,
11752                   /* subscript */
11753                   -1,
11754                   /* value */
11755                   0,
11756               };
11757               
11758               static const char*
11759               _CIM_SoftwareIdentity_VersionString_qualifiers[] =
11760               {
11761                   0,
11762               };
11763               
11764 mike  1.1.2.4 static MetaProperty
11765 mike  1.1.2.1 _CIM_SoftwareIdentity_VersionString =
11766               {
11767                   /* flags */
11768 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
11769 mike  1.1.2.1     /* name */
11770                   "VersionString",
11771                   /* qualifiers */
11772                   _CIM_SoftwareIdentity_VersionString_qualifiers,
11773                   /* type */
11774                   CIMTYPE_STRING,
11775                   /* subscript */
11776                   -1,
11777                   /* value */
11778                   0,
11779               };
11780               
11781               static const char*
11782               _CIM_SoftwareIdentity_TargetOperatingSystems_qualifiers[] =
11783               {
11784                   0,
11785               };
11786               
11787 mike  1.1.2.4 static MetaProperty
11788 mike  1.1.2.1 _CIM_SoftwareIdentity_TargetOperatingSystems =
11789               {
11790                   /* flags */
11791 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
11792 mike  1.1.2.1     /* name */
11793                   "TargetOperatingSystems",
11794                   /* qualifiers */
11795                   _CIM_SoftwareIdentity_TargetOperatingSystems_qualifiers,
11796                   /* type */
11797                   CIMTYPE_STRING,
11798                   /* subscript */
11799                   0,
11800                   /* value */
11801                   0,
11802               };
11803               
11804               static const char*
11805               _CIM_SoftwareIdentity_Manufacturer_qualifiers[] =
11806               {
11807                   0,
11808               };
11809               
11810 mike  1.1.2.4 static MetaProperty
11811 mike  1.1.2.1 _CIM_SoftwareIdentity_Manufacturer =
11812               {
11813                   /* flags */
11814 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
11815 mike  1.1.2.1     /* name */
11816                   "Manufacturer",
11817                   /* qualifiers */
11818                   _CIM_SoftwareIdentity_Manufacturer_qualifiers,
11819                   /* type */
11820                   CIMTYPE_STRING,
11821                   /* subscript */
11822                   -1,
11823                   /* value */
11824                   0,
11825               };
11826               
11827               static const char*
11828               _CIM_SoftwareIdentity_Languages_qualifiers[] =
11829               {
11830                   0,
11831               };
11832               
11833 mike  1.1.2.4 static MetaProperty
11834 mike  1.1.2.1 _CIM_SoftwareIdentity_Languages =
11835               {
11836                   /* flags */
11837 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
11838 mike  1.1.2.1     /* name */
11839                   "Languages",
11840                   /* qualifiers */
11841                   _CIM_SoftwareIdentity_Languages_qualifiers,
11842                   /* type */
11843                   CIMTYPE_STRING,
11844                   /* subscript */
11845                   0,
11846                   /* value */
11847                   0,
11848               };
11849               
11850               static const char*
11851               _CIM_SoftwareIdentity_Classifications_qualifiers[] =
11852               {
11853                   /* ValueMap */
11854                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000..\0000x8000..0xFFFF\000",
11855                   /* Values */
11856                   "\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",
11857                   /* ArrayType */
11858                   "\005Indexed",
11859 mike  1.1.2.1     /* ModelCorrespondence */
11860                   "\036\000\001CIM_SoftwareIdentity.ClassificationDescriptions\000",
11861                   0,
11862               };
11863               
11864 mike  1.1.2.4 static MetaProperty
11865 mike  1.1.2.1 _CIM_SoftwareIdentity_Classifications =
11866               {
11867                   /* flags */
11868 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
11869 mike  1.1.2.1     /* name */
11870                   "Classifications",
11871                   /* qualifiers */
11872                   _CIM_SoftwareIdentity_Classifications_qualifiers,
11873                   /* type */
11874                   CIMTYPE_UINT16,
11875                   /* subscript */
11876                   0,
11877                   /* value */
11878                   0,
11879               };
11880               
11881               static const char*
11882               _CIM_SoftwareIdentity_ClassificationDescriptions_qualifiers[] =
11883               {
11884                   /* ArrayType */
11885                   "\005Indexed",
11886                   /* ModelCorrespondence */
11887                   "\036\000\001CIM_SoftwareIdentity.Classifications\000",
11888                   0,
11889               };
11890 mike  1.1.2.1 
11891 mike  1.1.2.4 static MetaProperty
11892 mike  1.1.2.1 _CIM_SoftwareIdentity_ClassificationDescriptions =
11893               {
11894                   /* flags */
11895 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
11896 mike  1.1.2.1     /* name */
11897                   "ClassificationDescriptions",
11898                   /* qualifiers */
11899                   _CIM_SoftwareIdentity_ClassificationDescriptions_qualifiers,
11900                   /* type */
11901                   CIMTYPE_STRING,
11902                   /* subscript */
11903                   0,
11904                   /* value */
11905                   0,
11906               };
11907               
11908               static const char*
11909               _CIM_SoftwareIdentity_SerialNumber_qualifiers[] =
11910               {
11911                   0,
11912               };
11913               
11914 mike  1.1.2.4 static MetaProperty
11915 mike  1.1.2.1 _CIM_SoftwareIdentity_SerialNumber =
11916               {
11917                   /* flags */
11918 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
11919 mike  1.1.2.1     /* name */
11920                   "SerialNumber",
11921                   /* qualifiers */
11922                   _CIM_SoftwareIdentity_SerialNumber_qualifiers,
11923                   /* type */
11924                   CIMTYPE_STRING,
11925                   /* subscript */
11926                   -1,
11927                   /* value */
11928                   0,
11929               };
11930               
11931               static const char*
11932               _CIM_SoftwareIdentity_ReleaseDate_qualifiers[] =
11933               {
11934                   0,
11935               };
11936               
11937 mike  1.1.2.4 static MetaProperty
11938 mike  1.1.2.1 _CIM_SoftwareIdentity_ReleaseDate =
11939               {
11940                   /* flags */
11941 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
11942 mike  1.1.2.1     /* name */
11943                   "ReleaseDate",
11944                   /* qualifiers */
11945                   _CIM_SoftwareIdentity_ReleaseDate_qualifiers,
11946                   /* type */
11947                   CIMTYPE_DATETIME,
11948                   /* subscript */
11949                   -1,
11950                   /* value */
11951                   0,
11952               };
11953               
11954 mike  1.1.2.4 static MetaFeature*
11955 mike  1.1.2.1 _CIM_SoftwareIdentity_features[] =
11956               {
11957 mike  1.1.2.4     (MetaFeature*)&_CIM_SoftwareIdentity_InstanceID,
11958                   (MetaFeature*)&_CIM_SoftwareIdentity_MajorVersion,
11959                   (MetaFeature*)&_CIM_SoftwareIdentity_MinorVersion,
11960                   (MetaFeature*)&_CIM_SoftwareIdentity_RevisionNumber,
11961                   (MetaFeature*)&_CIM_SoftwareIdentity_BuildNumber,
11962                   (MetaFeature*)&_CIM_SoftwareIdentity_VersionString,
11963                   (MetaFeature*)&_CIM_SoftwareIdentity_TargetOperatingSystems,
11964                   (MetaFeature*)&_CIM_SoftwareIdentity_Manufacturer,
11965                   (MetaFeature*)&_CIM_SoftwareIdentity_Languages,
11966                   (MetaFeature*)&_CIM_SoftwareIdentity_Classifications,
11967                   (MetaFeature*)&_CIM_SoftwareIdentity_ClassificationDescriptions,
11968                   (MetaFeature*)&_CIM_SoftwareIdentity_SerialNumber,
11969                   (MetaFeature*)&_CIM_SoftwareIdentity_ReleaseDate,
11970 mike  1.1.2.1     0,
11971               };
11972               
11973               static const char*
11974               __root_PG_InterOp_CIM_SoftwareIdentity_qualifiers[] =
11975               {
11976                   /* UMLPackagePath */
11977                   "\057CIM::Core::Software",
11978                   /* Version */
11979                   "\0632.13.0",
11980                   0,
11981               };
11982               
11983 mike  1.1.2.4 MetaClass
11984 mike  1.1.2.1 __root_PG_InterOp_CIM_SoftwareIdentity =
11985               {
11986                   /* flags */
11987 mike  1.1.2.4     META_FLAG_CLASS,
11988 mike  1.1.2.1     /* name */
11989                   "CIM_SoftwareIdentity",
11990                   /* qualifiers */
11991                   __root_PG_InterOp_CIM_SoftwareIdentity_qualifiers,
11992 mike  1.1.2.2     /* super */
11993 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalElement,
11994                   /* features */
11995                   _CIM_SoftwareIdentity_features,
11996               };
11997               
11998               //==============================================================================
11999               //
12000               // Class: CIM_SpareGroup
12001               //
12002               //==============================================================================
12003               
12004               static const char*
12005               _CIM_SpareGroup_Failover_FailoverFrom_qualifiers[] =
12006               {
12007 mike  1.1.2.3     /* IN */
12008                   "\024\001",
12009 mike  1.1.2.1     0,
12010               };
12011               
12012 mike  1.1.2.4 static MetaReference
12013 mike  1.1.2.1 _CIM_SpareGroup_Failover_FailoverFrom =
12014               {
12015                   /* flags */
12016 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_IN,
12017 mike  1.1.2.1     /* name */
12018                   "FailoverFrom",
12019                   /* qualifiers */
12020                   _CIM_SpareGroup_Failover_FailoverFrom_qualifiers,
12021                   /* subscript */
12022                   -1,
12023 mike  1.1.2.2     /* ref */
12024 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
12025               };
12026               
12027               static const char*
12028               _CIM_SpareGroup_Failover_FailoverTo_qualifiers[] =
12029               {
12030 mike  1.1.2.3     /* IN */
12031                   "\024\001",
12032 mike  1.1.2.1     0,
12033               };
12034               
12035 mike  1.1.2.4 static MetaReference
12036 mike  1.1.2.1 _CIM_SpareGroup_Failover_FailoverTo =
12037               {
12038                   /* flags */
12039 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_IN,
12040 mike  1.1.2.1     /* name */
12041                   "FailoverTo",
12042                   /* qualifiers */
12043                   _CIM_SpareGroup_Failover_FailoverTo_qualifiers,
12044                   /* subscript */
12045                   -1,
12046 mike  1.1.2.2     /* ref */
12047 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
12048               };
12049               
12050 mike  1.1.2.4 static MetaFeature*
12051 mike  1.1.2.1 _CIM_SpareGroup_Failover_parameters[] =
12052               {
12053 mike  1.1.2.4     (MetaFeature*)&_CIM_SpareGroup_Failover_FailoverFrom,
12054                   (MetaFeature*)&_CIM_SpareGroup_Failover_FailoverTo,
12055 mike  1.1.2.1     0,
12056               };
12057               
12058               static const char*
12059               _CIM_SpareGroup_Failover_qualifiers[] =
12060               {
12061                   /* Deprecated */
12062                   "\013\000\001CIM_RedundancySet.FailOver()\000",
12063                   0,
12064               };
12065               
12066 mike  1.1.2.4 static MetaMethod
12067 mike  1.1.2.1 _CIM_SpareGroup_Failover =
12068               {
12069                   /* flags */
12070 mike  1.1.2.4     META_FLAG_METHOD,
12071 mike  1.1.2.1     /* name */
12072                   "CIM_SpareGroup",
12073                   /* qualifiers */
12074                   _CIM_SpareGroup_Failover_qualifiers,
12075                   /* type */
12076                   CIMTYPE_UINT32,
12077                   /* parameters */
12078                   _CIM_SpareGroup_Failover_parameters,
12079               };
12080               
12081 mike  1.1.2.4 static MetaFeature*
12082 mike  1.1.2.1 _CIM_SpareGroup_features[] =
12083               {
12084 mike  1.1.2.4     (MetaFeature*)&_CIM_SpareGroup_Failover,
12085 mike  1.1.2.1     0,
12086               };
12087               
12088               static const char*
12089               __root_PG_InterOp_CIM_SpareGroup_qualifiers[] =
12090               {
12091                   /* Deprecated */
12092                   "\013\000\001CIM_RedundancySet\000",
12093                   /* UMLPackagePath */
12094                   "\057CIM::Core::Redundancy",
12095                   /* Version */
12096                   "\0632.13.0",
12097                   0,
12098               };
12099               
12100 mike  1.1.2.4 MetaClass
12101 mike  1.1.2.1 __root_PG_InterOp_CIM_SpareGroup =
12102               {
12103                   /* flags */
12104 mike  1.1.2.4     META_FLAG_CLASS,
12105 mike  1.1.2.1     /* name */
12106                   "CIM_SpareGroup",
12107                   /* qualifiers */
12108                   __root_PG_InterOp_CIM_SpareGroup_qualifiers,
12109 mike  1.1.2.2     /* super */
12110 mike  1.1.2.1     &__root_PG_InterOp_CIM_RedundancyGroup,
12111                   /* features */
12112                   _CIM_SpareGroup_features,
12113               };
12114               
12115               //==============================================================================
12116               //
12117               // Class: CIM_StatisticsCollection
12118               //
12119               //==============================================================================
12120               
12121               static const char*
12122               _CIM_StatisticsCollection_SampleInterval_qualifiers[] =
12123               {
12124                   0,
12125               };
12126               
12127 mike  1.1.2.4 static MetaProperty
12128 mike  1.1.2.1 _CIM_StatisticsCollection_SampleInterval =
12129               {
12130                   /* flags */
12131 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
12132 mike  1.1.2.1     /* name */
12133                   "SampleInterval",
12134                   /* qualifiers */
12135                   _CIM_StatisticsCollection_SampleInterval_qualifiers,
12136                   /* type */
12137                   CIMTYPE_DATETIME,
12138                   /* subscript */
12139                   -1,
12140                   /* value */
12141                   "00000000000000.000000:000",
12142               };
12143               
12144               static const char*
12145               _CIM_StatisticsCollection_TimeLastSampled_qualifiers[] =
12146               {
12147                   0,
12148               };
12149               
12150 mike  1.1.2.4 static MetaProperty
12151 mike  1.1.2.1 _CIM_StatisticsCollection_TimeLastSampled =
12152               {
12153                   /* flags */
12154 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
12155 mike  1.1.2.1     /* name */
12156                   "TimeLastSampled",
12157                   /* qualifiers */
12158                   _CIM_StatisticsCollection_TimeLastSampled_qualifiers,
12159                   /* type */
12160                   CIMTYPE_DATETIME,
12161                   /* subscript */
12162                   -1,
12163                   /* value */
12164                   0,
12165               };
12166               
12167 mike  1.1.2.4 static MetaFeature*
12168 mike  1.1.2.1 _CIM_StatisticsCollection_features[] =
12169               {
12170 mike  1.1.2.4     (MetaFeature*)&_CIM_StatisticsCollection_SampleInterval,
12171                   (MetaFeature*)&_CIM_StatisticsCollection_TimeLastSampled,
12172 mike  1.1.2.1     0,
12173               };
12174               
12175               static const char*
12176               __root_PG_InterOp_CIM_StatisticsCollection_qualifiers[] =
12177               {
12178                   /* UMLPackagePath */
12179                   "\057CIM::Core::Statistics",
12180                   /* Version */
12181                   "\0632.8.1000",
12182                   0,
12183               };
12184               
12185 mike  1.1.2.4 MetaClass
12186 mike  1.1.2.1 __root_PG_InterOp_CIM_StatisticsCollection =
12187               {
12188                   /* flags */
12189 mike  1.1.2.4     META_FLAG_CLASS,
12190 mike  1.1.2.1     /* name */
12191                   "CIM_StatisticsCollection",
12192                   /* qualifiers */
12193                   __root_PG_InterOp_CIM_StatisticsCollection_qualifiers,
12194 mike  1.1.2.2     /* super */
12195 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemSpecificCollection,
12196                   /* features */
12197                   _CIM_StatisticsCollection_features,
12198               };
12199               
12200               //==============================================================================
12201               //
12202               // Class: CIM_StorageRedundancyGroup
12203               //
12204               //==============================================================================
12205               
12206               static const char*
12207               _CIM_StorageRedundancyGroup_TypeOfAlgorithm_qualifiers[] =
12208               {
12209                   /* Deprecated */
12210                   "\013\000\001CIM_StorageRedundancySet.TypeOfAlgorithm\000",
12211                   /* ValueMap */
12212                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
12213                   /* Values */
12214                   "\062\000\010None\000Other\000Unknown\000Copy\000XOR\000P+Q\000S\000P+S\000",
12215                   /* MappingStrings */
12216 mike  1.1.2.1     "\026\000\001MIF.DMTF|Redundancy Group|001.2\000",
12217                   0,
12218               };
12219               
12220 mike  1.1.2.4 static MetaProperty
12221 mike  1.1.2.1 _CIM_StorageRedundancyGroup_TypeOfAlgorithm =
12222               {
12223                   /* flags */
12224 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
12225 mike  1.1.2.1     /* name */
12226                   "TypeOfAlgorithm",
12227                   /* qualifiers */
12228                   _CIM_StorageRedundancyGroup_TypeOfAlgorithm_qualifiers,
12229                   /* type */
12230                   CIMTYPE_UINT16,
12231                   /* subscript */
12232                   -1,
12233                   /* value */
12234                   0,
12235               };
12236               
12237               static const char*
12238               _CIM_StorageRedundancyGroup_StorageRedundancy_qualifiers[] =
12239               {
12240                   /* Deprecated */
12241                   "\013\000\001No Value\000",
12242                   /* ValueMap */
12243                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
12244                   /* Values */
12245                   "\062\000\011No Additional Status\000Reconfig In Progress\000Data Lost\000Not Currently Configured\000Protected Rebuild\000Redundancy Disabled\000Unprotected Rebuild\000Recalculating\000Verifying\000",
12246 mike  1.1.2.1     0,
12247               };
12248               
12249 mike  1.1.2.4 static MetaProperty
12250 mike  1.1.2.1 _CIM_StorageRedundancyGroup_StorageRedundancy =
12251               {
12252                   /* flags */
12253 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
12254 mike  1.1.2.1     /* name */
12255                   "StorageRedundancy",
12256                   /* qualifiers */
12257                   _CIM_StorageRedundancyGroup_StorageRedundancy_qualifiers,
12258                   /* type */
12259                   CIMTYPE_UINT16,
12260                   /* subscript */
12261                   -1,
12262                   /* value */
12263                   0,
12264               };
12265               
12266               static const char*
12267               _CIM_StorageRedundancyGroup_IsStriped_qualifiers[] =
12268               {
12269                   /* Deprecated */
12270                   "\013\000\001CIM_CompositeExtent.ExtentStripeLength\000",
12271                   0,
12272               };
12273               
12274 mike  1.1.2.4 static MetaProperty
12275 mike  1.1.2.1 _CIM_StorageRedundancyGroup_IsStriped =
12276               {
12277                   /* flags */
12278 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
12279 mike  1.1.2.1     /* name */
12280                   "IsStriped",
12281                   /* qualifiers */
12282                   _CIM_StorageRedundancyGroup_IsStriped_qualifiers,
12283                   /* type */
12284                   CIMTYPE_BOOLEAN,
12285                   /* subscript */
12286                   -1,
12287                   /* value */
12288                   0,
12289               };
12290               
12291               static const char*
12292               _CIM_StorageRedundancyGroup_IsConcatenated_qualifiers[] =
12293               {
12294                   /* Deprecated */
12295                   "\013\000\001CIM_CompositeExtent.IsConcatenated\000",
12296                   0,
12297               };
12298               
12299 mike  1.1.2.4 static MetaProperty
12300 mike  1.1.2.1 _CIM_StorageRedundancyGroup_IsConcatenated =
12301               {
12302                   /* flags */
12303 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
12304 mike  1.1.2.1     /* name */
12305                   "IsConcatenated",
12306                   /* qualifiers */
12307                   _CIM_StorageRedundancyGroup_IsConcatenated_qualifiers,
12308                   /* type */
12309                   CIMTYPE_BOOLEAN,
12310                   /* subscript */
12311                   -1,
12312                   /* value */
12313                   0,
12314               };
12315               
12316 mike  1.1.2.4 static MetaFeature*
12317 mike  1.1.2.1 _CIM_StorageRedundancyGroup_features[] =
12318               {
12319 mike  1.1.2.4     (MetaFeature*)&_CIM_StorageRedundancyGroup_TypeOfAlgorithm,
12320                   (MetaFeature*)&_CIM_StorageRedundancyGroup_StorageRedundancy,
12321                   (MetaFeature*)&_CIM_StorageRedundancyGroup_IsStriped,
12322                   (MetaFeature*)&_CIM_StorageRedundancyGroup_IsConcatenated,
12323 mike  1.1.2.1     0,
12324               };
12325               
12326               static const char*
12327               __root_PG_InterOp_CIM_StorageRedundancyGroup_qualifiers[] =
12328               {
12329                   /* Deprecated */
12330                   "\013\000\001CIM_StorageRedundancySet\000",
12331                   /* UMLPackagePath */
12332                   "\057CIM::Core::Redundancy",
12333                   /* Version */
12334                   "\0632.13.0",
12335                   0,
12336               };
12337               
12338 mike  1.1.2.4 MetaClass
12339 mike  1.1.2.1 __root_PG_InterOp_CIM_StorageRedundancyGroup =
12340               {
12341                   /* flags */
12342 mike  1.1.2.4     META_FLAG_CLASS,
12343 mike  1.1.2.1     /* name */
12344                   "CIM_StorageRedundancyGroup",
12345                   /* qualifiers */
12346                   __root_PG_InterOp_CIM_StorageRedundancyGroup_qualifiers,
12347 mike  1.1.2.2     /* super */
12348 mike  1.1.2.1     &__root_PG_InterOp_CIM_RedundancyGroup,
12349                   /* features */
12350                   _CIM_StorageRedundancyGroup_features,
12351               };
12352               
12353               //==============================================================================
12354               //
12355               // Class: CIM_StorageRedundancySet
12356               //
12357               //==============================================================================
12358               
12359               static const char*
12360               _CIM_StorageRedundancySet_TypeOfAlgorithm_qualifiers[] =
12361               {
12362                   /* ValueMap */
12363                   "\061\000\0070\0001\0003\0004\0005\0006\0007\000",
12364                   /* Values */
12365                   "\062\000\007Unknown\000Other\000Copy\000XOR\000P+Q\000S\000P+S\000",
12366                   /* MappingStrings */
12367                   "\026\000\001MIF.DMTF|Redundancy Group|001.2\000",
12368                   /* ModelCorrespondence */
12369 mike  1.1.2.1     "\036\000\001CIM_StorageRedundancySet.OtherAlgorithm\000",
12370                   0,
12371               };
12372               
12373 mike  1.1.2.4 static MetaProperty
12374 mike  1.1.2.1 _CIM_StorageRedundancySet_TypeOfAlgorithm =
12375               {
12376                   /* flags */
12377 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
12378 mike  1.1.2.1     /* name */
12379                   "TypeOfAlgorithm",
12380                   /* qualifiers */
12381                   _CIM_StorageRedundancySet_TypeOfAlgorithm_qualifiers,
12382                   /* type */
12383                   CIMTYPE_UINT16,
12384                   /* subscript */
12385                   -1,
12386                   /* value */
12387                   0,
12388               };
12389               
12390               static const char*
12391               _CIM_StorageRedundancySet_OtherAlgorithm_qualifiers[] =
12392               {
12393                   /* ModelCorrespondence */
12394                   "\036\000\001CIM_StorageRedundancySet.TypeOfAlgorithm\000",
12395                   0,
12396               };
12397               
12398 mike  1.1.2.4 static MetaProperty
12399 mike  1.1.2.1 _CIM_StorageRedundancySet_OtherAlgorithm =
12400               {
12401                   /* flags */
12402 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
12403 mike  1.1.2.1     /* name */
12404                   "OtherAlgorithm",
12405                   /* qualifiers */
12406                   _CIM_StorageRedundancySet_OtherAlgorithm_qualifiers,
12407                   /* type */
12408                   CIMTYPE_STRING,
12409                   /* subscript */
12410                   -1,
12411                   /* value */
12412                   0,
12413               };
12414               
12415 mike  1.1.2.4 static MetaFeature*
12416 mike  1.1.2.1 _CIM_StorageRedundancySet_features[] =
12417               {
12418 mike  1.1.2.4     (MetaFeature*)&_CIM_StorageRedundancySet_TypeOfAlgorithm,
12419                   (MetaFeature*)&_CIM_StorageRedundancySet_OtherAlgorithm,
12420 mike  1.1.2.1     0,
12421               };
12422               
12423               static const char*
12424               __root_PG_InterOp_CIM_StorageRedundancySet_qualifiers[] =
12425               {
12426                   /* UMLPackagePath */
12427                   "\057CIM::Core::Redundancy",
12428                   /* Version */
12429                   "\0632.8.1000",
12430                   0,
12431               };
12432               
12433 mike  1.1.2.4 MetaClass
12434 mike  1.1.2.1 __root_PG_InterOp_CIM_StorageRedundancySet =
12435               {
12436                   /* flags */
12437 mike  1.1.2.4     META_FLAG_CLASS,
12438 mike  1.1.2.1     /* name */
12439                   "CIM_StorageRedundancySet",
12440                   /* qualifiers */
12441                   __root_PG_InterOp_CIM_StorageRedundancySet_qualifiers,
12442 mike  1.1.2.2     /* super */
12443 mike  1.1.2.1     &__root_PG_InterOp_CIM_RedundancySet,
12444                   /* features */
12445                   _CIM_StorageRedundancySet_features,
12446               };
12447               
12448               //==============================================================================
12449               //
12450               // Class: CIM_ActsAsSpare
12451               //
12452               //==============================================================================
12453               
12454               static const char*
12455               _CIM_ActsAsSpare_Group_qualifiers[] =
12456               {
12457                   /* Deprecated */
12458                   "\013\000\001CIM_IsSpare.Dependent\000",
12459 mike  1.1.2.3     /* Key */
12460                   "\025\001",
12461 mike  1.1.2.1     0,
12462               };
12463               
12464 mike  1.1.2.4 static MetaReference
12465 mike  1.1.2.1 _CIM_ActsAsSpare_Group =
12466               {
12467                   /* flags */
12468 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
12469 mike  1.1.2.1     /* name */
12470                   "Group",
12471                   /* qualifiers */
12472                   _CIM_ActsAsSpare_Group_qualifiers,
12473                   /* subscript */
12474                   -1,
12475 mike  1.1.2.2     /* refId */
12476 mike  1.1.2.1     &__root_PG_InterOp_CIM_SpareGroup,
12477               };
12478               
12479               static const char*
12480               _CIM_ActsAsSpare_Spare_qualifiers[] =
12481               {
12482                   /* Deprecated */
12483                   "\013\000\001CIM_IsSpare.Antecedent\000",
12484 mike  1.1.2.3     /* Key */
12485                   "\025\001",
12486 mike  1.1.2.1     0,
12487               };
12488               
12489 mike  1.1.2.4 static MetaReference
12490 mike  1.1.2.1 _CIM_ActsAsSpare_Spare =
12491               {
12492                   /* flags */
12493 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
12494 mike  1.1.2.1     /* name */
12495                   "Spare",
12496                   /* qualifiers */
12497                   _CIM_ActsAsSpare_Spare_qualifiers,
12498                   /* subscript */
12499                   -1,
12500 mike  1.1.2.2     /* refId */
12501 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
12502               };
12503               
12504               static const char*
12505               _CIM_ActsAsSpare_HotStandby_qualifiers[] =
12506               {
12507                   /* Deprecated */
12508                   "\013\000\001CIM_IsSpare.SpareStatus\000",
12509                   0,
12510               };
12511               
12512 mike  1.1.2.4 static MetaProperty
12513 mike  1.1.2.1 _CIM_ActsAsSpare_HotStandby =
12514               {
12515                   /* flags */
12516 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
12517 mike  1.1.2.1     /* name */
12518                   "HotStandby",
12519                   /* qualifiers */
12520                   _CIM_ActsAsSpare_HotStandby_qualifiers,
12521                   /* type */
12522                   CIMTYPE_BOOLEAN,
12523                   /* subscript */
12524                   -1,
12525                   /* value */
12526                   0,
12527               };
12528               
12529 mike  1.1.2.4 static MetaFeature*
12530 mike  1.1.2.1 _CIM_ActsAsSpare_features[] =
12531               {
12532 mike  1.1.2.4     (MetaFeature*)&_CIM_ActsAsSpare_Group,
12533                   (MetaFeature*)&_CIM_ActsAsSpare_Spare,
12534                   (MetaFeature*)&_CIM_ActsAsSpare_HotStandby,
12535 mike  1.1.2.1     0,
12536               };
12537               
12538               static const char*
12539               __root_PG_InterOp_CIM_ActsAsSpare_qualifiers[] =
12540               {
12541 mike  1.1.2.3     /* ASSOCIATION */
12542                   "\000\001",
12543 mike  1.1.2.1     /* Deprecated */
12544                   "\013\000\001CIM_IsSpare\000",
12545                   /* UMLPackagePath */
12546                   "\057CIM::Core::Redundancy",
12547                   /* Version */
12548                   "\0632.13.0",
12549                   0,
12550               };
12551               
12552 mike  1.1.2.4 MetaClass
12553 mike  1.1.2.1 __root_PG_InterOp_CIM_ActsAsSpare =
12554               {
12555                   /* flags */
12556 mike  1.1.2.4     META_FLAG_ASSOCIATION,
12557 mike  1.1.2.1     /* name */
12558                   "CIM_ActsAsSpare",
12559                   /* qualifiers */
12560                   __root_PG_InterOp_CIM_ActsAsSpare_qualifiers,
12561 mike  1.1.2.2     /* super */
12562 mike  1.1.2.1     0,
12563                   /* features */
12564                   _CIM_ActsAsSpare_features,
12565               };
12566               
12567               //==============================================================================
12568               //
12569               // Class: CIM_DefaultSetting
12570               //
12571               //==============================================================================
12572               
12573               static const char*
12574               _CIM_DefaultSetting_Setting_qualifiers[] =
12575               {
12576                   /* Override */
12577                   "\044Setting",
12578                   /* Max */
12579                   "\027\000\000\000\001",
12580                   0,
12581               };
12582               
12583 mike  1.1.2.4 static MetaReference
12584 mike  1.1.2.1 _CIM_DefaultSetting_Setting =
12585               {
12586                   /* flags */
12587 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
12588 mike  1.1.2.1     /* name */
12589                   "Setting",
12590                   /* qualifiers */
12591                   _CIM_DefaultSetting_Setting_qualifiers,
12592                   /* subscript */
12593                   -1,
12594 mike  1.1.2.2     /* refId */
12595 mike  1.1.2.1     &__root_PG_InterOp_CIM_Setting,
12596               };
12597               
12598 mike  1.1.2.4 static MetaFeature*
12599 mike  1.1.2.1 _CIM_DefaultSetting_features[] =
12600               {
12601 mike  1.1.2.4     (MetaFeature*)&_CIM_DefaultSetting_Setting,
12602 mike  1.1.2.1     0,
12603               };
12604               
12605               static const char*
12606               __root_PG_InterOp_CIM_DefaultSetting_qualifiers[] =
12607               {
12608 mike  1.1.2.3     /* ASSOCIATION */
12609                   "\000\001",
12610 mike  1.1.2.1     /* UMLPackagePath */
12611                   "\057CIM::Core::Settings",
12612                   /* Version */
12613                   "\0632.10.0",
12614                   0,
12615               };
12616               
12617 mike  1.1.2.4 MetaClass
12618 mike  1.1.2.1 __root_PG_InterOp_CIM_DefaultSetting =
12619               {
12620                   /* flags */
12621 mike  1.1.2.4     META_FLAG_ASSOCIATION,
12622 mike  1.1.2.1     /* name */
12623                   "CIM_DefaultSetting",
12624                   /* qualifiers */
12625                   __root_PG_InterOp_CIM_DefaultSetting_qualifiers,
12626 mike  1.1.2.2     /* super */
12627 mike  1.1.2.1     &__root_PG_InterOp_CIM_ElementSetting,
12628                   /* features */
12629                   _CIM_DefaultSetting_features,
12630               };
12631               
12632               //==============================================================================
12633               //
12634               // Class: CIM_ElementSoftwareIdentity
12635               //
12636               //==============================================================================
12637               
12638               static const char*
12639               _CIM_ElementSoftwareIdentity_Antecedent_qualifiers[] =
12640               {
12641                   /* Override */
12642                   "\044Antecedent",
12643                   0,
12644               };
12645               
12646 mike  1.1.2.4 static MetaReference
12647 mike  1.1.2.1 _CIM_ElementSoftwareIdentity_Antecedent =
12648               {
12649                   /* flags */
12650 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
12651 mike  1.1.2.1     /* name */
12652                   "Antecedent",
12653                   /* qualifiers */
12654                   _CIM_ElementSoftwareIdentity_Antecedent_qualifiers,
12655                   /* subscript */
12656                   -1,
12657 mike  1.1.2.2     /* refId */
12658 mike  1.1.2.1     &__root_PG_InterOp_CIM_SoftwareIdentity,
12659               };
12660               
12661               static const char*
12662               _CIM_ElementSoftwareIdentity_Dependent_qualifiers[] =
12663               {
12664                   /* Override */
12665                   "\044Dependent",
12666                   0,
12667               };
12668               
12669 mike  1.1.2.4 static MetaReference
12670 mike  1.1.2.1 _CIM_ElementSoftwareIdentity_Dependent =
12671               {
12672                   /* flags */
12673 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
12674 mike  1.1.2.1     /* name */
12675                   "Dependent",
12676                   /* qualifiers */
12677                   _CIM_ElementSoftwareIdentity_Dependent_qualifiers,
12678                   /* subscript */
12679                   -1,
12680 mike  1.1.2.2     /* refId */
12681 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
12682               };
12683               
12684               static const char*
12685               _CIM_ElementSoftwareIdentity_UpgradeCondition_qualifiers[] =
12686               {
12687                   /* ValueMap */
12688                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..0xFFFF\000",
12689                   /* Values */
12690                   "\062\000\010Unknown\000Other\000Resides off device\000Owner Upgradeable\000Factory Upgradeable\000Not Upgradeable\000DMTF Reserved\000Vendor Reserved\000",
12691                   /* ModelCorrespondence */
12692                   "\036\000\001CIM_ElementSoftwareIdentity.OtherUpgradeCondition\000",
12693                   0,
12694               };
12695               
12696 mike  1.1.2.4 static MetaProperty
12697 mike  1.1.2.1 _CIM_ElementSoftwareIdentity_UpgradeCondition =
12698               {
12699                   /* flags */
12700 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
12701 mike  1.1.2.1     /* name */
12702                   "UpgradeCondition",
12703                   /* qualifiers */
12704                   _CIM_ElementSoftwareIdentity_UpgradeCondition_qualifiers,
12705                   /* type */
12706                   CIMTYPE_UINT16,
12707                   /* subscript */
12708                   -1,
12709                   /* value */
12710                   0,
12711               };
12712               
12713               static const char*
12714               _CIM_ElementSoftwareIdentity_OtherUpgradeCondition_qualifiers[] =
12715               {
12716                   /* ModelCorrespondence */
12717                   "\036\000\001CIM_ElementSoftwareIdentity.UpgradeCondition\000",
12718                   0,
12719               };
12720               
12721 mike  1.1.2.4 static MetaProperty
12722 mike  1.1.2.1 _CIM_ElementSoftwareIdentity_OtherUpgradeCondition =
12723               {
12724                   /* flags */
12725 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
12726 mike  1.1.2.1     /* name */
12727                   "OtherUpgradeCondition",
12728                   /* qualifiers */
12729                   _CIM_ElementSoftwareIdentity_OtherUpgradeCondition_qualifiers,
12730                   /* type */
12731                   CIMTYPE_STRING,
12732                   /* subscript */
12733                   -1,
12734                   /* value */
12735                   0,
12736               };
12737               
12738 mike  1.1.2.4 static MetaFeature*
12739 mike  1.1.2.1 _CIM_ElementSoftwareIdentity_features[] =
12740               {
12741 mike  1.1.2.4     (MetaFeature*)&_CIM_ElementSoftwareIdentity_Antecedent,
12742                   (MetaFeature*)&_CIM_ElementSoftwareIdentity_Dependent,
12743                   (MetaFeature*)&_CIM_ElementSoftwareIdentity_UpgradeCondition,
12744                   (MetaFeature*)&_CIM_ElementSoftwareIdentity_OtherUpgradeCondition,
12745 mike  1.1.2.1     0,
12746               };
12747               
12748               static const char*
12749               __root_PG_InterOp_CIM_ElementSoftwareIdentity_qualifiers[] =
12750               {
12751 mike  1.1.2.3     /* ASSOCIATION */
12752                   "\000\001",
12753 mike  1.1.2.1     /* UMLPackagePath */
12754                   "\057CIM::Core::Software",
12755                   /* Version */
12756                   "\0632.8.0",
12757                   0,
12758               };
12759               
12760 mike  1.1.2.4 MetaClass
12761 mike  1.1.2.1 __root_PG_InterOp_CIM_ElementSoftwareIdentity =
12762               {
12763                   /* flags */
12764 mike  1.1.2.4     META_FLAG_ASSOCIATION,
12765 mike  1.1.2.1     /* name */
12766                   "CIM_ElementSoftwareIdentity",
12767                   /* qualifiers */
12768                   __root_PG_InterOp_CIM_ElementSoftwareIdentity_qualifiers,
12769 mike  1.1.2.2     /* super */
12770 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
12771                   /* features */
12772                   _CIM_ElementSoftwareIdentity_features,
12773               };
12774               
12775               //==============================================================================
12776               //
12777               // Class: CIM_ExtraCapacityGroup
12778               //
12779               //==============================================================================
12780               
12781               static const char*
12782               _CIM_ExtraCapacityGroup_MinNumberNeeded_qualifiers[] =
12783               {
12784                   /* Deprecated */
12785                   "\013\000\001CIM_RedundancySet.MinNumberNeeded\000",
12786                   0,
12787               };
12788               
12789 mike  1.1.2.4 static MetaProperty
12790 mike  1.1.2.1 _CIM_ExtraCapacityGroup_MinNumberNeeded =
12791               {
12792                   /* flags */
12793 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
12794 mike  1.1.2.1     /* name */
12795                   "MinNumberNeeded",
12796                   /* qualifiers */
12797                   _CIM_ExtraCapacityGroup_MinNumberNeeded_qualifiers,
12798                   /* type */
12799                   CIMTYPE_UINT32,
12800                   /* subscript */
12801                   -1,
12802                   /* value */
12803                   0,
12804               };
12805               
12806               static const char*
12807               _CIM_ExtraCapacityGroup_LoadBalancedGroup_qualifiers[] =
12808               {
12809                   /* Deprecated */
12810                   "\013\000\001CIM_RedundancySet.TypeOfSet\000",
12811                   0,
12812               };
12813               
12814 mike  1.1.2.4 static MetaProperty
12815 mike  1.1.2.1 _CIM_ExtraCapacityGroup_LoadBalancedGroup =
12816               {
12817                   /* flags */
12818 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
12819 mike  1.1.2.1     /* name */
12820                   "LoadBalancedGroup",
12821                   /* qualifiers */
12822                   _CIM_ExtraCapacityGroup_LoadBalancedGroup_qualifiers,
12823                   /* type */
12824                   CIMTYPE_BOOLEAN,
12825                   /* subscript */
12826                   -1,
12827                   /* value */
12828                   0,
12829               };
12830               
12831 mike  1.1.2.4 static MetaFeature*
12832 mike  1.1.2.1 _CIM_ExtraCapacityGroup_features[] =
12833               {
12834 mike  1.1.2.4     (MetaFeature*)&_CIM_ExtraCapacityGroup_MinNumberNeeded,
12835                   (MetaFeature*)&_CIM_ExtraCapacityGroup_LoadBalancedGroup,
12836 mike  1.1.2.1     0,
12837               };
12838               
12839               static const char*
12840               __root_PG_InterOp_CIM_ExtraCapacityGroup_qualifiers[] =
12841               {
12842                   /* Deprecated */
12843                   "\013\000\001CIM_RedundancySet\000",
12844                   /* UMLPackagePath */
12845                   "\057CIM::Core::Redundancy",
12846                   /* Version */
12847                   "\0632.13.0",
12848                   0,
12849               };
12850               
12851 mike  1.1.2.4 MetaClass
12852 mike  1.1.2.1 __root_PG_InterOp_CIM_ExtraCapacityGroup =
12853               {
12854                   /* flags */
12855 mike  1.1.2.4     META_FLAG_CLASS,
12856 mike  1.1.2.1     /* name */
12857                   "CIM_ExtraCapacityGroup",
12858                   /* qualifiers */
12859                   __root_PG_InterOp_CIM_ExtraCapacityGroup_qualifiers,
12860 mike  1.1.2.2     /* super */
12861 mike  1.1.2.1     &__root_PG_InterOp_CIM_RedundancyGroup,
12862                   /* features */
12863                   _CIM_ExtraCapacityGroup_features,
12864               };
12865               
12866               //==============================================================================
12867               //
12868               // Class: CIM_IsSpare
12869               //
12870               //==============================================================================
12871               
12872               static const char*
12873               _CIM_IsSpare_Antecedent_qualifiers[] =
12874               {
12875                   /* Override */
12876                   "\044Antecedent",
12877                   0,
12878               };
12879               
12880 mike  1.1.2.4 static MetaReference
12881 mike  1.1.2.1 _CIM_IsSpare_Antecedent =
12882               {
12883                   /* flags */
12884 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
12885 mike  1.1.2.1     /* name */
12886                   "Antecedent",
12887                   /* qualifiers */
12888                   _CIM_IsSpare_Antecedent_qualifiers,
12889                   /* subscript */
12890                   -1,
12891 mike  1.1.2.2     /* refId */
12892 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
12893               };
12894               
12895               static const char*
12896               _CIM_IsSpare_Dependent_qualifiers[] =
12897               {
12898                   /* Override */
12899                   "\044Dependent",
12900                   0,
12901               };
12902               
12903 mike  1.1.2.4 static MetaReference
12904 mike  1.1.2.1 _CIM_IsSpare_Dependent =
12905               {
12906                   /* flags */
12907 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
12908 mike  1.1.2.1     /* name */
12909                   "Dependent",
12910                   /* qualifiers */
12911                   _CIM_IsSpare_Dependent_qualifiers,
12912                   /* subscript */
12913                   -1,
12914 mike  1.1.2.2     /* refId */
12915 mike  1.1.2.1     &__root_PG_InterOp_CIM_RedundancySet,
12916               };
12917               
12918               static const char*
12919               _CIM_IsSpare_SpareStatus_qualifiers[] =
12920               {
12921                   /* ValueMap */
12922                   "\061\000\0030\0002\0003\000",
12923                   /* Values */
12924                   "\062\000\003Unknown\000Hot Standby\000Cold Standby\000",
12925                   0,
12926               };
12927               
12928 mike  1.1.2.4 static MetaProperty
12929 mike  1.1.2.1 _CIM_IsSpare_SpareStatus =
12930               {
12931                   /* flags */
12932 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
12933 mike  1.1.2.1     /* name */
12934                   "SpareStatus",
12935                   /* qualifiers */
12936                   _CIM_IsSpare_SpareStatus_qualifiers,
12937                   /* type */
12938                   CIMTYPE_UINT16,
12939                   /* subscript */
12940                   -1,
12941                   /* value */
12942                   0,
12943               };
12944               
12945               static const char*
12946               _CIM_IsSpare_FailoverSupported_qualifiers[] =
12947               {
12948                   /* ValueMap */
12949                   "\061\000\0040\0002\0003\0004\000",
12950                   /* Values */
12951                   "\062\000\004Unknown\000Automatic\000Manual\000Both Manual and Automatic\000",
12952                   0,
12953               };
12954 mike  1.1.2.1 
12955 mike  1.1.2.4 static MetaProperty
12956 mike  1.1.2.1 _CIM_IsSpare_FailoverSupported =
12957               {
12958                   /* flags */
12959 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
12960 mike  1.1.2.1     /* name */
12961                   "FailoverSupported",
12962                   /* qualifiers */
12963                   _CIM_IsSpare_FailoverSupported_qualifiers,
12964                   /* type */
12965                   CIMTYPE_UINT16,
12966                   /* subscript */
12967                   -1,
12968                   /* value */
12969                   0,
12970               };
12971               
12972 mike  1.1.2.4 static MetaFeature*
12973 mike  1.1.2.1 _CIM_IsSpare_features[] =
12974               {
12975 mike  1.1.2.4     (MetaFeature*)&_CIM_IsSpare_Antecedent,
12976                   (MetaFeature*)&_CIM_IsSpare_Dependent,
12977                   (MetaFeature*)&_CIM_IsSpare_SpareStatus,
12978                   (MetaFeature*)&_CIM_IsSpare_FailoverSupported,
12979 mike  1.1.2.1     0,
12980               };
12981               
12982               static const char*
12983               __root_PG_InterOp_CIM_IsSpare_qualifiers[] =
12984               {
12985 mike  1.1.2.3     /* ASSOCIATION */
12986                   "\000\001",
12987 mike  1.1.2.1     /* UMLPackagePath */
12988                   "\057CIM::Core::Redundancy",
12989                   /* Version */
12990                   "\0632.10.0",
12991                   0,
12992               };
12993               
12994 mike  1.1.2.4 MetaClass
12995 mike  1.1.2.1 __root_PG_InterOp_CIM_IsSpare =
12996               {
12997                   /* flags */
12998 mike  1.1.2.4     META_FLAG_ASSOCIATION,
12999 mike  1.1.2.1     /* name */
13000                   "CIM_IsSpare",
13001                   /* qualifiers */
13002                   __root_PG_InterOp_CIM_IsSpare_qualifiers,
13003 mike  1.1.2.2     /* super */
13004 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
13005                   /* features */
13006                   _CIM_IsSpare_features,
13007               };
13008               
13009               //==============================================================================
13010               //
13011               // Class: CIM_Job
13012               //
13013               //==============================================================================
13014               
13015               static const char*
13016               _CIM_Job_JobStatus_qualifiers[] =
13017               {
13018                   /* ModelCorrespondence */
13019                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
13020                   0,
13021               };
13022               
13023 mike  1.1.2.4 static MetaProperty
13024 mike  1.1.2.1 _CIM_Job_JobStatus =
13025               {
13026                   /* flags */
13027 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
13028 mike  1.1.2.1     /* name */
13029                   "JobStatus",
13030                   /* qualifiers */
13031                   _CIM_Job_JobStatus_qualifiers,
13032                   /* type */
13033                   CIMTYPE_STRING,
13034                   /* subscript */
13035                   -1,
13036                   /* value */
13037                   0,
13038               };
13039               
13040               static const char*
13041               _CIM_Job_TimeSubmitted_qualifiers[] =
13042               {
13043                   0,
13044               };
13045               
13046 mike  1.1.2.4 static MetaProperty
13047 mike  1.1.2.1 _CIM_Job_TimeSubmitted =
13048               {
13049                   /* flags */
13050 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
13051 mike  1.1.2.1     /* name */
13052                   "TimeSubmitted",
13053                   /* qualifiers */
13054                   _CIM_Job_TimeSubmitted_qualifiers,
13055                   /* type */
13056                   CIMTYPE_DATETIME,
13057                   /* subscript */
13058                   -1,
13059                   /* value */
13060                   0,
13061               };
13062               
13063               static const char*
13064               _CIM_Job_ScheduledStartTime_qualifiers[] =
13065               {
13066                   /* Deprecated */
13067                   "\013\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
13068 mike  1.1.2.3     /* Write */
13069                   "\065\001",
13070 mike  1.1.2.1     0,
13071               };
13072               
13073 mike  1.1.2.4 static MetaProperty
13074 mike  1.1.2.1 _CIM_Job_ScheduledStartTime =
13075               {
13076                   /* flags */
13077 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
13078 mike  1.1.2.1     /* name */
13079                   "ScheduledStartTime",
13080                   /* qualifiers */
13081                   _CIM_Job_ScheduledStartTime_qualifiers,
13082                   /* type */
13083                   CIMTYPE_DATETIME,
13084                   /* subscript */
13085                   -1,
13086                   /* value */
13087                   0,
13088               };
13089               
13090               static const char*
13091               _CIM_Job_StartTime_qualifiers[] =
13092               {
13093                   0,
13094               };
13095               
13096 mike  1.1.2.4 static MetaProperty
13097 mike  1.1.2.1 _CIM_Job_StartTime =
13098               {
13099                   /* flags */
13100 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
13101 mike  1.1.2.1     /* name */
13102                   "StartTime",
13103                   /* qualifiers */
13104                   _CIM_Job_StartTime_qualifiers,
13105                   /* type */
13106                   CIMTYPE_DATETIME,
13107                   /* subscript */
13108                   -1,
13109                   /* value */
13110                   0,
13111               };
13112               
13113               static const char*
13114               _CIM_Job_ElapsedTime_qualifiers[] =
13115               {
13116                   0,
13117               };
13118               
13119 mike  1.1.2.4 static MetaProperty
13120 mike  1.1.2.1 _CIM_Job_ElapsedTime =
13121               {
13122                   /* flags */
13123 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
13124 mike  1.1.2.1     /* name */
13125                   "ElapsedTime",
13126                   /* qualifiers */
13127                   _CIM_Job_ElapsedTime_qualifiers,
13128                   /* type */
13129                   CIMTYPE_DATETIME,
13130                   /* subscript */
13131                   -1,
13132                   /* value */
13133                   0,
13134               };
13135               
13136               static const char*
13137               _CIM_Job_JobRunTimes_qualifiers[] =
13138               {
13139 mike  1.1.2.3     /* Write */
13140                   "\065\001",
13141 mike  1.1.2.1     0,
13142               };
13143               
13144 mike  1.1.2.4 static MetaProperty
13145 mike  1.1.2.1 _CIM_Job_JobRunTimes =
13146               {
13147                   /* flags */
13148 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
13149 mike  1.1.2.1     /* name */
13150                   "JobRunTimes",
13151                   /* qualifiers */
13152                   _CIM_Job_JobRunTimes_qualifiers,
13153                   /* type */
13154                   CIMTYPE_UINT32,
13155                   /* subscript */
13156                   -1,
13157                   /* value */
13158                   "\000\000\000\001",
13159               };
13160               
13161               static const char*
13162               _CIM_Job_RunMonth_qualifiers[] =
13163               {
13164 mike  1.1.2.3     /* Write */
13165                   "\065\001",
13166 mike  1.1.2.1     /* ValueMap */
13167                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
13168                   /* Values */
13169                   "\062\000\014January\000February\000March\000April\000May\000June\000July\000August\000September\000October\000November\000December\000",
13170                   /* ModelCorrespondence */
13171                   "\036\000\003CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
13172                   0,
13173               };
13174               
13175 mike  1.1.2.4 static MetaProperty
13176 mike  1.1.2.1 _CIM_Job_RunMonth =
13177               {
13178                   /* flags */
13179 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
13180 mike  1.1.2.1     /* name */
13181                   "RunMonth",
13182                   /* qualifiers */
13183                   _CIM_Job_RunMonth_qualifiers,
13184                   /* type */
13185                   CIMTYPE_UINT8,
13186                   /* subscript */
13187                   -1,
13188                   /* value */
13189                   0,
13190               };
13191               
13192               static const char*
13193               _CIM_Job_RunDay_qualifiers[] =
13194               {
13195 mike  1.1.2.3     /* Write */
13196                   "\065\001",
13197 mike  1.1.2.1     /* MinValue */
13198                   "\035\377\377\377\377\377\377\377\341",
13199                   /* MaxValue */
13200                   "\031\000\000\000\000\000\000\000\037",
13201                   /* ModelCorrespondence */
13202                   "\036\000\003CIM_Job.RunMonth\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
13203                   0,
13204               };
13205               
13206 mike  1.1.2.4 static MetaProperty
13207 mike  1.1.2.1 _CIM_Job_RunDay =
13208               {
13209                   /* flags */
13210 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
13211 mike  1.1.2.1     /* name */
13212                   "RunDay",
13213                   /* qualifiers */
13214                   _CIM_Job_RunDay_qualifiers,
13215                   /* type */
13216                   CIMTYPE_SINT8,
13217                   /* subscript */
13218                   -1,
13219                   /* value */
13220                   0,
13221               };
13222               
13223               static const char*
13224               _CIM_Job_RunDayOfWeek_qualifiers[] =
13225               {
13226 mike  1.1.2.3     /* Write */
13227                   "\065\001",
13228 mike  1.1.2.1     /* ValueMap */
13229                   "\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",
13230                   /* Values */
13231                   "\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",
13232                   /* ModelCorrespondence */
13233                   "\036\000\003CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunStartInterval\000",
13234                   0,
13235               };
13236               
13237 mike  1.1.2.4 static MetaProperty
13238 mike  1.1.2.1 _CIM_Job_RunDayOfWeek =
13239               {
13240                   /* flags */
13241 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
13242 mike  1.1.2.1     /* name */
13243                   "RunDayOfWeek",
13244                   /* qualifiers */
13245                   _CIM_Job_RunDayOfWeek_qualifiers,
13246                   /* type */
13247                   CIMTYPE_SINT8,
13248                   /* subscript */
13249                   -1,
13250                   /* value */
13251                   0,
13252               };
13253               
13254               static const char*
13255               _CIM_Job_RunStartInterval_qualifiers[] =
13256               {
13257 mike  1.1.2.3     /* Write */
13258                   "\065\001",
13259 mike  1.1.2.1     /* ModelCorrespondence */
13260                   "\036\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
13261                   0,
13262               };
13263               
13264 mike  1.1.2.4 static MetaProperty
13265 mike  1.1.2.1 _CIM_Job_RunStartInterval =
13266               {
13267                   /* flags */
13268 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
13269 mike  1.1.2.1     /* name */
13270                   "RunStartInterval",
13271                   /* qualifiers */
13272                   _CIM_Job_RunStartInterval_qualifiers,
13273                   /* type */
13274                   CIMTYPE_DATETIME,
13275                   /* subscript */
13276                   -1,
13277                   /* value */
13278                   0,
13279               };
13280               
13281               static const char*
13282               _CIM_Job_LocalOrUtcTime_qualifiers[] =
13283               {
13284 mike  1.1.2.3     /* Write */
13285                   "\065\001",
13286 mike  1.1.2.1     /* ValueMap */
13287                   "\061\000\0021\0002\000",
13288                   /* Values */
13289                   "\062\000\002Local Time\000UTC Time\000",
13290                   0,
13291               };
13292               
13293 mike  1.1.2.4 static MetaProperty
13294 mike  1.1.2.1 _CIM_Job_LocalOrUtcTime =
13295               {
13296                   /* flags */
13297 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
13298 mike  1.1.2.1     /* name */
13299                   "LocalOrUtcTime",
13300                   /* qualifiers */
13301                   _CIM_Job_LocalOrUtcTime_qualifiers,
13302                   /* type */
13303                   CIMTYPE_UINT16,
13304                   /* subscript */
13305                   -1,
13306                   /* value */
13307                   0,
13308               };
13309               
13310               static const char*
13311               _CIM_Job_UntilTime_qualifiers[] =
13312               {
13313 mike  1.1.2.3     /* Write */
13314                   "\065\001",
13315 mike  1.1.2.1     /* ModelCorrespondence */
13316                   "\036\000\001CIM_Job.LocalOrUtcTime\000",
13317                   0,
13318               };
13319               
13320 mike  1.1.2.4 static MetaProperty
13321 mike  1.1.2.1 _CIM_Job_UntilTime =
13322               {
13323                   /* flags */
13324 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
13325 mike  1.1.2.1     /* name */
13326                   "UntilTime",
13327                   /* qualifiers */
13328                   _CIM_Job_UntilTime_qualifiers,
13329                   /* type */
13330                   CIMTYPE_DATETIME,
13331                   /* subscript */
13332                   -1,
13333                   /* value */
13334                   0,
13335               };
13336               
13337               static const char*
13338               _CIM_Job_Notify_qualifiers[] =
13339               {
13340 mike  1.1.2.3     /* Write */
13341                   "\065\001",
13342 mike  1.1.2.1     0,
13343               };
13344               
13345 mike  1.1.2.4 static MetaProperty
13346 mike  1.1.2.1 _CIM_Job_Notify =
13347               {
13348                   /* flags */
13349 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
13350 mike  1.1.2.1     /* name */
13351                   "Notify",
13352                   /* qualifiers */
13353                   _CIM_Job_Notify_qualifiers,
13354                   /* type */
13355                   CIMTYPE_STRING,
13356                   /* subscript */
13357                   -1,
13358                   /* value */
13359                   0,
13360               };
13361               
13362               static const char*
13363               _CIM_Job_Owner_qualifiers[] =
13364               {
13365                   /* ModelCorrespondence */
13366                   "\036\000\001CIM_OwningJobElement\000",
13367                   0,
13368               };
13369               
13370 mike  1.1.2.4 static MetaProperty
13371 mike  1.1.2.1 _CIM_Job_Owner =
13372               {
13373                   /* flags */
13374 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
13375 mike  1.1.2.1     /* name */
13376                   "Owner",
13377                   /* qualifiers */
13378                   _CIM_Job_Owner_qualifiers,
13379                   /* type */
13380                   CIMTYPE_STRING,
13381                   /* subscript */
13382                   -1,
13383                   /* value */
13384                   0,
13385               };
13386               
13387               static const char*
13388               _CIM_Job_Priority_qualifiers[] =
13389               {
13390 mike  1.1.2.3     /* Write */
13391                   "\065\001",
13392 mike  1.1.2.1     0,
13393               };
13394               
13395 mike  1.1.2.4 static MetaProperty
13396 mike  1.1.2.1 _CIM_Job_Priority =
13397               {
13398                   /* flags */
13399 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
13400 mike  1.1.2.1     /* name */
13401                   "Priority",
13402                   /* qualifiers */
13403                   _CIM_Job_Priority_qualifiers,
13404                   /* type */
13405                   CIMTYPE_UINT32,
13406                   /* subscript */
13407                   -1,
13408                   /* value */
13409                   0,
13410               };
13411               
13412               static const char*
13413               _CIM_Job_PercentComplete_qualifiers[] =
13414               {
13415                   /* Units */
13416                   "\060Percent",
13417                   /* MinValue */
13418                   "\035\000\000\000\000\000\000\000\000",
13419                   /* MaxValue */
13420                   "\031\000\000\000\000\000\000\000\145",
13421 mike  1.1.2.1     0,
13422               };
13423               
13424 mike  1.1.2.4 static MetaProperty
13425 mike  1.1.2.1 _CIM_Job_PercentComplete =
13426               {
13427                   /* flags */
13428 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
13429 mike  1.1.2.1     /* name */
13430                   "PercentComplete",
13431                   /* qualifiers */
13432                   _CIM_Job_PercentComplete_qualifiers,
13433                   /* type */
13434                   CIMTYPE_UINT16,
13435                   /* subscript */
13436                   -1,
13437                   /* value */
13438                   0,
13439               };
13440               
13441               static const char*
13442               _CIM_Job_DeleteOnCompletion_qualifiers[] =
13443               {
13444 mike  1.1.2.3     /* Write */
13445                   "\065\001",
13446 mike  1.1.2.1     0,
13447               };
13448               
13449 mike  1.1.2.4 static MetaProperty
13450 mike  1.1.2.1 _CIM_Job_DeleteOnCompletion =
13451               {
13452                   /* flags */
13453 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
13454 mike  1.1.2.1     /* name */
13455                   "DeleteOnCompletion",
13456                   /* qualifiers */
13457                   _CIM_Job_DeleteOnCompletion_qualifiers,
13458                   /* type */
13459                   CIMTYPE_BOOLEAN,
13460                   /* subscript */
13461                   -1,
13462                   /* value */
13463                   0,
13464               };
13465               
13466               static const char*
13467               _CIM_Job_ErrorCode_qualifiers[] =
13468               {
13469                   /* ModelCorrespondence */
13470                   "\036\000\001CIM_Job.ErrorDescription\000",
13471                   0,
13472               };
13473               
13474 mike  1.1.2.4 static MetaProperty
13475 mike  1.1.2.1 _CIM_Job_ErrorCode =
13476               {
13477                   /* flags */
13478 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
13479 mike  1.1.2.1     /* name */
13480                   "ErrorCode",
13481                   /* qualifiers */
13482                   _CIM_Job_ErrorCode_qualifiers,
13483                   /* type */
13484                   CIMTYPE_UINT16,
13485                   /* subscript */
13486                   -1,
13487                   /* value */
13488                   0,
13489               };
13490               
13491               static const char*
13492               _CIM_Job_ErrorDescription_qualifiers[] =
13493               {
13494                   /* ModelCorrespondence */
13495                   "\036\000\001CIM_Job.ErrorCode\000",
13496                   0,
13497               };
13498               
13499 mike  1.1.2.4 static MetaProperty
13500 mike  1.1.2.1 _CIM_Job_ErrorDescription =
13501               {
13502                   /* flags */
13503 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
13504 mike  1.1.2.1     /* name */
13505                   "ErrorDescription",
13506                   /* qualifiers */
13507                   _CIM_Job_ErrorDescription_qualifiers,
13508                   /* type */
13509                   CIMTYPE_STRING,
13510                   /* subscript */
13511                   -1,
13512                   /* value */
13513                   0,
13514               };
13515               
13516               static const char*
13517               _CIM_Job_RecoveryAction_qualifiers[] =
13518               {
13519                   /* ValueMap */
13520                   "\061\000\0060\0001\0002\0003\0004\0005\000",
13521                   /* Values */
13522                   "\062\000\006Unknown\000Other\000Do Not Continue\000Continue With Next Job\000Re-run Job\000Run Recovery Job\000",
13523                   /* ModelCorrespondence */
13524                   "\036\000\001CIM_Job.OtherRecoveryAction\000",
13525 mike  1.1.2.1     0,
13526               };
13527               
13528 mike  1.1.2.4 static MetaProperty
13529 mike  1.1.2.1 _CIM_Job_RecoveryAction =
13530               {
13531                   /* flags */
13532 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
13533 mike  1.1.2.1     /* name */
13534                   "RecoveryAction",
13535                   /* qualifiers */
13536                   _CIM_Job_RecoveryAction_qualifiers,
13537                   /* type */
13538                   CIMTYPE_UINT16,
13539                   /* subscript */
13540                   -1,
13541                   /* value */
13542                   0,
13543               };
13544               
13545               static const char*
13546               _CIM_Job_OtherRecoveryAction_qualifiers[] =
13547               {
13548                   /* ModelCorrespondence */
13549                   "\036\000\001CIM_Job.RecoveryAction\000",
13550                   0,
13551               };
13552               
13553 mike  1.1.2.4 static MetaProperty
13554 mike  1.1.2.1 _CIM_Job_OtherRecoveryAction =
13555               {
13556                   /* flags */
13557 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
13558 mike  1.1.2.1     /* name */
13559                   "OtherRecoveryAction",
13560                   /* qualifiers */
13561                   _CIM_Job_OtherRecoveryAction_qualifiers,
13562                   /* type */
13563                   CIMTYPE_STRING,
13564                   /* subscript */
13565                   -1,
13566                   /* value */
13567                   0,
13568               };
13569               
13570               static const char*
13571               _CIM_Job_KillJob_DeleteOnKill_qualifiers[] =
13572               {
13573 mike  1.1.2.3     /* IN */
13574                   "\024\001",
13575 mike  1.1.2.1     0,
13576               };
13577               
13578 mike  1.1.2.4 static MetaProperty
13579 mike  1.1.2.1 _CIM_Job_KillJob_DeleteOnKill =
13580               {
13581                   /* flags */
13582 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
13583 mike  1.1.2.1     /* name */
13584                   "DeleteOnKill",
13585                   /* qualifiers */
13586                   _CIM_Job_KillJob_DeleteOnKill_qualifiers,
13587                   /* type */
13588                   CIMTYPE_BOOLEAN,
13589                   /* subscript */
13590                   -1,
13591                   /* value */
13592                   0,
13593               };
13594               
13595 mike  1.1.2.4 static MetaFeature*
13596 mike  1.1.2.1 _CIM_Job_KillJob_parameters[] =
13597               {
13598 mike  1.1.2.4     (MetaFeature*)&_CIM_Job_KillJob_DeleteOnKill,
13599 mike  1.1.2.1     0,
13600               };
13601               
13602               static const char*
13603               _CIM_Job_KillJob_qualifiers[] =
13604               {
13605                   /* Deprecated */
13606                   "\013\000\001CIM_ConcreteJob.RequestStateChange()\000",
13607                   /* ValueMap */
13608                   "\061\000\0110\0001\0002\0003\0004\0006\0007\000..\00032768..65535\000",
13609                   /* Values */
13610                   "\062\000\011Success\000Not Supported\000Unknown\000Timeout\000Failed\000Access Denied\000Not Found\000DMTF Reserved\000Vendor Specific\000",
13611                   0,
13612               };
13613               
13614 mike  1.1.2.4 static MetaMethod
13615 mike  1.1.2.1 _CIM_Job_KillJob =
13616               {
13617                   /* flags */
13618 mike  1.1.2.4     META_FLAG_METHOD,
13619 mike  1.1.2.1     /* name */
13620                   "CIM_Job",
13621                   /* qualifiers */
13622                   _CIM_Job_KillJob_qualifiers,
13623                   /* type */
13624                   CIMTYPE_UINT32,
13625                   /* parameters */
13626                   _CIM_Job_KillJob_parameters,
13627               };
13628               
13629 mike  1.1.2.4 static MetaFeature*
13630 mike  1.1.2.1 _CIM_Job_features[] =
13631               {
13632 mike  1.1.2.4     (MetaFeature*)&_CIM_Job_JobStatus,
13633                   (MetaFeature*)&_CIM_Job_TimeSubmitted,
13634                   (MetaFeature*)&_CIM_Job_ScheduledStartTime,
13635                   (MetaFeature*)&_CIM_Job_StartTime,
13636                   (MetaFeature*)&_CIM_Job_ElapsedTime,
13637                   (MetaFeature*)&_CIM_Job_JobRunTimes,
13638                   (MetaFeature*)&_CIM_Job_RunMonth,
13639                   (MetaFeature*)&_CIM_Job_RunDay,
13640                   (MetaFeature*)&_CIM_Job_RunDayOfWeek,
13641                   (MetaFeature*)&_CIM_Job_RunStartInterval,
13642                   (MetaFeature*)&_CIM_Job_LocalOrUtcTime,
13643                   (MetaFeature*)&_CIM_Job_UntilTime,
13644                   (MetaFeature*)&_CIM_Job_Notify,
13645                   (MetaFeature*)&_CIM_Job_Owner,
13646                   (MetaFeature*)&_CIM_Job_Priority,
13647                   (MetaFeature*)&_CIM_Job_PercentComplete,
13648                   (MetaFeature*)&_CIM_Job_DeleteOnCompletion,
13649                   (MetaFeature*)&_CIM_Job_ErrorCode,
13650                   (MetaFeature*)&_CIM_Job_ErrorDescription,
13651                   (MetaFeature*)&_CIM_Job_RecoveryAction,
13652                   (MetaFeature*)&_CIM_Job_OtherRecoveryAction,
13653 mike  1.1.2.4     (MetaFeature*)&_CIM_Job_KillJob,
13654 mike  1.1.2.1     0,
13655               };
13656               
13657               static const char*
13658               __root_PG_InterOp_CIM_Job_qualifiers[] =
13659               {
13660                   /* UMLPackagePath */
13661                   "\057CIM::Core::CoreElements",
13662 mike  1.1.2.3     /* Abstract */
13663                   "\002\001",
13664 mike  1.1.2.1     /* Version */
13665                   "\0632.10.0",
13666                   0,
13667               };
13668               
13669 mike  1.1.2.4 MetaClass
13670 mike  1.1.2.1 __root_PG_InterOp_CIM_Job =
13671               {
13672                   /* flags */
13673 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
13674 mike  1.1.2.1     /* name */
13675                   "CIM_Job",
13676                   /* qualifiers */
13677                   __root_PG_InterOp_CIM_Job_qualifiers,
13678 mike  1.1.2.2     /* super */
13679 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalElement,
13680                   /* features */
13681                   _CIM_Job_features,
13682               };
13683               
13684               //==============================================================================
13685               //
13686               // Class: CIM_ProductSoftwareComponent
13687               //
13688               //==============================================================================
13689               
13690               static const char*
13691               _CIM_ProductSoftwareComponent_GroupComponent_qualifiers[] =
13692               {
13693                   /* Override */
13694                   "\044GroupComponent",
13695                   /* Max */
13696                   "\027\000\000\000\001",
13697                   0,
13698               };
13699               
13700 mike  1.1.2.4 static MetaReference
13701 mike  1.1.2.1 _CIM_ProductSoftwareComponent_GroupComponent =
13702               {
13703                   /* flags */
13704 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
13705 mike  1.1.2.1     /* name */
13706                   "GroupComponent",
13707                   /* qualifiers */
13708                   _CIM_ProductSoftwareComponent_GroupComponent_qualifiers,
13709                   /* subscript */
13710                   -1,
13711 mike  1.1.2.2     /* refId */
13712 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
13713               };
13714               
13715               static const char*
13716               _CIM_ProductSoftwareComponent_PartComponent_qualifiers[] =
13717               {
13718                   /* Override */
13719                   "\044PartComponent",
13720                   0,
13721               };
13722               
13723 mike  1.1.2.4 static MetaReference
13724 mike  1.1.2.1 _CIM_ProductSoftwareComponent_PartComponent =
13725               {
13726                   /* flags */
13727 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
13728 mike  1.1.2.1     /* name */
13729                   "PartComponent",
13730                   /* qualifiers */
13731                   _CIM_ProductSoftwareComponent_PartComponent_qualifiers,
13732                   /* subscript */
13733                   -1,
13734 mike  1.1.2.2     /* refId */
13735 mike  1.1.2.1     &__root_PG_InterOp_CIM_SoftwareIdentity,
13736               };
13737               
13738 mike  1.1.2.4 static MetaFeature*
13739 mike  1.1.2.1 _CIM_ProductSoftwareComponent_features[] =
13740               {
13741 mike  1.1.2.4     (MetaFeature*)&_CIM_ProductSoftwareComponent_GroupComponent,
13742                   (MetaFeature*)&_CIM_ProductSoftwareComponent_PartComponent,
13743 mike  1.1.2.1     0,
13744               };
13745               
13746               static const char*
13747               __root_PG_InterOp_CIM_ProductSoftwareComponent_qualifiers[] =
13748               {
13749 mike  1.1.2.3     /* ASSOCIATION */
13750                   "\000\001",
13751 mike  1.1.2.1     /* UMLPackagePath */
13752                   "\057CIM::Core::ProductFRU",
13753 mike  1.1.2.3     /* Aggregation */
13754                   "\004\001",
13755                   /* Composition */
13756                   "\011\001",
13757 mike  1.1.2.1     /* Version */
13758                   "\0632.7.0",
13759                   0,
13760               };
13761               
13762 mike  1.1.2.4 MetaClass
13763 mike  1.1.2.1 __root_PG_InterOp_CIM_ProductSoftwareComponent =
13764               {
13765                   /* flags */
13766 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
13767 mike  1.1.2.1     /* name */
13768                   "CIM_ProductSoftwareComponent",
13769                   /* qualifiers */
13770                   __root_PG_InterOp_CIM_ProductSoftwareComponent_qualifiers,
13771 mike  1.1.2.2     /* super */
13772 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
13773                   /* features */
13774                   _CIM_ProductSoftwareComponent_features,
13775               };
13776               
13777               //==============================================================================
13778               //
13779               // Class: CIM_RedundancyComponent
13780               //
13781               //==============================================================================
13782               
13783               static const char*
13784               _CIM_RedundancyComponent_GroupComponent_qualifiers[] =
13785               {
13786                   /* Deprecated */
13787                   "\013\000\001CIM_MemberOfCollection.Collection\000",
13788 mike  1.1.2.3     /* Aggregate */
13789                   "\003\001",
13790 mike  1.1.2.1     /* Override */
13791                   "\044GroupComponent",
13792                   0,
13793               };
13794               
13795 mike  1.1.2.4 static MetaReference
13796 mike  1.1.2.1 _CIM_RedundancyComponent_GroupComponent =
13797               {
13798                   /* flags */
13799 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
13800 mike  1.1.2.1     /* name */
13801                   "GroupComponent",
13802                   /* qualifiers */
13803                   _CIM_RedundancyComponent_GroupComponent_qualifiers,
13804                   /* subscript */
13805                   -1,
13806 mike  1.1.2.2     /* refId */
13807 mike  1.1.2.1     &__root_PG_InterOp_CIM_RedundancyGroup,
13808               };
13809               
13810               static const char*
13811               _CIM_RedundancyComponent_PartComponent_qualifiers[] =
13812               {
13813                   /* Deprecated */
13814                   "\013\000\001CIM_MemberOfCollection.Member\000",
13815                   /* Override */
13816                   "\044PartComponent",
13817                   0,
13818               };
13819               
13820 mike  1.1.2.4 static MetaReference
13821 mike  1.1.2.1 _CIM_RedundancyComponent_PartComponent =
13822               {
13823                   /* flags */
13824 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
13825 mike  1.1.2.1     /* name */
13826                   "PartComponent",
13827                   /* qualifiers */
13828                   _CIM_RedundancyComponent_PartComponent_qualifiers,
13829                   /* subscript */
13830                   -1,
13831 mike  1.1.2.2     /* refId */
13832 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
13833               };
13834               
13835 mike  1.1.2.4 static MetaFeature*
13836 mike  1.1.2.1 _CIM_RedundancyComponent_features[] =
13837               {
13838 mike  1.1.2.4     (MetaFeature*)&_CIM_RedundancyComponent_GroupComponent,
13839                   (MetaFeature*)&_CIM_RedundancyComponent_PartComponent,
13840 mike  1.1.2.1     0,
13841               };
13842               
13843               static const char*
13844               __root_PG_InterOp_CIM_RedundancyComponent_qualifiers[] =
13845               {
13846 mike  1.1.2.3     /* ASSOCIATION */
13847                   "\000\001",
13848 mike  1.1.2.1     /* Deprecated */
13849                   "\013\000\001CIM_MemberOfCollection\000",
13850                   /* UMLPackagePath */
13851                   "\057CIM::Core::Redundancy",
13852 mike  1.1.2.3     /* Aggregation */
13853                   "\004\001",
13854 mike  1.1.2.1     /* Version */
13855                   "\0632.13.0",
13856                   0,
13857               };
13858               
13859 mike  1.1.2.4 MetaClass
13860 mike  1.1.2.1 __root_PG_InterOp_CIM_RedundancyComponent =
13861               {
13862                   /* flags */
13863 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
13864 mike  1.1.2.1     /* name */
13865                   "CIM_RedundancyComponent",
13866                   /* qualifiers */
13867                   __root_PG_InterOp_CIM_RedundancyComponent_qualifiers,
13868 mike  1.1.2.2     /* super */
13869 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
13870                   /* features */
13871                   _CIM_RedundancyComponent_features,
13872               };
13873               
13874               //==============================================================================
13875               //
13876               // Class: CIM_ScopedSetting
13877               //
13878               //==============================================================================
13879               
13880               static const char*
13881               _CIM_ScopedSetting_Antecedent_qualifiers[] =
13882               {
13883                   /* Override */
13884                   "\044Antecedent",
13885                   /* Min */
13886                   "\033\000\000\000\001",
13887                   /* Max */
13888                   "\027\000\000\000\001",
13889                   0,
13890 mike  1.1.2.1 };
13891               
13892 mike  1.1.2.4 static MetaReference
13893 mike  1.1.2.1 _CIM_ScopedSetting_Antecedent =
13894               {
13895                   /* flags */
13896 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
13897 mike  1.1.2.1     /* name */
13898                   "Antecedent",
13899                   /* qualifiers */
13900                   _CIM_ScopedSetting_Antecedent_qualifiers,
13901                   /* subscript */
13902                   -1,
13903 mike  1.1.2.2     /* refId */
13904 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
13905               };
13906               
13907               static const char*
13908               _CIM_ScopedSetting_Dependent_qualifiers[] =
13909               {
13910                   /* Override */
13911                   "\044Dependent",
13912                   0,
13913               };
13914               
13915 mike  1.1.2.4 static MetaReference
13916 mike  1.1.2.1 _CIM_ScopedSetting_Dependent =
13917               {
13918                   /* flags */
13919 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
13920 mike  1.1.2.1     /* name */
13921                   "Dependent",
13922                   /* qualifiers */
13923                   _CIM_ScopedSetting_Dependent_qualifiers,
13924                   /* subscript */
13925                   -1,
13926 mike  1.1.2.2     /* refId */
13927 mike  1.1.2.1     &__root_PG_InterOp_CIM_ScopedSettingData,
13928               };
13929               
13930 mike  1.1.2.4 static MetaFeature*
13931 mike  1.1.2.1 _CIM_ScopedSetting_features[] =
13932               {
13933 mike  1.1.2.4     (MetaFeature*)&_CIM_ScopedSetting_Antecedent,
13934                   (MetaFeature*)&_CIM_ScopedSetting_Dependent,
13935 mike  1.1.2.1     0,
13936               };
13937               
13938               static const char*
13939               __root_PG_InterOp_CIM_ScopedSetting_qualifiers[] =
13940               {
13941 mike  1.1.2.3     /* ASSOCIATION */
13942                   "\000\001",
13943 mike  1.1.2.1     /* UMLPackagePath */
13944                   "\057CIM::Core::Settings",
13945                   /* Version */
13946                   "\0632.10.0",
13947                   0,
13948               };
13949               
13950 mike  1.1.2.4 MetaClass
13951 mike  1.1.2.1 __root_PG_InterOp_CIM_ScopedSetting =
13952               {
13953                   /* flags */
13954 mike  1.1.2.4     META_FLAG_ASSOCIATION,
13955 mike  1.1.2.1     /* name */
13956                   "CIM_ScopedSetting",
13957                   /* qualifiers */
13958                   __root_PG_InterOp_CIM_ScopedSetting_qualifiers,
13959 mike  1.1.2.2     /* super */
13960 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedDependency,
13961                   /* features */
13962                   _CIM_ScopedSetting_features,
13963               };
13964               
13965               //==============================================================================
13966               //
13967               // Class: CIM_ConcreteJob
13968               //
13969               //==============================================================================
13970               
13971               static const char*
13972               _CIM_ConcreteJob_InstanceID_qualifiers[] =
13973               {
13974 mike  1.1.2.3     /* Key */
13975                   "\025\001",
13976 mike  1.1.2.1     0,
13977               };
13978               
13979 mike  1.1.2.4 static MetaProperty
13980 mike  1.1.2.1 _CIM_ConcreteJob_InstanceID =
13981               {
13982                   /* flags */
13983 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
13984 mike  1.1.2.1     /* name */
13985                   "InstanceID",
13986                   /* qualifiers */
13987                   _CIM_ConcreteJob_InstanceID_qualifiers,
13988                   /* type */
13989                   CIMTYPE_STRING,
13990                   /* subscript */
13991                   -1,
13992                   /* value */
13993                   0,
13994               };
13995               
13996               static const char*
13997               _CIM_ConcreteJob_Name_qualifiers[] =
13998               {
13999 mike  1.1.2.3     /* Required */
14000                   "\050\001",
14001 mike  1.1.2.1     /* Override */
14002                   "\044Name",
14003                   0,
14004               };
14005               
14006 mike  1.1.2.4 static MetaProperty
14007 mike  1.1.2.1 _CIM_ConcreteJob_Name =
14008               {
14009                   /* flags */
14010 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
14011 mike  1.1.2.1     /* name */
14012                   "Name",
14013                   /* qualifiers */
14014                   _CIM_ConcreteJob_Name_qualifiers,
14015                   /* type */
14016                   CIMTYPE_STRING,
14017                   /* subscript */
14018                   -1,
14019                   /* value */
14020                   0,
14021               };
14022               
14023               static const char*
14024               _CIM_ConcreteJob_JobState_qualifiers[] =
14025               {
14026                   /* ValueMap */
14027                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013..32767\00032768..65535\000",
14028                   /* Values */
14029                   "\062\000\015New\000Starting\000Running\000Suspended\000Shutting Down\000Completed\000Terminated\000Killed\000Exception\000Service\000Query Pending\000DMTF Reserved\000Vendor Reserved\000",
14030                   0,
14031               };
14032 mike  1.1.2.1 
14033 mike  1.1.2.4 static MetaProperty
14034 mike  1.1.2.1 _CIM_ConcreteJob_JobState =
14035               {
14036                   /* flags */
14037 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14038 mike  1.1.2.1     /* name */
14039                   "JobState",
14040                   /* qualifiers */
14041                   _CIM_ConcreteJob_JobState_qualifiers,
14042                   /* type */
14043                   CIMTYPE_UINT16,
14044                   /* subscript */
14045                   -1,
14046                   /* value */
14047                   0,
14048               };
14049               
14050               static const char*
14051               _CIM_ConcreteJob_TimeOfLastStateChange_qualifiers[] =
14052               {
14053                   0,
14054               };
14055               
14056 mike  1.1.2.4 static MetaProperty
14057 mike  1.1.2.1 _CIM_ConcreteJob_TimeOfLastStateChange =
14058               {
14059                   /* flags */
14060 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14061 mike  1.1.2.1     /* name */
14062                   "TimeOfLastStateChange",
14063                   /* qualifiers */
14064                   _CIM_ConcreteJob_TimeOfLastStateChange_qualifiers,
14065                   /* type */
14066                   CIMTYPE_DATETIME,
14067                   /* subscript */
14068                   -1,
14069                   /* value */
14070                   0,
14071               };
14072               
14073               static const char*
14074               _CIM_ConcreteJob_TimeBeforeRemoval_qualifiers[] =
14075               {
14076 mike  1.1.2.3     /* Required */
14077                   "\050\001",
14078                   /* Write */
14079                   "\065\001",
14080 mike  1.1.2.1     0,
14081               };
14082               
14083 mike  1.1.2.4 static MetaProperty
14084 mike  1.1.2.1 _CIM_ConcreteJob_TimeBeforeRemoval =
14085               {
14086                   /* flags */
14087 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
14088 mike  1.1.2.1     /* name */
14089                   "TimeBeforeRemoval",
14090                   /* qualifiers */
14091                   _CIM_ConcreteJob_TimeBeforeRemoval_qualifiers,
14092                   /* type */
14093                   CIMTYPE_DATETIME,
14094                   /* subscript */
14095                   -1,
14096                   /* value */
14097                   "00000000000500.000000:000",
14098               };
14099               
14100               static const char*
14101               _CIM_ConcreteJob_RequestStateChange_RequestedState_qualifiers[] =
14102               {
14103 mike  1.1.2.3     /* IN */
14104                   "\024\001",
14105 mike  1.1.2.1     /* ValueMap */
14106                   "\061\000\0072\0003\0004\0005\0006\0007..32767\00032768..65535\000",
14107                   /* Values */
14108                   "\062\000\007Start\000Suspend\000Terminate\000Kill\000Service\000DMTF Reserved\000Vendor Reserved\000",
14109                   0,
14110               };
14111               
14112 mike  1.1.2.4 static MetaProperty
14113 mike  1.1.2.1 _CIM_ConcreteJob_RequestStateChange_RequestedState =
14114               {
14115                   /* flags */
14116 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
14117 mike  1.1.2.1     /* name */
14118                   "RequestedState",
14119                   /* qualifiers */
14120                   _CIM_ConcreteJob_RequestStateChange_RequestedState_qualifiers,
14121                   /* type */
14122                   CIMTYPE_UINT16,
14123                   /* subscript */
14124                   -1,
14125                   /* value */
14126                   0,
14127               };
14128               
14129               static const char*
14130               _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod_qualifiers[] =
14131               {
14132 mike  1.1.2.3     /* IN */
14133                   "\024\001",
14134 mike  1.1.2.1     0,
14135               };
14136               
14137 mike  1.1.2.4 static MetaProperty
14138 mike  1.1.2.1 _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod =
14139               {
14140                   /* flags */
14141 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
14142 mike  1.1.2.1     /* name */
14143                   "TimeoutPeriod",
14144                   /* qualifiers */
14145                   _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod_qualifiers,
14146                   /* type */
14147                   CIMTYPE_DATETIME,
14148                   /* subscript */
14149                   -1,
14150                   /* value */
14151                   0,
14152               };
14153               
14154 mike  1.1.2.4 static MetaFeature*
14155 mike  1.1.2.1 _CIM_ConcreteJob_RequestStateChange_parameters[] =
14156               {
14157 mike  1.1.2.4     (MetaFeature*)&_CIM_ConcreteJob_RequestStateChange_RequestedState,
14158                   (MetaFeature*)&_CIM_ConcreteJob_RequestStateChange_TimeoutPeriod,
14159 mike  1.1.2.1     0,
14160               };
14161               
14162               static const char*
14163               _CIM_ConcreteJob_RequestStateChange_qualifiers[] =
14164               {
14165                   /* ValueMap */
14166                   "\061\000\0160\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098\0004099\0004100..32767\00032768..65535\000",
14167                   /* Values */
14168                   "\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",
14169                   0,
14170               };
14171               
14172 mike  1.1.2.4 static MetaMethod
14173 mike  1.1.2.1 _CIM_ConcreteJob_RequestStateChange =
14174               {
14175                   /* flags */
14176 mike  1.1.2.4     META_FLAG_METHOD,
14177 mike  1.1.2.1     /* name */
14178                   "CIM_ConcreteJob",
14179                   /* qualifiers */
14180                   _CIM_ConcreteJob_RequestStateChange_qualifiers,
14181                   /* type */
14182                   CIMTYPE_UINT32,
14183                   /* parameters */
14184                   _CIM_ConcreteJob_RequestStateChange_parameters,
14185               };
14186               
14187 mike  1.1.2.4 static MetaFeature*
14188 mike  1.1.2.1 _CIM_ConcreteJob_features[] =
14189               {
14190 mike  1.1.2.4     (MetaFeature*)&_CIM_ConcreteJob_InstanceID,
14191                   (MetaFeature*)&_CIM_ConcreteJob_Name,
14192                   (MetaFeature*)&_CIM_ConcreteJob_JobState,
14193                   (MetaFeature*)&_CIM_ConcreteJob_TimeOfLastStateChange,
14194                   (MetaFeature*)&_CIM_ConcreteJob_TimeBeforeRemoval,
14195                   (MetaFeature*)&_CIM_ConcreteJob_RequestStateChange,
14196 mike  1.1.2.1     0,
14197               };
14198               
14199               static const char*
14200               __root_PG_InterOp_CIM_ConcreteJob_qualifiers[] =
14201               {
14202                   /* UMLPackagePath */
14203                   "\057CIM::Core::CoreElements",
14204                   /* Version */
14205                   "\0632.13.0",
14206                   0,
14207               };
14208               
14209 mike  1.1.2.4 MetaClass
14210 mike  1.1.2.1 __root_PG_InterOp_CIM_ConcreteJob =
14211               {
14212                   /* flags */
14213 mike  1.1.2.4     META_FLAG_CLASS,
14214 mike  1.1.2.1     /* name */
14215                   "CIM_ConcreteJob",
14216                   /* qualifiers */
14217                   __root_PG_InterOp_CIM_ConcreteJob_qualifiers,
14218 mike  1.1.2.2     /* super */
14219 mike  1.1.2.1     &__root_PG_InterOp_CIM_Job,
14220                   /* features */
14221                   _CIM_ConcreteJob_features,
14222               };
14223               
14224               //==============================================================================
14225               //
14226               // Class: CIM_EnabledLogicalElement
14227               //
14228               //==============================================================================
14229               
14230               static const char*
14231               _CIM_EnabledLogicalElement_EnabledState_qualifiers[] =
14232               {
14233                   /* ValueMap */
14234                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011..32767\00032768..65535\000",
14235                   /* Values */
14236                   "\062\000\015Unknown\000Other\000Enabled\000Disabled\000Shutting Down\000Not Applicable\000Enabled but Offline\000In Test\000Deferred\000Quiesce\000Starting\000DMTF Reserved\000Vendor Reserved\000",
14237                   /* ModelCorrespondence */
14238                   "\036\000\001CIM_EnabledLogicalElement.OtherEnabledState\000",
14239                   0,
14240 mike  1.1.2.1 };
14241               
14242 mike  1.1.2.4 static MetaProperty
14243 mike  1.1.2.1 _CIM_EnabledLogicalElement_EnabledState =
14244               {
14245                   /* flags */
14246 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14247 mike  1.1.2.1     /* name */
14248                   "EnabledState",
14249                   /* qualifiers */
14250                   _CIM_EnabledLogicalElement_EnabledState_qualifiers,
14251                   /* type */
14252                   CIMTYPE_UINT16,
14253                   /* subscript */
14254                   -1,
14255                   /* value */
14256                   "\000\005",
14257               };
14258               
14259               static const char*
14260               _CIM_EnabledLogicalElement_OtherEnabledState_qualifiers[] =
14261               {
14262                   /* ModelCorrespondence */
14263                   "\036\000\001CIM_EnabledLogicalElement.EnabledState\000",
14264                   0,
14265               };
14266               
14267 mike  1.1.2.4 static MetaProperty
14268 mike  1.1.2.1 _CIM_EnabledLogicalElement_OtherEnabledState =
14269               {
14270                   /* flags */
14271 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14272 mike  1.1.2.1     /* name */
14273                   "OtherEnabledState",
14274                   /* qualifiers */
14275                   _CIM_EnabledLogicalElement_OtherEnabledState_qualifiers,
14276                   /* type */
14277                   CIMTYPE_STRING,
14278                   /* subscript */
14279                   -1,
14280                   /* value */
14281                   0,
14282               };
14283               
14284               static const char*
14285               _CIM_EnabledLogicalElement_RequestedState_qualifiers[] =
14286               {
14287                   /* ValueMap */
14288                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\00032768..65535\000",
14289                   /* Values */
14290                   "\062\000\015Enabled\000Disabled\000Shut Down\000No Change\000Offline\000Test\000Deferred\000Quiesce\000Reboot\000Reset\000Not Applicable\000DMTF Reserved\000Vendor Reserved\000",
14291                   /* ModelCorrespondence */
14292                   "\036\000\001CIM_EnabledLogicalElement.EnabledState\000",
14293 mike  1.1.2.1     0,
14294               };
14295               
14296 mike  1.1.2.4 static MetaProperty
14297 mike  1.1.2.1 _CIM_EnabledLogicalElement_RequestedState =
14298               {
14299                   /* flags */
14300 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14301 mike  1.1.2.1     /* name */
14302                   "RequestedState",
14303                   /* qualifiers */
14304                   _CIM_EnabledLogicalElement_RequestedState_qualifiers,
14305                   /* type */
14306                   CIMTYPE_UINT16,
14307                   /* subscript */
14308                   -1,
14309                   /* value */
14310                   "\000\014",
14311               };
14312               
14313               static const char*
14314               _CIM_EnabledLogicalElement_EnabledDefault_qualifiers[] =
14315               {
14316 mike  1.1.2.3     /* Write */
14317                   "\065\001",
14318 mike  1.1.2.1     /* ValueMap */
14319                   "\061\000\0072\0003\0005\0006\0007\0008..32767\00032768..65535\000",
14320                   /* Values */
14321                   "\062\000\007Enabled\000Disabled\000Not Applicable\000Enabled but Offline\000No Default\000DMTF Reserved\000Vendor Reserved\000",
14322                   0,
14323               };
14324               
14325 mike  1.1.2.4 static MetaProperty
14326 mike  1.1.2.1 _CIM_EnabledLogicalElement_EnabledDefault =
14327               {
14328                   /* flags */
14329 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
14330 mike  1.1.2.1     /* name */
14331                   "EnabledDefault",
14332                   /* qualifiers */
14333                   _CIM_EnabledLogicalElement_EnabledDefault_qualifiers,
14334                   /* type */
14335                   CIMTYPE_UINT16,
14336                   /* subscript */
14337                   -1,
14338                   /* value */
14339                   "\000\002",
14340               };
14341               
14342               static const char*
14343               _CIM_EnabledLogicalElement_TimeOfLastStateChange_qualifiers[] =
14344               {
14345                   0,
14346               };
14347               
14348 mike  1.1.2.4 static MetaProperty
14349 mike  1.1.2.1 _CIM_EnabledLogicalElement_TimeOfLastStateChange =
14350               {
14351                   /* flags */
14352 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14353 mike  1.1.2.1     /* name */
14354                   "TimeOfLastStateChange",
14355                   /* qualifiers */
14356                   _CIM_EnabledLogicalElement_TimeOfLastStateChange_qualifiers,
14357                   /* type */
14358                   CIMTYPE_DATETIME,
14359                   /* subscript */
14360                   -1,
14361                   /* value */
14362                   0,
14363               };
14364               
14365               static const char*
14366               _CIM_EnabledLogicalElement_RequestStateChange_RequestedState_qualifiers[] =
14367               {
14368 mike  1.1.2.3     /* IN */
14369                   "\024\001",
14370 mike  1.1.2.1     /* ValueMap */
14371                   "\061\000\0132\0003\0004\0006\0007\0008\0009\00010\00011\000..\00032768..65535\000",
14372                   /* Values */
14373                   "\062\000\013Enabled\000Disabled\000Shut Down\000Offline\000Test\000Defer\000Quiesce\000Reboot\000Reset\000DMTF Reserved\000Vendor Reserved\000",
14374                   /* ModelCorrespondence */
14375                   "\036\000\001CIM_EnabledLogicalElement.RequestedState\000",
14376                   0,
14377               };
14378               
14379 mike  1.1.2.4 static MetaProperty
14380 mike  1.1.2.1 _CIM_EnabledLogicalElement_RequestStateChange_RequestedState =
14381               {
14382                   /* flags */
14383 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
14384 mike  1.1.2.1     /* name */
14385                   "RequestedState",
14386                   /* qualifiers */
14387                   _CIM_EnabledLogicalElement_RequestStateChange_RequestedState_qualifiers,
14388                   /* type */
14389                   CIMTYPE_UINT16,
14390                   /* subscript */
14391                   -1,
14392                   /* value */
14393                   0,
14394               };
14395               
14396               static const char*
14397               _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers[] =
14398               {
14399 mike  1.1.2.3     /* IN */
14400                   "\024\000",
14401                   /* OUT */
14402                   "\043\001",
14403 mike  1.1.2.1     0,
14404               };
14405               
14406 mike  1.1.2.4 static MetaReference
14407 mike  1.1.2.1 _CIM_EnabledLogicalElement_RequestStateChange_Job =
14408               {
14409                   /* flags */
14410 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_OUT,
14411 mike  1.1.2.1     /* name */
14412                   "Job",
14413                   /* qualifiers */
14414                   _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers,
14415                   /* subscript */
14416                   -1,
14417 mike  1.1.2.2     /* ref */
14418 mike  1.1.2.1     &__root_PG_InterOp_CIM_ConcreteJob,
14419               };
14420               
14421               static const char*
14422               _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod_qualifiers[] =
14423               {
14424 mike  1.1.2.3     /* IN */
14425                   "\024\001",
14426 mike  1.1.2.1     0,
14427               };
14428               
14429 mike  1.1.2.4 static MetaProperty
14430 mike  1.1.2.1 _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod =
14431               {
14432                   /* flags */
14433 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
14434 mike  1.1.2.1     /* name */
14435                   "TimeoutPeriod",
14436                   /* qualifiers */
14437                   _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod_qualifiers,
14438                   /* type */
14439                   CIMTYPE_DATETIME,
14440                   /* subscript */
14441                   -1,
14442                   /* value */
14443                   0,
14444               };
14445               
14446 mike  1.1.2.4 static MetaFeature*
14447 mike  1.1.2.1 _CIM_EnabledLogicalElement_RequestStateChange_parameters[] =
14448               {
14449 mike  1.1.2.4     (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_RequestedState,
14450                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_Job,
14451                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod,
14452 mike  1.1.2.1     0,
14453               };
14454               
14455               static const char*
14456               _CIM_EnabledLogicalElement_RequestStateChange_qualifiers[] =
14457               {
14458                   /* ValueMap */
14459                   "\061\000\0160\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098\0004099\0004100..32767\00032768..65535\000",
14460                   /* Values */
14461                   "\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",
14462                   /* ModelCorrespondence */
14463                   "\036\000\001CIM_EnabledLogicalElement.RequestedState\000",
14464                   0,
14465               };
14466               
14467 mike  1.1.2.4 static MetaMethod
14468 mike  1.1.2.1 _CIM_EnabledLogicalElement_RequestStateChange =
14469               {
14470                   /* flags */
14471 mike  1.1.2.4     META_FLAG_METHOD,
14472 mike  1.1.2.1     /* name */
14473                   "CIM_EnabledLogicalElement",
14474                   /* qualifiers */
14475                   _CIM_EnabledLogicalElement_RequestStateChange_qualifiers,
14476                   /* type */
14477                   CIMTYPE_UINT32,
14478                   /* parameters */
14479                   _CIM_EnabledLogicalElement_RequestStateChange_parameters,
14480               };
14481               
14482 mike  1.1.2.4 static MetaFeature*
14483 mike  1.1.2.1 _CIM_EnabledLogicalElement_features[] =
14484               {
14485 mike  1.1.2.4     (MetaFeature*)&_CIM_EnabledLogicalElement_EnabledState,
14486                   (MetaFeature*)&_CIM_EnabledLogicalElement_OtherEnabledState,
14487                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestedState,
14488                   (MetaFeature*)&_CIM_EnabledLogicalElement_EnabledDefault,
14489                   (MetaFeature*)&_CIM_EnabledLogicalElement_TimeOfLastStateChange,
14490                   (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange,
14491 mike  1.1.2.1     0,
14492               };
14493               
14494               static const char*
14495               __root_PG_InterOp_CIM_EnabledLogicalElement_qualifiers[] =
14496               {
14497                   /* UMLPackagePath */
14498                   "\057CIM::Core::CoreElements",
14499 mike  1.1.2.3     /* Abstract */
14500                   "\002\001",
14501 mike  1.1.2.1     /* Version */
14502                   "\0632.10.0",
14503                   0,
14504               };
14505               
14506 mike  1.1.2.4 MetaClass
14507 mike  1.1.2.1 __root_PG_InterOp_CIM_EnabledLogicalElement =
14508               {
14509                   /* flags */
14510 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
14511 mike  1.1.2.1     /* name */
14512                   "CIM_EnabledLogicalElement",
14513                   /* qualifiers */
14514                   __root_PG_InterOp_CIM_EnabledLogicalElement_qualifiers,
14515 mike  1.1.2.2     /* super */
14516 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalElement,
14517                   /* features */
14518                   _CIM_EnabledLogicalElement_features,
14519               };
14520               
14521               //==============================================================================
14522               //
14523               // Class: CIM_LogicalDevice
14524               //
14525               //==============================================================================
14526               
14527               static const char*
14528               _CIM_LogicalDevice_SystemCreationClassName_qualifiers[] =
14529               {
14530 mike  1.1.2.3     /* Key */
14531                   "\025\001",
14532 mike  1.1.2.1     /* Propagated */
14533                   "\045CIM_System.CreationClassName",
14534                   /* MaxLen */
14535                   "\030\000\000\001\000",
14536                   0,
14537               };
14538               
14539 mike  1.1.2.4 static MetaProperty
14540 mike  1.1.2.1 _CIM_LogicalDevice_SystemCreationClassName =
14541               {
14542                   /* flags */
14543 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
14544 mike  1.1.2.1     /* name */
14545                   "SystemCreationClassName",
14546                   /* qualifiers */
14547                   _CIM_LogicalDevice_SystemCreationClassName_qualifiers,
14548                   /* type */
14549                   CIMTYPE_STRING,
14550                   /* subscript */
14551                   -1,
14552                   /* value */
14553                   0,
14554               };
14555               
14556               static const char*
14557               _CIM_LogicalDevice_SystemName_qualifiers[] =
14558               {
14559 mike  1.1.2.3     /* Key */
14560                   "\025\001",
14561 mike  1.1.2.1     /* Propagated */
14562                   "\045CIM_System.Name",
14563                   /* MaxLen */
14564                   "\030\000\000\001\000",
14565                   0,
14566               };
14567               
14568 mike  1.1.2.4 static MetaProperty
14569 mike  1.1.2.1 _CIM_LogicalDevice_SystemName =
14570               {
14571                   /* flags */
14572 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
14573 mike  1.1.2.1     /* name */
14574                   "SystemName",
14575                   /* qualifiers */
14576                   _CIM_LogicalDevice_SystemName_qualifiers,
14577                   /* type */
14578                   CIMTYPE_STRING,
14579                   /* subscript */
14580                   -1,
14581                   /* value */
14582                   0,
14583               };
14584               
14585               static const char*
14586               _CIM_LogicalDevice_CreationClassName_qualifiers[] =
14587               {
14588 mike  1.1.2.3     /* Key */
14589                   "\025\001",
14590 mike  1.1.2.1     /* MaxLen */
14591                   "\030\000\000\001\000",
14592                   0,
14593               };
14594               
14595 mike  1.1.2.4 static MetaProperty
14596 mike  1.1.2.1 _CIM_LogicalDevice_CreationClassName =
14597               {
14598                   /* flags */
14599 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
14600 mike  1.1.2.1     /* name */
14601                   "CreationClassName",
14602                   /* qualifiers */
14603                   _CIM_LogicalDevice_CreationClassName_qualifiers,
14604                   /* type */
14605                   CIMTYPE_STRING,
14606                   /* subscript */
14607                   -1,
14608                   /* value */
14609                   0,
14610               };
14611               
14612               static const char*
14613               _CIM_LogicalDevice_DeviceID_qualifiers[] =
14614               {
14615 mike  1.1.2.3     /* Key */
14616                   "\025\001",
14617 mike  1.1.2.1     /* MaxLen */
14618                   "\030\000\000\000\100",
14619                   0,
14620               };
14621               
14622 mike  1.1.2.4 static MetaProperty
14623 mike  1.1.2.1 _CIM_LogicalDevice_DeviceID =
14624               {
14625                   /* flags */
14626 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
14627 mike  1.1.2.1     /* name */
14628                   "DeviceID",
14629                   /* qualifiers */
14630                   _CIM_LogicalDevice_DeviceID_qualifiers,
14631                   /* type */
14632                   CIMTYPE_STRING,
14633                   /* subscript */
14634                   -1,
14635                   /* value */
14636                   0,
14637               };
14638               
14639               static const char*
14640               _CIM_LogicalDevice_PowerManagementSupported_qualifiers[] =
14641               {
14642                   /* Deprecated */
14643                   "\013\000\001CIM_PowerManagementCapabilities\000",
14644                   0,
14645               };
14646               
14647 mike  1.1.2.4 static MetaProperty
14648 mike  1.1.2.1 _CIM_LogicalDevice_PowerManagementSupported =
14649               {
14650                   /* flags */
14651 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14652 mike  1.1.2.1     /* name */
14653                   "PowerManagementSupported",
14654                   /* qualifiers */
14655                   _CIM_LogicalDevice_PowerManagementSupported_qualifiers,
14656                   /* type */
14657                   CIMTYPE_BOOLEAN,
14658                   /* subscript */
14659                   -1,
14660                   /* value */
14661                   0,
14662               };
14663               
14664               static const char*
14665               _CIM_LogicalDevice_PowerManagementCapabilities_qualifiers[] =
14666               {
14667                   /* Deprecated */
14668                   "\013\000\001CIM_PowerManagementCapabilities.PowerCapabilities\000",
14669                   /* ValueMap */
14670                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
14671                   /* Values */
14672                   "\062\000\010Unknown\000Not Supported\000Disabled\000Enabled\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
14673 mike  1.1.2.1     0,
14674               };
14675               
14676 mike  1.1.2.4 static MetaProperty
14677 mike  1.1.2.1 _CIM_LogicalDevice_PowerManagementCapabilities =
14678               {
14679                   /* flags */
14680 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14681 mike  1.1.2.1     /* name */
14682                   "PowerManagementCapabilities",
14683                   /* qualifiers */
14684                   _CIM_LogicalDevice_PowerManagementCapabilities_qualifiers,
14685                   /* type */
14686                   CIMTYPE_UINT16,
14687                   /* subscript */
14688                   0,
14689                   /* value */
14690                   0,
14691               };
14692               
14693               static const char*
14694               _CIM_LogicalDevice_Availability_qualifiers[] =
14695               {
14696                   /* ValueMap */
14697                   "\061\000\0251\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
14698                   /* Values */
14699                   "\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",
14700                   /* MappingStrings */
14701                   "\026\000\003MIF.DMTF|Operational State|006.5\000MIB.IETF|HOST-RESOURCES-MIB.hrDeviceStatus\000MIF.DMTF|Host Device|001.5\000",
14702 mike  1.1.2.1     /* ModelCorrespondence */
14703                   "\036\000\001CIM_LogicalDevice.AdditionalAvailability\000",
14704                   0,
14705               };
14706               
14707 mike  1.1.2.4 static MetaProperty
14708 mike  1.1.2.1 _CIM_LogicalDevice_Availability =
14709               {
14710                   /* flags */
14711 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14712 mike  1.1.2.1     /* name */
14713                   "Availability",
14714                   /* qualifiers */
14715                   _CIM_LogicalDevice_Availability_qualifiers,
14716                   /* type */
14717                   CIMTYPE_UINT16,
14718                   /* subscript */
14719                   -1,
14720                   /* value */
14721                   0,
14722               };
14723               
14724               static const char*
14725               _CIM_LogicalDevice_StatusInfo_qualifiers[] =
14726               {
14727                   /* Deprecated */
14728                   "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
14729                   /* ValueMap */
14730                   "\061\000\0051\0002\0003\0004\0005\000",
14731                   /* Values */
14732                   "\062\000\005Other\000Unknown\000Enabled\000Disabled\000Not Applicable\000",
14733 mike  1.1.2.1     /* MappingStrings */
14734                   "\026\000\001MIF.DMTF|Operational State|006.4\000",
14735                   0,
14736               };
14737               
14738 mike  1.1.2.4 static MetaProperty
14739 mike  1.1.2.1 _CIM_LogicalDevice_StatusInfo =
14740               {
14741                   /* flags */
14742 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14743 mike  1.1.2.1     /* name */
14744                   "StatusInfo",
14745                   /* qualifiers */
14746                   _CIM_LogicalDevice_StatusInfo_qualifiers,
14747                   /* type */
14748                   CIMTYPE_UINT16,
14749                   /* subscript */
14750                   -1,
14751                   /* value */
14752                   0,
14753               };
14754               
14755               static const char*
14756               _CIM_LogicalDevice_LastErrorCode_qualifiers[] =
14757               {
14758                   /* Deprecated */
14759                   "\013\000\001CIM_DeviceErrorData.LastErrorCode\000",
14760                   0,
14761               };
14762               
14763 mike  1.1.2.4 static MetaProperty
14764 mike  1.1.2.1 _CIM_LogicalDevice_LastErrorCode =
14765               {
14766                   /* flags */
14767 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14768 mike  1.1.2.1     /* name */
14769                   "LastErrorCode",
14770                   /* qualifiers */
14771                   _CIM_LogicalDevice_LastErrorCode_qualifiers,
14772                   /* type */
14773                   CIMTYPE_UINT32,
14774                   /* subscript */
14775                   -1,
14776                   /* value */
14777                   0,
14778               };
14779               
14780               static const char*
14781               _CIM_LogicalDevice_ErrorDescription_qualifiers[] =
14782               {
14783                   /* Deprecated */
14784                   "\013\000\001CIM_DeviceErrorData.ErrorDescription\000",
14785                   0,
14786               };
14787               
14788 mike  1.1.2.4 static MetaProperty
14789 mike  1.1.2.1 _CIM_LogicalDevice_ErrorDescription =
14790               {
14791                   /* flags */
14792 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14793 mike  1.1.2.1     /* name */
14794                   "ErrorDescription",
14795                   /* qualifiers */
14796                   _CIM_LogicalDevice_ErrorDescription_qualifiers,
14797                   /* type */
14798                   CIMTYPE_STRING,
14799                   /* subscript */
14800                   -1,
14801                   /* value */
14802                   0,
14803               };
14804               
14805               static const char*
14806               _CIM_LogicalDevice_ErrorCleared_qualifiers[] =
14807               {
14808                   /* Deprecated */
14809                   "\013\000\001CIM_ManagedSystemElement.OperationalStatus\000",
14810                   0,
14811               };
14812               
14813 mike  1.1.2.4 static MetaProperty
14814 mike  1.1.2.1 _CIM_LogicalDevice_ErrorCleared =
14815               {
14816                   /* flags */
14817 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14818 mike  1.1.2.1     /* name */
14819                   "ErrorCleared",
14820                   /* qualifiers */
14821                   _CIM_LogicalDevice_ErrorCleared_qualifiers,
14822                   /* type */
14823                   CIMTYPE_BOOLEAN,
14824                   /* subscript */
14825                   -1,
14826                   /* value */
14827                   0,
14828               };
14829               
14830               static const char*
14831               _CIM_LogicalDevice_OtherIdentifyingInfo_qualifiers[] =
14832               {
14833                   /* MaxLen */
14834                   "\030\000\000\001\000",
14835                   /* ArrayType */
14836                   "\005Indexed",
14837                   /* ModelCorrespondence */
14838                   "\036\000\001CIM_LogicalDevice.IdentifyingDescriptions\000",
14839 mike  1.1.2.1     0,
14840               };
14841               
14842 mike  1.1.2.4 static MetaProperty
14843 mike  1.1.2.1 _CIM_LogicalDevice_OtherIdentifyingInfo =
14844               {
14845                   /* flags */
14846 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14847 mike  1.1.2.1     /* name */
14848                   "OtherIdentifyingInfo",
14849                   /* qualifiers */
14850                   _CIM_LogicalDevice_OtherIdentifyingInfo_qualifiers,
14851                   /* type */
14852                   CIMTYPE_STRING,
14853                   /* subscript */
14854                   0,
14855                   /* value */
14856                   0,
14857               };
14858               
14859               static const char*
14860               _CIM_LogicalDevice_PowerOnHours_qualifiers[] =
14861               {
14862                   /* Units */
14863                   "\060Hours",
14864 mike  1.1.2.3     /* Counter */
14865                   "\012\001",
14866 mike  1.1.2.1     0,
14867               };
14868               
14869 mike  1.1.2.4 static MetaProperty
14870 mike  1.1.2.1 _CIM_LogicalDevice_PowerOnHours =
14871               {
14872                   /* flags */
14873 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
14874 mike  1.1.2.1     /* name */
14875                   "PowerOnHours",
14876                   /* qualifiers */
14877                   _CIM_LogicalDevice_PowerOnHours_qualifiers,
14878                   /* type */
14879                   CIMTYPE_UINT64,
14880                   /* subscript */
14881                   -1,
14882                   /* value */
14883                   0,
14884               };
14885               
14886               static const char*
14887               _CIM_LogicalDevice_TotalPowerOnHours_qualifiers[] =
14888               {
14889                   /* Units */
14890                   "\060Hours",
14891 mike  1.1.2.3     /* Counter */
14892                   "\012\001",
14893 mike  1.1.2.1     0,
14894               };
14895               
14896 mike  1.1.2.4 static MetaProperty
14897 mike  1.1.2.1 _CIM_LogicalDevice_TotalPowerOnHours =
14898               {
14899                   /* flags */
14900 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
14901 mike  1.1.2.1     /* name */
14902                   "TotalPowerOnHours",
14903                   /* qualifiers */
14904                   _CIM_LogicalDevice_TotalPowerOnHours_qualifiers,
14905                   /* type */
14906                   CIMTYPE_UINT64,
14907                   /* subscript */
14908                   -1,
14909                   /* value */
14910                   0,
14911               };
14912               
14913               static const char*
14914               _CIM_LogicalDevice_IdentifyingDescriptions_qualifiers[] =
14915               {
14916                   /* ArrayType */
14917                   "\005Indexed",
14918                   /* ModelCorrespondence */
14919                   "\036\000\001CIM_LogicalDevice.OtherIdentifyingInfo\000",
14920                   0,
14921               };
14922 mike  1.1.2.1 
14923 mike  1.1.2.4 static MetaProperty
14924 mike  1.1.2.1 _CIM_LogicalDevice_IdentifyingDescriptions =
14925               {
14926                   /* flags */
14927 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14928 mike  1.1.2.1     /* name */
14929                   "IdentifyingDescriptions",
14930                   /* qualifiers */
14931                   _CIM_LogicalDevice_IdentifyingDescriptions_qualifiers,
14932                   /* type */
14933                   CIMTYPE_STRING,
14934                   /* subscript */
14935                   0,
14936                   /* value */
14937                   0,
14938               };
14939               
14940               static const char*
14941               _CIM_LogicalDevice_AdditionalAvailability_qualifiers[] =
14942               {
14943                   /* ValueMap */
14944                   "\061\000\0251\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
14945                   /* Values */
14946                   "\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",
14947                   /* ModelCorrespondence */
14948                   "\036\000\001CIM_LogicalDevice.Availability\000",
14949 mike  1.1.2.1     0,
14950               };
14951               
14952 mike  1.1.2.4 static MetaProperty
14953 mike  1.1.2.1 _CIM_LogicalDevice_AdditionalAvailability =
14954               {
14955                   /* flags */
14956 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14957 mike  1.1.2.1     /* name */
14958                   "AdditionalAvailability",
14959                   /* qualifiers */
14960                   _CIM_LogicalDevice_AdditionalAvailability_qualifiers,
14961                   /* type */
14962                   CIMTYPE_UINT16,
14963                   /* subscript */
14964                   0,
14965                   /* value */
14966                   0,
14967               };
14968               
14969               static const char*
14970               _CIM_LogicalDevice_MaxQuiesceTime_qualifiers[] =
14971               {
14972                   /* Deprecated */
14973                   "\013\000\001No value\000",
14974                   /* Units */
14975                   "\060MilliSeconds",
14976                   0,
14977               };
14978 mike  1.1.2.1 
14979 mike  1.1.2.4 static MetaProperty
14980 mike  1.1.2.1 _CIM_LogicalDevice_MaxQuiesceTime =
14981               {
14982                   /* flags */
14983 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
14984 mike  1.1.2.1     /* name */
14985                   "MaxQuiesceTime",
14986                   /* qualifiers */
14987                   _CIM_LogicalDevice_MaxQuiesceTime_qualifiers,
14988                   /* type */
14989                   CIMTYPE_UINT64,
14990                   /* subscript */
14991                   -1,
14992                   /* value */
14993                   0,
14994               };
14995               
14996               static const char*
14997               _CIM_LogicalDevice_SetPowerState_PowerState_qualifiers[] =
14998               {
14999 mike  1.1.2.3     /* IN */
15000                   "\024\001",
15001 mike  1.1.2.1     /* ValueMap */
15002                   "\061\000\0061\0002\0003\0004\0005\0006\000",
15003                   /* Values */
15004                   "\062\000\006Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000",
15005                   0,
15006               };
15007               
15008 mike  1.1.2.4 static MetaProperty
15009 mike  1.1.2.1 _CIM_LogicalDevice_SetPowerState_PowerState =
15010               {
15011                   /* flags */
15012 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
15013 mike  1.1.2.1     /* name */
15014                   "PowerState",
15015                   /* qualifiers */
15016                   _CIM_LogicalDevice_SetPowerState_PowerState_qualifiers,
15017                   /* type */
15018                   CIMTYPE_UINT16,
15019                   /* subscript */
15020                   -1,
15021                   /* value */
15022                   0,
15023               };
15024               
15025               static const char*
15026               _CIM_LogicalDevice_SetPowerState_Time_qualifiers[] =
15027               {
15028 mike  1.1.2.3     /* IN */
15029                   "\024\001",
15030 mike  1.1.2.1     0,
15031               };
15032               
15033 mike  1.1.2.4 static MetaProperty
15034 mike  1.1.2.1 _CIM_LogicalDevice_SetPowerState_Time =
15035               {
15036                   /* flags */
15037 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
15038 mike  1.1.2.1     /* name */
15039                   "Time",
15040                   /* qualifiers */
15041                   _CIM_LogicalDevice_SetPowerState_Time_qualifiers,
15042                   /* type */
15043                   CIMTYPE_DATETIME,
15044                   /* subscript */
15045                   -1,
15046                   /* value */
15047                   0,
15048               };
15049               
15050 mike  1.1.2.4 static MetaFeature*
15051 mike  1.1.2.1 _CIM_LogicalDevice_SetPowerState_parameters[] =
15052               {
15053 mike  1.1.2.4     (MetaFeature*)&_CIM_LogicalDevice_SetPowerState_PowerState,
15054                   (MetaFeature*)&_CIM_LogicalDevice_SetPowerState_Time,
15055 mike  1.1.2.1     0,
15056               };
15057               
15058               static const char*
15059               _CIM_LogicalDevice_SetPowerState_qualifiers[] =
15060               {
15061                   /* Deprecated */
15062                   "\013\000\001CIM_PowerManagementService.SetPowerState\000",
15063                   0,
15064               };
15065               
15066 mike  1.1.2.4 static MetaMethod
15067 mike  1.1.2.1 _CIM_LogicalDevice_SetPowerState =
15068               {
15069                   /* flags */
15070 mike  1.1.2.4     META_FLAG_METHOD,
15071 mike  1.1.2.1     /* name */
15072                   "CIM_LogicalDevice",
15073                   /* qualifiers */
15074                   _CIM_LogicalDevice_SetPowerState_qualifiers,
15075                   /* type */
15076                   CIMTYPE_UINT32,
15077                   /* parameters */
15078                   _CIM_LogicalDevice_SetPowerState_parameters,
15079               };
15080               
15081 mike  1.1.2.4 static MetaFeature*
15082 mike  1.1.2.1 _CIM_LogicalDevice_Reset_parameters[] =
15083               {
15084                   0,
15085               };
15086               
15087               static const char*
15088               _CIM_LogicalDevice_Reset_qualifiers[] =
15089               {
15090                   0,
15091               };
15092               
15093 mike  1.1.2.4 static MetaMethod
15094 mike  1.1.2.1 _CIM_LogicalDevice_Reset =
15095               {
15096                   /* flags */
15097 mike  1.1.2.4     META_FLAG_METHOD,
15098 mike  1.1.2.1     /* name */
15099                   "CIM_LogicalDevice",
15100                   /* qualifiers */
15101                   _CIM_LogicalDevice_Reset_qualifiers,
15102                   /* type */
15103                   CIMTYPE_UINT32,
15104                   /* parameters */
15105                   _CIM_LogicalDevice_Reset_parameters,
15106               };
15107               
15108               static const char*
15109               _CIM_LogicalDevice_EnableDevice_Enabled_qualifiers[] =
15110               {
15111 mike  1.1.2.3     /* IN */
15112                   "\024\001",
15113 mike  1.1.2.1     0,
15114               };
15115               
15116 mike  1.1.2.4 static MetaProperty
15117 mike  1.1.2.1 _CIM_LogicalDevice_EnableDevice_Enabled =
15118               {
15119                   /* flags */
15120 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
15121 mike  1.1.2.1     /* name */
15122                   "Enabled",
15123                   /* qualifiers */
15124                   _CIM_LogicalDevice_EnableDevice_Enabled_qualifiers,
15125                   /* type */
15126                   CIMTYPE_BOOLEAN,
15127                   /* subscript */
15128                   -1,
15129                   /* value */
15130                   0,
15131               };
15132               
15133 mike  1.1.2.4 static MetaFeature*
15134 mike  1.1.2.1 _CIM_LogicalDevice_EnableDevice_parameters[] =
15135               {
15136 mike  1.1.2.4     (MetaFeature*)&_CIM_LogicalDevice_EnableDevice_Enabled,
15137 mike  1.1.2.1     0,
15138               };
15139               
15140               static const char*
15141               _CIM_LogicalDevice_EnableDevice_qualifiers[] =
15142               {
15143                   /* Deprecated */
15144                   "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
15145                   0,
15146               };
15147               
15148 mike  1.1.2.4 static MetaMethod
15149 mike  1.1.2.1 _CIM_LogicalDevice_EnableDevice =
15150               {
15151                   /* flags */
15152 mike  1.1.2.4     META_FLAG_METHOD,
15153 mike  1.1.2.1     /* name */
15154                   "CIM_LogicalDevice",
15155                   /* qualifiers */
15156                   _CIM_LogicalDevice_EnableDevice_qualifiers,
15157                   /* type */
15158                   CIMTYPE_UINT32,
15159                   /* parameters */
15160                   _CIM_LogicalDevice_EnableDevice_parameters,
15161               };
15162               
15163               static const char*
15164               _CIM_LogicalDevice_OnlineDevice_Online_qualifiers[] =
15165               {
15166 mike  1.1.2.3     /* IN */
15167                   "\024\001",
15168 mike  1.1.2.1     0,
15169               };
15170               
15171 mike  1.1.2.4 static MetaProperty
15172 mike  1.1.2.1 _CIM_LogicalDevice_OnlineDevice_Online =
15173               {
15174                   /* flags */
15175 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
15176 mike  1.1.2.1     /* name */
15177                   "Online",
15178                   /* qualifiers */
15179                   _CIM_LogicalDevice_OnlineDevice_Online_qualifiers,
15180                   /* type */
15181                   CIMTYPE_BOOLEAN,
15182                   /* subscript */
15183                   -1,
15184                   /* value */
15185                   0,
15186               };
15187               
15188 mike  1.1.2.4 static MetaFeature*
15189 mike  1.1.2.1 _CIM_LogicalDevice_OnlineDevice_parameters[] =
15190               {
15191 mike  1.1.2.4     (MetaFeature*)&_CIM_LogicalDevice_OnlineDevice_Online,
15192 mike  1.1.2.1     0,
15193               };
15194               
15195               static const char*
15196               _CIM_LogicalDevice_OnlineDevice_qualifiers[] =
15197               {
15198                   /* Deprecated */
15199                   "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
15200                   0,
15201               };
15202               
15203 mike  1.1.2.4 static MetaMethod
15204 mike  1.1.2.1 _CIM_LogicalDevice_OnlineDevice =
15205               {
15206                   /* flags */
15207 mike  1.1.2.4     META_FLAG_METHOD,
15208 mike  1.1.2.1     /* name */
15209                   "CIM_LogicalDevice",
15210                   /* qualifiers */
15211                   _CIM_LogicalDevice_OnlineDevice_qualifiers,
15212                   /* type */
15213                   CIMTYPE_UINT32,
15214                   /* parameters */
15215                   _CIM_LogicalDevice_OnlineDevice_parameters,
15216               };
15217               
15218               static const char*
15219               _CIM_LogicalDevice_QuiesceDevice_Quiesce_qualifiers[] =
15220               {
15221 mike  1.1.2.3     /* IN */
15222                   "\024\001",
15223 mike  1.1.2.1     0,
15224               };
15225               
15226 mike  1.1.2.4 static MetaProperty
15227 mike  1.1.2.1 _CIM_LogicalDevice_QuiesceDevice_Quiesce =
15228               {
15229                   /* flags */
15230 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
15231 mike  1.1.2.1     /* name */
15232                   "Quiesce",
15233                   /* qualifiers */
15234                   _CIM_LogicalDevice_QuiesceDevice_Quiesce_qualifiers,
15235                   /* type */
15236                   CIMTYPE_BOOLEAN,
15237                   /* subscript */
15238                   -1,
15239                   /* value */
15240                   0,
15241               };
15242               
15243 mike  1.1.2.4 static MetaFeature*
15244 mike  1.1.2.1 _CIM_LogicalDevice_QuiesceDevice_parameters[] =
15245               {
15246 mike  1.1.2.4     (MetaFeature*)&_CIM_LogicalDevice_QuiesceDevice_Quiesce,
15247 mike  1.1.2.1     0,
15248               };
15249               
15250               static const char*
15251               _CIM_LogicalDevice_QuiesceDevice_qualifiers[] =
15252               {
15253                   /* Deprecated */
15254                   "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
15255                   0,
15256               };
15257               
15258 mike  1.1.2.4 static MetaMethod
15259 mike  1.1.2.1 _CIM_LogicalDevice_QuiesceDevice =
15260               {
15261                   /* flags */
15262 mike  1.1.2.4     META_FLAG_METHOD,
15263 mike  1.1.2.1     /* name */
15264                   "CIM_LogicalDevice",
15265                   /* qualifiers */
15266                   _CIM_LogicalDevice_QuiesceDevice_qualifiers,
15267                   /* type */
15268                   CIMTYPE_UINT32,
15269                   /* parameters */
15270                   _CIM_LogicalDevice_QuiesceDevice_parameters,
15271               };
15272               
15273 mike  1.1.2.4 static MetaFeature*
15274 mike  1.1.2.1 _CIM_LogicalDevice_SaveProperties_parameters[] =
15275               {
15276                   0,
15277               };
15278               
15279               static const char*
15280               _CIM_LogicalDevice_SaveProperties_qualifiers[] =
15281               {
15282                   0,
15283               };
15284               
15285 mike  1.1.2.4 static MetaMethod
15286 mike  1.1.2.1 _CIM_LogicalDevice_SaveProperties =
15287               {
15288                   /* flags */
15289 mike  1.1.2.4     META_FLAG_METHOD,
15290 mike  1.1.2.1     /* name */
15291                   "CIM_LogicalDevice",
15292                   /* qualifiers */
15293                   _CIM_LogicalDevice_SaveProperties_qualifiers,
15294                   /* type */
15295                   CIMTYPE_UINT32,
15296                   /* parameters */
15297                   _CIM_LogicalDevice_SaveProperties_parameters,
15298               };
15299               
15300 mike  1.1.2.4 static MetaFeature*
15301 mike  1.1.2.1 _CIM_LogicalDevice_RestoreProperties_parameters[] =
15302               {
15303                   0,
15304               };
15305               
15306               static const char*
15307               _CIM_LogicalDevice_RestoreProperties_qualifiers[] =
15308               {
15309                   0,
15310               };
15311               
15312 mike  1.1.2.4 static MetaMethod
15313 mike  1.1.2.1 _CIM_LogicalDevice_RestoreProperties =
15314               {
15315                   /* flags */
15316 mike  1.1.2.4     META_FLAG_METHOD,
15317 mike  1.1.2.1     /* name */
15318                   "CIM_LogicalDevice",
15319                   /* qualifiers */
15320                   _CIM_LogicalDevice_RestoreProperties_qualifiers,
15321                   /* type */
15322                   CIMTYPE_UINT32,
15323                   /* parameters */
15324                   _CIM_LogicalDevice_RestoreProperties_parameters,
15325               };
15326               
15327 mike  1.1.2.4 static MetaFeature*
15328 mike  1.1.2.1 _CIM_LogicalDevice_features[] =
15329               {
15330 mike  1.1.2.4     (MetaFeature*)&_CIM_LogicalDevice_SystemCreationClassName,
15331                   (MetaFeature*)&_CIM_LogicalDevice_SystemName,
15332                   (MetaFeature*)&_CIM_LogicalDevice_CreationClassName,
15333                   (MetaFeature*)&_CIM_LogicalDevice_DeviceID,
15334                   (MetaFeature*)&_CIM_LogicalDevice_PowerManagementSupported,
15335                   (MetaFeature*)&_CIM_LogicalDevice_PowerManagementCapabilities,
15336                   (MetaFeature*)&_CIM_LogicalDevice_Availability,
15337                   (MetaFeature*)&_CIM_LogicalDevice_StatusInfo,
15338                   (MetaFeature*)&_CIM_LogicalDevice_LastErrorCode,
15339                   (MetaFeature*)&_CIM_LogicalDevice_ErrorDescription,
15340                   (MetaFeature*)&_CIM_LogicalDevice_ErrorCleared,
15341                   (MetaFeature*)&_CIM_LogicalDevice_OtherIdentifyingInfo,
15342                   (MetaFeature*)&_CIM_LogicalDevice_PowerOnHours,
15343                   (MetaFeature*)&_CIM_LogicalDevice_TotalPowerOnHours,
15344                   (MetaFeature*)&_CIM_LogicalDevice_IdentifyingDescriptions,
15345                   (MetaFeature*)&_CIM_LogicalDevice_AdditionalAvailability,
15346                   (MetaFeature*)&_CIM_LogicalDevice_MaxQuiesceTime,
15347                   (MetaFeature*)&_CIM_LogicalDevice_SetPowerState,
15348                   (MetaFeature*)&_CIM_LogicalDevice_Reset,
15349                   (MetaFeature*)&_CIM_LogicalDevice_EnableDevice,
15350                   (MetaFeature*)&_CIM_LogicalDevice_OnlineDevice,
15351 mike  1.1.2.4     (MetaFeature*)&_CIM_LogicalDevice_QuiesceDevice,
15352                   (MetaFeature*)&_CIM_LogicalDevice_SaveProperties,
15353                   (MetaFeature*)&_CIM_LogicalDevice_RestoreProperties,
15354 mike  1.1.2.1     0,
15355               };
15356               
15357               static const char*
15358               __root_PG_InterOp_CIM_LogicalDevice_qualifiers[] =
15359               {
15360                   /* UMLPackagePath */
15361                   "\057CIM::Core::Device",
15362 mike  1.1.2.3     /* Abstract */
15363                   "\002\001",
15364 mike  1.1.2.1     /* Version */
15365                   "\0632.8.0",
15366                   0,
15367               };
15368               
15369 mike  1.1.2.4 MetaClass
15370 mike  1.1.2.1 __root_PG_InterOp_CIM_LogicalDevice =
15371               {
15372                   /* flags */
15373 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
15374 mike  1.1.2.1     /* name */
15375                   "CIM_LogicalDevice",
15376                   /* qualifiers */
15377                   __root_PG_InterOp_CIM_LogicalDevice_qualifiers,
15378 mike  1.1.2.2     /* super */
15379 mike  1.1.2.1     &__root_PG_InterOp_CIM_EnabledLogicalElement,
15380                   /* features */
15381                   _CIM_LogicalDevice_features,
15382               };
15383               
15384               //==============================================================================
15385               //
15386               // Class: CIM_Realizes
15387               //
15388               //==============================================================================
15389               
15390               static const char*
15391               _CIM_Realizes_Antecedent_qualifiers[] =
15392               {
15393                   /* Override */
15394                   "\044Antecedent",
15395                   0,
15396               };
15397               
15398 mike  1.1.2.4 static MetaReference
15399 mike  1.1.2.1 _CIM_Realizes_Antecedent =
15400               {
15401                   /* flags */
15402 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
15403 mike  1.1.2.1     /* name */
15404                   "Antecedent",
15405                   /* qualifiers */
15406                   _CIM_Realizes_Antecedent_qualifiers,
15407                   /* subscript */
15408                   -1,
15409 mike  1.1.2.2     /* refId */
15410 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalElement,
15411               };
15412               
15413               static const char*
15414               _CIM_Realizes_Dependent_qualifiers[] =
15415               {
15416                   /* Override */
15417                   "\044Dependent",
15418                   0,
15419               };
15420               
15421 mike  1.1.2.4 static MetaReference
15422 mike  1.1.2.1 _CIM_Realizes_Dependent =
15423               {
15424                   /* flags */
15425 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
15426 mike  1.1.2.1     /* name */
15427                   "Dependent",
15428                   /* qualifiers */
15429                   _CIM_Realizes_Dependent_qualifiers,
15430                   /* subscript */
15431                   -1,
15432 mike  1.1.2.2     /* refId */
15433 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalDevice,
15434               };
15435               
15436 mike  1.1.2.4 static MetaFeature*
15437 mike  1.1.2.1 _CIM_Realizes_features[] =
15438               {
15439 mike  1.1.2.4     (MetaFeature*)&_CIM_Realizes_Antecedent,
15440                   (MetaFeature*)&_CIM_Realizes_Dependent,
15441 mike  1.1.2.1     0,
15442               };
15443               
15444               static const char*
15445               __root_PG_InterOp_CIM_Realizes_qualifiers[] =
15446               {
15447 mike  1.1.2.3     /* ASSOCIATION */
15448                   "\000\001",
15449 mike  1.1.2.1     /* UMLPackagePath */
15450                   "\057CIM::Core::Device",
15451                   /* Version */
15452                   "\0632.6.0",
15453                   0,
15454               };
15455               
15456 mike  1.1.2.4 MetaClass
15457 mike  1.1.2.1 __root_PG_InterOp_CIM_Realizes =
15458               {
15459                   /* flags */
15460 mike  1.1.2.4     META_FLAG_ASSOCIATION,
15461 mike  1.1.2.1     /* name */
15462                   "CIM_Realizes",
15463                   /* qualifiers */
15464                   __root_PG_InterOp_CIM_Realizes_qualifiers,
15465 mike  1.1.2.2     /* super */
15466 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
15467                   /* features */
15468                   _CIM_Realizes_features,
15469               };
15470               
15471               //==============================================================================
15472               //
15473               // Class: CIM_Service
15474               //
15475               //==============================================================================
15476               
15477               static const char*
15478               _CIM_Service_SystemCreationClassName_qualifiers[] =
15479               {
15480 mike  1.1.2.3     /* Key */
15481                   "\025\001",
15482 mike  1.1.2.1     /* Propagated */
15483                   "\045CIM_System.CreationClassName",
15484                   /* MaxLen */
15485                   "\030\000\000\001\000",
15486                   0,
15487               };
15488               
15489 mike  1.1.2.4 static MetaProperty
15490 mike  1.1.2.1 _CIM_Service_SystemCreationClassName =
15491               {
15492                   /* flags */
15493 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
15494 mike  1.1.2.1     /* name */
15495                   "SystemCreationClassName",
15496                   /* qualifiers */
15497                   _CIM_Service_SystemCreationClassName_qualifiers,
15498                   /* type */
15499                   CIMTYPE_STRING,
15500                   /* subscript */
15501                   -1,
15502                   /* value */
15503                   0,
15504               };
15505               
15506               static const char*
15507               _CIM_Service_SystemName_qualifiers[] =
15508               {
15509 mike  1.1.2.3     /* Key */
15510                   "\025\001",
15511 mike  1.1.2.1     /* Propagated */
15512                   "\045CIM_System.Name",
15513                   /* MaxLen */
15514                   "\030\000\000\001\000",
15515                   0,
15516               };
15517               
15518 mike  1.1.2.4 static MetaProperty
15519 mike  1.1.2.1 _CIM_Service_SystemName =
15520               {
15521                   /* flags */
15522 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
15523 mike  1.1.2.1     /* name */
15524                   "SystemName",
15525                   /* qualifiers */
15526                   _CIM_Service_SystemName_qualifiers,
15527                   /* type */
15528                   CIMTYPE_STRING,
15529                   /* subscript */
15530                   -1,
15531                   /* value */
15532                   0,
15533               };
15534               
15535               static const char*
15536               _CIM_Service_CreationClassName_qualifiers[] =
15537               {
15538 mike  1.1.2.3     /* Key */
15539                   "\025\001",
15540 mike  1.1.2.1     /* MaxLen */
15541                   "\030\000\000\001\000",
15542                   0,
15543               };
15544               
15545 mike  1.1.2.4 static MetaProperty
15546 mike  1.1.2.1 _CIM_Service_CreationClassName =
15547               {
15548                   /* flags */
15549 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
15550 mike  1.1.2.1     /* name */
15551                   "CreationClassName",
15552                   /* qualifiers */
15553                   _CIM_Service_CreationClassName_qualifiers,
15554                   /* type */
15555                   CIMTYPE_STRING,
15556                   /* subscript */
15557                   -1,
15558                   /* value */
15559                   0,
15560               };
15561               
15562               static const char*
15563               _CIM_Service_Name_qualifiers[] =
15564               {
15565 mike  1.1.2.3     /* Key */
15566                   "\025\001",
15567 mike  1.1.2.1     /* Override */
15568                   "\044Name",
15569                   /* MaxLen */
15570                   "\030\000\000\001\000",
15571                   0,
15572               };
15573               
15574 mike  1.1.2.4 static MetaProperty
15575 mike  1.1.2.1 _CIM_Service_Name =
15576               {
15577                   /* flags */
15578 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
15579 mike  1.1.2.1     /* name */
15580                   "Name",
15581                   /* qualifiers */
15582                   _CIM_Service_Name_qualifiers,
15583                   /* type */
15584                   CIMTYPE_STRING,
15585                   /* subscript */
15586                   -1,
15587                   /* value */
15588                   0,
15589               };
15590               
15591               static const char*
15592               _CIM_Service_PrimaryOwnerName_qualifiers[] =
15593               {
15594 mike  1.1.2.3     /* Write */
15595                   "\065\001",
15596 mike  1.1.2.1     /* MaxLen */
15597                   "\030\000\000\000\100",
15598                   /* MappingStrings */
15599                   "\026\000\001MIF.DMTF|General Information|001.3\000",
15600                   0,
15601               };
15602               
15603 mike  1.1.2.4 static MetaProperty
15604 mike  1.1.2.1 _CIM_Service_PrimaryOwnerName =
15605               {
15606                   /* flags */
15607 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
15608 mike  1.1.2.1     /* name */
15609                   "PrimaryOwnerName",
15610                   /* qualifiers */
15611                   _CIM_Service_PrimaryOwnerName_qualifiers,
15612                   /* type */
15613                   CIMTYPE_STRING,
15614                   /* subscript */
15615                   -1,
15616                   /* value */
15617                   0,
15618               };
15619               
15620               static const char*
15621               _CIM_Service_PrimaryOwnerContact_qualifiers[] =
15622               {
15623 mike  1.1.2.3     /* Write */
15624                   "\065\001",
15625 mike  1.1.2.1     /* MaxLen */
15626                   "\030\000\000\001\000",
15627                   /* MappingStrings */
15628                   "\026\000\001MIF.DMTF|General Information|001.4\000",
15629                   0,
15630               };
15631               
15632 mike  1.1.2.4 static MetaProperty
15633 mike  1.1.2.1 _CIM_Service_PrimaryOwnerContact =
15634               {
15635                   /* flags */
15636 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
15637 mike  1.1.2.1     /* name */
15638                   "PrimaryOwnerContact",
15639                   /* qualifiers */
15640                   _CIM_Service_PrimaryOwnerContact_qualifiers,
15641                   /* type */
15642                   CIMTYPE_STRING,
15643                   /* subscript */
15644                   -1,
15645                   /* value */
15646                   0,
15647               };
15648               
15649               static const char*
15650               _CIM_Service_StartMode_qualifiers[] =
15651               {
15652                   /* Deprecated */
15653                   "\013\000\001CIM_Service.EnabledDefault\000",
15654                   /* ValueMap */
15655                   "\061\000\002Automatic\000Manual\000",
15656                   /* MaxLen */
15657                   "\030\000\000\000\012",
15658 mike  1.1.2.1     0,
15659               };
15660               
15661 mike  1.1.2.4 static MetaProperty
15662 mike  1.1.2.1 _CIM_Service_StartMode =
15663               {
15664                   /* flags */
15665 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
15666 mike  1.1.2.1     /* name */
15667                   "StartMode",
15668                   /* qualifiers */
15669                   _CIM_Service_StartMode_qualifiers,
15670                   /* type */
15671                   CIMTYPE_STRING,
15672                   /* subscript */
15673                   -1,
15674                   /* value */
15675                   0,
15676               };
15677               
15678               static const char*
15679               _CIM_Service_Started_qualifiers[] =
15680               {
15681                   0,
15682               };
15683               
15684 mike  1.1.2.4 static MetaProperty
15685 mike  1.1.2.1 _CIM_Service_Started =
15686               {
15687                   /* flags */
15688 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
15689 mike  1.1.2.1     /* name */
15690                   "Started",
15691                   /* qualifiers */
15692                   _CIM_Service_Started_qualifiers,
15693                   /* type */
15694                   CIMTYPE_BOOLEAN,
15695                   /* subscript */
15696                   -1,
15697                   /* value */
15698                   0,
15699               };
15700               
15701 mike  1.1.2.4 static MetaFeature*
15702 mike  1.1.2.1 _CIM_Service_StartService_parameters[] =
15703               {
15704                   0,
15705               };
15706               
15707               static const char*
15708               _CIM_Service_StartService_qualifiers[] =
15709               {
15710                   0,
15711               };
15712               
15713 mike  1.1.2.4 static MetaMethod
15714 mike  1.1.2.1 _CIM_Service_StartService =
15715               {
15716                   /* flags */
15717 mike  1.1.2.4     META_FLAG_METHOD,
15718 mike  1.1.2.1     /* name */
15719                   "CIM_Service",
15720                   /* qualifiers */
15721                   _CIM_Service_StartService_qualifiers,
15722                   /* type */
15723                   CIMTYPE_UINT32,
15724                   /* parameters */
15725                   _CIM_Service_StartService_parameters,
15726               };
15727               
15728 mike  1.1.2.4 static MetaFeature*
15729 mike  1.1.2.1 _CIM_Service_StopService_parameters[] =
15730               {
15731                   0,
15732               };
15733               
15734               static const char*
15735               _CIM_Service_StopService_qualifiers[] =
15736               {
15737                   0,
15738               };
15739               
15740 mike  1.1.2.4 static MetaMethod
15741 mike  1.1.2.1 _CIM_Service_StopService =
15742               {
15743                   /* flags */
15744 mike  1.1.2.4     META_FLAG_METHOD,
15745 mike  1.1.2.1     /* name */
15746                   "CIM_Service",
15747                   /* qualifiers */
15748                   _CIM_Service_StopService_qualifiers,
15749                   /* type */
15750                   CIMTYPE_UINT32,
15751                   /* parameters */
15752                   _CIM_Service_StopService_parameters,
15753               };
15754               
15755 mike  1.1.2.4 static MetaFeature*
15756 mike  1.1.2.1 _CIM_Service_features[] =
15757               {
15758 mike  1.1.2.4     (MetaFeature*)&_CIM_Service_SystemCreationClassName,
15759                   (MetaFeature*)&_CIM_Service_SystemName,
15760                   (MetaFeature*)&_CIM_Service_CreationClassName,
15761                   (MetaFeature*)&_CIM_Service_Name,
15762                   (MetaFeature*)&_CIM_Service_PrimaryOwnerName,
15763                   (MetaFeature*)&_CIM_Service_PrimaryOwnerContact,
15764                   (MetaFeature*)&_CIM_Service_StartMode,
15765                   (MetaFeature*)&_CIM_Service_Started,
15766                   (MetaFeature*)&_CIM_Service_StartService,
15767                   (MetaFeature*)&_CIM_Service_StopService,
15768 mike  1.1.2.1     0,
15769               };
15770               
15771               static const char*
15772               __root_PG_InterOp_CIM_Service_qualifiers[] =
15773               {
15774                   /* UMLPackagePath */
15775                   "\057CIM::Core::Service",
15776 mike  1.1.2.3     /* Abstract */
15777                   "\002\001",
15778 mike  1.1.2.1     /* Version */
15779                   "\0632.10.0",
15780                   0,
15781               };
15782               
15783 mike  1.1.2.4 MetaClass
15784 mike  1.1.2.1 __root_PG_InterOp_CIM_Service =
15785               {
15786                   /* flags */
15787 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
15788 mike  1.1.2.1     /* name */
15789                   "CIM_Service",
15790                   /* qualifiers */
15791                   __root_PG_InterOp_CIM_Service_qualifiers,
15792 mike  1.1.2.2     /* super */
15793 mike  1.1.2.1     &__root_PG_InterOp_CIM_EnabledLogicalElement,
15794                   /* features */
15795                   _CIM_Service_features,
15796               };
15797               
15798               //==============================================================================
15799               //
15800               // Class: CIM_ServiceAccessPoint
15801               //
15802               //==============================================================================
15803               
15804               static const char*
15805               _CIM_ServiceAccessPoint_SystemCreationClassName_qualifiers[] =
15806               {
15807 mike  1.1.2.3     /* Key */
15808                   "\025\001",
15809 mike  1.1.2.1     /* Propagated */
15810                   "\045CIM_System.CreationClassName",
15811                   /* MaxLen */
15812                   "\030\000\000\001\000",
15813                   0,
15814               };
15815               
15816 mike  1.1.2.4 static MetaProperty
15817 mike  1.1.2.1 _CIM_ServiceAccessPoint_SystemCreationClassName =
15818               {
15819                   /* flags */
15820 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
15821 mike  1.1.2.1     /* name */
15822                   "SystemCreationClassName",
15823                   /* qualifiers */
15824                   _CIM_ServiceAccessPoint_SystemCreationClassName_qualifiers,
15825                   /* type */
15826                   CIMTYPE_STRING,
15827                   /* subscript */
15828                   -1,
15829                   /* value */
15830                   0,
15831               };
15832               
15833               static const char*
15834               _CIM_ServiceAccessPoint_SystemName_qualifiers[] =
15835               {
15836 mike  1.1.2.3     /* Key */
15837                   "\025\001",
15838 mike  1.1.2.1     /* Propagated */
15839                   "\045CIM_System.Name",
15840                   /* MaxLen */
15841                   "\030\000\000\001\000",
15842                   0,
15843               };
15844               
15845 mike  1.1.2.4 static MetaProperty
15846 mike  1.1.2.1 _CIM_ServiceAccessPoint_SystemName =
15847               {
15848                   /* flags */
15849 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
15850 mike  1.1.2.1     /* name */
15851                   "SystemName",
15852                   /* qualifiers */
15853                   _CIM_ServiceAccessPoint_SystemName_qualifiers,
15854                   /* type */
15855                   CIMTYPE_STRING,
15856                   /* subscript */
15857                   -1,
15858                   /* value */
15859                   0,
15860               };
15861               
15862               static const char*
15863               _CIM_ServiceAccessPoint_CreationClassName_qualifiers[] =
15864               {
15865 mike  1.1.2.3     /* Key */
15866                   "\025\001",
15867 mike  1.1.2.1     /* MaxLen */
15868                   "\030\000\000\001\000",
15869                   0,
15870               };
15871               
15872 mike  1.1.2.4 static MetaProperty
15873 mike  1.1.2.1 _CIM_ServiceAccessPoint_CreationClassName =
15874               {
15875                   /* flags */
15876 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
15877 mike  1.1.2.1     /* name */
15878                   "CreationClassName",
15879                   /* qualifiers */
15880                   _CIM_ServiceAccessPoint_CreationClassName_qualifiers,
15881                   /* type */
15882                   CIMTYPE_STRING,
15883                   /* subscript */
15884                   -1,
15885                   /* value */
15886                   0,
15887               };
15888               
15889               static const char*
15890               _CIM_ServiceAccessPoint_Name_qualifiers[] =
15891               {
15892 mike  1.1.2.3     /* Key */
15893                   "\025\001",
15894 mike  1.1.2.1     /* Override */
15895                   "\044Name",
15896                   /* MaxLen */
15897                   "\030\000\000\001\000",
15898                   0,
15899               };
15900               
15901 mike  1.1.2.4 static MetaProperty
15902 mike  1.1.2.1 _CIM_ServiceAccessPoint_Name =
15903               {
15904                   /* flags */
15905 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
15906 mike  1.1.2.1     /* name */
15907                   "Name",
15908                   /* qualifiers */
15909                   _CIM_ServiceAccessPoint_Name_qualifiers,
15910                   /* type */
15911                   CIMTYPE_STRING,
15912                   /* subscript */
15913                   -1,
15914                   /* value */
15915                   0,
15916               };
15917               
15918 mike  1.1.2.4 static MetaFeature*
15919 mike  1.1.2.1 _CIM_ServiceAccessPoint_features[] =
15920               {
15921 mike  1.1.2.4     (MetaFeature*)&_CIM_ServiceAccessPoint_SystemCreationClassName,
15922                   (MetaFeature*)&_CIM_ServiceAccessPoint_SystemName,
15923                   (MetaFeature*)&_CIM_ServiceAccessPoint_CreationClassName,
15924                   (MetaFeature*)&_CIM_ServiceAccessPoint_Name,
15925 mike  1.1.2.1     0,
15926               };
15927               
15928               static const char*
15929               __root_PG_InterOp_CIM_ServiceAccessPoint_qualifiers[] =
15930               {
15931                   /* UMLPackagePath */
15932                   "\057CIM::Core::Service",
15933 mike  1.1.2.3     /* Abstract */
15934                   "\002\001",
15935 mike  1.1.2.1     /* Version */
15936                   "\0632.10.0",
15937                   0,
15938               };
15939               
15940 mike  1.1.2.4 MetaClass
15941 mike  1.1.2.1 __root_PG_InterOp_CIM_ServiceAccessPoint =
15942               {
15943                   /* flags */
15944 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
15945 mike  1.1.2.1     /* name */
15946                   "CIM_ServiceAccessPoint",
15947                   /* qualifiers */
15948                   __root_PG_InterOp_CIM_ServiceAccessPoint_qualifiers,
15949 mike  1.1.2.2     /* super */
15950 mike  1.1.2.1     &__root_PG_InterOp_CIM_EnabledLogicalElement,
15951                   /* features */
15952                   _CIM_ServiceAccessPoint_features,
15953               };
15954               
15955               //==============================================================================
15956               //
15957               // Class: CIM_ServiceAccessURI
15958               //
15959               //==============================================================================
15960               
15961               static const char*
15962               _CIM_ServiceAccessURI_LabeledURI_qualifiers[] =
15963               {
15964 mike  1.1.2.3     /* Required */
15965                   "\050\001",
15966 mike  1.1.2.1     /* MaxLen */
15967                   "\030\000\000\001\000",
15968                   0,
15969               };
15970               
15971 mike  1.1.2.4 static MetaProperty
15972 mike  1.1.2.1 _CIM_ServiceAccessURI_LabeledURI =
15973               {
15974                   /* flags */
15975 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
15976 mike  1.1.2.1     /* name */
15977                   "LabeledURI",
15978                   /* qualifiers */
15979                   _CIM_ServiceAccessURI_LabeledURI_qualifiers,
15980                   /* type */
15981                   CIMTYPE_STRING,
15982                   /* subscript */
15983                   -1,
15984                   /* value */
15985                   0,
15986               };
15987               
15988 mike  1.1.2.4 static MetaFeature*
15989 mike  1.1.2.1 _CIM_ServiceAccessURI_features[] =
15990               {
15991 mike  1.1.2.4     (MetaFeature*)&_CIM_ServiceAccessURI_LabeledURI,
15992 mike  1.1.2.1     0,
15993               };
15994               
15995               static const char*
15996               __root_PG_InterOp_CIM_ServiceAccessURI_qualifiers[] =
15997               {
15998                   /* UMLPackagePath */
15999                   "\057CIM::Core::Service",
16000                   /* Version */
16001                   "\0632.10.0",
16002                   0,
16003               };
16004               
16005 mike  1.1.2.4 MetaClass
16006 mike  1.1.2.1 __root_PG_InterOp_CIM_ServiceAccessURI =
16007               {
16008                   /* flags */
16009 mike  1.1.2.4     META_FLAG_CLASS,
16010 mike  1.1.2.1     /* name */
16011                   "CIM_ServiceAccessURI",
16012                   /* qualifiers */
16013                   __root_PG_InterOp_CIM_ServiceAccessURI_qualifiers,
16014 mike  1.1.2.2     /* super */
16015 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
16016                   /* features */
16017                   _CIM_ServiceAccessURI_features,
16018               };
16019               
16020               //==============================================================================
16021               //
16022               // Class: CIM_ServiceAffectsElement
16023               //
16024               //==============================================================================
16025               
16026               static const char*
16027               _CIM_ServiceAffectsElement_AffectedElement_qualifiers[] =
16028               {
16029 mike  1.1.2.3     /* Key */
16030                   "\025\001",
16031 mike  1.1.2.1     0,
16032               };
16033               
16034 mike  1.1.2.4 static MetaReference
16035 mike  1.1.2.1 _CIM_ServiceAffectsElement_AffectedElement =
16036               {
16037                   /* flags */
16038 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
16039 mike  1.1.2.1     /* name */
16040                   "AffectedElement",
16041                   /* qualifiers */
16042                   _CIM_ServiceAffectsElement_AffectedElement_qualifiers,
16043                   /* subscript */
16044                   -1,
16045 mike  1.1.2.2     /* refId */
16046 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
16047               };
16048               
16049               static const char*
16050               _CIM_ServiceAffectsElement_AffectingElement_qualifiers[] =
16051               {
16052 mike  1.1.2.3     /* Key */
16053                   "\025\001",
16054 mike  1.1.2.1     0,
16055               };
16056               
16057 mike  1.1.2.4 static MetaReference
16058 mike  1.1.2.1 _CIM_ServiceAffectsElement_AffectingElement =
16059               {
16060                   /* flags */
16061 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
16062 mike  1.1.2.1     /* name */
16063                   "AffectingElement",
16064                   /* qualifiers */
16065                   _CIM_ServiceAffectsElement_AffectingElement_qualifiers,
16066                   /* subscript */
16067                   -1,
16068 mike  1.1.2.2     /* refId */
16069 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
16070               };
16071               
16072               static const char*
16073               _CIM_ServiceAffectsElement_ElementEffects_qualifiers[] =
16074               {
16075                   /* ValueMap */
16076                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
16077                   /* Values */
16078                   "\062\000\013Unknown\000Other\000Exclusive Use\000Performance Impact\000Element Integrity\000Manages\000Consumes\000Enhances Integrity\000Degrades Integrity\000Enhances Performance\000Degrades Performance\000",
16079                   /* ArrayType */
16080                   "\005Indexed",
16081                   /* ModelCorrespondence */
16082                   "\036\000\001CIM_ServiceAffectsElement.OtherElementEffectsDescriptions\000",
16083                   0,
16084               };
16085               
16086 mike  1.1.2.4 static MetaProperty
16087 mike  1.1.2.1 _CIM_ServiceAffectsElement_ElementEffects =
16088               {
16089                   /* flags */
16090 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16091 mike  1.1.2.1     /* name */
16092                   "ElementEffects",
16093                   /* qualifiers */
16094                   _CIM_ServiceAffectsElement_ElementEffects_qualifiers,
16095                   /* type */
16096                   CIMTYPE_UINT16,
16097                   /* subscript */
16098                   0,
16099                   /* value */
16100                   0,
16101               };
16102               
16103               static const char*
16104               _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions_qualifiers[] =
16105               {
16106                   /* ArrayType */
16107                   "\005Indexed",
16108                   /* ModelCorrespondence */
16109                   "\036\000\001CIM_ServiceAffectsElement.ElementEffects\000",
16110                   0,
16111               };
16112 mike  1.1.2.1 
16113 mike  1.1.2.4 static MetaProperty
16114 mike  1.1.2.1 _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions =
16115               {
16116                   /* flags */
16117 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16118 mike  1.1.2.1     /* name */
16119                   "OtherElementEffectsDescriptions",
16120                   /* qualifiers */
16121                   _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions_qualifiers,
16122                   /* type */
16123                   CIMTYPE_STRING,
16124                   /* subscript */
16125                   0,
16126                   /* value */
16127                   0,
16128               };
16129               
16130 mike  1.1.2.4 static MetaFeature*
16131 mike  1.1.2.1 _CIM_ServiceAffectsElement_features[] =
16132               {
16133 mike  1.1.2.4     (MetaFeature*)&_CIM_ServiceAffectsElement_AffectedElement,
16134                   (MetaFeature*)&_CIM_ServiceAffectsElement_AffectingElement,
16135                   (MetaFeature*)&_CIM_ServiceAffectsElement_ElementEffects,
16136                   (MetaFeature*)&_CIM_ServiceAffectsElement_OtherElementEffectsDescriptions,
16137 mike  1.1.2.1     0,
16138               };
16139               
16140               static const char*
16141               __root_PG_InterOp_CIM_ServiceAffectsElement_qualifiers[] =
16142               {
16143 mike  1.1.2.3     /* ASSOCIATION */
16144                   "\000\001",
16145 mike  1.1.2.1     /* UMLPackagePath */
16146                   "\057CIM::Core::Service",
16147                   /* Version */
16148                   "\0632.10.0",
16149                   0,
16150               };
16151               
16152 mike  1.1.2.4 MetaClass
16153 mike  1.1.2.1 __root_PG_InterOp_CIM_ServiceAffectsElement =
16154               {
16155                   /* flags */
16156 mike  1.1.2.4     META_FLAG_ASSOCIATION,
16157 mike  1.1.2.1     /* name */
16158                   "CIM_ServiceAffectsElement",
16159                   /* qualifiers */
16160                   __root_PG_InterOp_CIM_ServiceAffectsElement_qualifiers,
16161 mike  1.1.2.2     /* super */
16162 mike  1.1.2.1     0,
16163                   /* features */
16164                   _CIM_ServiceAffectsElement_features,
16165               };
16166               
16167               //==============================================================================
16168               //
16169               // Class: CIM_ServiceAvailableToElement
16170               //
16171               //==============================================================================
16172               
16173               static const char*
16174               _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers[] =
16175               {
16176 mike  1.1.2.3     /* Key */
16177                   "\025\001",
16178 mike  1.1.2.1     0,
16179               };
16180               
16181 mike  1.1.2.4 static MetaReference
16182 mike  1.1.2.1 _CIM_ServiceAvailableToElement_ServiceProvided =
16183               {
16184                   /* flags */
16185 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
16186 mike  1.1.2.1     /* name */
16187                   "ServiceProvided",
16188                   /* qualifiers */
16189                   _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers,
16190                   /* subscript */
16191                   -1,
16192 mike  1.1.2.2     /* refId */
16193 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
16194               };
16195               
16196               static const char*
16197               _CIM_ServiceAvailableToElement_UserOfService_qualifiers[] =
16198               {
16199 mike  1.1.2.3     /* Key */
16200                   "\025\001",
16201 mike  1.1.2.1     0,
16202               };
16203               
16204 mike  1.1.2.4 static MetaReference
16205 mike  1.1.2.1 _CIM_ServiceAvailableToElement_UserOfService =
16206               {
16207                   /* flags */
16208 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
16209 mike  1.1.2.1     /* name */
16210                   "UserOfService",
16211                   /* qualifiers */
16212                   _CIM_ServiceAvailableToElement_UserOfService_qualifiers,
16213                   /* subscript */
16214                   -1,
16215 mike  1.1.2.2     /* refId */
16216 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
16217               };
16218               
16219 mike  1.1.2.4 static MetaFeature*
16220 mike  1.1.2.1 _CIM_ServiceAvailableToElement_features[] =
16221               {
16222 mike  1.1.2.4     (MetaFeature*)&_CIM_ServiceAvailableToElement_ServiceProvided,
16223                   (MetaFeature*)&_CIM_ServiceAvailableToElement_UserOfService,
16224 mike  1.1.2.1     0,
16225               };
16226               
16227               static const char*
16228               __root_PG_InterOp_CIM_ServiceAvailableToElement_qualifiers[] =
16229               {
16230 mike  1.1.2.3     /* ASSOCIATION */
16231                   "\000\001",
16232 mike  1.1.2.1     /* UMLPackagePath */
16233                   "\057CIM::Core::Service",
16234                   /* Version */
16235                   "\0632.10.0",
16236                   0,
16237               };
16238               
16239 mike  1.1.2.4 MetaClass
16240 mike  1.1.2.1 __root_PG_InterOp_CIM_ServiceAvailableToElement =
16241               {
16242                   /* flags */
16243 mike  1.1.2.4     META_FLAG_ASSOCIATION,
16244 mike  1.1.2.1     /* name */
16245                   "CIM_ServiceAvailableToElement",
16246                   /* qualifiers */
16247                   __root_PG_InterOp_CIM_ServiceAvailableToElement_qualifiers,
16248 mike  1.1.2.2     /* super */
16249 mike  1.1.2.1     0,
16250                   /* features */
16251                   _CIM_ServiceAvailableToElement_features,
16252               };
16253               
16254               //==============================================================================
16255               //
16256               // Class: CIM_ServiceComponent
16257               //
16258               //==============================================================================
16259               
16260               static const char*
16261               _CIM_ServiceComponent_GroupComponent_qualifiers[] =
16262               {
16263 mike  1.1.2.3     /* Aggregate */
16264                   "\003\001",
16265 mike  1.1.2.1     /* Override */
16266                   "\044GroupComponent",
16267                   0,
16268               };
16269               
16270 mike  1.1.2.4 static MetaReference
16271 mike  1.1.2.1 _CIM_ServiceComponent_GroupComponent =
16272               {
16273                   /* flags */
16274 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
16275 mike  1.1.2.1     /* name */
16276                   "GroupComponent",
16277                   /* qualifiers */
16278                   _CIM_ServiceComponent_GroupComponent_qualifiers,
16279                   /* subscript */
16280                   -1,
16281 mike  1.1.2.2     /* refId */
16282 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
16283               };
16284               
16285               static const char*
16286               _CIM_ServiceComponent_PartComponent_qualifiers[] =
16287               {
16288                   /* Override */
16289                   "\044PartComponent",
16290                   0,
16291               };
16292               
16293 mike  1.1.2.4 static MetaReference
16294 mike  1.1.2.1 _CIM_ServiceComponent_PartComponent =
16295               {
16296                   /* flags */
16297 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
16298 mike  1.1.2.1     /* name */
16299                   "PartComponent",
16300                   /* qualifiers */
16301                   _CIM_ServiceComponent_PartComponent_qualifiers,
16302                   /* subscript */
16303                   -1,
16304 mike  1.1.2.2     /* refId */
16305 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
16306               };
16307               
16308 mike  1.1.2.4 static MetaFeature*
16309 mike  1.1.2.1 _CIM_ServiceComponent_features[] =
16310               {
16311 mike  1.1.2.4     (MetaFeature*)&_CIM_ServiceComponent_GroupComponent,
16312                   (MetaFeature*)&_CIM_ServiceComponent_PartComponent,
16313 mike  1.1.2.1     0,
16314               };
16315               
16316               static const char*
16317               __root_PG_InterOp_CIM_ServiceComponent_qualifiers[] =
16318               {
16319 mike  1.1.2.3     /* ASSOCIATION */
16320                   "\000\001",
16321 mike  1.1.2.1     /* UMLPackagePath */
16322                   "\057CIM::Core::Service",
16323 mike  1.1.2.3     /* Aggregation */
16324                   "\004\001",
16325 mike  1.1.2.1     /* Version */
16326                   "\0632.6.0",
16327                   0,
16328               };
16329               
16330 mike  1.1.2.4 MetaClass
16331 mike  1.1.2.1 __root_PG_InterOp_CIM_ServiceComponent =
16332               {
16333                   /* flags */
16334 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
16335 mike  1.1.2.1     /* name */
16336                   "CIM_ServiceComponent",
16337                   /* qualifiers */
16338                   __root_PG_InterOp_CIM_ServiceComponent_qualifiers,
16339 mike  1.1.2.2     /* super */
16340 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
16341                   /* features */
16342                   _CIM_ServiceComponent_features,
16343               };
16344               
16345               //==============================================================================
16346               //
16347               // Class: CIM_ServiceSAPDependency
16348               //
16349               //==============================================================================
16350               
16351               static const char*
16352               _CIM_ServiceSAPDependency_Antecedent_qualifiers[] =
16353               {
16354                   /* Override */
16355                   "\044Antecedent",
16356                   0,
16357               };
16358               
16359 mike  1.1.2.4 static MetaReference
16360 mike  1.1.2.1 _CIM_ServiceSAPDependency_Antecedent =
16361               {
16362                   /* flags */
16363 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
16364 mike  1.1.2.1     /* name */
16365                   "Antecedent",
16366                   /* qualifiers */
16367                   _CIM_ServiceSAPDependency_Antecedent_qualifiers,
16368                   /* subscript */
16369                   -1,
16370 mike  1.1.2.2     /* refId */
16371 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
16372               };
16373               
16374               static const char*
16375               _CIM_ServiceSAPDependency_Dependent_qualifiers[] =
16376               {
16377                   /* Override */
16378                   "\044Dependent",
16379                   0,
16380               };
16381               
16382 mike  1.1.2.4 static MetaReference
16383 mike  1.1.2.1 _CIM_ServiceSAPDependency_Dependent =
16384               {
16385                   /* flags */
16386 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
16387 mike  1.1.2.1     /* name */
16388                   "Dependent",
16389                   /* qualifiers */
16390                   _CIM_ServiceSAPDependency_Dependent_qualifiers,
16391                   /* subscript */
16392                   -1,
16393 mike  1.1.2.2     /* refId */
16394 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
16395               };
16396               
16397 mike  1.1.2.4 static MetaFeature*
16398 mike  1.1.2.1 _CIM_ServiceSAPDependency_features[] =
16399               {
16400 mike  1.1.2.4     (MetaFeature*)&_CIM_ServiceSAPDependency_Antecedent,
16401                   (MetaFeature*)&_CIM_ServiceSAPDependency_Dependent,
16402 mike  1.1.2.1     0,
16403               };
16404               
16405               static const char*
16406               __root_PG_InterOp_CIM_ServiceSAPDependency_qualifiers[] =
16407               {
16408 mike  1.1.2.3     /* ASSOCIATION */
16409                   "\000\001",
16410 mike  1.1.2.1     /* UMLPackagePath */
16411                   "\057CIM::Core::Service",
16412                   /* Version */
16413                   "\0632.10.0",
16414                   0,
16415               };
16416               
16417 mike  1.1.2.4 MetaClass
16418 mike  1.1.2.1 __root_PG_InterOp_CIM_ServiceSAPDependency =
16419               {
16420                   /* flags */
16421 mike  1.1.2.4     META_FLAG_ASSOCIATION,
16422 mike  1.1.2.1     /* name */
16423                   "CIM_ServiceSAPDependency",
16424                   /* qualifiers */
16425                   __root_PG_InterOp_CIM_ServiceSAPDependency_qualifiers,
16426 mike  1.1.2.2     /* super */
16427 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
16428                   /* features */
16429                   _CIM_ServiceSAPDependency_features,
16430               };
16431               
16432               //==============================================================================
16433               //
16434               // Class: CIM_ServiceStatistics
16435               //
16436               //==============================================================================
16437               
16438               static const char*
16439               _CIM_ServiceStatistics_Stats_qualifiers[] =
16440               {
16441                   /* Override */
16442                   "\044Stats",
16443 mike  1.1.2.3     /* Weak */
16444                   "\064\001",
16445 mike  1.1.2.1     0,
16446               };
16447               
16448 mike  1.1.2.4 static MetaReference
16449 mike  1.1.2.1 _CIM_ServiceStatistics_Stats =
16450               {
16451                   /* flags */
16452 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
16453 mike  1.1.2.1     /* name */
16454                   "Stats",
16455                   /* qualifiers */
16456                   _CIM_ServiceStatistics_Stats_qualifiers,
16457                   /* subscript */
16458                   -1,
16459 mike  1.1.2.2     /* refId */
16460 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceStatisticalInformation,
16461               };
16462               
16463               static const char*
16464               _CIM_ServiceStatistics_Element_qualifiers[] =
16465               {
16466                   /* Override */
16467                   "\044Element",
16468                   /* Min */
16469                   "\033\000\000\000\001",
16470                   /* Max */
16471                   "\027\000\000\000\001",
16472                   0,
16473               };
16474               
16475 mike  1.1.2.4 static MetaReference
16476 mike  1.1.2.1 _CIM_ServiceStatistics_Element =
16477               {
16478                   /* flags */
16479 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
16480 mike  1.1.2.1     /* name */
16481                   "Element",
16482                   /* qualifiers */
16483                   _CIM_ServiceStatistics_Element_qualifiers,
16484                   /* subscript */
16485                   -1,
16486 mike  1.1.2.2     /* refId */
16487 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
16488               };
16489               
16490 mike  1.1.2.4 static MetaFeature*
16491 mike  1.1.2.1 _CIM_ServiceStatistics_features[] =
16492               {
16493 mike  1.1.2.4     (MetaFeature*)&_CIM_ServiceStatistics_Stats,
16494                   (MetaFeature*)&_CIM_ServiceStatistics_Element,
16495 mike  1.1.2.1     0,
16496               };
16497               
16498               static const char*
16499               __root_PG_InterOp_CIM_ServiceStatistics_qualifiers[] =
16500               {
16501 mike  1.1.2.3     /* ASSOCIATION */
16502                   "\000\001",
16503 mike  1.1.2.1     /* UMLPackagePath */
16504                   "\057CIM::Core::Statistics",
16505                   /* Version */
16506                   "\0632.6.0",
16507                   0,
16508               };
16509               
16510 mike  1.1.2.4 MetaClass
16511 mike  1.1.2.1 __root_PG_InterOp_CIM_ServiceStatistics =
16512               {
16513                   /* flags */
16514 mike  1.1.2.4     META_FLAG_ASSOCIATION,
16515 mike  1.1.2.1     /* name */
16516                   "CIM_ServiceStatistics",
16517                   /* qualifiers */
16518                   __root_PG_InterOp_CIM_ServiceStatistics_qualifiers,
16519 mike  1.1.2.2     /* super */
16520 mike  1.1.2.1     &__root_PG_InterOp_CIM_Statistics,
16521                   /* features */
16522                   _CIM_ServiceStatistics_features,
16523               };
16524               
16525               //==============================================================================
16526               //
16527               // Class: CIM_StorageExtent
16528               //
16529               //==============================================================================
16530               
16531               static const char*
16532               _CIM_StorageExtent_DataOrganization_qualifiers[] =
16533               {
16534                   /* ValueMap */
16535                   "\061\000\0050\0001\0002\0003\0004\000",
16536                   /* Values */
16537                   "\062\000\005Other\000Unknown\000Fixed Block\000Variable Block\000Count Key Data\000",
16538                   0,
16539               };
16540               
16541 mike  1.1.2.4 static MetaProperty
16542 mike  1.1.2.1 _CIM_StorageExtent_DataOrganization =
16543               {
16544                   /* flags */
16545 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16546 mike  1.1.2.1     /* name */
16547                   "DataOrganization",
16548                   /* qualifiers */
16549                   _CIM_StorageExtent_DataOrganization_qualifiers,
16550                   /* type */
16551                   CIMTYPE_UINT16,
16552                   /* subscript */
16553                   -1,
16554                   /* value */
16555                   0,
16556               };
16557               
16558               static const char*
16559               _CIM_StorageExtent_Purpose_qualifiers[] =
16560               {
16561                   /* MappingStrings */
16562                   "\026\000\001MIB.IETF|HOST-RESOURCES-MIB.hrStorageDescr\000",
16563                   0,
16564               };
16565               
16566 mike  1.1.2.4 static MetaProperty
16567 mike  1.1.2.1 _CIM_StorageExtent_Purpose =
16568               {
16569                   /* flags */
16570 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16571 mike  1.1.2.1     /* name */
16572                   "Purpose",
16573                   /* qualifiers */
16574                   _CIM_StorageExtent_Purpose_qualifiers,
16575                   /* type */
16576                   CIMTYPE_STRING,
16577                   /* subscript */
16578                   -1,
16579                   /* value */
16580                   0,
16581               };
16582               
16583               static const char*
16584               _CIM_StorageExtent_Access_qualifiers[] =
16585               {
16586                   /* ValueMap */
16587                   "\061\000\0050\0001\0002\0003\0004\000",
16588                   /* Values */
16589                   "\062\000\005Unknown\000Readable\000Writeable\000Read/Write Supported\000Write Once\000",
16590                   0,
16591               };
16592 mike  1.1.2.1 
16593 mike  1.1.2.4 static MetaProperty
16594 mike  1.1.2.1 _CIM_StorageExtent_Access =
16595               {
16596                   /* flags */
16597 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16598 mike  1.1.2.1     /* name */
16599                   "Access",
16600                   /* qualifiers */
16601                   _CIM_StorageExtent_Access_qualifiers,
16602                   /* type */
16603                   CIMTYPE_UINT16,
16604                   /* subscript */
16605                   -1,
16606                   /* value */
16607                   0,
16608               };
16609               
16610               static const char*
16611               _CIM_StorageExtent_ErrorMethodology_qualifiers[] =
16612               {
16613                   0,
16614               };
16615               
16616 mike  1.1.2.4 static MetaProperty
16617 mike  1.1.2.1 _CIM_StorageExtent_ErrorMethodology =
16618               {
16619                   /* flags */
16620 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16621 mike  1.1.2.1     /* name */
16622                   "ErrorMethodology",
16623                   /* qualifiers */
16624                   _CIM_StorageExtent_ErrorMethodology_qualifiers,
16625                   /* type */
16626                   CIMTYPE_STRING,
16627                   /* subscript */
16628                   -1,
16629                   /* value */
16630                   0,
16631               };
16632               
16633               static const char*
16634               _CIM_StorageExtent_BlockSize_qualifiers[] =
16635               {
16636                   /* Units */
16637                   "\060Bytes",
16638                   /* MappingStrings */
16639                   "\026\000\003MIF.DMTF|Host Storage|001.4\000MIB.IETF|HOST-RESOURCES-MIB.hrStorageAllocationUnits\000MIF.DMTF|Storage Devices|001.5\000",
16640                   0,
16641               };
16642 mike  1.1.2.1 
16643 mike  1.1.2.4 static MetaProperty
16644 mike  1.1.2.1 _CIM_StorageExtent_BlockSize =
16645               {
16646                   /* flags */
16647 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16648 mike  1.1.2.1     /* name */
16649                   "BlockSize",
16650                   /* qualifiers */
16651                   _CIM_StorageExtent_BlockSize_qualifiers,
16652                   /* type */
16653                   CIMTYPE_UINT64,
16654                   /* subscript */
16655                   -1,
16656                   /* value */
16657                   0,
16658               };
16659               
16660               static const char*
16661               _CIM_StorageExtent_NumberOfBlocks_qualifiers[] =
16662               {
16663                   /* MappingStrings */
16664                   "\026\000\002MIF.DMTF|Host Storage|001.5\000MIB.IETF|HOST-RESOURCES-MIB.hrStorageSize\000",
16665                   0,
16666               };
16667               
16668 mike  1.1.2.4 static MetaProperty
16669 mike  1.1.2.1 _CIM_StorageExtent_NumberOfBlocks =
16670               {
16671                   /* flags */
16672 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16673 mike  1.1.2.1     /* name */
16674                   "NumberOfBlocks",
16675                   /* qualifiers */
16676                   _CIM_StorageExtent_NumberOfBlocks_qualifiers,
16677                   /* type */
16678                   CIMTYPE_UINT64,
16679                   /* subscript */
16680                   -1,
16681                   /* value */
16682                   0,
16683               };
16684               
16685               static const char*
16686               _CIM_StorageExtent_ConsumableBlocks_qualifiers[] =
16687               {
16688                   0,
16689               };
16690               
16691 mike  1.1.2.4 static MetaProperty
16692 mike  1.1.2.1 _CIM_StorageExtent_ConsumableBlocks =
16693               {
16694                   /* flags */
16695 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16696 mike  1.1.2.1     /* name */
16697                   "ConsumableBlocks",
16698                   /* qualifiers */
16699                   _CIM_StorageExtent_ConsumableBlocks_qualifiers,
16700                   /* type */
16701                   CIMTYPE_UINT64,
16702                   /* subscript */
16703                   -1,
16704                   /* value */
16705                   0,
16706               };
16707               
16708               static const char*
16709               _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy_qualifiers[] =
16710               {
16711                   0,
16712               };
16713               
16714 mike  1.1.2.4 static MetaProperty
16715 mike  1.1.2.1 _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy =
16716               {
16717                   /* flags */
16718 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16719 mike  1.1.2.1     /* name */
16720                   "IsBasedOnUnderlyingRedundancy",
16721                   /* qualifiers */
16722                   _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy_qualifiers,
16723                   /* type */
16724                   CIMTYPE_BOOLEAN,
16725                   /* subscript */
16726                   -1,
16727                   /* value */
16728                   0,
16729               };
16730               
16731               static const char*
16732               _CIM_StorageExtent_SequentialAccess_qualifiers[] =
16733               {
16734                   0,
16735               };
16736               
16737 mike  1.1.2.4 static MetaProperty
16738 mike  1.1.2.1 _CIM_StorageExtent_SequentialAccess =
16739               {
16740                   /* flags */
16741 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16742 mike  1.1.2.1     /* name */
16743                   "SequentialAccess",
16744                   /* qualifiers */
16745                   _CIM_StorageExtent_SequentialAccess_qualifiers,
16746                   /* type */
16747                   CIMTYPE_BOOLEAN,
16748                   /* subscript */
16749                   -1,
16750                   /* value */
16751                   0,
16752               };
16753               
16754               static const char*
16755               _CIM_StorageExtent_ExtentStatus_qualifiers[] =
16756               {
16757                   /* ValueMap */
16758                   "\061\000\0210\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015..32767\00032768..65535\000",
16759                   /* Values */
16760                   "\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",
16761                   0,
16762               };
16763 mike  1.1.2.1 
16764 mike  1.1.2.4 static MetaProperty
16765 mike  1.1.2.1 _CIM_StorageExtent_ExtentStatus =
16766               {
16767                   /* flags */
16768 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16769 mike  1.1.2.1     /* name */
16770                   "ExtentStatus",
16771                   /* qualifiers */
16772                   _CIM_StorageExtent_ExtentStatus_qualifiers,
16773                   /* type */
16774                   CIMTYPE_UINT16,
16775                   /* subscript */
16776                   0,
16777                   /* value */
16778                   0,
16779               };
16780               
16781               static const char*
16782               _CIM_StorageExtent_NoSinglePointOfFailure_qualifiers[] =
16783               {
16784                   /* ModelCorrespondence */
16785                   "\036\000\001CIM_StorageSetting.NoSinglePointOfFailure\000",
16786                   0,
16787               };
16788               
16789 mike  1.1.2.4 static MetaProperty
16790 mike  1.1.2.1 _CIM_StorageExtent_NoSinglePointOfFailure =
16791               {
16792                   /* flags */
16793 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16794 mike  1.1.2.1     /* name */
16795                   "NoSinglePointOfFailure",
16796                   /* qualifiers */
16797                   _CIM_StorageExtent_NoSinglePointOfFailure_qualifiers,
16798                   /* type */
16799                   CIMTYPE_BOOLEAN,
16800                   /* subscript */
16801                   -1,
16802                   /* value */
16803                   0,
16804               };
16805               
16806               static const char*
16807               _CIM_StorageExtent_DataRedundancy_qualifiers[] =
16808               {
16809                   /* ModelCorrespondence */
16810                   "\036\000\003CIM_StorageSetting.DataRedundancyGoal\000CIM_StorageSetting.DataRedundancyMax\000CIM_StorageSetting.DataRedundancyMin\000",
16811                   0,
16812               };
16813               
16814 mike  1.1.2.4 static MetaProperty
16815 mike  1.1.2.1 _CIM_StorageExtent_DataRedundancy =
16816               {
16817                   /* flags */
16818 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16819 mike  1.1.2.1     /* name */
16820                   "DataRedundancy",
16821                   /* qualifiers */
16822                   _CIM_StorageExtent_DataRedundancy_qualifiers,
16823                   /* type */
16824                   CIMTYPE_UINT16,
16825                   /* subscript */
16826                   -1,
16827                   /* value */
16828                   0,
16829               };
16830               
16831               static const char*
16832               _CIM_StorageExtent_PackageRedundancy_qualifiers[] =
16833               {
16834                   /* ModelCorrespondence */
16835                   "\036\000\003CIM_StorageSetting.PackageRedundancyGoal\000CIM_StorageSetting.PackageRedundancyMax\000CIM_StorageSetting.PackageRedundancyMin\000",
16836                   0,
16837               };
16838               
16839 mike  1.1.2.4 static MetaProperty
16840 mike  1.1.2.1 _CIM_StorageExtent_PackageRedundancy =
16841               {
16842                   /* flags */
16843 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16844 mike  1.1.2.1     /* name */
16845                   "PackageRedundancy",
16846                   /* qualifiers */
16847                   _CIM_StorageExtent_PackageRedundancy_qualifiers,
16848                   /* type */
16849                   CIMTYPE_UINT16,
16850                   /* subscript */
16851                   -1,
16852                   /* value */
16853                   0,
16854               };
16855               
16856               static const char*
16857               _CIM_StorageExtent_DeltaReservation_qualifiers[] =
16858               {
16859                   /* Units */
16860                   "\060Percentage",
16861                   /* MinValue */
16862                   "\035\000\000\000\000\000\000\000\001",
16863                   /* MaxValue */
16864                   "\031\000\000\000\000\000\000\000\144",
16865 mike  1.1.2.1     /* ModelCorrespondence */
16866                   "\036\000\003CIM_StorageSetting.DeltaReservationGoal\000CIM_StorageSetting.DeltaReservationMax\000CIM_StorageSetting.DeltaReservationMin\000",
16867                   0,
16868               };
16869               
16870 mike  1.1.2.4 static MetaProperty
16871 mike  1.1.2.1 _CIM_StorageExtent_DeltaReservation =
16872               {
16873                   /* flags */
16874 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16875 mike  1.1.2.1     /* name */
16876                   "DeltaReservation",
16877                   /* qualifiers */
16878                   _CIM_StorageExtent_DeltaReservation_qualifiers,
16879                   /* type */
16880                   CIMTYPE_UINT8,
16881                   /* subscript */
16882                   -1,
16883                   /* value */
16884                   0,
16885               };
16886               
16887               static const char*
16888               _CIM_StorageExtent_Primordial_qualifiers[] =
16889               {
16890                   0,
16891               };
16892               
16893 mike  1.1.2.4 static MetaProperty
16894 mike  1.1.2.1 _CIM_StorageExtent_Primordial =
16895               {
16896                   /* flags */
16897 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
16898 mike  1.1.2.1     /* name */
16899                   "Primordial",
16900                   /* qualifiers */
16901                   _CIM_StorageExtent_Primordial_qualifiers,
16902                   /* type */
16903                   CIMTYPE_BOOLEAN,
16904                   /* subscript */
16905                   -1,
16906                   /* value */
16907                   "\000",
16908               };
16909               
16910 mike  1.1.2.4 static MetaFeature*
16911 mike  1.1.2.1 _CIM_StorageExtent_features[] =
16912               {
16913 mike  1.1.2.4     (MetaFeature*)&_CIM_StorageExtent_DataOrganization,
16914                   (MetaFeature*)&_CIM_StorageExtent_Purpose,
16915                   (MetaFeature*)&_CIM_StorageExtent_Access,
16916                   (MetaFeature*)&_CIM_StorageExtent_ErrorMethodology,
16917                   (MetaFeature*)&_CIM_StorageExtent_BlockSize,
16918                   (MetaFeature*)&_CIM_StorageExtent_NumberOfBlocks,
16919                   (MetaFeature*)&_CIM_StorageExtent_ConsumableBlocks,
16920                   (MetaFeature*)&_CIM_StorageExtent_IsBasedOnUnderlyingRedundancy,
16921                   (MetaFeature*)&_CIM_StorageExtent_SequentialAccess,
16922                   (MetaFeature*)&_CIM_StorageExtent_ExtentStatus,
16923                   (MetaFeature*)&_CIM_StorageExtent_NoSinglePointOfFailure,
16924                   (MetaFeature*)&_CIM_StorageExtent_DataRedundancy,
16925                   (MetaFeature*)&_CIM_StorageExtent_PackageRedundancy,
16926                   (MetaFeature*)&_CIM_StorageExtent_DeltaReservation,
16927                   (MetaFeature*)&_CIM_StorageExtent_Primordial,
16928 mike  1.1.2.1     0,
16929               };
16930               
16931               static const char*
16932               __root_PG_InterOp_CIM_StorageExtent_qualifiers[] =
16933               {
16934                   /* UMLPackagePath */
16935                   "\057CIM::Core::StorageExtent",
16936                   /* Version */
16937                   "\0632.8.0",
16938                   0,
16939               };
16940               
16941 mike  1.1.2.4 MetaClass
16942 mike  1.1.2.1 __root_PG_InterOp_CIM_StorageExtent =
16943               {
16944                   /* flags */
16945 mike  1.1.2.4     META_FLAG_CLASS,
16946 mike  1.1.2.1     /* name */
16947                   "CIM_StorageExtent",
16948                   /* qualifiers */
16949                   __root_PG_InterOp_CIM_StorageExtent_qualifiers,
16950 mike  1.1.2.2     /* super */
16951 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalDevice,
16952                   /* features */
16953                   _CIM_StorageExtent_features,
16954               };
16955               
16956               //==============================================================================
16957               //
16958               // Class: CIM_System
16959               //
16960               //==============================================================================
16961               
16962               static const char*
16963               _CIM_System_CreationClassName_qualifiers[] =
16964               {
16965 mike  1.1.2.3     /* Key */
16966                   "\025\001",
16967 mike  1.1.2.1     /* MaxLen */
16968                   "\030\000\000\001\000",
16969                   0,
16970               };
16971               
16972 mike  1.1.2.4 static MetaProperty
16973 mike  1.1.2.1 _CIM_System_CreationClassName =
16974               {
16975                   /* flags */
16976 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
16977 mike  1.1.2.1     /* name */
16978                   "CreationClassName",
16979                   /* qualifiers */
16980                   _CIM_System_CreationClassName_qualifiers,
16981                   /* type */
16982                   CIMTYPE_STRING,
16983                   /* subscript */
16984                   -1,
16985                   /* value */
16986                   0,
16987               };
16988               
16989               static const char*
16990               _CIM_System_Name_qualifiers[] =
16991               {
16992 mike  1.1.2.3     /* Key */
16993                   "\025\001",
16994 mike  1.1.2.1     /* Override */
16995                   "\044Name",
16996                   /* MaxLen */
16997                   "\030\000\000\001\000",
16998                   0,
16999               };
17000               
17001 mike  1.1.2.4 static MetaProperty
17002 mike  1.1.2.1 _CIM_System_Name =
17003               {
17004                   /* flags */
17005 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
17006 mike  1.1.2.1     /* name */
17007                   "Name",
17008                   /* qualifiers */
17009                   _CIM_System_Name_qualifiers,
17010                   /* type */
17011                   CIMTYPE_STRING,
17012                   /* subscript */
17013                   -1,
17014                   /* value */
17015                   0,
17016               };
17017               
17018               static const char*
17019               _CIM_System_NameFormat_qualifiers[] =
17020               {
17021                   /* MaxLen */
17022                   "\030\000\000\000\100",
17023                   0,
17024               };
17025               
17026 mike  1.1.2.4 static MetaProperty
17027 mike  1.1.2.1 _CIM_System_NameFormat =
17028               {
17029                   /* flags */
17030 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
17031 mike  1.1.2.1     /* name */
17032                   "NameFormat",
17033                   /* qualifiers */
17034                   _CIM_System_NameFormat_qualifiers,
17035                   /* type */
17036                   CIMTYPE_STRING,
17037                   /* subscript */
17038                   -1,
17039                   /* value */
17040                   0,
17041               };
17042               
17043               static const char*
17044               _CIM_System_PrimaryOwnerName_qualifiers[] =
17045               {
17046 mike  1.1.2.3     /* Write */
17047                   "\065\001",
17048 mike  1.1.2.1     /* MaxLen */
17049                   "\030\000\000\000\100",
17050                   /* MappingStrings */
17051                   "\026\000\001MIF.DMTF|General Information|001.3\000",
17052                   0,
17053               };
17054               
17055 mike  1.1.2.4 static MetaProperty
17056 mike  1.1.2.1 _CIM_System_PrimaryOwnerName =
17057               {
17058                   /* flags */
17059 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
17060 mike  1.1.2.1     /* name */
17061                   "PrimaryOwnerName",
17062                   /* qualifiers */
17063                   _CIM_System_PrimaryOwnerName_qualifiers,
17064                   /* type */
17065                   CIMTYPE_STRING,
17066                   /* subscript */
17067                   -1,
17068                   /* value */
17069                   0,
17070               };
17071               
17072               static const char*
17073               _CIM_System_PrimaryOwnerContact_qualifiers[] =
17074               {
17075 mike  1.1.2.3     /* Write */
17076                   "\065\001",
17077 mike  1.1.2.1     /* MaxLen */
17078                   "\030\000\000\001\000",
17079                   /* MappingStrings */
17080                   "\026\000\001MIF.DMTF|General Information|001.4\000",
17081                   0,
17082               };
17083               
17084 mike  1.1.2.4 static MetaProperty
17085 mike  1.1.2.1 _CIM_System_PrimaryOwnerContact =
17086               {
17087                   /* flags */
17088 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
17089 mike  1.1.2.1     /* name */
17090                   "PrimaryOwnerContact",
17091                   /* qualifiers */
17092                   _CIM_System_PrimaryOwnerContact_qualifiers,
17093                   /* type */
17094                   CIMTYPE_STRING,
17095                   /* subscript */
17096                   -1,
17097                   /* value */
17098                   0,
17099               };
17100               
17101               static const char*
17102               _CIM_System_Roles_qualifiers[] =
17103               {
17104 mike  1.1.2.3     /* Write */
17105                   "\065\001",
17106 mike  1.1.2.1     0,
17107               };
17108               
17109 mike  1.1.2.4 static MetaProperty
17110 mike  1.1.2.1 _CIM_System_Roles =
17111               {
17112                   /* flags */
17113 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
17114 mike  1.1.2.1     /* name */
17115                   "Roles",
17116                   /* qualifiers */
17117                   _CIM_System_Roles_qualifiers,
17118                   /* type */
17119                   CIMTYPE_STRING,
17120                   /* subscript */
17121                   0,
17122                   /* value */
17123                   0,
17124               };
17125               
17126 mike  1.1.2.4 static MetaFeature*
17127 mike  1.1.2.1 _CIM_System_features[] =
17128               {
17129 mike  1.1.2.4     (MetaFeature*)&_CIM_System_CreationClassName,
17130                   (MetaFeature*)&_CIM_System_Name,
17131                   (MetaFeature*)&_CIM_System_NameFormat,
17132                   (MetaFeature*)&_CIM_System_PrimaryOwnerName,
17133                   (MetaFeature*)&_CIM_System_PrimaryOwnerContact,
17134                   (MetaFeature*)&_CIM_System_Roles,
17135 mike  1.1.2.1     0,
17136               };
17137               
17138               static const char*
17139               __root_PG_InterOp_CIM_System_qualifiers[] =
17140               {
17141                   /* UMLPackagePath */
17142                   "\057CIM::Core::CoreElements",
17143 mike  1.1.2.3     /* Abstract */
17144                   "\002\001",
17145 mike  1.1.2.1     /* Version */
17146                   "\0632.7.0",
17147                   0,
17148               };
17149               
17150 mike  1.1.2.4 MetaClass
17151 mike  1.1.2.1 __root_PG_InterOp_CIM_System =
17152               {
17153                   /* flags */
17154 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
17155 mike  1.1.2.1     /* name */
17156                   "CIM_System",
17157                   /* qualifiers */
17158                   __root_PG_InterOp_CIM_System_qualifiers,
17159 mike  1.1.2.2     /* super */
17160 mike  1.1.2.1     &__root_PG_InterOp_CIM_EnabledLogicalElement,
17161                   /* features */
17162                   _CIM_System_features,
17163               };
17164               
17165               //==============================================================================
17166               //
17167               // Class: CIM_SystemComponent
17168               //
17169               //==============================================================================
17170               
17171               static const char*
17172               _CIM_SystemComponent_GroupComponent_qualifiers[] =
17173               {
17174 mike  1.1.2.3     /* Aggregate */
17175                   "\003\001",
17176 mike  1.1.2.1     /* Override */
17177                   "\044GroupComponent",
17178                   0,
17179               };
17180               
17181 mike  1.1.2.4 static MetaReference
17182 mike  1.1.2.1 _CIM_SystemComponent_GroupComponent =
17183               {
17184                   /* flags */
17185 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
17186 mike  1.1.2.1     /* name */
17187                   "GroupComponent",
17188                   /* qualifiers */
17189                   _CIM_SystemComponent_GroupComponent_qualifiers,
17190                   /* subscript */
17191                   -1,
17192 mike  1.1.2.2     /* refId */
17193 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
17194               };
17195               
17196               static const char*
17197               _CIM_SystemComponent_PartComponent_qualifiers[] =
17198               {
17199                   /* Override */
17200                   "\044PartComponent",
17201                   0,
17202               };
17203               
17204 mike  1.1.2.4 static MetaReference
17205 mike  1.1.2.1 _CIM_SystemComponent_PartComponent =
17206               {
17207                   /* flags */
17208 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
17209 mike  1.1.2.1     /* name */
17210                   "PartComponent",
17211                   /* qualifiers */
17212                   _CIM_SystemComponent_PartComponent_qualifiers,
17213                   /* subscript */
17214                   -1,
17215 mike  1.1.2.2     /* refId */
17216 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
17217               };
17218               
17219 mike  1.1.2.4 static MetaFeature*
17220 mike  1.1.2.1 _CIM_SystemComponent_features[] =
17221               {
17222 mike  1.1.2.4     (MetaFeature*)&_CIM_SystemComponent_GroupComponent,
17223                   (MetaFeature*)&_CIM_SystemComponent_PartComponent,
17224 mike  1.1.2.1     0,
17225               };
17226               
17227               static const char*
17228               __root_PG_InterOp_CIM_SystemComponent_qualifiers[] =
17229               {
17230 mike  1.1.2.3     /* ASSOCIATION */
17231                   "\000\001",
17232 mike  1.1.2.1     /* UMLPackagePath */
17233                   "\057CIM::Core::CoreElements",
17234 mike  1.1.2.3     /* Aggregation */
17235                   "\004\001",
17236 mike  1.1.2.1     /* Version */
17237                   "\0632.10.0",
17238                   0,
17239               };
17240               
17241 mike  1.1.2.4 MetaClass
17242 mike  1.1.2.1 __root_PG_InterOp_CIM_SystemComponent =
17243               {
17244                   /* flags */
17245 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
17246 mike  1.1.2.1     /* name */
17247                   "CIM_SystemComponent",
17248                   /* qualifiers */
17249                   __root_PG_InterOp_CIM_SystemComponent_qualifiers,
17250 mike  1.1.2.2     /* super */
17251 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
17252                   /* features */
17253                   _CIM_SystemComponent_features,
17254               };
17255               
17256               //==============================================================================
17257               //
17258               // Class: CIM_SystemDevice
17259               //
17260               //==============================================================================
17261               
17262               static const char*
17263               _CIM_SystemDevice_GroupComponent_qualifiers[] =
17264               {
17265 mike  1.1.2.3     /* Aggregate */
17266                   "\003\001",
17267 mike  1.1.2.1     /* Override */
17268                   "\044GroupComponent",
17269                   /* Min */
17270                   "\033\000\000\000\001",
17271                   /* Max */
17272                   "\027\000\000\000\001",
17273                   0,
17274               };
17275               
17276 mike  1.1.2.4 static MetaReference
17277 mike  1.1.2.1 _CIM_SystemDevice_GroupComponent =
17278               {
17279                   /* flags */
17280 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
17281 mike  1.1.2.1     /* name */
17282                   "GroupComponent",
17283                   /* qualifiers */
17284                   _CIM_SystemDevice_GroupComponent_qualifiers,
17285                   /* subscript */
17286                   -1,
17287 mike  1.1.2.2     /* refId */
17288 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
17289               };
17290               
17291               static const char*
17292               _CIM_SystemDevice_PartComponent_qualifiers[] =
17293               {
17294                   /* Override */
17295                   "\044PartComponent",
17296 mike  1.1.2.3     /* Weak */
17297                   "\064\001",
17298 mike  1.1.2.1     0,
17299               };
17300               
17301 mike  1.1.2.4 static MetaReference
17302 mike  1.1.2.1 _CIM_SystemDevice_PartComponent =
17303               {
17304                   /* flags */
17305 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
17306 mike  1.1.2.1     /* name */
17307                   "PartComponent",
17308                   /* qualifiers */
17309                   _CIM_SystemDevice_PartComponent_qualifiers,
17310                   /* subscript */
17311                   -1,
17312 mike  1.1.2.2     /* refId */
17313 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalDevice,
17314               };
17315               
17316 mike  1.1.2.4 static MetaFeature*
17317 mike  1.1.2.1 _CIM_SystemDevice_features[] =
17318               {
17319 mike  1.1.2.4     (MetaFeature*)&_CIM_SystemDevice_GroupComponent,
17320                   (MetaFeature*)&_CIM_SystemDevice_PartComponent,
17321 mike  1.1.2.1     0,
17322               };
17323               
17324               static const char*
17325               __root_PG_InterOp_CIM_SystemDevice_qualifiers[] =
17326               {
17327 mike  1.1.2.3     /* ASSOCIATION */
17328                   "\000\001",
17329 mike  1.1.2.1     /* UMLPackagePath */
17330                   "\057CIM::Core::Device",
17331 mike  1.1.2.3     /* Aggregation */
17332                   "\004\001",
17333                   /* Composition */
17334                   "\011\001",
17335 mike  1.1.2.1     /* Version */
17336                   "\0632.10.0",
17337                   0,
17338               };
17339               
17340 mike  1.1.2.4 MetaClass
17341 mike  1.1.2.1 __root_PG_InterOp_CIM_SystemDevice =
17342               {
17343                   /* flags */
17344 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
17345 mike  1.1.2.1     /* name */
17346                   "CIM_SystemDevice",
17347                   /* qualifiers */
17348                   __root_PG_InterOp_CIM_SystemDevice_qualifiers,
17349 mike  1.1.2.2     /* super */
17350 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemComponent,
17351                   /* features */
17352                   _CIM_SystemDevice_features,
17353               };
17354               
17355               //==============================================================================
17356               //
17357               // Class: CIM_SystemPackaging
17358               //
17359               //==============================================================================
17360               
17361               static const char*
17362               _CIM_SystemPackaging_Antecedent_qualifiers[] =
17363               {
17364                   /* Override */
17365                   "\044Antecedent",
17366                   0,
17367               };
17368               
17369 mike  1.1.2.4 static MetaReference
17370 mike  1.1.2.1 _CIM_SystemPackaging_Antecedent =
17371               {
17372                   /* flags */
17373 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
17374 mike  1.1.2.1     /* name */
17375                   "Antecedent",
17376                   /* qualifiers */
17377                   _CIM_SystemPackaging_Antecedent_qualifiers,
17378                   /* subscript */
17379                   -1,
17380 mike  1.1.2.2     /* refId */
17381 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalElement,
17382               };
17383               
17384               static const char*
17385               _CIM_SystemPackaging_Dependent_qualifiers[] =
17386               {
17387                   /* Override */
17388                   "\044Dependent",
17389                   0,
17390               };
17391               
17392 mike  1.1.2.4 static MetaReference
17393 mike  1.1.2.1 _CIM_SystemPackaging_Dependent =
17394               {
17395                   /* flags */
17396 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
17397 mike  1.1.2.1     /* name */
17398                   "Dependent",
17399                   /* qualifiers */
17400                   _CIM_SystemPackaging_Dependent_qualifiers,
17401                   /* subscript */
17402                   -1,
17403 mike  1.1.2.2     /* refId */
17404 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
17405               };
17406               
17407 mike  1.1.2.4 static MetaFeature*
17408 mike  1.1.2.1 _CIM_SystemPackaging_features[] =
17409               {
17410 mike  1.1.2.4     (MetaFeature*)&_CIM_SystemPackaging_Antecedent,
17411                   (MetaFeature*)&_CIM_SystemPackaging_Dependent,
17412 mike  1.1.2.1     0,
17413               };
17414               
17415               static const char*
17416               __root_PG_InterOp_CIM_SystemPackaging_qualifiers[] =
17417               {
17418 mike  1.1.2.3     /* ASSOCIATION */
17419                   "\000\001",
17420 mike  1.1.2.1     /* UMLPackagePath */
17421                   "\057CIM::Core::Physical",
17422                   /* Version */
17423                   "\0632.10.0",
17424                   0,
17425               };
17426               
17427 mike  1.1.2.4 MetaClass
17428 mike  1.1.2.1 __root_PG_InterOp_CIM_SystemPackaging =
17429               {
17430                   /* flags */
17431 mike  1.1.2.4     META_FLAG_ASSOCIATION,
17432 mike  1.1.2.1     /* name */
17433                   "CIM_SystemPackaging",
17434                   /* qualifiers */
17435                   __root_PG_InterOp_CIM_SystemPackaging_qualifiers,
17436 mike  1.1.2.2     /* super */
17437 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
17438                   /* features */
17439                   _CIM_SystemPackaging_features,
17440               };
17441               
17442               //==============================================================================
17443               //
17444               // Class: CIM_SystemStatistics
17445               //
17446               //==============================================================================
17447               
17448               static const char*
17449               _CIM_SystemStatistics_Stats_qualifiers[] =
17450               {
17451                   /* Override */
17452                   "\044Stats",
17453 mike  1.1.2.3     /* Weak */
17454                   "\064\001",
17455 mike  1.1.2.1     0,
17456               };
17457               
17458 mike  1.1.2.4 static MetaReference
17459 mike  1.1.2.1 _CIM_SystemStatistics_Stats =
17460               {
17461                   /* flags */
17462 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
17463 mike  1.1.2.1     /* name */
17464                   "Stats",
17465                   /* qualifiers */
17466                   _CIM_SystemStatistics_Stats_qualifiers,
17467                   /* subscript */
17468                   -1,
17469 mike  1.1.2.2     /* refId */
17470 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemStatisticalInformation,
17471               };
17472               
17473               static const char*
17474               _CIM_SystemStatistics_Element_qualifiers[] =
17475               {
17476                   /* Override */
17477                   "\044Element",
17478                   /* Min */
17479                   "\033\000\000\000\001",
17480                   /* Max */
17481                   "\027\000\000\000\001",
17482                   0,
17483               };
17484               
17485 mike  1.1.2.4 static MetaReference
17486 mike  1.1.2.1 _CIM_SystemStatistics_Element =
17487               {
17488                   /* flags */
17489 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
17490 mike  1.1.2.1     /* name */
17491                   "Element",
17492                   /* qualifiers */
17493                   _CIM_SystemStatistics_Element_qualifiers,
17494                   /* subscript */
17495                   -1,
17496 mike  1.1.2.2     /* refId */
17497 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
17498               };
17499               
17500 mike  1.1.2.4 static MetaFeature*
17501 mike  1.1.2.1 _CIM_SystemStatistics_features[] =
17502               {
17503 mike  1.1.2.4     (MetaFeature*)&_CIM_SystemStatistics_Stats,
17504                   (MetaFeature*)&_CIM_SystemStatistics_Element,
17505 mike  1.1.2.1     0,
17506               };
17507               
17508               static const char*
17509               __root_PG_InterOp_CIM_SystemStatistics_qualifiers[] =
17510               {
17511 mike  1.1.2.3     /* ASSOCIATION */
17512                   "\000\001",
17513 mike  1.1.2.1     /* UMLPackagePath */
17514                   "\057CIM::Core::Statistics",
17515                   /* Version */
17516                   "\0632.6.0",
17517                   0,
17518               };
17519               
17520 mike  1.1.2.4 MetaClass
17521 mike  1.1.2.1 __root_PG_InterOp_CIM_SystemStatistics =
17522               {
17523                   /* flags */
17524 mike  1.1.2.4     META_FLAG_ASSOCIATION,
17525 mike  1.1.2.1     /* name */
17526                   "CIM_SystemStatistics",
17527                   /* qualifiers */
17528                   __root_PG_InterOp_CIM_SystemStatistics_qualifiers,
17529 mike  1.1.2.2     /* super */
17530 mike  1.1.2.1     &__root_PG_InterOp_CIM_Statistics,
17531                   /* features */
17532                   _CIM_SystemStatistics_features,
17533               };
17534               
17535               //==============================================================================
17536               //
17537               // Class: CIM_AdminDomain
17538               //
17539               //==============================================================================
17540               
17541               static const char*
17542               _CIM_AdminDomain_NameFormat_qualifiers[] =
17543               {
17544                   /* Override */
17545                   "\044NameFormat",
17546                   /* ValueMap */
17547                   "\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",
17548                   /* Values */
17549                   "\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",
17550                   /* ModelCorrespondence */
17551 mike  1.1.2.1     "\036\000\001CIM_AdminDomain.Name\000",
17552                   0,
17553               };
17554               
17555 mike  1.1.2.4 static MetaProperty
17556 mike  1.1.2.1 _CIM_AdminDomain_NameFormat =
17557               {
17558                   /* flags */
17559 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
17560 mike  1.1.2.1     /* name */
17561                   "NameFormat",
17562                   /* qualifiers */
17563                   _CIM_AdminDomain_NameFormat_qualifiers,
17564                   /* type */
17565                   CIMTYPE_STRING,
17566                   /* subscript */
17567                   -1,
17568                   /* value */
17569                   0,
17570               };
17571               
17572 mike  1.1.2.4 static MetaFeature*
17573 mike  1.1.2.1 _CIM_AdminDomain_features[] =
17574               {
17575 mike  1.1.2.4     (MetaFeature*)&_CIM_AdminDomain_NameFormat,
17576 mike  1.1.2.1     0,
17577               };
17578               
17579               static const char*
17580               __root_PG_InterOp_CIM_AdminDomain_qualifiers[] =
17581               {
17582                   /* UMLPackagePath */
17583                   "\057CIM::Core::CoreElements",
17584                   /* Version */
17585                   "\0632.10.0",
17586                   0,
17587               };
17588               
17589 mike  1.1.2.4 MetaClass
17590 mike  1.1.2.1 __root_PG_InterOp_CIM_AdminDomain =
17591               {
17592                   /* flags */
17593 mike  1.1.2.4     META_FLAG_CLASS,
17594 mike  1.1.2.1     /* name */
17595                   "CIM_AdminDomain",
17596                   /* qualifiers */
17597                   __root_PG_InterOp_CIM_AdminDomain_qualifiers,
17598 mike  1.1.2.2     /* super */
17599 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
17600                   /* features */
17601                   _CIM_AdminDomain_features,
17602               };
17603               
17604               //==============================================================================
17605               //
17606               // Class: CIM_BasedOn
17607               //
17608               //==============================================================================
17609               
17610               static const char*
17611               _CIM_BasedOn_Antecedent_qualifiers[] =
17612               {
17613                   /* Override */
17614                   "\044Antecedent",
17615                   0,
17616               };
17617               
17618 mike  1.1.2.4 static MetaReference
17619 mike  1.1.2.1 _CIM_BasedOn_Antecedent =
17620               {
17621                   /* flags */
17622 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
17623 mike  1.1.2.1     /* name */
17624                   "Antecedent",
17625                   /* qualifiers */
17626                   _CIM_BasedOn_Antecedent_qualifiers,
17627                   /* subscript */
17628                   -1,
17629 mike  1.1.2.2     /* refId */
17630 mike  1.1.2.1     &__root_PG_InterOp_CIM_StorageExtent,
17631               };
17632               
17633               static const char*
17634               _CIM_BasedOn_Dependent_qualifiers[] =
17635               {
17636                   /* Override */
17637                   "\044Dependent",
17638                   0,
17639               };
17640               
17641 mike  1.1.2.4 static MetaReference
17642 mike  1.1.2.1 _CIM_BasedOn_Dependent =
17643               {
17644                   /* flags */
17645 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
17646 mike  1.1.2.1     /* name */
17647                   "Dependent",
17648                   /* qualifiers */
17649                   _CIM_BasedOn_Dependent_qualifiers,
17650                   /* subscript */
17651                   -1,
17652 mike  1.1.2.2     /* refId */
17653 mike  1.1.2.1     &__root_PG_InterOp_CIM_StorageExtent,
17654               };
17655               
17656               static const char*
17657               _CIM_BasedOn_StartingAddress_qualifiers[] =
17658               {
17659                   0,
17660               };
17661               
17662 mike  1.1.2.4 static MetaProperty
17663 mike  1.1.2.1 _CIM_BasedOn_StartingAddress =
17664               {
17665                   /* flags */
17666 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
17667 mike  1.1.2.1     /* name */
17668                   "StartingAddress",
17669                   /* qualifiers */
17670                   _CIM_BasedOn_StartingAddress_qualifiers,
17671                   /* type */
17672                   CIMTYPE_UINT64,
17673                   /* subscript */
17674                   -1,
17675                   /* value */
17676                   0,
17677               };
17678               
17679               static const char*
17680               _CIM_BasedOn_EndingAddress_qualifiers[] =
17681               {
17682                   0,
17683               };
17684               
17685 mike  1.1.2.4 static MetaProperty
17686 mike  1.1.2.1 _CIM_BasedOn_EndingAddress =
17687               {
17688                   /* flags */
17689 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
17690 mike  1.1.2.1     /* name */
17691                   "EndingAddress",
17692                   /* qualifiers */
17693                   _CIM_BasedOn_EndingAddress_qualifiers,
17694                   /* type */
17695                   CIMTYPE_UINT64,
17696                   /* subscript */
17697                   -1,
17698                   /* value */
17699                   0,
17700               };
17701               
17702               static const char*
17703               _CIM_BasedOn_OrderIndex_qualifiers[] =
17704               {
17705                   0,
17706               };
17707               
17708 mike  1.1.2.4 static MetaProperty
17709 mike  1.1.2.1 _CIM_BasedOn_OrderIndex =
17710               {
17711                   /* flags */
17712 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
17713 mike  1.1.2.1     /* name */
17714                   "OrderIndex",
17715                   /* qualifiers */
17716                   _CIM_BasedOn_OrderIndex_qualifiers,
17717                   /* type */
17718                   CIMTYPE_UINT16,
17719                   /* subscript */
17720                   -1,
17721                   /* value */
17722                   0,
17723               };
17724               
17725 mike  1.1.2.4 static MetaFeature*
17726 mike  1.1.2.1 _CIM_BasedOn_features[] =
17727               {
17728 mike  1.1.2.4     (MetaFeature*)&_CIM_BasedOn_Antecedent,
17729                   (MetaFeature*)&_CIM_BasedOn_Dependent,
17730                   (MetaFeature*)&_CIM_BasedOn_StartingAddress,
17731                   (MetaFeature*)&_CIM_BasedOn_EndingAddress,
17732                   (MetaFeature*)&_CIM_BasedOn_OrderIndex,
17733 mike  1.1.2.1     0,
17734               };
17735               
17736               static const char*
17737               __root_PG_InterOp_CIM_BasedOn_qualifiers[] =
17738               {
17739 mike  1.1.2.3     /* ASSOCIATION */
17740                   "\000\001",
17741 mike  1.1.2.1     /* UMLPackagePath */
17742                   "\057CIM::Core::StorageExtent",
17743                   /* Version */
17744                   "\0632.6.0",
17745                   0,
17746               };
17747               
17748 mike  1.1.2.4 MetaClass
17749 mike  1.1.2.1 __root_PG_InterOp_CIM_BasedOn =
17750               {
17751                   /* flags */
17752 mike  1.1.2.4     META_FLAG_ASSOCIATION,
17753 mike  1.1.2.1     /* name */
17754                   "CIM_BasedOn",
17755                   /* qualifiers */
17756                   __root_PG_InterOp_CIM_BasedOn_qualifiers,
17757 mike  1.1.2.2     /* super */
17758 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
17759                   /* features */
17760                   _CIM_BasedOn_features,
17761               };
17762               
17763               //==============================================================================
17764               //
17765               // Class: CIM_ConfigurationForSystem
17766               //
17767               //==============================================================================
17768               
17769               static const char*
17770               _CIM_ConfigurationForSystem_Antecedent_qualifiers[] =
17771               {
17772                   /* Override */
17773                   "\044Antecedent",
17774                   /* Min */
17775                   "\033\000\000\000\001",
17776                   /* Max */
17777                   "\027\000\000\000\001",
17778                   0,
17779 mike  1.1.2.1 };
17780               
17781 mike  1.1.2.4 static MetaReference
17782 mike  1.1.2.1 _CIM_ConfigurationForSystem_Antecedent =
17783               {
17784                   /* flags */
17785 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
17786 mike  1.1.2.1     /* name */
17787                   "Antecedent",
17788                   /* qualifiers */
17789                   _CIM_ConfigurationForSystem_Antecedent_qualifiers,
17790                   /* subscript */
17791                   -1,
17792 mike  1.1.2.2     /* refId */
17793 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
17794               };
17795               
17796               static const char*
17797               _CIM_ConfigurationForSystem_Dependent_qualifiers[] =
17798               {
17799                   /* Override */
17800                   "\044Dependent",
17801 mike  1.1.2.3     /* Weak */
17802                   "\064\001",
17803 mike  1.1.2.1     0,
17804               };
17805               
17806 mike  1.1.2.4 static MetaReference
17807 mike  1.1.2.1 _CIM_ConfigurationForSystem_Dependent =
17808               {
17809                   /* flags */
17810 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
17811 mike  1.1.2.1     /* name */
17812                   "Dependent",
17813                   /* qualifiers */
17814                   _CIM_ConfigurationForSystem_Dependent_qualifiers,
17815                   /* subscript */
17816                   -1,
17817 mike  1.1.2.2     /* refId */
17818 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemConfiguration,
17819               };
17820               
17821 mike  1.1.2.4 static MetaFeature*
17822 mike  1.1.2.1 _CIM_ConfigurationForSystem_features[] =
17823               {
17824 mike  1.1.2.4     (MetaFeature*)&_CIM_ConfigurationForSystem_Antecedent,
17825                   (MetaFeature*)&_CIM_ConfigurationForSystem_Dependent,
17826 mike  1.1.2.1     0,
17827               };
17828               
17829               static const char*
17830               __root_PG_InterOp_CIM_ConfigurationForSystem_qualifiers[] =
17831               {
17832 mike  1.1.2.3     /* ASSOCIATION */
17833                   "\000\001",
17834 mike  1.1.2.1     /* UMLPackagePath */
17835                   "\057CIM::Core::Settings",
17836                   /* Version */
17837                   "\0632.8.0",
17838                   0,
17839               };
17840               
17841 mike  1.1.2.4 MetaClass
17842 mike  1.1.2.1 __root_PG_InterOp_CIM_ConfigurationForSystem =
17843               {
17844                   /* flags */
17845 mike  1.1.2.4     META_FLAG_ASSOCIATION,
17846 mike  1.1.2.1     /* name */
17847                   "CIM_ConfigurationForSystem",
17848                   /* qualifiers */
17849                   __root_PG_InterOp_CIM_ConfigurationForSystem_qualifiers,
17850 mike  1.1.2.2     /* super */
17851 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedDependency,
17852                   /* features */
17853                   _CIM_ConfigurationForSystem_features,
17854               };
17855               
17856               //==============================================================================
17857               //
17858               // Class: CIM_ContainedDomain
17859               //
17860               //==============================================================================
17861               
17862               static const char*
17863               _CIM_ContainedDomain_GroupComponent_qualifiers[] =
17864               {
17865 mike  1.1.2.3     /* Aggregate */
17866                   "\003\001",
17867 mike  1.1.2.1     /* Override */
17868                   "\044GroupComponent",
17869                   0,
17870               };
17871               
17872 mike  1.1.2.4 static MetaReference
17873 mike  1.1.2.1 _CIM_ContainedDomain_GroupComponent =
17874               {
17875                   /* flags */
17876 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
17877 mike  1.1.2.1     /* name */
17878                   "GroupComponent",
17879                   /* qualifiers */
17880                   _CIM_ContainedDomain_GroupComponent_qualifiers,
17881                   /* subscript */
17882                   -1,
17883 mike  1.1.2.2     /* refId */
17884 mike  1.1.2.1     &__root_PG_InterOp_CIM_AdminDomain,
17885               };
17886               
17887               static const char*
17888               _CIM_ContainedDomain_PartComponent_qualifiers[] =
17889               {
17890                   /* Override */
17891                   "\044PartComponent",
17892                   0,
17893               };
17894               
17895 mike  1.1.2.4 static MetaReference
17896 mike  1.1.2.1 _CIM_ContainedDomain_PartComponent =
17897               {
17898                   /* flags */
17899 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
17900 mike  1.1.2.1     /* name */
17901                   "PartComponent",
17902                   /* qualifiers */
17903                   _CIM_ContainedDomain_PartComponent_qualifiers,
17904                   /* subscript */
17905                   -1,
17906 mike  1.1.2.2     /* refId */
17907 mike  1.1.2.1     &__root_PG_InterOp_CIM_AdminDomain,
17908               };
17909               
17910 mike  1.1.2.4 static MetaFeature*
17911 mike  1.1.2.1 _CIM_ContainedDomain_features[] =
17912               {
17913 mike  1.1.2.4     (MetaFeature*)&_CIM_ContainedDomain_GroupComponent,
17914                   (MetaFeature*)&_CIM_ContainedDomain_PartComponent,
17915 mike  1.1.2.1     0,
17916               };
17917               
17918               static const char*
17919               __root_PG_InterOp_CIM_ContainedDomain_qualifiers[] =
17920               {
17921 mike  1.1.2.3     /* ASSOCIATION */
17922                   "\000\001",
17923 mike  1.1.2.1     /* UMLPackagePath */
17924                   "\057CIM::Core::CoreElements",
17925 mike  1.1.2.3     /* Aggregation */
17926                   "\004\001",
17927 mike  1.1.2.1     /* Version */
17928                   "\0632.6.0",
17929                   0,
17930               };
17931               
17932 mike  1.1.2.4 MetaClass
17933 mike  1.1.2.1 __root_PG_InterOp_CIM_ContainedDomain =
17934               {
17935                   /* flags */
17936 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
17937 mike  1.1.2.1     /* name */
17938                   "CIM_ContainedDomain",
17939                   /* qualifiers */
17940                   __root_PG_InterOp_CIM_ContainedDomain_qualifiers,
17941 mike  1.1.2.2     /* super */
17942 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemComponent,
17943                   /* features */
17944                   _CIM_ContainedDomain_features,
17945               };
17946               
17947               //==============================================================================
17948               //
17949               // Class: CIM_DeviceSAPImplementation
17950               //
17951               //==============================================================================
17952               
17953               static const char*
17954               _CIM_DeviceSAPImplementation_Antecedent_qualifiers[] =
17955               {
17956                   /* Override */
17957                   "\044Antecedent",
17958                   0,
17959               };
17960               
17961 mike  1.1.2.4 static MetaReference
17962 mike  1.1.2.1 _CIM_DeviceSAPImplementation_Antecedent =
17963               {
17964                   /* flags */
17965 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
17966 mike  1.1.2.1     /* name */
17967                   "Antecedent",
17968                   /* qualifiers */
17969                   _CIM_DeviceSAPImplementation_Antecedent_qualifiers,
17970                   /* subscript */
17971                   -1,
17972 mike  1.1.2.2     /* refId */
17973 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalDevice,
17974               };
17975               
17976               static const char*
17977               _CIM_DeviceSAPImplementation_Dependent_qualifiers[] =
17978               {
17979                   /* Override */
17980                   "\044Dependent",
17981                   0,
17982               };
17983               
17984 mike  1.1.2.4 static MetaReference
17985 mike  1.1.2.1 _CIM_DeviceSAPImplementation_Dependent =
17986               {
17987                   /* flags */
17988 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
17989 mike  1.1.2.1     /* name */
17990                   "Dependent",
17991                   /* qualifiers */
17992                   _CIM_DeviceSAPImplementation_Dependent_qualifiers,
17993                   /* subscript */
17994                   -1,
17995 mike  1.1.2.2     /* refId */
17996 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
17997               };
17998               
17999 mike  1.1.2.4 static MetaFeature*
18000 mike  1.1.2.1 _CIM_DeviceSAPImplementation_features[] =
18001               {
18002 mike  1.1.2.4     (MetaFeature*)&_CIM_DeviceSAPImplementation_Antecedent,
18003                   (MetaFeature*)&_CIM_DeviceSAPImplementation_Dependent,
18004 mike  1.1.2.1     0,
18005               };
18006               
18007               static const char*
18008               __root_PG_InterOp_CIM_DeviceSAPImplementation_qualifiers[] =
18009               {
18010 mike  1.1.2.3     /* ASSOCIATION */
18011                   "\000\001",
18012 mike  1.1.2.1     /* UMLPackagePath */
18013                   "\057CIM::Core::Device",
18014                   /* Version */
18015                   "\0632.10.0",
18016                   0,
18017               };
18018               
18019 mike  1.1.2.4 MetaClass
18020 mike  1.1.2.1 __root_PG_InterOp_CIM_DeviceSAPImplementation =
18021               {
18022                   /* flags */
18023 mike  1.1.2.4     META_FLAG_ASSOCIATION,
18024 mike  1.1.2.1     /* name */
18025                   "CIM_DeviceSAPImplementation",
18026                   /* qualifiers */
18027                   __root_PG_InterOp_CIM_DeviceSAPImplementation_qualifiers,
18028 mike  1.1.2.2     /* super */
18029 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
18030                   /* features */
18031                   _CIM_DeviceSAPImplementation_features,
18032               };
18033               
18034               //==============================================================================
18035               //
18036               // Class: CIM_DeviceServiceImplementation
18037               //
18038               //==============================================================================
18039               
18040               static const char*
18041               _CIM_DeviceServiceImplementation_Antecedent_qualifiers[] =
18042               {
18043                   /* Override */
18044                   "\044Antecedent",
18045                   0,
18046               };
18047               
18048 mike  1.1.2.4 static MetaReference
18049 mike  1.1.2.1 _CIM_DeviceServiceImplementation_Antecedent =
18050               {
18051                   /* flags */
18052 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
18053 mike  1.1.2.1     /* name */
18054                   "Antecedent",
18055                   /* qualifiers */
18056                   _CIM_DeviceServiceImplementation_Antecedent_qualifiers,
18057                   /* subscript */
18058                   -1,
18059 mike  1.1.2.2     /* refId */
18060 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalDevice,
18061               };
18062               
18063               static const char*
18064               _CIM_DeviceServiceImplementation_Dependent_qualifiers[] =
18065               {
18066                   /* Override */
18067                   "\044Dependent",
18068                   0,
18069               };
18070               
18071 mike  1.1.2.4 static MetaReference
18072 mike  1.1.2.1 _CIM_DeviceServiceImplementation_Dependent =
18073               {
18074                   /* flags */
18075 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
18076 mike  1.1.2.1     /* name */
18077                   "Dependent",
18078                   /* qualifiers */
18079                   _CIM_DeviceServiceImplementation_Dependent_qualifiers,
18080                   /* subscript */
18081                   -1,
18082 mike  1.1.2.2     /* refId */
18083 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
18084               };
18085               
18086 mike  1.1.2.4 static MetaFeature*
18087 mike  1.1.2.1 _CIM_DeviceServiceImplementation_features[] =
18088               {
18089 mike  1.1.2.4     (MetaFeature*)&_CIM_DeviceServiceImplementation_Antecedent,
18090                   (MetaFeature*)&_CIM_DeviceServiceImplementation_Dependent,
18091 mike  1.1.2.1     0,
18092               };
18093               
18094               static const char*
18095               __root_PG_InterOp_CIM_DeviceServiceImplementation_qualifiers[] =
18096               {
18097 mike  1.1.2.3     /* ASSOCIATION */
18098                   "\000\001",
18099 mike  1.1.2.1     /* UMLPackagePath */
18100                   "\057CIM::Core::Device",
18101                   /* Version */
18102                   "\0632.10.0",
18103                   0,
18104               };
18105               
18106 mike  1.1.2.4 MetaClass
18107 mike  1.1.2.1 __root_PG_InterOp_CIM_DeviceServiceImplementation =
18108               {
18109                   /* flags */
18110 mike  1.1.2.4     META_FLAG_ASSOCIATION,
18111 mike  1.1.2.1     /* name */
18112                   "CIM_DeviceServiceImplementation",
18113                   /* qualifiers */
18114                   __root_PG_InterOp_CIM_DeviceServiceImplementation_qualifiers,
18115 mike  1.1.2.2     /* super */
18116 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
18117                   /* features */
18118                   _CIM_DeviceServiceImplementation_features,
18119               };
18120               
18121               //==============================================================================
18122               //
18123               // Class: CIM_DeviceStatistics
18124               //
18125               //==============================================================================
18126               
18127               static const char*
18128               _CIM_DeviceStatistics_Stats_qualifiers[] =
18129               {
18130                   /* Override */
18131                   "\044Stats",
18132 mike  1.1.2.3     /* Weak */
18133                   "\064\001",
18134 mike  1.1.2.1     0,
18135               };
18136               
18137 mike  1.1.2.4 static MetaReference
18138 mike  1.1.2.1 _CIM_DeviceStatistics_Stats =
18139               {
18140                   /* flags */
18141 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
18142 mike  1.1.2.1     /* name */
18143                   "Stats",
18144                   /* qualifiers */
18145                   _CIM_DeviceStatistics_Stats_qualifiers,
18146                   /* subscript */
18147                   -1,
18148 mike  1.1.2.2     /* refId */
18149 mike  1.1.2.1     &__root_PG_InterOp_CIM_DeviceStatisticalInformation,
18150               };
18151               
18152               static const char*
18153               _CIM_DeviceStatistics_Element_qualifiers[] =
18154               {
18155                   /* Override */
18156                   "\044Element",
18157                   /* Min */
18158                   "\033\000\000\000\001",
18159                   /* Max */
18160                   "\027\000\000\000\001",
18161                   0,
18162               };
18163               
18164 mike  1.1.2.4 static MetaReference
18165 mike  1.1.2.1 _CIM_DeviceStatistics_Element =
18166               {
18167                   /* flags */
18168 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
18169 mike  1.1.2.1     /* name */
18170                   "Element",
18171                   /* qualifiers */
18172                   _CIM_DeviceStatistics_Element_qualifiers,
18173                   /* subscript */
18174                   -1,
18175 mike  1.1.2.2     /* refId */
18176 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalDevice,
18177               };
18178               
18179 mike  1.1.2.4 static MetaFeature*
18180 mike  1.1.2.1 _CIM_DeviceStatistics_features[] =
18181               {
18182 mike  1.1.2.4     (MetaFeature*)&_CIM_DeviceStatistics_Stats,
18183                   (MetaFeature*)&_CIM_DeviceStatistics_Element,
18184 mike  1.1.2.1     0,
18185               };
18186               
18187               static const char*
18188               __root_PG_InterOp_CIM_DeviceStatistics_qualifiers[] =
18189               {
18190 mike  1.1.2.3     /* ASSOCIATION */
18191                   "\000\001",
18192 mike  1.1.2.1     /* UMLPackagePath */
18193                   "\057CIM::Core::Statistics",
18194                   /* Version */
18195                   "\0632.6.0",
18196                   0,
18197               };
18198               
18199 mike  1.1.2.4 MetaClass
18200 mike  1.1.2.1 __root_PG_InterOp_CIM_DeviceStatistics =
18201               {
18202                   /* flags */
18203 mike  1.1.2.4     META_FLAG_ASSOCIATION,
18204 mike  1.1.2.1     /* name */
18205                   "CIM_DeviceStatistics",
18206                   /* qualifiers */
18207                   __root_PG_InterOp_CIM_DeviceStatistics_qualifiers,
18208 mike  1.1.2.2     /* super */
18209 mike  1.1.2.1     &__root_PG_InterOp_CIM_Statistics,
18210                   /* features */
18211                   _CIM_DeviceStatistics_features,
18212               };
18213               
18214               //==============================================================================
18215               //
18216               // Class: CIM_ExtentRedundancyComponent
18217               //
18218               //==============================================================================
18219               
18220               static const char*
18221               _CIM_ExtentRedundancyComponent_GroupComponent_qualifiers[] =
18222               {
18223                   /* Deprecated */
18224                   "\013\000\001CIM_MemberOfCollection.Collection\000",
18225 mike  1.1.2.3     /* Aggregate */
18226                   "\003\001",
18227 mike  1.1.2.1     /* Override */
18228                   "\044GroupComponent",
18229                   0,
18230               };
18231               
18232 mike  1.1.2.4 static MetaReference
18233 mike  1.1.2.1 _CIM_ExtentRedundancyComponent_GroupComponent =
18234               {
18235                   /* flags */
18236 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
18237 mike  1.1.2.1     /* name */
18238                   "GroupComponent",
18239                   /* qualifiers */
18240                   _CIM_ExtentRedundancyComponent_GroupComponent_qualifiers,
18241                   /* subscript */
18242                   -1,
18243 mike  1.1.2.2     /* refId */
18244 mike  1.1.2.1     &__root_PG_InterOp_CIM_StorageRedundancyGroup,
18245               };
18246               
18247               static const char*
18248               _CIM_ExtentRedundancyComponent_PartComponent_qualifiers[] =
18249               {
18250                   /* Deprecated */
18251                   "\013\000\001CIM_MemberOfCollection.Member\000",
18252                   /* Override */
18253                   "\044PartComponent",
18254                   0,
18255               };
18256               
18257 mike  1.1.2.4 static MetaReference
18258 mike  1.1.2.1 _CIM_ExtentRedundancyComponent_PartComponent =
18259               {
18260                   /* flags */
18261 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
18262 mike  1.1.2.1     /* name */
18263                   "PartComponent",
18264                   /* qualifiers */
18265                   _CIM_ExtentRedundancyComponent_PartComponent_qualifiers,
18266                   /* subscript */
18267                   -1,
18268 mike  1.1.2.2     /* refId */
18269 mike  1.1.2.1     &__root_PG_InterOp_CIM_StorageExtent,
18270               };
18271               
18272 mike  1.1.2.4 static MetaFeature*
18273 mike  1.1.2.1 _CIM_ExtentRedundancyComponent_features[] =
18274               {
18275 mike  1.1.2.4     (MetaFeature*)&_CIM_ExtentRedundancyComponent_GroupComponent,
18276                   (MetaFeature*)&_CIM_ExtentRedundancyComponent_PartComponent,
18277 mike  1.1.2.1     0,
18278               };
18279               
18280               static const char*
18281               __root_PG_InterOp_CIM_ExtentRedundancyComponent_qualifiers[] =
18282               {
18283 mike  1.1.2.3     /* ASSOCIATION */
18284                   "\000\001",
18285 mike  1.1.2.1     /* Deprecated */
18286                   "\013\000\001CIM_MemberOfCollection\000",
18287                   /* UMLPackagePath */
18288                   "\057CIM::Core::Redundancy",
18289 mike  1.1.2.3     /* Aggregation */
18290                   "\004\001",
18291 mike  1.1.2.1     /* Version */
18292                   "\0632.13.0",
18293                   0,
18294               };
18295               
18296 mike  1.1.2.4 MetaClass
18297 mike  1.1.2.1 __root_PG_InterOp_CIM_ExtentRedundancyComponent =
18298               {
18299                   /* flags */
18300 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
18301 mike  1.1.2.1     /* name */
18302                   "CIM_ExtentRedundancyComponent",
18303                   /* qualifiers */
18304                   __root_PG_InterOp_CIM_ExtentRedundancyComponent_qualifiers,
18305 mike  1.1.2.2     /* super */
18306 mike  1.1.2.1     &__root_PG_InterOp_CIM_RedundancyComponent,
18307                   /* features */
18308                   _CIM_ExtentRedundancyComponent_features,
18309               };
18310               
18311               //==============================================================================
18312               //
18313               // Class: CIM_HostedAccessPoint
18314               //
18315               //==============================================================================
18316               
18317               static const char*
18318               _CIM_HostedAccessPoint_Antecedent_qualifiers[] =
18319               {
18320                   /* Override */
18321                   "\044Antecedent",
18322                   /* Min */
18323                   "\033\000\000\000\001",
18324                   /* Max */
18325                   "\027\000\000\000\001",
18326                   0,
18327 mike  1.1.2.1 };
18328               
18329 mike  1.1.2.4 static MetaReference
18330 mike  1.1.2.1 _CIM_HostedAccessPoint_Antecedent =
18331               {
18332                   /* flags */
18333 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
18334 mike  1.1.2.1     /* name */
18335                   "Antecedent",
18336                   /* qualifiers */
18337                   _CIM_HostedAccessPoint_Antecedent_qualifiers,
18338                   /* subscript */
18339                   -1,
18340 mike  1.1.2.2     /* refId */
18341 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
18342               };
18343               
18344               static const char*
18345               _CIM_HostedAccessPoint_Dependent_qualifiers[] =
18346               {
18347                   /* Override */
18348                   "\044Dependent",
18349 mike  1.1.2.3     /* Weak */
18350                   "\064\001",
18351 mike  1.1.2.1     0,
18352               };
18353               
18354 mike  1.1.2.4 static MetaReference
18355 mike  1.1.2.1 _CIM_HostedAccessPoint_Dependent =
18356               {
18357                   /* flags */
18358 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
18359 mike  1.1.2.1     /* name */
18360                   "Dependent",
18361                   /* qualifiers */
18362                   _CIM_HostedAccessPoint_Dependent_qualifiers,
18363                   /* subscript */
18364                   -1,
18365 mike  1.1.2.2     /* refId */
18366 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
18367               };
18368               
18369 mike  1.1.2.4 static MetaFeature*
18370 mike  1.1.2.1 _CIM_HostedAccessPoint_features[] =
18371               {
18372 mike  1.1.2.4     (MetaFeature*)&_CIM_HostedAccessPoint_Antecedent,
18373                   (MetaFeature*)&_CIM_HostedAccessPoint_Dependent,
18374 mike  1.1.2.1     0,
18375               };
18376               
18377               static const char*
18378               __root_PG_InterOp_CIM_HostedAccessPoint_qualifiers[] =
18379               {
18380 mike  1.1.2.3     /* ASSOCIATION */
18381                   "\000\001",
18382 mike  1.1.2.1     /* UMLPackagePath */
18383                   "\057CIM::Core::Service",
18384                   /* Version */
18385                   "\0632.10.0",
18386                   0,
18387               };
18388               
18389 mike  1.1.2.4 MetaClass
18390 mike  1.1.2.1 __root_PG_InterOp_CIM_HostedAccessPoint =
18391               {
18392                   /* flags */
18393 mike  1.1.2.4     META_FLAG_ASSOCIATION,
18394 mike  1.1.2.1     /* name */
18395                   "CIM_HostedAccessPoint",
18396                   /* qualifiers */
18397                   __root_PG_InterOp_CIM_HostedAccessPoint_qualifiers,
18398 mike  1.1.2.2     /* super */
18399 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedDependency,
18400                   /* features */
18401                   _CIM_HostedAccessPoint_features,
18402               };
18403               
18404               //==============================================================================
18405               //
18406               // Class: CIM_HostedCollection
18407               //
18408               //==============================================================================
18409               
18410               static const char*
18411               _CIM_HostedCollection_Antecedent_qualifiers[] =
18412               {
18413                   /* Override */
18414                   "\044Antecedent",
18415                   /* Min */
18416                   "\033\000\000\000\001",
18417                   /* Max */
18418                   "\027\000\000\000\001",
18419                   0,
18420 mike  1.1.2.1 };
18421               
18422 mike  1.1.2.4 static MetaReference
18423 mike  1.1.2.1 _CIM_HostedCollection_Antecedent =
18424               {
18425                   /* flags */
18426 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
18427 mike  1.1.2.1     /* name */
18428                   "Antecedent",
18429                   /* qualifiers */
18430                   _CIM_HostedCollection_Antecedent_qualifiers,
18431                   /* subscript */
18432                   -1,
18433 mike  1.1.2.2     /* refId */
18434 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
18435               };
18436               
18437               static const char*
18438               _CIM_HostedCollection_Dependent_qualifiers[] =
18439               {
18440                   /* Override */
18441                   "\044Dependent",
18442                   0,
18443               };
18444               
18445 mike  1.1.2.4 static MetaReference
18446 mike  1.1.2.1 _CIM_HostedCollection_Dependent =
18447               {
18448                   /* flags */
18449 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
18450 mike  1.1.2.1     /* name */
18451                   "Dependent",
18452                   /* qualifiers */
18453                   _CIM_HostedCollection_Dependent_qualifiers,
18454                   /* subscript */
18455                   -1,
18456 mike  1.1.2.2     /* refId */
18457 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemSpecificCollection,
18458               };
18459               
18460 mike  1.1.2.4 static MetaFeature*
18461 mike  1.1.2.1 _CIM_HostedCollection_features[] =
18462               {
18463 mike  1.1.2.4     (MetaFeature*)&_CIM_HostedCollection_Antecedent,
18464                   (MetaFeature*)&_CIM_HostedCollection_Dependent,
18465 mike  1.1.2.1     0,
18466               };
18467               
18468               static const char*
18469               __root_PG_InterOp_CIM_HostedCollection_qualifiers[] =
18470               {
18471 mike  1.1.2.3     /* ASSOCIATION */
18472                   "\000\001",
18473 mike  1.1.2.1     /* UMLPackagePath */
18474                   "\057CIM::Core::Collection",
18475                   /* Version */
18476                   "\0632.10.0",
18477                   0,
18478               };
18479               
18480 mike  1.1.2.4 MetaClass
18481 mike  1.1.2.1 __root_PG_InterOp_CIM_HostedCollection =
18482               {
18483                   /* flags */
18484 mike  1.1.2.4     META_FLAG_ASSOCIATION,
18485 mike  1.1.2.1     /* name */
18486                   "CIM_HostedCollection",
18487                   /* qualifiers */
18488                   __root_PG_InterOp_CIM_HostedCollection_qualifiers,
18489 mike  1.1.2.2     /* super */
18490 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedDependency,
18491                   /* features */
18492                   _CIM_HostedCollection_features,
18493               };
18494               
18495               //==============================================================================
18496               //
18497               // Class: CIM_HostedService
18498               //
18499               //==============================================================================
18500               
18501               static const char*
18502               _CIM_HostedService_Antecedent_qualifiers[] =
18503               {
18504                   /* Override */
18505                   "\044Antecedent",
18506                   /* Min */
18507                   "\033\000\000\000\001",
18508                   /* Max */
18509                   "\027\000\000\000\001",
18510                   0,
18511 mike  1.1.2.1 };
18512               
18513 mike  1.1.2.4 static MetaReference
18514 mike  1.1.2.1 _CIM_HostedService_Antecedent =
18515               {
18516                   /* flags */
18517 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
18518 mike  1.1.2.1     /* name */
18519                   "Antecedent",
18520                   /* qualifiers */
18521                   _CIM_HostedService_Antecedent_qualifiers,
18522                   /* subscript */
18523                   -1,
18524 mike  1.1.2.2     /* refId */
18525 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
18526               };
18527               
18528               static const char*
18529               _CIM_HostedService_Dependent_qualifiers[] =
18530               {
18531                   /* Override */
18532                   "\044Dependent",
18533 mike  1.1.2.3     /* Weak */
18534                   "\064\001",
18535 mike  1.1.2.1     0,
18536               };
18537               
18538 mike  1.1.2.4 static MetaReference
18539 mike  1.1.2.1 _CIM_HostedService_Dependent =
18540               {
18541                   /* flags */
18542 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
18543 mike  1.1.2.1     /* name */
18544                   "Dependent",
18545                   /* qualifiers */
18546                   _CIM_HostedService_Dependent_qualifiers,
18547                   /* subscript */
18548                   -1,
18549 mike  1.1.2.2     /* refId */
18550 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
18551               };
18552               
18553 mike  1.1.2.4 static MetaFeature*
18554 mike  1.1.2.1 _CIM_HostedService_features[] =
18555               {
18556 mike  1.1.2.4     (MetaFeature*)&_CIM_HostedService_Antecedent,
18557                   (MetaFeature*)&_CIM_HostedService_Dependent,
18558 mike  1.1.2.1     0,
18559               };
18560               
18561               static const char*
18562               __root_PG_InterOp_CIM_HostedService_qualifiers[] =
18563               {
18564 mike  1.1.2.3     /* ASSOCIATION */
18565                   "\000\001",
18566 mike  1.1.2.1     /* UMLPackagePath */
18567                   "\057CIM::Core::Service",
18568                   /* Version */
18569                   "\0632.10.0",
18570                   0,
18571               };
18572               
18573 mike  1.1.2.4 MetaClass
18574 mike  1.1.2.1 __root_PG_InterOp_CIM_HostedService =
18575               {
18576                   /* flags */
18577 mike  1.1.2.4     META_FLAG_ASSOCIATION,
18578 mike  1.1.2.1     /* name */
18579                   "CIM_HostedService",
18580                   /* qualifiers */
18581                   __root_PG_InterOp_CIM_HostedService_qualifiers,
18582 mike  1.1.2.2     /* super */
18583 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedDependency,
18584                   /* features */
18585                   _CIM_HostedService_features,
18586               };
18587               
18588               //==============================================================================
18589               //
18590               // Class: CIM_InstalledSoftwareIdentity
18591               //
18592               //==============================================================================
18593               
18594               static const char*
18595               _CIM_InstalledSoftwareIdentity_System_qualifiers[] =
18596               {
18597 mike  1.1.2.3     /* Key */
18598                   "\025\001",
18599 mike  1.1.2.1     0,
18600               };
18601               
18602 mike  1.1.2.4 static MetaReference
18603 mike  1.1.2.1 _CIM_InstalledSoftwareIdentity_System =
18604               {
18605                   /* flags */
18606 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
18607 mike  1.1.2.1     /* name */
18608                   "System",
18609                   /* qualifiers */
18610                   _CIM_InstalledSoftwareIdentity_System_qualifiers,
18611                   /* subscript */
18612                   -1,
18613 mike  1.1.2.2     /* refId */
18614 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
18615               };
18616               
18617               static const char*
18618               _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers[] =
18619               {
18620 mike  1.1.2.3     /* Key */
18621                   "\025\001",
18622 mike  1.1.2.1     0,
18623               };
18624               
18625 mike  1.1.2.4 static MetaReference
18626 mike  1.1.2.1 _CIM_InstalledSoftwareIdentity_InstalledSoftware =
18627               {
18628                   /* flags */
18629 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
18630 mike  1.1.2.1     /* name */
18631                   "InstalledSoftware",
18632                   /* qualifiers */
18633                   _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers,
18634                   /* subscript */
18635                   -1,
18636 mike  1.1.2.2     /* refId */
18637 mike  1.1.2.1     &__root_PG_InterOp_CIM_SoftwareIdentity,
18638               };
18639               
18640 mike  1.1.2.4 static MetaFeature*
18641 mike  1.1.2.1 _CIM_InstalledSoftwareIdentity_features[] =
18642               {
18643 mike  1.1.2.4     (MetaFeature*)&_CIM_InstalledSoftwareIdentity_System,
18644                   (MetaFeature*)&_CIM_InstalledSoftwareIdentity_InstalledSoftware,
18645 mike  1.1.2.1     0,
18646               };
18647               
18648               static const char*
18649               __root_PG_InterOp_CIM_InstalledSoftwareIdentity_qualifiers[] =
18650               {
18651 mike  1.1.2.3     /* ASSOCIATION */
18652                   "\000\001",
18653 mike  1.1.2.1     /* UMLPackagePath */
18654                   "\057CIM::Core::Software",
18655                   /* Version */
18656                   "\0632.8.0",
18657                   0,
18658               };
18659               
18660 mike  1.1.2.4 MetaClass
18661 mike  1.1.2.1 __root_PG_InterOp_CIM_InstalledSoftwareIdentity =
18662               {
18663                   /* flags */
18664 mike  1.1.2.4     META_FLAG_ASSOCIATION,
18665 mike  1.1.2.1     /* name */
18666                   "CIM_InstalledSoftwareIdentity",
18667                   /* qualifiers */
18668                   __root_PG_InterOp_CIM_InstalledSoftwareIdentity_qualifiers,
18669 mike  1.1.2.2     /* super */
18670 mike  1.1.2.1     0,
18671                   /* features */
18672                   _CIM_InstalledSoftwareIdentity_features,
18673               };
18674               
18675               //==============================================================================
18676               //
18677               // Class: CIM_PowerManagementService
18678               //
18679               //==============================================================================
18680               
18681               static const char*
18682               _CIM_PowerManagementService_SetPowerState_PowerState_qualifiers[] =
18683               {
18684 mike  1.1.2.3     /* IN */
18685                   "\024\001",
18686 mike  1.1.2.1     /* ValueMap */
18687                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
18688                   /* Values */
18689                   "\062\000\010Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000Hibernate\000Soft Off\000",
18690                   0,
18691               };
18692               
18693 mike  1.1.2.4 static MetaProperty
18694 mike  1.1.2.1 _CIM_PowerManagementService_SetPowerState_PowerState =
18695               {
18696                   /* flags */
18697 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
18698 mike  1.1.2.1     /* name */
18699                   "PowerState",
18700                   /* qualifiers */
18701                   _CIM_PowerManagementService_SetPowerState_PowerState_qualifiers,
18702                   /* type */
18703                   CIMTYPE_UINT16,
18704                   /* subscript */
18705                   -1,
18706                   /* value */
18707                   0,
18708               };
18709               
18710               static const char*
18711               _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers[] =
18712               {
18713 mike  1.1.2.3     /* IN */
18714                   "\024\001",
18715 mike  1.1.2.1     0,
18716               };
18717               
18718 mike  1.1.2.4 static MetaReference
18719 mike  1.1.2.1 _CIM_PowerManagementService_SetPowerState_ManagedElement =
18720               {
18721                   /* flags */
18722 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_IN,
18723 mike  1.1.2.1     /* name */
18724                   "ManagedElement",
18725                   /* qualifiers */
18726                   _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers,
18727                   /* subscript */
18728                   -1,
18729 mike  1.1.2.2     /* ref */
18730 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
18731               };
18732               
18733               static const char*
18734               _CIM_PowerManagementService_SetPowerState_Time_qualifiers[] =
18735               {
18736 mike  1.1.2.3     /* IN */
18737                   "\024\001",
18738 mike  1.1.2.1     0,
18739               };
18740               
18741 mike  1.1.2.4 static MetaProperty
18742 mike  1.1.2.1 _CIM_PowerManagementService_SetPowerState_Time =
18743               {
18744                   /* flags */
18745 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
18746 mike  1.1.2.1     /* name */
18747                   "Time",
18748                   /* qualifiers */
18749                   _CIM_PowerManagementService_SetPowerState_Time_qualifiers,
18750                   /* type */
18751                   CIMTYPE_DATETIME,
18752                   /* subscript */
18753                   -1,
18754                   /* value */
18755                   0,
18756               };
18757               
18758 mike  1.1.2.4 static MetaFeature*
18759 mike  1.1.2.1 _CIM_PowerManagementService_SetPowerState_parameters[] =
18760               {
18761 mike  1.1.2.4     (MetaFeature*)&_CIM_PowerManagementService_SetPowerState_PowerState,
18762                   (MetaFeature*)&_CIM_PowerManagementService_SetPowerState_ManagedElement,
18763                   (MetaFeature*)&_CIM_PowerManagementService_SetPowerState_Time,
18764 mike  1.1.2.1     0,
18765               };
18766               
18767               static const char*
18768               _CIM_PowerManagementService_SetPowerState_qualifiers[] =
18769               {
18770                   0,
18771               };
18772               
18773 mike  1.1.2.4 static MetaMethod
18774 mike  1.1.2.1 _CIM_PowerManagementService_SetPowerState =
18775               {
18776                   /* flags */
18777 mike  1.1.2.4     META_FLAG_METHOD,
18778 mike  1.1.2.1     /* name */
18779                   "CIM_PowerManagementService",
18780                   /* qualifiers */
18781                   _CIM_PowerManagementService_SetPowerState_qualifiers,
18782                   /* type */
18783                   CIMTYPE_UINT32,
18784                   /* parameters */
18785                   _CIM_PowerManagementService_SetPowerState_parameters,
18786               };
18787               
18788 mike  1.1.2.4 static MetaFeature*
18789 mike  1.1.2.1 _CIM_PowerManagementService_features[] =
18790               {
18791 mike  1.1.2.4     (MetaFeature*)&_CIM_PowerManagementService_SetPowerState,
18792 mike  1.1.2.1     0,
18793               };
18794               
18795               static const char*
18796               __root_PG_InterOp_CIM_PowerManagementService_qualifiers[] =
18797               {
18798                   /* UMLPackagePath */
18799                   "\057CIM::Core::PowerMgmt",
18800                   /* Version */
18801                   "\0632.7.0",
18802                   0,
18803               };
18804               
18805 mike  1.1.2.4 MetaClass
18806 mike  1.1.2.1 __root_PG_InterOp_CIM_PowerManagementService =
18807               {
18808                   /* flags */
18809 mike  1.1.2.4     META_FLAG_CLASS,
18810 mike  1.1.2.1     /* name */
18811                   "CIM_PowerManagementService",
18812                   /* qualifiers */
18813                   __root_PG_InterOp_CIM_PowerManagementService_qualifiers,
18814 mike  1.1.2.2     /* super */
18815 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
18816                   /* features */
18817                   _CIM_PowerManagementService_features,
18818               };
18819               
18820               //==============================================================================
18821               //
18822               // Class: CIM_ProductServiceComponent
18823               //
18824               //==============================================================================
18825               
18826               static const char*
18827               _CIM_ProductServiceComponent_GroupComponent_qualifiers[] =
18828               {
18829 mike  1.1.2.3     /* Aggregate */
18830                   "\003\001",
18831 mike  1.1.2.1     /* Override */
18832                   "\044GroupComponent",
18833                   /* Max */
18834                   "\027\000\000\000\001",
18835                   0,
18836               };
18837               
18838 mike  1.1.2.4 static MetaReference
18839 mike  1.1.2.1 _CIM_ProductServiceComponent_GroupComponent =
18840               {
18841                   /* flags */
18842 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
18843 mike  1.1.2.1     /* name */
18844                   "GroupComponent",
18845                   /* qualifiers */
18846                   _CIM_ProductServiceComponent_GroupComponent_qualifiers,
18847                   /* subscript */
18848                   -1,
18849 mike  1.1.2.2     /* refId */
18850 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
18851               };
18852               
18853               static const char*
18854               _CIM_ProductServiceComponent_PartComponent_qualifiers[] =
18855               {
18856                   /* Override */
18857                   "\044PartComponent",
18858                   0,
18859               };
18860               
18861 mike  1.1.2.4 static MetaReference
18862 mike  1.1.2.1 _CIM_ProductServiceComponent_PartComponent =
18863               {
18864                   /* flags */
18865 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
18866 mike  1.1.2.1     /* name */
18867                   "PartComponent",
18868                   /* qualifiers */
18869                   _CIM_ProductServiceComponent_PartComponent_qualifiers,
18870                   /* subscript */
18871                   -1,
18872 mike  1.1.2.2     /* refId */
18873 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
18874               };
18875               
18876 mike  1.1.2.4 static MetaFeature*
18877 mike  1.1.2.1 _CIM_ProductServiceComponent_features[] =
18878               {
18879 mike  1.1.2.4     (MetaFeature*)&_CIM_ProductServiceComponent_GroupComponent,
18880                   (MetaFeature*)&_CIM_ProductServiceComponent_PartComponent,
18881 mike  1.1.2.1     0,
18882               };
18883               
18884               static const char*
18885               __root_PG_InterOp_CIM_ProductServiceComponent_qualifiers[] =
18886               {
18887 mike  1.1.2.3     /* ASSOCIATION */
18888                   "\000\001",
18889 mike  1.1.2.1     /* UMLPackagePath */
18890                   "\057CIM::Core::ProductFRU",
18891 mike  1.1.2.3     /* Aggregation */
18892                   "\004\001",
18893                   /* Composition */
18894                   "\011\001",
18895 mike  1.1.2.1     /* Version */
18896                   "\0632.7.0",
18897                   0,
18898               };
18899               
18900 mike  1.1.2.4 MetaClass
18901 mike  1.1.2.1 __root_PG_InterOp_CIM_ProductServiceComponent =
18902               {
18903                   /* flags */
18904 mike  1.1.2.4     META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
18905 mike  1.1.2.1     /* name */
18906                   "CIM_ProductServiceComponent",
18907                   /* qualifiers */
18908                   __root_PG_InterOp_CIM_ProductServiceComponent_qualifiers,
18909 mike  1.1.2.2     /* super */
18910 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
18911                   /* features */
18912                   _CIM_ProductServiceComponent_features,
18913               };
18914               
18915               //==============================================================================
18916               //
18917               // Class: CIM_ProtocolEndpoint
18918               //
18919               //==============================================================================
18920               
18921               static const char*
18922               _CIM_ProtocolEndpoint_Description_qualifiers[] =
18923               {
18924                   /* Override */
18925                   "\044Description",
18926                   /* MappingStrings */
18927                   "\026\000\001MIB.IETF|IF-MIB.ifDescr\000",
18928                   0,
18929               };
18930               
18931 mike  1.1.2.4 static MetaProperty
18932 mike  1.1.2.1 _CIM_ProtocolEndpoint_Description =
18933               {
18934                   /* flags */
18935 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
18936 mike  1.1.2.1     /* name */
18937                   "Description",
18938                   /* qualifiers */
18939                   _CIM_ProtocolEndpoint_Description_qualifiers,
18940                   /* type */
18941                   CIMTYPE_STRING,
18942                   /* subscript */
18943                   -1,
18944                   /* value */
18945                   0,
18946               };
18947               
18948               static const char*
18949               _CIM_ProtocolEndpoint_OperationalStatus_qualifiers[] =
18950               {
18951                   /* Override */
18952                   "\044OperationalStatus",
18953                   /* MappingStrings */
18954                   "\026\000\001MIB.IETF|IF-MIB.ifOperStatus\000",
18955                   0,
18956               };
18957 mike  1.1.2.1 
18958 mike  1.1.2.4 static MetaProperty
18959 mike  1.1.2.1 _CIM_ProtocolEndpoint_OperationalStatus =
18960               {
18961                   /* flags */
18962 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
18963 mike  1.1.2.1     /* name */
18964                   "OperationalStatus",
18965                   /* qualifiers */
18966                   _CIM_ProtocolEndpoint_OperationalStatus_qualifiers,
18967                   /* type */
18968                   CIMTYPE_UINT16,
18969                   /* subscript */
18970                   0,
18971                   /* value */
18972                   0,
18973               };
18974               
18975               static const char*
18976               _CIM_ProtocolEndpoint_EnabledState_qualifiers[] =
18977               {
18978                   /* Override */
18979                   "\044EnabledState",
18980                   /* MappingStrings */
18981                   "\026\000\001MIB.IETF|IF-MIB.ifAdminStatus\000",
18982                   0,
18983               };
18984 mike  1.1.2.1 
18985 mike  1.1.2.4 static MetaProperty
18986 mike  1.1.2.1 _CIM_ProtocolEndpoint_EnabledState =
18987               {
18988                   /* flags */
18989 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
18990 mike  1.1.2.1     /* name */
18991                   "EnabledState",
18992                   /* qualifiers */
18993                   _CIM_ProtocolEndpoint_EnabledState_qualifiers,
18994                   /* type */
18995                   CIMTYPE_UINT16,
18996                   /* subscript */
18997                   -1,
18998                   /* value */
18999                   0,
19000               };
19001               
19002               static const char*
19003               _CIM_ProtocolEndpoint_TimeOfLastStateChange_qualifiers[] =
19004               {
19005                   /* Override */
19006                   "\044TimeOfLastStateChange",
19007                   /* MappingStrings */
19008                   "\026\000\001MIB.IETF|IF-MIB.ifLastChange\000",
19009                   0,
19010               };
19011 mike  1.1.2.1 
19012 mike  1.1.2.4 static MetaProperty
19013 mike  1.1.2.1 _CIM_ProtocolEndpoint_TimeOfLastStateChange =
19014               {
19015                   /* flags */
19016 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
19017 mike  1.1.2.1     /* name */
19018                   "TimeOfLastStateChange",
19019                   /* qualifiers */
19020                   _CIM_ProtocolEndpoint_TimeOfLastStateChange_qualifiers,
19021                   /* type */
19022                   CIMTYPE_DATETIME,
19023                   /* subscript */
19024                   -1,
19025                   /* value */
19026                   0,
19027               };
19028               
19029               static const char*
19030               _CIM_ProtocolEndpoint_Name_qualifiers[] =
19031               {
19032                   /* Override */
19033                   "\044Name",
19034                   /* MaxLen */
19035                   "\030\000\000\001\000",
19036                   0,
19037               };
19038 mike  1.1.2.1 
19039 mike  1.1.2.4 static MetaProperty
19040 mike  1.1.2.1 _CIM_ProtocolEndpoint_Name =
19041               {
19042                   /* flags */
19043 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
19044 mike  1.1.2.1     /* name */
19045                   "Name",
19046                   /* qualifiers */
19047                   _CIM_ProtocolEndpoint_Name_qualifiers,
19048                   /* type */
19049                   CIMTYPE_STRING,
19050                   /* subscript */
19051                   -1,
19052                   /* value */
19053                   0,
19054               };
19055               
19056               static const char*
19057               _CIM_ProtocolEndpoint_NameFormat_qualifiers[] =
19058               {
19059                   /* MaxLen */
19060                   "\030\000\000\001\000",
19061                   0,
19062               };
19063               
19064 mike  1.1.2.4 static MetaProperty
19065 mike  1.1.2.1 _CIM_ProtocolEndpoint_NameFormat =
19066               {
19067                   /* flags */
19068 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
19069 mike  1.1.2.1     /* name */
19070                   "NameFormat",
19071                   /* qualifiers */
19072                   _CIM_ProtocolEndpoint_NameFormat_qualifiers,
19073                   /* type */
19074                   CIMTYPE_STRING,
19075                   /* subscript */
19076                   -1,
19077                   /* value */
19078                   0,
19079               };
19080               
19081               static const char*
19082               _CIM_ProtocolEndpoint_ProtocolType_qualifiers[] =
19083               {
19084                   /* Deprecated */
19085                   "\013\000\001CIM_ProtocolEndpoint.ProtocolIFType\000",
19086                   /* ValueMap */
19087                   "\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",
19088                   /* Values */
19089                   "\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",
19090 mike  1.1.2.1     /* ModelCorrespondence */
19091                   "\036\000\001CIM_ProtocolEndpoint.OtherTypeDescription\000",
19092                   0,
19093               };
19094               
19095 mike  1.1.2.4 static MetaProperty
19096 mike  1.1.2.1 _CIM_ProtocolEndpoint_ProtocolType =
19097               {
19098                   /* flags */
19099 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
19100 mike  1.1.2.1     /* name */
19101                   "ProtocolType",
19102                   /* qualifiers */
19103                   _CIM_ProtocolEndpoint_ProtocolType_qualifiers,
19104                   /* type */
19105                   CIMTYPE_UINT16,
19106                   /* subscript */
19107                   -1,
19108                   /* value */
19109                   0,
19110               };
19111               
19112               static const char*
19113               _CIM_ProtocolEndpoint_ProtocolIFType_qualifiers[] =
19114               {
19115                   /* ValueMap */
19116                   "\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",
19117                   /* Values */
19118                   "\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",
19119                   /* MappingStrings */
19120                   "\026\000\001MIB.IETF|IF-MIB.ifType\000",
19121 mike  1.1.2.1     /* ModelCorrespondence */
19122                   "\036\000\001CIM_ProtocolEndpoint.OtherTypeDescription\000",
19123                   0,
19124               };
19125               
19126 mike  1.1.2.4 static MetaProperty
19127 mike  1.1.2.1 _CIM_ProtocolEndpoint_ProtocolIFType =
19128               {
19129                   /* flags */
19130 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
19131 mike  1.1.2.1     /* name */
19132                   "ProtocolIFType",
19133                   /* qualifiers */
19134                   _CIM_ProtocolEndpoint_ProtocolIFType_qualifiers,
19135                   /* type */
19136                   CIMTYPE_UINT16,
19137                   /* subscript */
19138                   -1,
19139                   /* value */
19140                   0,
19141               };
19142               
19143               static const char*
19144               _CIM_ProtocolEndpoint_OtherTypeDescription_qualifiers[] =
19145               {
19146                   /* MaxLen */
19147                   "\030\000\000\000\100",
19148                   /* ModelCorrespondence */
19149                   "\036\000\002CIM_ProtocolEndpoint.ProtocolType\000CIM_ProtocolEndpoint.ProtocolIFType\000",
19150                   0,
19151               };
19152 mike  1.1.2.1 
19153 mike  1.1.2.4 static MetaProperty
19154 mike  1.1.2.1 _CIM_ProtocolEndpoint_OtherTypeDescription =
19155               {
19156                   /* flags */
19157 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
19158 mike  1.1.2.1     /* name */
19159                   "OtherTypeDescription",
19160                   /* qualifiers */
19161                   _CIM_ProtocolEndpoint_OtherTypeDescription_qualifiers,
19162                   /* type */
19163                   CIMTYPE_STRING,
19164                   /* subscript */
19165                   -1,
19166                   /* value */
19167                   0,
19168               };
19169               
19170 mike  1.1.2.4 static MetaFeature*
19171 mike  1.1.2.1 _CIM_ProtocolEndpoint_features[] =
19172               {
19173 mike  1.1.2.4     (MetaFeature*)&_CIM_ProtocolEndpoint_Description,
19174                   (MetaFeature*)&_CIM_ProtocolEndpoint_OperationalStatus,
19175                   (MetaFeature*)&_CIM_ProtocolEndpoint_EnabledState,
19176                   (MetaFeature*)&_CIM_ProtocolEndpoint_TimeOfLastStateChange,
19177                   (MetaFeature*)&_CIM_ProtocolEndpoint_Name,
19178                   (MetaFeature*)&_CIM_ProtocolEndpoint_NameFormat,
19179                   (MetaFeature*)&_CIM_ProtocolEndpoint_ProtocolType,
19180                   (MetaFeature*)&_CIM_ProtocolEndpoint_ProtocolIFType,
19181                   (MetaFeature*)&_CIM_ProtocolEndpoint_OtherTypeDescription,
19182 mike  1.1.2.1     0,
19183               };
19184               
19185               static const char*
19186               __root_PG_InterOp_CIM_ProtocolEndpoint_qualifiers[] =
19187               {
19188                   /* UMLPackagePath */
19189                   "\057CIM::Core::Service",
19190                   /* Version */
19191                   "\0632.8.0",
19192                   0,
19193               };
19194               
19195 mike  1.1.2.4 MetaClass
19196 mike  1.1.2.1 __root_PG_InterOp_CIM_ProtocolEndpoint =
19197               {
19198                   /* flags */
19199 mike  1.1.2.4     META_FLAG_CLASS,
19200 mike  1.1.2.1     /* name */
19201                   "CIM_ProtocolEndpoint",
19202                   /* qualifiers */
19203                   __root_PG_InterOp_CIM_ProtocolEndpoint_qualifiers,
19204 mike  1.1.2.2     /* super */
19205 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
19206                   /* features */
19207                   _CIM_ProtocolEndpoint_features,
19208               };
19209               
19210               //==============================================================================
19211               //
19212               // Class: CIM_ProvidesServiceToElement
19213               //
19214               //==============================================================================
19215               
19216               static const char*
19217               _CIM_ProvidesServiceToElement_Antecedent_qualifiers[] =
19218               {
19219                   /* Deprecated */
19220                   "\013\000\001CIM_ServiceAvailableToElement.ServiceProvided\000",
19221                   /* Override */
19222                   "\044Antecedent",
19223                   0,
19224               };
19225               
19226 mike  1.1.2.4 static MetaReference
19227 mike  1.1.2.1 _CIM_ProvidesServiceToElement_Antecedent =
19228               {
19229                   /* flags */
19230 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
19231 mike  1.1.2.1     /* name */
19232                   "Antecedent",
19233                   /* qualifiers */
19234                   _CIM_ProvidesServiceToElement_Antecedent_qualifiers,
19235                   /* subscript */
19236                   -1,
19237 mike  1.1.2.2     /* refId */
19238 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
19239               };
19240               
19241               static const char*
19242               _CIM_ProvidesServiceToElement_Dependent_qualifiers[] =
19243               {
19244                   /* Deprecated */
19245                   "\013\000\001CIM_ServiceAvailableToElement.UserOfService\000",
19246                   /* Override */
19247                   "\044Dependent",
19248                   0,
19249               };
19250               
19251 mike  1.1.2.4 static MetaReference
19252 mike  1.1.2.1 _CIM_ProvidesServiceToElement_Dependent =
19253               {
19254                   /* flags */
19255 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
19256 mike  1.1.2.1     /* name */
19257                   "Dependent",
19258                   /* qualifiers */
19259                   _CIM_ProvidesServiceToElement_Dependent_qualifiers,
19260                   /* subscript */
19261                   -1,
19262 mike  1.1.2.2     /* refId */
19263 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
19264               };
19265               
19266 mike  1.1.2.4 static MetaFeature*
19267 mike  1.1.2.1 _CIM_ProvidesServiceToElement_features[] =
19268               {
19269 mike  1.1.2.4     (MetaFeature*)&_CIM_ProvidesServiceToElement_Antecedent,
19270                   (MetaFeature*)&_CIM_ProvidesServiceToElement_Dependent,
19271 mike  1.1.2.1     0,
19272               };
19273               
19274               static const char*
19275               __root_PG_InterOp_CIM_ProvidesServiceToElement_qualifiers[] =
19276               {
19277 mike  1.1.2.3     /* ASSOCIATION */
19278                   "\000\001",
19279 mike  1.1.2.1     /* Deprecated */
19280                   "\013\000\001CIM_ServiceAvailableToElement\000",
19281                   /* UMLPackagePath */
19282                   "\057CIM::Core::Service",
19283                   /* Version */
19284                   "\0632.10.0",
19285                   0,
19286               };
19287               
19288 mike  1.1.2.4 MetaClass
19289 mike  1.1.2.1 __root_PG_InterOp_CIM_ProvidesServiceToElement =
19290               {
19291                   /* flags */
19292 mike  1.1.2.4     META_FLAG_ASSOCIATION,
19293 mike  1.1.2.1     /* name */
19294                   "CIM_ProvidesServiceToElement",
19295                   /* qualifiers */
19296                   __root_PG_InterOp_CIM_ProvidesServiceToElement_qualifiers,
19297 mike  1.1.2.2     /* super */
19298 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
19299                   /* features */
19300                   _CIM_ProvidesServiceToElement_features,
19301               };
19302               
19303               //==============================================================================
19304               //
19305               // Class: CIM_RemoteServiceAccessPoint
19306               //
19307               //==============================================================================
19308               
19309               static const char*
19310               _CIM_RemoteServiceAccessPoint_AccessInfo_qualifiers[] =
19311               {
19312                   /* ModelCorrespondence */
19313                   "\036\000\001CIM_RemoteServiceAccessPoint.InfoFormat\000",
19314                   0,
19315               };
19316               
19317 mike  1.1.2.4 static MetaProperty
19318 mike  1.1.2.1 _CIM_RemoteServiceAccessPoint_AccessInfo =
19319               {
19320                   /* flags */
19321 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
19322 mike  1.1.2.1     /* name */
19323                   "AccessInfo",
19324                   /* qualifiers */
19325                   _CIM_RemoteServiceAccessPoint_AccessInfo_qualifiers,
19326                   /* type */
19327                   CIMTYPE_STRING,
19328                   /* subscript */
19329                   -1,
19330                   /* value */
19331                   0,
19332               };
19333               
19334               static const char*
19335               _CIM_RemoteServiceAccessPoint_InfoFormat_qualifiers[] =
19336               {
19337                   /* ValueMap */
19338                   "\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",
19339                   /* Values */
19340                   "\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",
19341                   /* ModelCorrespondence */
19342                   "\036\000\001CIM_RemoteServiceAccessPoint.OtherInfoFormatDescription\000",
19343 mike  1.1.2.1     0,
19344               };
19345               
19346 mike  1.1.2.4 static MetaProperty
19347 mike  1.1.2.1 _CIM_RemoteServiceAccessPoint_InfoFormat =
19348               {
19349                   /* flags */
19350 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
19351 mike  1.1.2.1     /* name */
19352                   "InfoFormat",
19353                   /* qualifiers */
19354                   _CIM_RemoteServiceAccessPoint_InfoFormat_qualifiers,
19355                   /* type */
19356                   CIMTYPE_UINT16,
19357                   /* subscript */
19358                   -1,
19359                   /* value */
19360                   0,
19361               };
19362               
19363               static const char*
19364               _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription_qualifiers[] =
19365               {
19366                   /* ModelCorrespondence */
19367                   "\036\000\001CIM_RemoteServiceAccessPoint.InfoFormat\000",
19368                   0,
19369               };
19370               
19371 mike  1.1.2.4 static MetaProperty
19372 mike  1.1.2.1 _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription =
19373               {
19374                   /* flags */
19375 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
19376 mike  1.1.2.1     /* name */
19377                   "OtherInfoFormatDescription",
19378                   /* qualifiers */
19379                   _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription_qualifiers,
19380                   /* type */
19381                   CIMTYPE_STRING,
19382                   /* subscript */
19383                   -1,
19384                   /* value */
19385                   0,
19386               };
19387               
19388 mike  1.1.2.4 static MetaFeature*
19389 mike  1.1.2.1 _CIM_RemoteServiceAccessPoint_features[] =
19390               {
19391 mike  1.1.2.4     (MetaFeature*)&_CIM_RemoteServiceAccessPoint_AccessInfo,
19392                   (MetaFeature*)&_CIM_RemoteServiceAccessPoint_InfoFormat,
19393                   (MetaFeature*)&_CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription,
19394 mike  1.1.2.1     0,
19395               };
19396               
19397               static const char*
19398               __root_PG_InterOp_CIM_RemoteServiceAccessPoint_qualifiers[] =
19399               {
19400                   /* UMLPackagePath */
19401                   "\057CIM::Core::Service",
19402                   /* Version */
19403                   "\0632.10.0",
19404                   0,
19405               };
19406               
19407 mike  1.1.2.4 MetaClass
19408 mike  1.1.2.1 __root_PG_InterOp_CIM_RemoteServiceAccessPoint =
19409               {
19410                   /* flags */
19411 mike  1.1.2.4     META_FLAG_CLASS,
19412 mike  1.1.2.1     /* name */
19413                   "CIM_RemoteServiceAccessPoint",
19414                   /* qualifiers */
19415                   __root_PG_InterOp_CIM_RemoteServiceAccessPoint_qualifiers,
19416 mike  1.1.2.2     /* super */
19417 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
19418                   /* features */
19419                   _CIM_RemoteServiceAccessPoint_features,
19420               };
19421               
19422               //==============================================================================
19423               //
19424               // Class: CIM_SAPAvailableForElement
19425               //
19426               //==============================================================================
19427               
19428               static const char*
19429               _CIM_SAPAvailableForElement_AvailableSAP_qualifiers[] =
19430               {
19431 mike  1.1.2.3     /* Key */
19432                   "\025\001",
19433 mike  1.1.2.1     0,
19434               };
19435               
19436 mike  1.1.2.4 static MetaReference
19437 mike  1.1.2.1 _CIM_SAPAvailableForElement_AvailableSAP =
19438               {
19439                   /* flags */
19440 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
19441 mike  1.1.2.1     /* name */
19442                   "AvailableSAP",
19443                   /* qualifiers */
19444                   _CIM_SAPAvailableForElement_AvailableSAP_qualifiers,
19445                   /* subscript */
19446                   -1,
19447 mike  1.1.2.2     /* refId */
19448 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
19449               };
19450               
19451               static const char*
19452               _CIM_SAPAvailableForElement_ManagedElement_qualifiers[] =
19453               {
19454 mike  1.1.2.3     /* Key */
19455                   "\025\001",
19456 mike  1.1.2.1     0,
19457               };
19458               
19459 mike  1.1.2.4 static MetaReference
19460 mike  1.1.2.1 _CIM_SAPAvailableForElement_ManagedElement =
19461               {
19462                   /* flags */
19463 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
19464 mike  1.1.2.1     /* name */
19465                   "ManagedElement",
19466                   /* qualifiers */
19467                   _CIM_SAPAvailableForElement_ManagedElement_qualifiers,
19468                   /* subscript */
19469                   -1,
19470 mike  1.1.2.2     /* refId */
19471 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
19472               };
19473               
19474 mike  1.1.2.4 static MetaFeature*
19475 mike  1.1.2.1 _CIM_SAPAvailableForElement_features[] =
19476               {
19477 mike  1.1.2.4     (MetaFeature*)&_CIM_SAPAvailableForElement_AvailableSAP,
19478                   (MetaFeature*)&_CIM_SAPAvailableForElement_ManagedElement,
19479 mike  1.1.2.1     0,
19480               };
19481               
19482               static const char*
19483               __root_PG_InterOp_CIM_SAPAvailableForElement_qualifiers[] =
19484               {
19485 mike  1.1.2.3     /* ASSOCIATION */
19486                   "\000\001",
19487 mike  1.1.2.1     /* UMLPackagePath */
19488                   "\057CIM::Core::Service",
19489                   /* Version */
19490                   "\0632.10.0",
19491                   0,
19492               };
19493               
19494 mike  1.1.2.4 MetaClass
19495 mike  1.1.2.1 __root_PG_InterOp_CIM_SAPAvailableForElement =
19496               {
19497                   /* flags */
19498 mike  1.1.2.4     META_FLAG_ASSOCIATION,
19499 mike  1.1.2.1     /* name */
19500                   "CIM_SAPAvailableForElement",
19501                   /* qualifiers */
19502                   __root_PG_InterOp_CIM_SAPAvailableForElement_qualifiers,
19503 mike  1.1.2.2     /* super */
19504 mike  1.1.2.1     0,
19505                   /* features */
19506                   _CIM_SAPAvailableForElement_features,
19507               };
19508               
19509               //==============================================================================
19510               //
19511               // Class: CIM_SAPSAPDependency
19512               //
19513               //==============================================================================
19514               
19515               static const char*
19516               _CIM_SAPSAPDependency_Antecedent_qualifiers[] =
19517               {
19518                   /* Override */
19519                   "\044Antecedent",
19520                   0,
19521               };
19522               
19523 mike  1.1.2.4 static MetaReference
19524 mike  1.1.2.1 _CIM_SAPSAPDependency_Antecedent =
19525               {
19526                   /* flags */
19527 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
19528 mike  1.1.2.1     /* name */
19529                   "Antecedent",
19530                   /* qualifiers */
19531                   _CIM_SAPSAPDependency_Antecedent_qualifiers,
19532                   /* subscript */
19533                   -1,
19534 mike  1.1.2.2     /* refId */
19535 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
19536               };
19537               
19538               static const char*
19539               _CIM_SAPSAPDependency_Dependent_qualifiers[] =
19540               {
19541                   /* Override */
19542                   "\044Dependent",
19543                   0,
19544               };
19545               
19546 mike  1.1.2.4 static MetaReference
19547 mike  1.1.2.1 _CIM_SAPSAPDependency_Dependent =
19548               {
19549                   /* flags */
19550 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
19551 mike  1.1.2.1     /* name */
19552                   "Dependent",
19553                   /* qualifiers */
19554                   _CIM_SAPSAPDependency_Dependent_qualifiers,
19555                   /* subscript */
19556                   -1,
19557 mike  1.1.2.2     /* refId */
19558 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
19559               };
19560               
19561 mike  1.1.2.4 static MetaFeature*
19562 mike  1.1.2.1 _CIM_SAPSAPDependency_features[] =
19563               {
19564 mike  1.1.2.4     (MetaFeature*)&_CIM_SAPSAPDependency_Antecedent,
19565                   (MetaFeature*)&_CIM_SAPSAPDependency_Dependent,
19566 mike  1.1.2.1     0,
19567               };
19568               
19569               static const char*
19570               __root_PG_InterOp_CIM_SAPSAPDependency_qualifiers[] =
19571               {
19572 mike  1.1.2.3     /* ASSOCIATION */
19573                   "\000\001",
19574 mike  1.1.2.1     /* UMLPackagePath */
19575                   "\057CIM::Core::Service",
19576                   /* Version */
19577                   "\0632.10.0",
19578                   0,
19579               };
19580               
19581 mike  1.1.2.4 MetaClass
19582 mike  1.1.2.1 __root_PG_InterOp_CIM_SAPSAPDependency =
19583               {
19584                   /* flags */
19585 mike  1.1.2.4     META_FLAG_ASSOCIATION,
19586 mike  1.1.2.1     /* name */
19587                   "CIM_SAPSAPDependency",
19588                   /* qualifiers */
19589                   __root_PG_InterOp_CIM_SAPSAPDependency_qualifiers,
19590 mike  1.1.2.2     /* super */
19591 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
19592                   /* features */
19593                   _CIM_SAPSAPDependency_features,
19594               };
19595               
19596               //==============================================================================
19597               //
19598               // Class: CIM_SAPStatistics
19599               //
19600               //==============================================================================
19601               
19602               static const char*
19603               _CIM_SAPStatistics_Stats_qualifiers[] =
19604               {
19605                   /* Override */
19606                   "\044Stats",
19607 mike  1.1.2.3     /* Weak */
19608                   "\064\001",
19609 mike  1.1.2.1     0,
19610               };
19611               
19612 mike  1.1.2.4 static MetaReference
19613 mike  1.1.2.1 _CIM_SAPStatistics_Stats =
19614               {
19615                   /* flags */
19616 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
19617 mike  1.1.2.1     /* name */
19618                   "Stats",
19619                   /* qualifiers */
19620                   _CIM_SAPStatistics_Stats_qualifiers,
19621                   /* subscript */
19622                   -1,
19623 mike  1.1.2.2     /* refId */
19624 mike  1.1.2.1     &__root_PG_InterOp_CIM_SAPStatisticalInformation,
19625               };
19626               
19627               static const char*
19628               _CIM_SAPStatistics_Element_qualifiers[] =
19629               {
19630                   /* Override */
19631                   "\044Element",
19632                   /* Min */
19633                   "\033\000\000\000\001",
19634                   /* Max */
19635                   "\027\000\000\000\001",
19636                   0,
19637               };
19638               
19639 mike  1.1.2.4 static MetaReference
19640 mike  1.1.2.1 _CIM_SAPStatistics_Element =
19641               {
19642                   /* flags */
19643 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
19644 mike  1.1.2.1     /* name */
19645                   "Element",
19646                   /* qualifiers */
19647                   _CIM_SAPStatistics_Element_qualifiers,
19648                   /* subscript */
19649                   -1,
19650 mike  1.1.2.2     /* refId */
19651 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
19652               };
19653               
19654 mike  1.1.2.4 static MetaFeature*
19655 mike  1.1.2.1 _CIM_SAPStatistics_features[] =
19656               {
19657 mike  1.1.2.4     (MetaFeature*)&_CIM_SAPStatistics_Stats,
19658                   (MetaFeature*)&_CIM_SAPStatistics_Element,
19659 mike  1.1.2.1     0,
19660               };
19661               
19662               static const char*
19663               __root_PG_InterOp_CIM_SAPStatistics_qualifiers[] =
19664               {
19665 mike  1.1.2.3     /* ASSOCIATION */
19666                   "\000\001",
19667 mike  1.1.2.1     /* UMLPackagePath */
19668                   "\057CIM::Core::Statistics",
19669                   /* Version */
19670                   "\0632.6.0",
19671                   0,
19672               };
19673               
19674 mike  1.1.2.4 MetaClass
19675 mike  1.1.2.1 __root_PG_InterOp_CIM_SAPStatistics =
19676               {
19677                   /* flags */
19678 mike  1.1.2.4     META_FLAG_ASSOCIATION,
19679 mike  1.1.2.1     /* name */
19680                   "CIM_SAPStatistics",
19681                   /* qualifiers */
19682                   __root_PG_InterOp_CIM_SAPStatistics_qualifiers,
19683 mike  1.1.2.2     /* super */
19684 mike  1.1.2.1     &__root_PG_InterOp_CIM_Statistics,
19685                   /* features */
19686                   _CIM_SAPStatistics_features,
19687               };
19688               
19689               //==============================================================================
19690               //
19691               // Class: CIM_ServiceAccessBySAP
19692               //
19693               //==============================================================================
19694               
19695               static const char*
19696               _CIM_ServiceAccessBySAP_Antecedent_qualifiers[] =
19697               {
19698                   /* Override */
19699                   "\044Antecedent",
19700                   0,
19701               };
19702               
19703 mike  1.1.2.4 static MetaReference
19704 mike  1.1.2.1 _CIM_ServiceAccessBySAP_Antecedent =
19705               {
19706                   /* flags */
19707 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
19708 mike  1.1.2.1     /* name */
19709                   "Antecedent",
19710                   /* qualifiers */
19711                   _CIM_ServiceAccessBySAP_Antecedent_qualifiers,
19712                   /* subscript */
19713                   -1,
19714 mike  1.1.2.2     /* refId */
19715 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
19716               };
19717               
19718               static const char*
19719               _CIM_ServiceAccessBySAP_Dependent_qualifiers[] =
19720               {
19721                   /* Override */
19722                   "\044Dependent",
19723                   0,
19724               };
19725               
19726 mike  1.1.2.4 static MetaReference
19727 mike  1.1.2.1 _CIM_ServiceAccessBySAP_Dependent =
19728               {
19729                   /* flags */
19730 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
19731 mike  1.1.2.1     /* name */
19732                   "Dependent",
19733                   /* qualifiers */
19734                   _CIM_ServiceAccessBySAP_Dependent_qualifiers,
19735                   /* subscript */
19736                   -1,
19737 mike  1.1.2.2     /* refId */
19738 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
19739               };
19740               
19741 mike  1.1.2.4 static MetaFeature*
19742 mike  1.1.2.1 _CIM_ServiceAccessBySAP_features[] =
19743               {
19744 mike  1.1.2.4     (MetaFeature*)&_CIM_ServiceAccessBySAP_Antecedent,
19745                   (MetaFeature*)&_CIM_ServiceAccessBySAP_Dependent,
19746 mike  1.1.2.1     0,
19747               };
19748               
19749               static const char*
19750               __root_PG_InterOp_CIM_ServiceAccessBySAP_qualifiers[] =
19751               {
19752 mike  1.1.2.3     /* ASSOCIATION */
19753                   "\000\001",
19754 mike  1.1.2.1     /* UMLPackagePath */
19755                   "\057CIM::Core::Service",
19756                   /* Version */
19757                   "\0632.10.0",
19758                   0,
19759               };
19760               
19761 mike  1.1.2.4 MetaClass
19762 mike  1.1.2.1 __root_PG_InterOp_CIM_ServiceAccessBySAP =
19763               {
19764                   /* flags */
19765 mike  1.1.2.4     META_FLAG_ASSOCIATION,
19766 mike  1.1.2.1     /* name */
19767                   "CIM_ServiceAccessBySAP",
19768                   /* qualifiers */
19769                   __root_PG_InterOp_CIM_ServiceAccessBySAP_qualifiers,
19770 mike  1.1.2.2     /* super */
19771 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
19772                   /* features */
19773                   _CIM_ServiceAccessBySAP_features,
19774               };
19775               
19776               //==============================================================================
19777               //
19778               // Class: CIM_ServiceServiceDependency
19779               //
19780               //==============================================================================
19781               
19782               static const char*
19783               _CIM_ServiceServiceDependency_Antecedent_qualifiers[] =
19784               {
19785                   /* Override */
19786                   "\044Antecedent",
19787                   0,
19788               };
19789               
19790 mike  1.1.2.4 static MetaReference
19791 mike  1.1.2.1 _CIM_ServiceServiceDependency_Antecedent =
19792               {
19793                   /* flags */
19794 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
19795 mike  1.1.2.1     /* name */
19796                   "Antecedent",
19797                   /* qualifiers */
19798                   _CIM_ServiceServiceDependency_Antecedent_qualifiers,
19799                   /* subscript */
19800                   -1,
19801 mike  1.1.2.2     /* refId */
19802 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
19803               };
19804               
19805               static const char*
19806               _CIM_ServiceServiceDependency_Dependent_qualifiers[] =
19807               {
19808                   /* Override */
19809                   "\044Dependent",
19810                   0,
19811               };
19812               
19813 mike  1.1.2.4 static MetaReference
19814 mike  1.1.2.1 _CIM_ServiceServiceDependency_Dependent =
19815               {
19816                   /* flags */
19817 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
19818 mike  1.1.2.1     /* name */
19819                   "Dependent",
19820                   /* qualifiers */
19821                   _CIM_ServiceServiceDependency_Dependent_qualifiers,
19822                   /* subscript */
19823                   -1,
19824 mike  1.1.2.2     /* refId */
19825 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
19826               };
19827               
19828               static const char*
19829               _CIM_ServiceServiceDependency_TypeOfDependency_qualifiers[] =
19830               {
19831                   /* ValueMap */
19832                   "\061\000\0050\0001\0002\0003\0004\000",
19833                   /* Values */
19834                   "\062\000\005Unknown\000Other\000Service Must Have Completed\000Service Must Be Started\000Service Must Not Be Started\000",
19835                   0,
19836               };
19837               
19838 mike  1.1.2.4 static MetaProperty
19839 mike  1.1.2.1 _CIM_ServiceServiceDependency_TypeOfDependency =
19840               {
19841                   /* flags */
19842 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
19843 mike  1.1.2.1     /* name */
19844                   "TypeOfDependency",
19845                   /* qualifiers */
19846                   _CIM_ServiceServiceDependency_TypeOfDependency_qualifiers,
19847                   /* type */
19848                   CIMTYPE_UINT16,
19849                   /* subscript */
19850                   -1,
19851                   /* value */
19852                   0,
19853               };
19854               
19855               static const char*
19856               _CIM_ServiceServiceDependency_RestartService_qualifiers[] =
19857               {
19858                   0,
19859               };
19860               
19861 mike  1.1.2.4 static MetaProperty
19862 mike  1.1.2.1 _CIM_ServiceServiceDependency_RestartService =
19863               {
19864                   /* flags */
19865 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
19866 mike  1.1.2.1     /* name */
19867                   "RestartService",
19868                   /* qualifiers */
19869                   _CIM_ServiceServiceDependency_RestartService_qualifiers,
19870                   /* type */
19871                   CIMTYPE_BOOLEAN,
19872                   /* subscript */
19873                   -1,
19874                   /* value */
19875                   0,
19876               };
19877               
19878 mike  1.1.2.4 static MetaFeature*
19879 mike  1.1.2.1 _CIM_ServiceServiceDependency_features[] =
19880               {
19881 mike  1.1.2.4     (MetaFeature*)&_CIM_ServiceServiceDependency_Antecedent,
19882                   (MetaFeature*)&_CIM_ServiceServiceDependency_Dependent,
19883                   (MetaFeature*)&_CIM_ServiceServiceDependency_TypeOfDependency,
19884                   (MetaFeature*)&_CIM_ServiceServiceDependency_RestartService,
19885 mike  1.1.2.1     0,
19886               };
19887               
19888               static const char*
19889               __root_PG_InterOp_CIM_ServiceServiceDependency_qualifiers[] =
19890               {
19891 mike  1.1.2.3     /* ASSOCIATION */
19892                   "\000\001",
19893 mike  1.1.2.1     /* UMLPackagePath */
19894                   "\057CIM::Core::Service",
19895                   /* Version */
19896                   "\0632.10.0",
19897                   0,
19898               };
19899               
19900 mike  1.1.2.4 MetaClass
19901 mike  1.1.2.1 __root_PG_InterOp_CIM_ServiceServiceDependency =
19902               {
19903                   /* flags */
19904 mike  1.1.2.4     META_FLAG_ASSOCIATION,
19905 mike  1.1.2.1     /* name */
19906                   "CIM_ServiceServiceDependency",
19907                   /* qualifiers */
19908                   __root_PG_InterOp_CIM_ServiceServiceDependency_qualifiers,
19909 mike  1.1.2.2     /* super */
19910 mike  1.1.2.1     &__root_PG_InterOp_CIM_ProvidesServiceToElement,
19911                   /* features */
19912                   _CIM_ServiceServiceDependency_features,
19913               };
19914               
19915               //==============================================================================
19916               //
19917               // Class: CIM_SettingForSystem
19918               //
19919               //==============================================================================
19920               
19921               static const char*
19922               _CIM_SettingForSystem_Antecedent_qualifiers[] =
19923               {
19924                   /* Override */
19925                   "\044Antecedent",
19926                   /* Min */
19927                   "\033\000\000\000\001",
19928                   /* Max */
19929                   "\027\000\000\000\001",
19930                   0,
19931 mike  1.1.2.1 };
19932               
19933 mike  1.1.2.4 static MetaReference
19934 mike  1.1.2.1 _CIM_SettingForSystem_Antecedent =
19935               {
19936                   /* flags */
19937 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
19938 mike  1.1.2.1     /* name */
19939                   "Antecedent",
19940                   /* qualifiers */
19941                   _CIM_SettingForSystem_Antecedent_qualifiers,
19942                   /* subscript */
19943                   -1,
19944 mike  1.1.2.2     /* refId */
19945 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
19946               };
19947               
19948               static const char*
19949               _CIM_SettingForSystem_Dependent_qualifiers[] =
19950               {
19951                   /* Override */
19952                   "\044Dependent",
19953 mike  1.1.2.3     /* Weak */
19954                   "\064\001",
19955 mike  1.1.2.1     0,
19956               };
19957               
19958 mike  1.1.2.4 static MetaReference
19959 mike  1.1.2.1 _CIM_SettingForSystem_Dependent =
19960               {
19961                   /* flags */
19962 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
19963 mike  1.1.2.1     /* name */
19964                   "Dependent",
19965                   /* qualifiers */
19966                   _CIM_SettingForSystem_Dependent_qualifiers,
19967                   /* subscript */
19968                   -1,
19969 mike  1.1.2.2     /* refId */
19970 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemSetting,
19971               };
19972               
19973 mike  1.1.2.4 static MetaFeature*
19974 mike  1.1.2.1 _CIM_SettingForSystem_features[] =
19975               {
19976 mike  1.1.2.4     (MetaFeature*)&_CIM_SettingForSystem_Antecedent,
19977                   (MetaFeature*)&_CIM_SettingForSystem_Dependent,
19978 mike  1.1.2.1     0,
19979               };
19980               
19981               static const char*
19982               __root_PG_InterOp_CIM_SettingForSystem_qualifiers[] =
19983               {
19984 mike  1.1.2.3     /* ASSOCIATION */
19985                   "\000\001",
19986 mike  1.1.2.1     /* UMLPackagePath */
19987                   "\057CIM::Core::Settings",
19988                   /* Version */
19989                   "\0632.10.0",
19990                   0,
19991               };
19992               
19993 mike  1.1.2.4 MetaClass
19994 mike  1.1.2.1 __root_PG_InterOp_CIM_SettingForSystem =
19995               {
19996                   /* flags */
19997 mike  1.1.2.4     META_FLAG_ASSOCIATION,
19998 mike  1.1.2.1     /* name */
19999                   "CIM_SettingForSystem",
20000                   /* qualifiers */
20001                   __root_PG_InterOp_CIM_SettingForSystem_qualifiers,
20002 mike  1.1.2.2     /* super */
20003 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedDependency,
20004                   /* features */
20005                   _CIM_SettingForSystem_features,
20006               };
20007               
20008               //==============================================================================
20009               //
20010               // Class: CIM_ActiveConnection
20011               //
20012               //==============================================================================
20013               
20014               static const char*
20015               _CIM_ActiveConnection_Antecedent_qualifiers[] =
20016               {
20017                   /* Override */
20018                   "\044Antecedent",
20019                   0,
20020               };
20021               
20022 mike  1.1.2.4 static MetaReference
20023 mike  1.1.2.1 _CIM_ActiveConnection_Antecedent =
20024               {
20025                   /* flags */
20026 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
20027 mike  1.1.2.1     /* name */
20028                   "Antecedent",
20029                   /* qualifiers */
20030                   _CIM_ActiveConnection_Antecedent_qualifiers,
20031                   /* subscript */
20032                   -1,
20033 mike  1.1.2.2     /* refId */
20034 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
20035               };
20036               
20037               static const char*
20038               _CIM_ActiveConnection_Dependent_qualifiers[] =
20039               {
20040                   /* Override */
20041                   "\044Dependent",
20042                   0,
20043               };
20044               
20045 mike  1.1.2.4 static MetaReference
20046 mike  1.1.2.1 _CIM_ActiveConnection_Dependent =
20047               {
20048                   /* flags */
20049 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
20050 mike  1.1.2.1     /* name */
20051                   "Dependent",
20052                   /* qualifiers */
20053                   _CIM_ActiveConnection_Dependent_qualifiers,
20054                   /* subscript */
20055                   -1,
20056 mike  1.1.2.2     /* refId */
20057 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
20058               };
20059               
20060               static const char*
20061               _CIM_ActiveConnection_TrafficType_qualifiers[] =
20062               {
20063                   /* Deprecated */
20064                   "\013\000\001No value\000",
20065                   /* ValueMap */
20066                   "\061\000\0060\0001\0002\0003\0004\0005\000",
20067                   /* Values */
20068                   "\062\000\006Unknown\000Other\000Unicast\000Broadcast\000Multicast\000Anycast\000",
20069                   /* ModelCorrespondence */
20070                   "\036\000\001CIM_ActiveConnection.OtherTrafficDescription\000",
20071                   0,
20072               };
20073               
20074 mike  1.1.2.4 static MetaProperty
20075 mike  1.1.2.1 _CIM_ActiveConnection_TrafficType =
20076               {
20077                   /* flags */
20078 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
20079 mike  1.1.2.1     /* name */
20080                   "TrafficType",
20081                   /* qualifiers */
20082                   _CIM_ActiveConnection_TrafficType_qualifiers,
20083                   /* type */
20084                   CIMTYPE_UINT16,
20085                   /* subscript */
20086                   -1,
20087                   /* value */
20088                   0,
20089               };
20090               
20091               static const char*
20092               _CIM_ActiveConnection_OtherTrafficDescription_qualifiers[] =
20093               {
20094                   /* Deprecated */
20095                   "\013\000\001No value\000",
20096                   /* MaxLen */
20097                   "\030\000\000\000\100",
20098                   /* ModelCorrespondence */
20099                   "\036\000\001CIM_ActiveConnection.TrafficType\000",
20100 mike  1.1.2.1     0,
20101               };
20102               
20103 mike  1.1.2.4 static MetaProperty
20104 mike  1.1.2.1 _CIM_ActiveConnection_OtherTrafficDescription =
20105               {
20106                   /* flags */
20107 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
20108 mike  1.1.2.1     /* name */
20109                   "OtherTrafficDescription",
20110                   /* qualifiers */
20111                   _CIM_ActiveConnection_OtherTrafficDescription_qualifiers,
20112                   /* type */
20113                   CIMTYPE_STRING,
20114                   /* subscript */
20115                   -1,
20116                   /* value */
20117                   0,
20118               };
20119               
20120               static const char*
20121               _CIM_ActiveConnection_IsUnidirectional_qualifiers[] =
20122               {
20123                   0,
20124               };
20125               
20126 mike  1.1.2.4 static MetaProperty
20127 mike  1.1.2.1 _CIM_ActiveConnection_IsUnidirectional =
20128               {
20129                   /* flags */
20130 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
20131 mike  1.1.2.1     /* name */
20132                   "IsUnidirectional",
20133                   /* qualifiers */
20134                   _CIM_ActiveConnection_IsUnidirectional_qualifiers,
20135                   /* type */
20136                   CIMTYPE_BOOLEAN,
20137                   /* subscript */
20138                   -1,
20139                   /* value */
20140                   0,
20141               };
20142               
20143 mike  1.1.2.4 static MetaFeature*
20144 mike  1.1.2.1 _CIM_ActiveConnection_features[] =
20145               {
20146 mike  1.1.2.4     (MetaFeature*)&_CIM_ActiveConnection_Antecedent,
20147                   (MetaFeature*)&_CIM_ActiveConnection_Dependent,
20148                   (MetaFeature*)&_CIM_ActiveConnection_TrafficType,
20149                   (MetaFeature*)&_CIM_ActiveConnection_OtherTrafficDescription,
20150                   (MetaFeature*)&_CIM_ActiveConnection_IsUnidirectional,
20151 mike  1.1.2.1     0,
20152               };
20153               
20154               static const char*
20155               __root_PG_InterOp_CIM_ActiveConnection_qualifiers[] =
20156               {
20157 mike  1.1.2.3     /* ASSOCIATION */
20158                   "\000\001",
20159 mike  1.1.2.1     /* UMLPackagePath */
20160                   "\057CIM::Core::Service",
20161                   /* Version */
20162                   "\0632.10.0",
20163                   0,
20164               };
20165               
20166 mike  1.1.2.4 MetaClass
20167 mike  1.1.2.1 __root_PG_InterOp_CIM_ActiveConnection =
20168               {
20169                   /* flags */
20170 mike  1.1.2.4     META_FLAG_ASSOCIATION,
20171 mike  1.1.2.1     /* name */
20172                   "CIM_ActiveConnection",
20173                   /* qualifiers */
20174                   __root_PG_InterOp_CIM_ActiveConnection_qualifiers,
20175 mike  1.1.2.2     /* super */
20176 mike  1.1.2.1     &__root_PG_InterOp_CIM_SAPSAPDependency,
20177                   /* features */
20178                   _CIM_ActiveConnection_features,
20179               };
20180               
20181               //==============================================================================
20182               //
20183               // Class: CIM_BindsTo
20184               //
20185               //==============================================================================
20186               
20187               static const char*
20188               _CIM_BindsTo_Antecedent_qualifiers[] =
20189               {
20190                   /* Override */
20191                   "\044Antecedent",
20192                   0,
20193               };
20194               
20195 mike  1.1.2.4 static MetaReference
20196 mike  1.1.2.1 _CIM_BindsTo_Antecedent =
20197               {
20198                   /* flags */
20199 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
20200 mike  1.1.2.1     /* name */
20201                   "Antecedent",
20202                   /* qualifiers */
20203                   _CIM_BindsTo_Antecedent_qualifiers,
20204                   /* subscript */
20205                   -1,
20206 mike  1.1.2.2     /* refId */
20207 mike  1.1.2.1     &__root_PG_InterOp_CIM_ProtocolEndpoint,
20208               };
20209               
20210               static const char*
20211               _CIM_BindsTo_Dependent_qualifiers[] =
20212               {
20213                   /* Override */
20214                   "\044Dependent",
20215                   0,
20216               };
20217               
20218 mike  1.1.2.4 static MetaReference
20219 mike  1.1.2.1 _CIM_BindsTo_Dependent =
20220               {
20221                   /* flags */
20222 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
20223 mike  1.1.2.1     /* name */
20224                   "Dependent",
20225                   /* qualifiers */
20226                   _CIM_BindsTo_Dependent_qualifiers,
20227                   /* subscript */
20228                   -1,
20229 mike  1.1.2.2     /* refId */
20230 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
20231               };
20232               
20233 mike  1.1.2.4 static MetaFeature*
20234 mike  1.1.2.1 _CIM_BindsTo_features[] =
20235               {
20236 mike  1.1.2.4     (MetaFeature*)&_CIM_BindsTo_Antecedent,
20237                   (MetaFeature*)&_CIM_BindsTo_Dependent,
20238 mike  1.1.2.1     0,
20239               };
20240               
20241               static const char*
20242               __root_PG_InterOp_CIM_BindsTo_qualifiers[] =
20243               {
20244 mike  1.1.2.3     /* ASSOCIATION */
20245                   "\000\001",
20246 mike  1.1.2.1     /* UMLPackagePath */
20247                   "\057CIM::Core::Service",
20248                   /* Version */
20249                   "\0632.10.0",
20250                   0,
20251               };
20252               
20253 mike  1.1.2.4 MetaClass
20254 mike  1.1.2.1 __root_PG_InterOp_CIM_BindsTo =
20255               {
20256                   /* flags */
20257 mike  1.1.2.4     META_FLAG_ASSOCIATION,
20258 mike  1.1.2.1     /* name */
20259                   "CIM_BindsTo",
20260                   /* qualifiers */
20261                   __root_PG_InterOp_CIM_BindsTo_qualifiers,
20262 mike  1.1.2.2     /* super */
20263 mike  1.1.2.1     &__root_PG_InterOp_CIM_SAPSAPDependency,
20264                   /* features */
20265                   _CIM_BindsTo_features,
20266               };
20267               
20268               //==============================================================================
20269               //
20270               // Class: CIM_ProvidesEndpoint
20271               //
20272               //==============================================================================
20273               
20274               static const char*
20275               _CIM_ProvidesEndpoint_Antecedent_qualifiers[] =
20276               {
20277                   /* Override */
20278                   "\044Antecedent",
20279                   0,
20280               };
20281               
20282 mike  1.1.2.4 static MetaReference
20283 mike  1.1.2.1 _CIM_ProvidesEndpoint_Antecedent =
20284               {
20285                   /* flags */
20286 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
20287 mike  1.1.2.1     /* name */
20288                   "Antecedent",
20289                   /* qualifiers */
20290                   _CIM_ProvidesEndpoint_Antecedent_qualifiers,
20291                   /* subscript */
20292                   -1,
20293 mike  1.1.2.2     /* refId */
20294 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
20295               };
20296               
20297               static const char*
20298               _CIM_ProvidesEndpoint_Dependent_qualifiers[] =
20299               {
20300                   /* Override */
20301                   "\044Dependent",
20302                   0,
20303               };
20304               
20305 mike  1.1.2.4 static MetaReference
20306 mike  1.1.2.1 _CIM_ProvidesEndpoint_Dependent =
20307               {
20308                   /* flags */
20309 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
20310 mike  1.1.2.1     /* name */
20311                   "Dependent",
20312                   /* qualifiers */
20313                   _CIM_ProvidesEndpoint_Dependent_qualifiers,
20314                   /* subscript */
20315                   -1,
20316 mike  1.1.2.2     /* refId */
20317 mike  1.1.2.1     &__root_PG_InterOp_CIM_ProtocolEndpoint,
20318               };
20319               
20320 mike  1.1.2.4 static MetaFeature*
20321 mike  1.1.2.1 _CIM_ProvidesEndpoint_features[] =
20322               {
20323 mike  1.1.2.4     (MetaFeature*)&_CIM_ProvidesEndpoint_Antecedent,
20324                   (MetaFeature*)&_CIM_ProvidesEndpoint_Dependent,
20325 mike  1.1.2.1     0,
20326               };
20327               
20328               static const char*
20329               __root_PG_InterOp_CIM_ProvidesEndpoint_qualifiers[] =
20330               {
20331 mike  1.1.2.3     /* ASSOCIATION */
20332                   "\000\001",
20333 mike  1.1.2.1     /* UMLPackagePath */
20334                   "\057CIM::Core::Service",
20335                   /* Version */
20336                   "\0632.10.0",
20337                   0,
20338               };
20339               
20340 mike  1.1.2.4 MetaClass
20341 mike  1.1.2.1 __root_PG_InterOp_CIM_ProvidesEndpoint =
20342               {
20343                   /* flags */
20344 mike  1.1.2.4     META_FLAG_ASSOCIATION,
20345 mike  1.1.2.1     /* name */
20346                   "CIM_ProvidesEndpoint",
20347                   /* qualifiers */
20348                   __root_PG_InterOp_CIM_ProvidesEndpoint_qualifiers,
20349 mike  1.1.2.2     /* super */
20350 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessBySAP,
20351                   /* features */
20352                   _CIM_ProvidesEndpoint_features,
20353               };
20354               
20355               //==============================================================================
20356               //
20357               // Class: CIM_RemotePort
20358               //
20359               //==============================================================================
20360               
20361               static const char*
20362               _CIM_RemotePort_PortInfo_qualifiers[] =
20363               {
20364                   /* ModelCorrespondence */
20365                   "\036\000\001CIM_RemotePort.PortProtocol\000",
20366                   0,
20367               };
20368               
20369 mike  1.1.2.4 static MetaProperty
20370 mike  1.1.2.1 _CIM_RemotePort_PortInfo =
20371               {
20372                   /* flags */
20373 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
20374 mike  1.1.2.1     /* name */
20375                   "PortInfo",
20376                   /* qualifiers */
20377                   _CIM_RemotePort_PortInfo_qualifiers,
20378                   /* type */
20379                   CIMTYPE_STRING,
20380                   /* subscript */
20381                   -1,
20382                   /* value */
20383                   0,
20384               };
20385               
20386               static const char*
20387               _CIM_RemotePort_PortProtocol_qualifiers[] =
20388               {
20389                   /* ValueMap */
20390                   "\061\000\0041\0002\0003\00032768..65535\000",
20391                   /* Values */
20392                   "\062\000\004Other\000TCP\000UDP\000Vendor Specific\000",
20393                   /* ModelCorrespondence */
20394                   "\036\000\001CIM_RemotePort.OtherProtocolDescription\000",
20395 mike  1.1.2.1     0,
20396               };
20397               
20398 mike  1.1.2.4 static MetaProperty
20399 mike  1.1.2.1 _CIM_RemotePort_PortProtocol =
20400               {
20401                   /* flags */
20402 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
20403 mike  1.1.2.1     /* name */
20404                   "PortProtocol",
20405                   /* qualifiers */
20406                   _CIM_RemotePort_PortProtocol_qualifiers,
20407                   /* type */
20408                   CIMTYPE_UINT16,
20409                   /* subscript */
20410                   -1,
20411                   /* value */
20412                   0,
20413               };
20414               
20415               static const char*
20416               _CIM_RemotePort_OtherProtocolDescription_qualifiers[] =
20417               {
20418                   /* ModelCorrespondence */
20419                   "\036\000\001CIM_RemotePort.PortProtocol\000",
20420                   0,
20421               };
20422               
20423 mike  1.1.2.4 static MetaProperty
20424 mike  1.1.2.1 _CIM_RemotePort_OtherProtocolDescription =
20425               {
20426                   /* flags */
20427 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
20428 mike  1.1.2.1     /* name */
20429                   "OtherProtocolDescription",
20430                   /* qualifiers */
20431                   _CIM_RemotePort_OtherProtocolDescription_qualifiers,
20432                   /* type */
20433                   CIMTYPE_STRING,
20434                   /* subscript */
20435                   -1,
20436                   /* value */
20437                   0,
20438               };
20439               
20440 mike  1.1.2.4 static MetaFeature*
20441 mike  1.1.2.1 _CIM_RemotePort_features[] =
20442               {
20443 mike  1.1.2.4     (MetaFeature*)&_CIM_RemotePort_PortInfo,
20444                   (MetaFeature*)&_CIM_RemotePort_PortProtocol,
20445                   (MetaFeature*)&_CIM_RemotePort_OtherProtocolDescription,
20446 mike  1.1.2.1     0,
20447               };
20448               
20449               static const char*
20450               __root_PG_InterOp_CIM_RemotePort_qualifiers[] =
20451               {
20452                   /* UMLPackagePath */
20453                   "\057CIM::Core::Service",
20454                   /* Version */
20455                   "\0632.7.0",
20456                   0,
20457               };
20458               
20459 mike  1.1.2.4 MetaClass
20460 mike  1.1.2.1 __root_PG_InterOp_CIM_RemotePort =
20461               {
20462                   /* flags */
20463 mike  1.1.2.4     META_FLAG_CLASS,
20464 mike  1.1.2.1     /* name */
20465                   "CIM_RemotePort",
20466                   /* qualifiers */
20467                   __root_PG_InterOp_CIM_RemotePort_qualifiers,
20468 mike  1.1.2.2     /* super */
20469 mike  1.1.2.1     &__root_PG_InterOp_CIM_RemoteServiceAccessPoint,
20470                   /* features */
20471                   _CIM_RemotePort_features,
20472               };
20473               
20474               //==============================================================================
20475               //
20476               // Class: CIM_Indication
20477               //
20478               //==============================================================================
20479               
20480               static const char*
20481               _CIM_Indication_IndicationIdentifier_qualifiers[] =
20482               {
20483                   /* MappingStrings */
20484                   "\026\000\001Recommendation.ITU|X733.Notification identifier\000",
20485                   0,
20486               };
20487               
20488 mike  1.1.2.4 static MetaProperty
20489 mike  1.1.2.1 _CIM_Indication_IndicationIdentifier =
20490               {
20491                   /* flags */
20492 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
20493 mike  1.1.2.1     /* name */
20494                   "IndicationIdentifier",
20495                   /* qualifiers */
20496                   _CIM_Indication_IndicationIdentifier_qualifiers,
20497                   /* type */
20498                   CIMTYPE_STRING,
20499                   /* subscript */
20500                   -1,
20501                   /* value */
20502                   0,
20503               };
20504               
20505               static const char*
20506               _CIM_Indication_CorrelatedIndications_qualifiers[] =
20507               {
20508                   /* MappingStrings */
20509                   "\026\000\001Recommendation.ITU|X733.Correlated notifications\000",
20510                   /* ModelCorrespondence */
20511                   "\036\000\001CIM_Indication.IndicationIdentifier\000",
20512                   0,
20513               };
20514 mike  1.1.2.1 
20515 mike  1.1.2.4 static MetaProperty
20516 mike  1.1.2.1 _CIM_Indication_CorrelatedIndications =
20517               {
20518                   /* flags */
20519 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
20520 mike  1.1.2.1     /* name */
20521                   "CorrelatedIndications",
20522                   /* qualifiers */
20523                   _CIM_Indication_CorrelatedIndications_qualifiers,
20524                   /* type */
20525                   CIMTYPE_STRING,
20526                   /* subscript */
20527                   0,
20528                   /* value */
20529                   0,
20530               };
20531               
20532               static const char*
20533               _CIM_Indication_IndicationTime_qualifiers[] =
20534               {
20535                   0,
20536               };
20537               
20538 mike  1.1.2.4 static MetaProperty
20539 mike  1.1.2.1 _CIM_Indication_IndicationTime =
20540               {
20541                   /* flags */
20542 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
20543 mike  1.1.2.1     /* name */
20544                   "IndicationTime",
20545                   /* qualifiers */
20546                   _CIM_Indication_IndicationTime_qualifiers,
20547                   /* type */
20548                   CIMTYPE_DATETIME,
20549                   /* subscript */
20550                   -1,
20551                   /* value */
20552                   0,
20553               };
20554               
20555               static const char*
20556               _CIM_Indication_PerceivedSeverity_qualifiers[] =
20557               {
20558                   /* ValueMap */
20559                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
20560                   /* Values */
20561                   "\062\000\010Unknown\000Other\000Information\000Degraded/Warning\000Minor\000Major\000Critical\000Fatal/NonRecoverable\000",
20562                   /* MappingStrings */
20563                   "\026\000\001Recommendation.ITU|X733.Perceived severity\000",
20564 mike  1.1.2.1     0,
20565               };
20566               
20567 mike  1.1.2.4 static MetaProperty
20568 mike  1.1.2.1 _CIM_Indication_PerceivedSeverity =
20569               {
20570                   /* flags */
20571 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
20572 mike  1.1.2.1     /* name */
20573                   "PerceivedSeverity",
20574                   /* qualifiers */
20575                   _CIM_Indication_PerceivedSeverity_qualifiers,
20576                   /* type */
20577                   CIMTYPE_UINT16,
20578                   /* subscript */
20579                   -1,
20580                   /* value */
20581                   0,
20582               };
20583               
20584               static const char*
20585               _CIM_Indication_OtherSeverity_qualifiers[] =
20586               {
20587                   /* ModelCorrespondence */
20588                   "\036\000\001CIM_AlertIndication.PerceivedSeverity\000",
20589                   0,
20590               };
20591               
20592 mike  1.1.2.4 static MetaProperty
20593 mike  1.1.2.1 _CIM_Indication_OtherSeverity =
20594               {
20595                   /* flags */
20596 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
20597 mike  1.1.2.1     /* name */
20598                   "OtherSeverity",
20599                   /* qualifiers */
20600                   _CIM_Indication_OtherSeverity_qualifiers,
20601                   /* type */
20602                   CIMTYPE_STRING,
20603                   /* subscript */
20604                   -1,
20605                   /* value */
20606                   0,
20607               };
20608               
20609 mike  1.1.2.4 static MetaFeature*
20610 mike  1.1.2.1 _CIM_Indication_features[] =
20611               {
20612 mike  1.1.2.4     (MetaFeature*)&_CIM_Indication_IndicationIdentifier,
20613                   (MetaFeature*)&_CIM_Indication_CorrelatedIndications,
20614                   (MetaFeature*)&_CIM_Indication_IndicationTime,
20615                   (MetaFeature*)&_CIM_Indication_PerceivedSeverity,
20616                   (MetaFeature*)&_CIM_Indication_OtherSeverity,
20617 mike  1.1.2.1     0,
20618               };
20619               
20620               static const char*
20621               __root_PG_InterOp_CIM_Indication_qualifiers[] =
20622               {
20623 mike  1.1.2.3     /* INDICATION */
20624                   "\001\001",
20625 mike  1.1.2.1     /* UMLPackagePath */
20626                   "\057CIM::Event",
20627 mike  1.1.2.3     /* Abstract */
20628                   "\002\001",
20629 mike  1.1.2.1     /* Version */
20630                   "\0632.7.0",
20631                   0,
20632               };
20633               
20634 mike  1.1.2.4 MetaClass
20635 mike  1.1.2.1 __root_PG_InterOp_CIM_Indication =
20636               {
20637                   /* flags */
20638 mike  1.1.2.4     META_FLAG_INDICATION|META_FLAG_ABSTRACT,
20639 mike  1.1.2.1     /* name */
20640                   "CIM_Indication",
20641                   /* qualifiers */
20642                   __root_PG_InterOp_CIM_Indication_qualifiers,
20643 mike  1.1.2.2     /* super */
20644 mike  1.1.2.1     0,
20645                   /* features */
20646                   _CIM_Indication_features,
20647               };
20648               
20649               //==============================================================================
20650               //
20651               // Class: CIM_ClassIndication
20652               //
20653               //==============================================================================
20654               
20655               static const char*
20656               _CIM_ClassIndication_ClassDefinition_qualifiers[] =
20657               {
20658 mike  1.1.2.3     /* Required */
20659                   "\050\001",
20660                   /* EmbeddedObject */
20661                   "\020\001",
20662 mike  1.1.2.1     0,
20663               };
20664               
20665 mike  1.1.2.4 static MetaProperty
20666 mike  1.1.2.1 _CIM_ClassIndication_ClassDefinition =
20667               {
20668                   /* flags */
20669 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
20670 mike  1.1.2.1     /* name */
20671                   "ClassDefinition",
20672                   /* qualifiers */
20673                   _CIM_ClassIndication_ClassDefinition_qualifiers,
20674                   /* type */
20675                   CIMTYPE_STRING,
20676                   /* subscript */
20677                   -1,
20678                   /* value */
20679                   0,
20680               };
20681               
20682 mike  1.1.2.4 static MetaFeature*
20683 mike  1.1.2.1 _CIM_ClassIndication_features[] =
20684               {
20685 mike  1.1.2.4     (MetaFeature*)&_CIM_ClassIndication_ClassDefinition,
20686 mike  1.1.2.1     0,
20687               };
20688               
20689               static const char*
20690               __root_PG_InterOp_CIM_ClassIndication_qualifiers[] =
20691               {
20692 mike  1.1.2.3     /* INDICATION */
20693                   "\001\001",
20694 mike  1.1.2.1     /* UMLPackagePath */
20695                   "\057CIM::Event",
20696 mike  1.1.2.3     /* Abstract */
20697                   "\002\001",
20698 mike  1.1.2.1     /* Version */
20699                   "\0632.6.0",
20700                   0,
20701               };
20702               
20703 mike  1.1.2.4 MetaClass
20704 mike  1.1.2.1 __root_PG_InterOp_CIM_ClassIndication =
20705               {
20706                   /* flags */
20707 mike  1.1.2.4     META_FLAG_INDICATION|META_FLAG_ABSTRACT,
20708 mike  1.1.2.1     /* name */
20709                   "CIM_ClassIndication",
20710                   /* qualifiers */
20711                   __root_PG_InterOp_CIM_ClassIndication_qualifiers,
20712 mike  1.1.2.2     /* super */
20713 mike  1.1.2.1     &__root_PG_InterOp_CIM_Indication,
20714                   /* features */
20715                   _CIM_ClassIndication_features,
20716               };
20717               
20718               //==============================================================================
20719               //
20720               // Class: CIM_ClassModification
20721               //
20722               //==============================================================================
20723               
20724               static const char*
20725               _CIM_ClassModification_PreviousClassDefinition_qualifiers[] =
20726               {
20727 mike  1.1.2.3     /* Required */
20728                   "\050\001",
20729                   /* EmbeddedObject */
20730                   "\020\001",
20731 mike  1.1.2.1     0,
20732               };
20733               
20734 mike  1.1.2.4 static MetaProperty
20735 mike  1.1.2.1 _CIM_ClassModification_PreviousClassDefinition =
20736               {
20737                   /* flags */
20738 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
20739 mike  1.1.2.1     /* name */
20740                   "PreviousClassDefinition",
20741                   /* qualifiers */
20742                   _CIM_ClassModification_PreviousClassDefinition_qualifiers,
20743                   /* type */
20744                   CIMTYPE_STRING,
20745                   /* subscript */
20746                   -1,
20747                   /* value */
20748                   0,
20749               };
20750               
20751 mike  1.1.2.4 static MetaFeature*
20752 mike  1.1.2.1 _CIM_ClassModification_features[] =
20753               {
20754 mike  1.1.2.4     (MetaFeature*)&_CIM_ClassModification_PreviousClassDefinition,
20755 mike  1.1.2.1     0,
20756               };
20757               
20758               static const char*
20759               __root_PG_InterOp_CIM_ClassModification_qualifiers[] =
20760               {
20761 mike  1.1.2.3     /* INDICATION */
20762                   "\001\001",
20763 mike  1.1.2.1     /* UMLPackagePath */
20764                   "\057CIM::Event",
20765                   /* Version */
20766                   "\0632.6.0",
20767                   0,
20768               };
20769               
20770 mike  1.1.2.4 MetaClass
20771 mike  1.1.2.1 __root_PG_InterOp_CIM_ClassModification =
20772               {
20773                   /* flags */
20774 mike  1.1.2.4     META_FLAG_INDICATION,
20775 mike  1.1.2.1     /* name */
20776                   "CIM_ClassModification",
20777                   /* qualifiers */
20778                   __root_PG_InterOp_CIM_ClassModification_qualifiers,
20779 mike  1.1.2.2     /* super */
20780 mike  1.1.2.1     &__root_PG_InterOp_CIM_ClassIndication,
20781                   /* features */
20782                   _CIM_ClassModification_features,
20783               };
20784               
20785               //==============================================================================
20786               //
20787               // Class: CIM_IndicationFilter
20788               //
20789               //==============================================================================
20790               
20791               static const char*
20792               _CIM_IndicationFilter_SystemCreationClassName_qualifiers[] =
20793               {
20794 mike  1.1.2.3     /* Key */
20795                   "\025\001",
20796 mike  1.1.2.1     /* MaxLen */
20797                   "\030\000\000\001\000",
20798                   0,
20799               };
20800               
20801 mike  1.1.2.4 static MetaProperty
20802 mike  1.1.2.1 _CIM_IndicationFilter_SystemCreationClassName =
20803               {
20804                   /* flags */
20805 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
20806 mike  1.1.2.1     /* name */
20807                   "SystemCreationClassName",
20808                   /* qualifiers */
20809                   _CIM_IndicationFilter_SystemCreationClassName_qualifiers,
20810                   /* type */
20811                   CIMTYPE_STRING,
20812                   /* subscript */
20813                   -1,
20814                   /* value */
20815                   0,
20816               };
20817               
20818               static const char*
20819               _CIM_IndicationFilter_SystemName_qualifiers[] =
20820               {
20821 mike  1.1.2.3     /* Key */
20822                   "\025\001",
20823 mike  1.1.2.1     /* MaxLen */
20824                   "\030\000\000\001\000",
20825                   0,
20826               };
20827               
20828 mike  1.1.2.4 static MetaProperty
20829 mike  1.1.2.1 _CIM_IndicationFilter_SystemName =
20830               {
20831                   /* flags */
20832 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
20833 mike  1.1.2.1     /* name */
20834                   "SystemName",
20835                   /* qualifiers */
20836                   _CIM_IndicationFilter_SystemName_qualifiers,
20837                   /* type */
20838                   CIMTYPE_STRING,
20839                   /* subscript */
20840                   -1,
20841                   /* value */
20842                   0,
20843               };
20844               
20845               static const char*
20846               _CIM_IndicationFilter_CreationClassName_qualifiers[] =
20847               {
20848 mike  1.1.2.3     /* Key */
20849                   "\025\001",
20850 mike  1.1.2.1     /* MaxLen */
20851                   "\030\000\000\001\000",
20852                   0,
20853               };
20854               
20855 mike  1.1.2.4 static MetaProperty
20856 mike  1.1.2.1 _CIM_IndicationFilter_CreationClassName =
20857               {
20858                   /* flags */
20859 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
20860 mike  1.1.2.1     /* name */
20861                   "CreationClassName",
20862                   /* qualifiers */
20863                   _CIM_IndicationFilter_CreationClassName_qualifiers,
20864                   /* type */
20865                   CIMTYPE_STRING,
20866                   /* subscript */
20867                   -1,
20868                   /* value */
20869                   0,
20870               };
20871               
20872               static const char*
20873               _CIM_IndicationFilter_Name_qualifiers[] =
20874               {
20875 mike  1.1.2.3     /* Key */
20876                   "\025\001",
20877 mike  1.1.2.1     0,
20878               };
20879               
20880 mike  1.1.2.4 static MetaProperty
20881 mike  1.1.2.1 _CIM_IndicationFilter_Name =
20882               {
20883                   /* flags */
20884 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
20885 mike  1.1.2.1     /* name */
20886                   "Name",
20887                   /* qualifiers */
20888                   _CIM_IndicationFilter_Name_qualifiers,
20889                   /* type */
20890                   CIMTYPE_STRING,
20891                   /* subscript */
20892                   -1,
20893                   /* value */
20894                   0,
20895               };
20896               
20897               static const char*
20898               _CIM_IndicationFilter_SourceNamespace_qualifiers[] =
20899               {
20900                   0,
20901               };
20902               
20903 mike  1.1.2.4 static MetaProperty
20904 mike  1.1.2.1 _CIM_IndicationFilter_SourceNamespace =
20905               {
20906                   /* flags */
20907 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
20908 mike  1.1.2.1     /* name */
20909                   "SourceNamespace",
20910                   /* qualifiers */
20911                   _CIM_IndicationFilter_SourceNamespace_qualifiers,
20912                   /* type */
20913                   CIMTYPE_STRING,
20914                   /* subscript */
20915                   -1,
20916                   /* value */
20917                   0,
20918               };
20919               
20920               static const char*
20921               _CIM_IndicationFilter_Query_qualifiers[] =
20922               {
20923 mike  1.1.2.3     /* Required */
20924                   "\050\001",
20925 mike  1.1.2.1     /* ModelCorrespondence */
20926                   "\036\000\001CIM_IndicationFilter.QueryLanguage\000",
20927                   0,
20928               };
20929               
20930 mike  1.1.2.4 static MetaProperty
20931 mike  1.1.2.1 _CIM_IndicationFilter_Query =
20932               {
20933                   /* flags */
20934 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
20935 mike  1.1.2.1     /* name */
20936                   "Query",
20937                   /* qualifiers */
20938                   _CIM_IndicationFilter_Query_qualifiers,
20939                   /* type */
20940                   CIMTYPE_STRING,
20941                   /* subscript */
20942                   -1,
20943                   /* value */
20944                   0,
20945               };
20946               
20947               static const char*
20948               _CIM_IndicationFilter_QueryLanguage_qualifiers[] =
20949               {
20950 mike  1.1.2.3     /* Required */
20951                   "\050\001",
20952 mike  1.1.2.1     /* ModelCorrespondence */
20953                   "\036\000\001CIM_IndicationFilter.Query\000",
20954                   0,
20955               };
20956               
20957 mike  1.1.2.4 static MetaProperty
20958 mike  1.1.2.1 _CIM_IndicationFilter_QueryLanguage =
20959               {
20960                   /* flags */
20961 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
20962 mike  1.1.2.1     /* name */
20963                   "QueryLanguage",
20964                   /* qualifiers */
20965                   _CIM_IndicationFilter_QueryLanguage_qualifiers,
20966                   /* type */
20967                   CIMTYPE_STRING,
20968                   /* subscript */
20969                   -1,
20970                   /* value */
20971                   0,
20972               };
20973               
20974 mike  1.1.2.4 static MetaFeature*
20975 mike  1.1.2.1 _CIM_IndicationFilter_features[] =
20976               {
20977 mike  1.1.2.4     (MetaFeature*)&_CIM_IndicationFilter_SystemCreationClassName,
20978                   (MetaFeature*)&_CIM_IndicationFilter_SystemName,
20979                   (MetaFeature*)&_CIM_IndicationFilter_CreationClassName,
20980                   (MetaFeature*)&_CIM_IndicationFilter_Name,
20981                   (MetaFeature*)&_CIM_IndicationFilter_SourceNamespace,
20982                   (MetaFeature*)&_CIM_IndicationFilter_Query,
20983                   (MetaFeature*)&_CIM_IndicationFilter_QueryLanguage,
20984 mike  1.1.2.1     0,
20985               };
20986               
20987               static const char*
20988               __root_PG_InterOp_CIM_IndicationFilter_qualifiers[] =
20989               {
20990                   /* UMLPackagePath */
20991                   "\057CIM::Event",
20992                   /* Version */
20993                   "\0632.12.0",
20994                   0,
20995               };
20996               
20997 mike  1.1.2.4 MetaClass
20998 mike  1.1.2.1 __root_PG_InterOp_CIM_IndicationFilter =
20999               {
21000                   /* flags */
21001 mike  1.1.2.4     META_FLAG_CLASS,
21002 mike  1.1.2.1     /* name */
21003                   "CIM_IndicationFilter",
21004                   /* qualifiers */
21005                   __root_PG_InterOp_CIM_IndicationFilter_qualifiers,
21006 mike  1.1.2.2     /* super */
21007 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
21008                   /* features */
21009                   _CIM_IndicationFilter_features,
21010               };
21011               
21012               //==============================================================================
21013               //
21014               // Class: CIM_InstIndication
21015               //
21016               //==============================================================================
21017               
21018               static const char*
21019               _CIM_InstIndication_SourceInstance_qualifiers[] =
21020               {
21021 mike  1.1.2.3     /* Required */
21022                   "\050\001",
21023                   /* EmbeddedObject */
21024                   "\020\001",
21025 mike  1.1.2.1     0,
21026               };
21027               
21028 mike  1.1.2.4 static MetaProperty
21029 mike  1.1.2.1 _CIM_InstIndication_SourceInstance =
21030               {
21031                   /* flags */
21032 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
21033 mike  1.1.2.1     /* name */
21034                   "SourceInstance",
21035                   /* qualifiers */
21036                   _CIM_InstIndication_SourceInstance_qualifiers,
21037                   /* type */
21038                   CIMTYPE_STRING,
21039                   /* subscript */
21040                   -1,
21041                   /* value */
21042                   0,
21043               };
21044               
21045               static const char*
21046               _CIM_InstIndication_SourceInstanceModelPath_qualifiers[] =
21047               {
21048                   /* ModelCorrespondence */
21049                   "\036\000\001CIM_InstIndication.SourceInstance\000",
21050                   0,
21051               };
21052               
21053 mike  1.1.2.4 static MetaProperty
21054 mike  1.1.2.1 _CIM_InstIndication_SourceInstanceModelPath =
21055               {
21056                   /* flags */
21057 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
21058 mike  1.1.2.1     /* name */
21059                   "SourceInstanceModelPath",
21060                   /* qualifiers */
21061                   _CIM_InstIndication_SourceInstanceModelPath_qualifiers,
21062                   /* type */
21063                   CIMTYPE_STRING,
21064                   /* subscript */
21065                   -1,
21066                   /* value */
21067                   0,
21068               };
21069               
21070               static const char*
21071               _CIM_InstIndication_SourceInstanceHost_qualifiers[] =
21072               {
21073                   /* ModelCorrespondence */
21074                   "\036\000\001CIM_InstIndication.SourceInstance\000",
21075                   0,
21076               };
21077               
21078 mike  1.1.2.4 static MetaProperty
21079 mike  1.1.2.1 _CIM_InstIndication_SourceInstanceHost =
21080               {
21081                   /* flags */
21082 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
21083 mike  1.1.2.1     /* name */
21084                   "SourceInstanceHost",
21085                   /* qualifiers */
21086                   _CIM_InstIndication_SourceInstanceHost_qualifiers,
21087                   /* type */
21088                   CIMTYPE_STRING,
21089                   /* subscript */
21090                   -1,
21091                   /* value */
21092                   0,
21093               };
21094               
21095 mike  1.1.2.4 static MetaFeature*
21096 mike  1.1.2.1 _CIM_InstIndication_features[] =
21097               {
21098 mike  1.1.2.4     (MetaFeature*)&_CIM_InstIndication_SourceInstance,
21099                   (MetaFeature*)&_CIM_InstIndication_SourceInstanceModelPath,
21100                   (MetaFeature*)&_CIM_InstIndication_SourceInstanceHost,
21101 mike  1.1.2.1     0,
21102               };
21103               
21104               static const char*
21105               __root_PG_InterOp_CIM_InstIndication_qualifiers[] =
21106               {
21107 mike  1.1.2.3     /* INDICATION */
21108                   "\001\001",
21109 mike  1.1.2.1     /* UMLPackagePath */
21110                   "\057CIM::Event",
21111 mike  1.1.2.3     /* Abstract */
21112                   "\002\001",
21113 mike  1.1.2.1     /* Version */
21114                   "\0632.9.0",
21115                   0,
21116               };
21117               
21118 mike  1.1.2.4 MetaClass
21119 mike  1.1.2.1 __root_PG_InterOp_CIM_InstIndication =
21120               {
21121                   /* flags */
21122 mike  1.1.2.4     META_FLAG_INDICATION|META_FLAG_ABSTRACT,
21123 mike  1.1.2.1     /* name */
21124                   "CIM_InstIndication",
21125                   /* qualifiers */
21126                   __root_PG_InterOp_CIM_InstIndication_qualifiers,
21127 mike  1.1.2.2     /* super */
21128 mike  1.1.2.1     &__root_PG_InterOp_CIM_Indication,
21129                   /* features */
21130                   _CIM_InstIndication_features,
21131               };
21132               
21133               //==============================================================================
21134               //
21135               // Class: CIM_InstMethodCall
21136               //
21137               //==============================================================================
21138               
21139               static const char*
21140               _CIM_InstMethodCall_MethodName_qualifiers[] =
21141               {
21142 mike  1.1.2.3     /* Required */
21143                   "\050\001",
21144 mike  1.1.2.1     0,
21145               };
21146               
21147 mike  1.1.2.4 static MetaProperty
21148 mike  1.1.2.1 _CIM_InstMethodCall_MethodName =
21149               {
21150                   /* flags */
21151 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
21152 mike  1.1.2.1     /* name */
21153                   "MethodName",
21154                   /* qualifiers */
21155                   _CIM_InstMethodCall_MethodName_qualifiers,
21156                   /* type */
21157                   CIMTYPE_STRING,
21158                   /* subscript */
21159                   -1,
21160                   /* value */
21161                   0,
21162               };
21163               
21164               static const char*
21165               _CIM_InstMethodCall_MethodParameters_qualifiers[] =
21166               {
21167 mike  1.1.2.3     /* EmbeddedObject */
21168                   "\020\001",
21169 mike  1.1.2.1     0,
21170               };
21171               
21172 mike  1.1.2.4 static MetaProperty
21173 mike  1.1.2.1 _CIM_InstMethodCall_MethodParameters =
21174               {
21175                   /* flags */
21176 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ,
21177 mike  1.1.2.1     /* name */
21178                   "MethodParameters",
21179                   /* qualifiers */
21180                   _CIM_InstMethodCall_MethodParameters_qualifiers,
21181                   /* type */
21182                   CIMTYPE_STRING,
21183                   /* subscript */
21184                   -1,
21185                   /* value */
21186                   0,
21187               };
21188               
21189               static const char*
21190               _CIM_InstMethodCall_ReturnValue_qualifiers[] =
21191               {
21192                   /* ModelCorrespondence */
21193                   "\036\000\001CIM_InstMethodCall.PreCall\000",
21194                   0,
21195               };
21196               
21197 mike  1.1.2.4 static MetaProperty
21198 mike  1.1.2.1 _CIM_InstMethodCall_ReturnValue =
21199               {
21200                   /* flags */
21201 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
21202 mike  1.1.2.1     /* name */
21203                   "ReturnValue",
21204                   /* qualifiers */
21205                   _CIM_InstMethodCall_ReturnValue_qualifiers,
21206                   /* type */
21207                   CIMTYPE_STRING,
21208                   /* subscript */
21209                   -1,
21210                   /* value */
21211                   0,
21212               };
21213               
21214               static const char*
21215               _CIM_InstMethodCall_PreCall_qualifiers[] =
21216               {
21217 mike  1.1.2.3     /* Required */
21218                   "\050\001",
21219 mike  1.1.2.1     0,
21220               };
21221               
21222 mike  1.1.2.4 static MetaProperty
21223 mike  1.1.2.1 _CIM_InstMethodCall_PreCall =
21224               {
21225                   /* flags */
21226 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
21227 mike  1.1.2.1     /* name */
21228                   "PreCall",
21229                   /* qualifiers */
21230                   _CIM_InstMethodCall_PreCall_qualifiers,
21231                   /* type */
21232                   CIMTYPE_BOOLEAN,
21233                   /* subscript */
21234                   -1,
21235                   /* value */
21236                   0,
21237               };
21238               
21239 mike  1.1.2.4 static MetaFeature*
21240 mike  1.1.2.1 _CIM_InstMethodCall_features[] =
21241               {
21242 mike  1.1.2.4     (MetaFeature*)&_CIM_InstMethodCall_MethodName,
21243                   (MetaFeature*)&_CIM_InstMethodCall_MethodParameters,
21244                   (MetaFeature*)&_CIM_InstMethodCall_ReturnValue,
21245                   (MetaFeature*)&_CIM_InstMethodCall_PreCall,
21246 mike  1.1.2.1     0,
21247               };
21248               
21249               static const char*
21250               __root_PG_InterOp_CIM_InstMethodCall_qualifiers[] =
21251               {
21252 mike  1.1.2.3     /* INDICATION */
21253                   "\001\001",
21254 mike  1.1.2.1     /* UMLPackagePath */
21255                   "\057CIM::Event",
21256                   /* Version */
21257                   "\0632.6.0",
21258                   0,
21259               };
21260               
21261 mike  1.1.2.4 MetaClass
21262 mike  1.1.2.1 __root_PG_InterOp_CIM_InstMethodCall =
21263               {
21264                   /* flags */
21265 mike  1.1.2.4     META_FLAG_INDICATION,
21266 mike  1.1.2.1     /* name */
21267                   "CIM_InstMethodCall",
21268                   /* qualifiers */
21269                   __root_PG_InterOp_CIM_InstMethodCall_qualifiers,
21270 mike  1.1.2.2     /* super */
21271 mike  1.1.2.1     &__root_PG_InterOp_CIM_InstIndication,
21272                   /* features */
21273                   _CIM_InstMethodCall_features,
21274               };
21275               
21276               //==============================================================================
21277               //
21278               // Class: CIM_InstModification
21279               //
21280               //==============================================================================
21281               
21282               static const char*
21283               _CIM_InstModification_PreviousInstance_qualifiers[] =
21284               {
21285 mike  1.1.2.3     /* Required */
21286                   "\050\001",
21287                   /* EmbeddedObject */
21288                   "\020\001",
21289 mike  1.1.2.1     0,
21290               };
21291               
21292 mike  1.1.2.4 static MetaProperty
21293 mike  1.1.2.1 _CIM_InstModification_PreviousInstance =
21294               {
21295                   /* flags */
21296 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
21297 mike  1.1.2.1     /* name */
21298                   "PreviousInstance",
21299                   /* qualifiers */
21300                   _CIM_InstModification_PreviousInstance_qualifiers,
21301                   /* type */
21302                   CIMTYPE_STRING,
21303                   /* subscript */
21304                   -1,
21305                   /* value */
21306                   0,
21307               };
21308               
21309 mike  1.1.2.4 static MetaFeature*
21310 mike  1.1.2.1 _CIM_InstModification_features[] =
21311               {
21312 mike  1.1.2.4     (MetaFeature*)&_CIM_InstModification_PreviousInstance,
21313 mike  1.1.2.1     0,
21314               };
21315               
21316               static const char*
21317               __root_PG_InterOp_CIM_InstModification_qualifiers[] =
21318               {
21319 mike  1.1.2.3     /* INDICATION */
21320                   "\001\001",
21321 mike  1.1.2.1     /* UMLPackagePath */
21322                   "\057CIM::Event",
21323                   /* Version */
21324                   "\0632.6.0",
21325                   0,
21326               };
21327               
21328 mike  1.1.2.4 MetaClass
21329 mike  1.1.2.1 __root_PG_InterOp_CIM_InstModification =
21330               {
21331                   /* flags */
21332 mike  1.1.2.4     META_FLAG_INDICATION,
21333 mike  1.1.2.1     /* name */
21334                   "CIM_InstModification",
21335                   /* qualifiers */
21336                   __root_PG_InterOp_CIM_InstModification_qualifiers,
21337 mike  1.1.2.2     /* super */
21338 mike  1.1.2.1     &__root_PG_InterOp_CIM_InstIndication,
21339                   /* features */
21340                   _CIM_InstModification_features,
21341               };
21342               
21343               //==============================================================================
21344               //
21345               // Class: CIM_InstRead
21346               //
21347               //==============================================================================
21348               
21349 mike  1.1.2.4 static MetaFeature*
21350 mike  1.1.2.1 _CIM_InstRead_features[] =
21351               {
21352                   0,
21353               };
21354               
21355               static const char*
21356               __root_PG_InterOp_CIM_InstRead_qualifiers[] =
21357               {
21358 mike  1.1.2.3     /* INDICATION */
21359                   "\001\001",
21360 mike  1.1.2.1     /* UMLPackagePath */
21361                   "\057CIM::Event",
21362                   /* Version */
21363                   "\0632.6.0",
21364                   0,
21365               };
21366               
21367 mike  1.1.2.4 MetaClass
21368 mike  1.1.2.1 __root_PG_InterOp_CIM_InstRead =
21369               {
21370                   /* flags */
21371 mike  1.1.2.4     META_FLAG_INDICATION,
21372 mike  1.1.2.1     /* name */
21373                   "CIM_InstRead",
21374                   /* qualifiers */
21375                   __root_PG_InterOp_CIM_InstRead_qualifiers,
21376 mike  1.1.2.2     /* super */
21377 mike  1.1.2.1     &__root_PG_InterOp_CIM_InstIndication,
21378                   /* features */
21379                   _CIM_InstRead_features,
21380               };
21381               
21382               //==============================================================================
21383               //
21384               // Class: CIM_ListenerDestination
21385               //
21386               //==============================================================================
21387               
21388               static const char*
21389               _CIM_ListenerDestination_SystemCreationClassName_qualifiers[] =
21390               {
21391 mike  1.1.2.3     /* Key */
21392                   "\025\001",
21393 mike  1.1.2.1     /* MaxLen */
21394                   "\030\000\000\001\000",
21395                   0,
21396               };
21397               
21398 mike  1.1.2.4 static MetaProperty
21399 mike  1.1.2.1 _CIM_ListenerDestination_SystemCreationClassName =
21400               {
21401                   /* flags */
21402 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
21403 mike  1.1.2.1     /* name */
21404                   "SystemCreationClassName",
21405                   /* qualifiers */
21406                   _CIM_ListenerDestination_SystemCreationClassName_qualifiers,
21407                   /* type */
21408                   CIMTYPE_STRING,
21409                   /* subscript */
21410                   -1,
21411                   /* value */
21412                   0,
21413               };
21414               
21415               static const char*
21416               _CIM_ListenerDestination_SystemName_qualifiers[] =
21417               {
21418 mike  1.1.2.3     /* Key */
21419                   "\025\001",
21420 mike  1.1.2.1     /* MaxLen */
21421                   "\030\000\000\001\000",
21422                   0,
21423               };
21424               
21425 mike  1.1.2.4 static MetaProperty
21426 mike  1.1.2.1 _CIM_ListenerDestination_SystemName =
21427               {
21428                   /* flags */
21429 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
21430 mike  1.1.2.1     /* name */
21431                   "SystemName",
21432                   /* qualifiers */
21433                   _CIM_ListenerDestination_SystemName_qualifiers,
21434                   /* type */
21435                   CIMTYPE_STRING,
21436                   /* subscript */
21437                   -1,
21438                   /* value */
21439                   0,
21440               };
21441               
21442               static const char*
21443               _CIM_ListenerDestination_CreationClassName_qualifiers[] =
21444               {
21445 mike  1.1.2.3     /* Key */
21446                   "\025\001",
21447 mike  1.1.2.1     /* MaxLen */
21448                   "\030\000\000\001\000",
21449                   0,
21450               };
21451               
21452 mike  1.1.2.4 static MetaProperty
21453 mike  1.1.2.1 _CIM_ListenerDestination_CreationClassName =
21454               {
21455                   /* flags */
21456 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
21457 mike  1.1.2.1     /* name */
21458                   "CreationClassName",
21459                   /* qualifiers */
21460                   _CIM_ListenerDestination_CreationClassName_qualifiers,
21461                   /* type */
21462                   CIMTYPE_STRING,
21463                   /* subscript */
21464                   -1,
21465                   /* value */
21466                   0,
21467               };
21468               
21469               static const char*
21470               _CIM_ListenerDestination_Name_qualifiers[] =
21471               {
21472 mike  1.1.2.3     /* Key */
21473                   "\025\001",
21474 mike  1.1.2.1     /* MaxLen */
21475                   "\030\000\000\001\000",
21476                   0,
21477               };
21478               
21479 mike  1.1.2.4 static MetaProperty
21480 mike  1.1.2.1 _CIM_ListenerDestination_Name =
21481               {
21482                   /* flags */
21483 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
21484 mike  1.1.2.1     /* name */
21485                   "Name",
21486                   /* qualifiers */
21487                   _CIM_ListenerDestination_Name_qualifiers,
21488                   /* type */
21489                   CIMTYPE_STRING,
21490                   /* subscript */
21491                   -1,
21492                   /* value */
21493                   0,
21494               };
21495               
21496               static const char*
21497               _CIM_ListenerDestination_PersistenceType_qualifiers[] =
21498               {
21499                   /* ValueMap */
21500                   "\061\000\0031\0002\0003\000",
21501                   /* Values */
21502                   "\062\000\003Other\000Permanent\000Transient\000",
21503                   /* ModelCorrespondence */
21504                   "\036\000\001CIM_ListenerDestination.OtherPersistenceType\000",
21505 mike  1.1.2.1     0,
21506               };
21507               
21508 mike  1.1.2.4 static MetaProperty
21509 mike  1.1.2.1 _CIM_ListenerDestination_PersistenceType =
21510               {
21511                   /* flags */
21512 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
21513 mike  1.1.2.1     /* name */
21514                   "PersistenceType",
21515                   /* qualifiers */
21516                   _CIM_ListenerDestination_PersistenceType_qualifiers,
21517                   /* type */
21518                   CIMTYPE_UINT16,
21519                   /* subscript */
21520                   -1,
21521                   /* value */
21522                   0,
21523               };
21524               
21525               static const char*
21526               _CIM_ListenerDestination_OtherPersistenceType_qualifiers[] =
21527               {
21528                   /* ModelCorrespondence */
21529                   "\036\000\001CIM_ListenerDestination.PersistenceType\000",
21530                   0,
21531               };
21532               
21533 mike  1.1.2.4 static MetaProperty
21534 mike  1.1.2.1 _CIM_ListenerDestination_OtherPersistenceType =
21535               {
21536                   /* flags */
21537 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
21538 mike  1.1.2.1     /* name */
21539                   "OtherPersistenceType",
21540                   /* qualifiers */
21541                   _CIM_ListenerDestination_OtherPersistenceType_qualifiers,
21542                   /* type */
21543                   CIMTYPE_STRING,
21544                   /* subscript */
21545                   -1,
21546                   /* value */
21547                   0,
21548               };
21549               
21550 mike  1.1.2.4 static MetaFeature*
21551 mike  1.1.2.1 _CIM_ListenerDestination_features[] =
21552               {
21553 mike  1.1.2.4     (MetaFeature*)&_CIM_ListenerDestination_SystemCreationClassName,
21554                   (MetaFeature*)&_CIM_ListenerDestination_SystemName,
21555                   (MetaFeature*)&_CIM_ListenerDestination_CreationClassName,
21556                   (MetaFeature*)&_CIM_ListenerDestination_Name,
21557                   (MetaFeature*)&_CIM_ListenerDestination_PersistenceType,
21558                   (MetaFeature*)&_CIM_ListenerDestination_OtherPersistenceType,
21559 mike  1.1.2.1     0,
21560               };
21561               
21562               static const char*
21563               __root_PG_InterOp_CIM_ListenerDestination_qualifiers[] =
21564               {
21565                   /* UMLPackagePath */
21566                   "\057CIM::Event",
21567 mike  1.1.2.3     /* Abstract */
21568                   "\002\001",
21569 mike  1.1.2.1     /* Version */
21570                   "\0632.8.0",
21571                   0,
21572               };
21573               
21574 mike  1.1.2.4 MetaClass
21575 mike  1.1.2.1 __root_PG_InterOp_CIM_ListenerDestination =
21576               {
21577                   /* flags */
21578 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
21579 mike  1.1.2.1     /* name */
21580                   "CIM_ListenerDestination",
21581                   /* qualifiers */
21582                   __root_PG_InterOp_CIM_ListenerDestination_qualifiers,
21583 mike  1.1.2.2     /* super */
21584 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
21585                   /* features */
21586                   _CIM_ListenerDestination_features,
21587               };
21588               
21589               //==============================================================================
21590               //
21591               // Class: CIM_ListenerDestinationCIMXML
21592               //
21593               //==============================================================================
21594               
21595               static const char*
21596               _CIM_ListenerDestinationCIMXML_Destination_qualifiers[] =
21597               {
21598 mike  1.1.2.3     /* Required */
21599                   "\050\001",
21600 mike  1.1.2.1     0,
21601               };
21602               
21603 mike  1.1.2.4 static MetaProperty
21604 mike  1.1.2.1 _CIM_ListenerDestinationCIMXML_Destination =
21605               {
21606                   /* flags */
21607 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
21608 mike  1.1.2.1     /* name */
21609                   "Destination",
21610                   /* qualifiers */
21611                   _CIM_ListenerDestinationCIMXML_Destination_qualifiers,
21612                   /* type */
21613                   CIMTYPE_STRING,
21614                   /* subscript */
21615                   -1,
21616                   /* value */
21617                   0,
21618               };
21619               
21620 mike  1.1.2.4 static MetaFeature*
21621 mike  1.1.2.1 _CIM_ListenerDestinationCIMXML_features[] =
21622               {
21623 mike  1.1.2.4     (MetaFeature*)&_CIM_ListenerDestinationCIMXML_Destination,
21624 mike  1.1.2.1     0,
21625               };
21626               
21627               static const char*
21628               __root_PG_InterOp_CIM_ListenerDestinationCIMXML_qualifiers[] =
21629               {
21630                   /* UMLPackagePath */
21631                   "\057CIM::Event",
21632                   /* Version */
21633                   "\0632.8.0",
21634                   0,
21635               };
21636               
21637 mike  1.1.2.4 MetaClass
21638 mike  1.1.2.1 __root_PG_InterOp_CIM_ListenerDestinationCIMXML =
21639               {
21640                   /* flags */
21641 mike  1.1.2.4     META_FLAG_CLASS,
21642 mike  1.1.2.1     /* name */
21643                   "CIM_ListenerDestinationCIMXML",
21644                   /* qualifiers */
21645                   __root_PG_InterOp_CIM_ListenerDestinationCIMXML_qualifiers,
21646 mike  1.1.2.2     /* super */
21647 mike  1.1.2.1     &__root_PG_InterOp_CIM_ListenerDestination,
21648                   /* features */
21649                   _CIM_ListenerDestinationCIMXML_features,
21650               };
21651               
21652               //==============================================================================
21653               //
21654               // Class: CIM_ProcessIndication
21655               //
21656               //==============================================================================
21657               
21658 mike  1.1.2.4 static MetaFeature*
21659 mike  1.1.2.1 _CIM_ProcessIndication_features[] =
21660               {
21661                   0,
21662               };
21663               
21664               static const char*
21665               __root_PG_InterOp_CIM_ProcessIndication_qualifiers[] =
21666               {
21667 mike  1.1.2.3     /* INDICATION */
21668                   "\001\001",
21669 mike  1.1.2.1     /* UMLPackagePath */
21670                   "\057CIM::Event",
21671 mike  1.1.2.3     /* Abstract */
21672                   "\002\001",
21673 mike  1.1.2.1     /* Version */
21674                   "\0632.6.0",
21675                   0,
21676               };
21677               
21678 mike  1.1.2.4 MetaClass
21679 mike  1.1.2.1 __root_PG_InterOp_CIM_ProcessIndication =
21680               {
21681                   /* flags */
21682 mike  1.1.2.4     META_FLAG_INDICATION|META_FLAG_ABSTRACT,
21683 mike  1.1.2.1     /* name */
21684                   "CIM_ProcessIndication",
21685                   /* qualifiers */
21686                   __root_PG_InterOp_CIM_ProcessIndication_qualifiers,
21687 mike  1.1.2.2     /* super */
21688 mike  1.1.2.1     &__root_PG_InterOp_CIM_Indication,
21689                   /* features */
21690                   _CIM_ProcessIndication_features,
21691               };
21692               
21693               //==============================================================================
21694               //
21695               // Class: CIM_SNMPTrapIndication
21696               //
21697               //==============================================================================
21698               
21699               static const char*
21700               _CIM_SNMPTrapIndication_Enterprise_qualifiers[] =
21701               {
21702                   /* MappingStrings */
21703                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.enterprise\000",
21704                   0,
21705               };
21706               
21707 mike  1.1.2.4 static MetaProperty
21708 mike  1.1.2.1 _CIM_SNMPTrapIndication_Enterprise =
21709               {
21710                   /* flags */
21711 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
21712 mike  1.1.2.1     /* name */
21713                   "Enterprise",
21714                   /* qualifiers */
21715                   _CIM_SNMPTrapIndication_Enterprise_qualifiers,
21716                   /* type */
21717                   CIMTYPE_STRING,
21718                   /* subscript */
21719                   -1,
21720                   /* value */
21721                   0,
21722               };
21723               
21724               static const char*
21725               _CIM_SNMPTrapIndication_AgentAddress_qualifiers[] =
21726               {
21727                   /* MappingStrings */
21728                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.agent-addr\000",
21729                   0,
21730               };
21731               
21732 mike  1.1.2.4 static MetaProperty
21733 mike  1.1.2.1 _CIM_SNMPTrapIndication_AgentAddress =
21734               {
21735                   /* flags */
21736 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
21737 mike  1.1.2.1     /* name */
21738                   "AgentAddress",
21739                   /* qualifiers */
21740                   _CIM_SNMPTrapIndication_AgentAddress_qualifiers,
21741                   /* type */
21742                   CIMTYPE_STRING,
21743                   /* subscript */
21744                   -1,
21745                   /* value */
21746                   0,
21747               };
21748               
21749               static const char*
21750               _CIM_SNMPTrapIndication_GenericTrap_qualifiers[] =
21751               {
21752                   /* ValueMap */
21753                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
21754                   /* Values */
21755                   "\062\000\007Cold Start\000Warm Start\000Link Down\000Link Up\000Authentication Failure\000EGP Neighbor Loss\000Enterprise Specific\000",
21756                   /* MappingStrings */
21757                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.generic-trap\000",
21758 mike  1.1.2.1     0,
21759               };
21760               
21761 mike  1.1.2.4 static MetaProperty
21762 mike  1.1.2.1 _CIM_SNMPTrapIndication_GenericTrap =
21763               {
21764                   /* flags */
21765 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
21766 mike  1.1.2.1     /* name */
21767                   "GenericTrap",
21768                   /* qualifiers */
21769                   _CIM_SNMPTrapIndication_GenericTrap_qualifiers,
21770                   /* type */
21771                   CIMTYPE_UINT16,
21772                   /* subscript */
21773                   -1,
21774                   /* value */
21775                   0,
21776               };
21777               
21778               static const char*
21779               _CIM_SNMPTrapIndication_SpecificTrap_qualifiers[] =
21780               {
21781                   /* MappingStrings */
21782                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.specific-trap\000",
21783                   0,
21784               };
21785               
21786 mike  1.1.2.4 static MetaProperty
21787 mike  1.1.2.1 _CIM_SNMPTrapIndication_SpecificTrap =
21788               {
21789                   /* flags */
21790 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
21791 mike  1.1.2.1     /* name */
21792                   "SpecificTrap",
21793                   /* qualifiers */
21794                   _CIM_SNMPTrapIndication_SpecificTrap_qualifiers,
21795                   /* type */
21796                   CIMTYPE_UINT32,
21797                   /* subscript */
21798                   -1,
21799                   /* value */
21800                   0,
21801               };
21802               
21803               static const char*
21804               _CIM_SNMPTrapIndication_TimeStamp_qualifiers[] =
21805               {
21806                   /* MappingStrings */
21807                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.time-stamp\000",
21808                   0,
21809               };
21810               
21811 mike  1.1.2.4 static MetaProperty
21812 mike  1.1.2.1 _CIM_SNMPTrapIndication_TimeStamp =
21813               {
21814                   /* flags */
21815 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
21816 mike  1.1.2.1     /* name */
21817                   "TimeStamp",
21818                   /* qualifiers */
21819                   _CIM_SNMPTrapIndication_TimeStamp_qualifiers,
21820                   /* type */
21821                   CIMTYPE_DATETIME,
21822                   /* subscript */
21823                   -1,
21824                   /* value */
21825                   0,
21826               };
21827               
21828               static const char*
21829               _CIM_SNMPTrapIndication_VarBindNames_qualifiers[] =
21830               {
21831                   /* MappingStrings */
21832                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
21833                   /* ArrayType */
21834                   "\005Indexed",
21835                   /* ModelCorrespondence */
21836                   "\036\000\002CIM_SNMPTrapIndication.VarBindSyntaxes\000CIM_SNMPTrapIndication.VarBindValues\000",
21837 mike  1.1.2.1     0,
21838               };
21839               
21840 mike  1.1.2.4 static MetaProperty
21841 mike  1.1.2.1 _CIM_SNMPTrapIndication_VarBindNames =
21842               {
21843                   /* flags */
21844 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
21845 mike  1.1.2.1     /* name */
21846                   "VarBindNames",
21847                   /* qualifiers */
21848                   _CIM_SNMPTrapIndication_VarBindNames_qualifiers,
21849                   /* type */
21850                   CIMTYPE_STRING,
21851                   /* subscript */
21852                   0,
21853                   /* value */
21854                   0,
21855               };
21856               
21857               static const char*
21858               _CIM_SNMPTrapIndication_VarBindSyntaxes_qualifiers[] =
21859               {
21860                   /* ValueMap */
21861                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
21862                   /* Values */
21863                   "\062\000\010Integer\000OctetString\000ObjectIdentifier\000NetworkAddress\000Counter\000Gauge\000TimeTicks\000Opaque\000",
21864                   /* MappingStrings */
21865                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
21866 mike  1.1.2.1     /* ArrayType */
21867                   "\005Indexed",
21868                   /* ModelCorrespondence */
21869                   "\036\000\002CIM_SNMPTrapIndication.VarBindNames\000CIM_SNMPTrapIndication.VarBindValues\000",
21870                   0,
21871               };
21872               
21873 mike  1.1.2.4 static MetaProperty
21874 mike  1.1.2.1 _CIM_SNMPTrapIndication_VarBindSyntaxes =
21875               {
21876                   /* flags */
21877 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
21878 mike  1.1.2.1     /* name */
21879                   "VarBindSyntaxes",
21880                   /* qualifiers */
21881                   _CIM_SNMPTrapIndication_VarBindSyntaxes_qualifiers,
21882                   /* type */
21883                   CIMTYPE_UINT16,
21884                   /* subscript */
21885                   0,
21886                   /* value */
21887                   0,
21888               };
21889               
21890               static const char*
21891               _CIM_SNMPTrapIndication_VarBindValues_qualifiers[] =
21892               {
21893 mike  1.1.2.3     /* OctetString */
21894                   "\042\001",
21895 mike  1.1.2.1     /* MappingStrings */
21896                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
21897                   /* ArrayType */
21898                   "\005Indexed",
21899                   /* ModelCorrespondence */
21900                   "\036\000\002CIM_SNMPTrapIndication.VarBindNames\000CIM_SNMPTrapIndication.VarBindSyntaxes\000",
21901                   0,
21902               };
21903               
21904 mike  1.1.2.4 static MetaProperty
21905 mike  1.1.2.1 _CIM_SNMPTrapIndication_VarBindValues =
21906               {
21907                   /* flags */
21908 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
21909 mike  1.1.2.1     /* name */
21910                   "VarBindValues",
21911                   /* qualifiers */
21912                   _CIM_SNMPTrapIndication_VarBindValues_qualifiers,
21913                   /* type */
21914                   CIMTYPE_STRING,
21915                   /* subscript */
21916                   0,
21917                   /* value */
21918                   0,
21919               };
21920               
21921 mike  1.1.2.4 static MetaFeature*
21922 mike  1.1.2.1 _CIM_SNMPTrapIndication_features[] =
21923               {
21924 mike  1.1.2.4     (MetaFeature*)&_CIM_SNMPTrapIndication_Enterprise,
21925                   (MetaFeature*)&_CIM_SNMPTrapIndication_AgentAddress,
21926                   (MetaFeature*)&_CIM_SNMPTrapIndication_GenericTrap,
21927                   (MetaFeature*)&_CIM_SNMPTrapIndication_SpecificTrap,
21928                   (MetaFeature*)&_CIM_SNMPTrapIndication_TimeStamp,
21929                   (MetaFeature*)&_CIM_SNMPTrapIndication_VarBindNames,
21930                   (MetaFeature*)&_CIM_SNMPTrapIndication_VarBindSyntaxes,
21931                   (MetaFeature*)&_CIM_SNMPTrapIndication_VarBindValues,
21932 mike  1.1.2.1     0,
21933               };
21934               
21935               static const char*
21936               __root_PG_InterOp_CIM_SNMPTrapIndication_qualifiers[] =
21937               {
21938 mike  1.1.2.3     /* INDICATION */
21939                   "\001\001",
21940 mike  1.1.2.1     /* UMLPackagePath */
21941                   "\057CIM::Event",
21942                   /* Version */
21943                   "\0632.7.0",
21944                   0,
21945               };
21946               
21947 mike  1.1.2.4 MetaClass
21948 mike  1.1.2.1 __root_PG_InterOp_CIM_SNMPTrapIndication =
21949               {
21950                   /* flags */
21951 mike  1.1.2.4     META_FLAG_INDICATION,
21952 mike  1.1.2.1     /* name */
21953                   "CIM_SNMPTrapIndication",
21954                   /* qualifiers */
21955                   __root_PG_InterOp_CIM_SNMPTrapIndication_qualifiers,
21956 mike  1.1.2.2     /* super */
21957 mike  1.1.2.1     &__root_PG_InterOp_CIM_ProcessIndication,
21958                   /* features */
21959                   _CIM_SNMPTrapIndication_features,
21960               };
21961               
21962               //==============================================================================
21963               //
21964               // Class: CIM_AlertIndication
21965               //
21966               //==============================================================================
21967               
21968               static const char*
21969               _CIM_AlertIndication_Description_qualifiers[] =
21970               {
21971                   /* MappingStrings */
21972                   "\026\000\001Recommendation.ITU|X733.Additional text\000",
21973                   0,
21974               };
21975               
21976 mike  1.1.2.4 static MetaProperty
21977 mike  1.1.2.1 _CIM_AlertIndication_Description =
21978               {
21979                   /* flags */
21980 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
21981 mike  1.1.2.1     /* name */
21982                   "Description",
21983                   /* qualifiers */
21984                   _CIM_AlertIndication_Description_qualifiers,
21985                   /* type */
21986                   CIMTYPE_STRING,
21987                   /* subscript */
21988                   -1,
21989                   /* value */
21990                   0,
21991               };
21992               
21993               static const char*
21994               _CIM_AlertIndication_AlertingManagedElement_qualifiers[] =
21995               {
21996                   /* ModelCorrespondence */
21997                   "\036\000\001CIM_AlertIndication.AlertingElementFormat\000",
21998                   0,
21999               };
22000               
22001 mike  1.1.2.4 static MetaProperty
22002 mike  1.1.2.1 _CIM_AlertIndication_AlertingManagedElement =
22003               {
22004                   /* flags */
22005 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22006 mike  1.1.2.1     /* name */
22007                   "AlertingManagedElement",
22008                   /* qualifiers */
22009                   _CIM_AlertIndication_AlertingManagedElement_qualifiers,
22010                   /* type */
22011                   CIMTYPE_STRING,
22012                   /* subscript */
22013                   -1,
22014                   /* value */
22015                   0,
22016               };
22017               
22018               static const char*
22019               _CIM_AlertIndication_AlertingElementFormat_qualifiers[] =
22020               {
22021                   /* ValueMap */
22022                   "\061\000\0030\0001\0002\000",
22023                   /* Values */
22024                   "\062\000\003Unknown\000Other\000CIMObjectPath\000",
22025                   /* ModelCorrespondence */
22026                   "\036\000\002CIM_AlertIndication.AlertingManagedElement\000CIM_AlertIndication.OtherAlertingElementFormat\000",
22027 mike  1.1.2.1     0,
22028               };
22029               
22030 mike  1.1.2.4 static MetaProperty
22031 mike  1.1.2.1 _CIM_AlertIndication_AlertingElementFormat =
22032               {
22033                   /* flags */
22034 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22035 mike  1.1.2.1     /* name */
22036                   "AlertingElementFormat",
22037                   /* qualifiers */
22038                   _CIM_AlertIndication_AlertingElementFormat_qualifiers,
22039                   /* type */
22040                   CIMTYPE_UINT16,
22041                   /* subscript */
22042                   -1,
22043                   /* value */
22044                   "\000\000",
22045               };
22046               
22047               static const char*
22048               _CIM_AlertIndication_OtherAlertingElementFormat_qualifiers[] =
22049               {
22050                   /* ModelCorrespondence */
22051                   "\036\000\001CIM_AlertIndication.AlertingElementFormat\000",
22052                   0,
22053               };
22054               
22055 mike  1.1.2.4 static MetaProperty
22056 mike  1.1.2.1 _CIM_AlertIndication_OtherAlertingElementFormat =
22057               {
22058                   /* flags */
22059 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22060 mike  1.1.2.1     /* name */
22061                   "OtherAlertingElementFormat",
22062                   /* qualifiers */
22063                   _CIM_AlertIndication_OtherAlertingElementFormat_qualifiers,
22064                   /* type */
22065                   CIMTYPE_STRING,
22066                   /* subscript */
22067                   -1,
22068                   /* value */
22069                   0,
22070               };
22071               
22072               static const char*
22073               _CIM_AlertIndication_AlertType_qualifiers[] =
22074               {
22075 mike  1.1.2.3     /* Required */
22076                   "\050\001",
22077 mike  1.1.2.1     /* ValueMap */
22078                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
22079                   /* Values */
22080                   "\062\000\010Other\000Communications Alert\000Quality of Service Alert\000Processing Error\000Device Alert\000Environmental Alert\000Model Change\000Security Alert\000",
22081                   /* MappingStrings */
22082                   "\026\000\001Recommendation.ITU|X733.Event type\000",
22083                   0,
22084               };
22085               
22086 mike  1.1.2.4 static MetaProperty
22087 mike  1.1.2.1 _CIM_AlertIndication_AlertType =
22088               {
22089                   /* flags */
22090 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
22091 mike  1.1.2.1     /* name */
22092                   "AlertType",
22093                   /* qualifiers */
22094                   _CIM_AlertIndication_AlertType_qualifiers,
22095                   /* type */
22096                   CIMTYPE_UINT16,
22097                   /* subscript */
22098                   -1,
22099                   /* value */
22100                   0,
22101               };
22102               
22103               static const char*
22104               _CIM_AlertIndication_OtherAlertType_qualifiers[] =
22105               {
22106                   /* ModelCorrespondence */
22107                   "\036\000\001CIM_AlertIndication.AlertType\000",
22108                   0,
22109               };
22110               
22111 mike  1.1.2.4 static MetaProperty
22112 mike  1.1.2.1 _CIM_AlertIndication_OtherAlertType =
22113               {
22114                   /* flags */
22115 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22116 mike  1.1.2.1     /* name */
22117                   "OtherAlertType",
22118                   /* qualifiers */
22119                   _CIM_AlertIndication_OtherAlertType_qualifiers,
22120                   /* type */
22121                   CIMTYPE_STRING,
22122                   /* subscript */
22123                   -1,
22124                   /* value */
22125                   0,
22126               };
22127               
22128               static const char*
22129               _CIM_AlertIndication_PerceivedSeverity_qualifiers[] =
22130               {
22131 mike  1.1.2.3     /* Required */
22132                   "\050\001",
22133 mike  1.1.2.1     /* Override */
22134                   "\044PerceivedSeverity",
22135                   /* ValueMap */
22136                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
22137                   /* Values */
22138                   "\062\000\010Unknown\000Other\000Information\000Degraded/Warning\000Minor\000Major\000Critical\000Fatal/NonRecoverable\000",
22139                   /* MappingStrings */
22140                   "\026\000\001Recommendation.ITU|X733.Perceived severity\000",
22141                   0,
22142               };
22143               
22144 mike  1.1.2.4 static MetaProperty
22145 mike  1.1.2.1 _CIM_AlertIndication_PerceivedSeverity =
22146               {
22147                   /* flags */
22148 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
22149 mike  1.1.2.1     /* name */
22150                   "PerceivedSeverity",
22151                   /* qualifiers */
22152                   _CIM_AlertIndication_PerceivedSeverity_qualifiers,
22153                   /* type */
22154                   CIMTYPE_UINT16,
22155                   /* subscript */
22156                   -1,
22157                   /* value */
22158                   0,
22159               };
22160               
22161               static const char*
22162               _CIM_AlertIndication_ProbableCause_qualifiers[] =
22163               {
22164 mike  1.1.2.3     /* Required */
22165                   "\050\001",
22166 mike  1.1.2.1     /* ValueMap */
22167                   "\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",
22168                   /* Values */
22169                   "\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",
22170                   /* MappingStrings */
22171                   "\026\000\003Recommendation.ITU|X733.Probable cause\000Recommendation.ITU|M3100.probableCause\000ITU-IANA-ALARM-TC\000",
22172                   /* ModelCorrespondence */
22173                   "\036\000\003CIM_AlertIndication.ProbableCauseDescription\000CIM_AlertIndication.EventID\000CIM_AlertIndication.EventTime\000",
22174                   0,
22175               };
22176               
22177 mike  1.1.2.4 static MetaProperty
22178 mike  1.1.2.1 _CIM_AlertIndication_ProbableCause =
22179               {
22180                   /* flags */
22181 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
22182 mike  1.1.2.1     /* name */
22183                   "ProbableCause",
22184                   /* qualifiers */
22185                   _CIM_AlertIndication_ProbableCause_qualifiers,
22186                   /* type */
22187                   CIMTYPE_UINT16,
22188                   /* subscript */
22189                   -1,
22190                   /* value */
22191                   0,
22192               };
22193               
22194               static const char*
22195               _CIM_AlertIndication_ProbableCauseDescription_qualifiers[] =
22196               {
22197                   /* ModelCorrespondence */
22198                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
22199                   0,
22200               };
22201               
22202 mike  1.1.2.4 static MetaProperty
22203 mike  1.1.2.1 _CIM_AlertIndication_ProbableCauseDescription =
22204               {
22205                   /* flags */
22206 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22207 mike  1.1.2.1     /* name */
22208                   "ProbableCauseDescription",
22209                   /* qualifiers */
22210                   _CIM_AlertIndication_ProbableCauseDescription_qualifiers,
22211                   /* type */
22212                   CIMTYPE_STRING,
22213                   /* subscript */
22214                   -1,
22215                   /* value */
22216                   0,
22217               };
22218               
22219               static const char*
22220               _CIM_AlertIndication_Trending_qualifiers[] =
22221               {
22222                   /* ValueMap */
22223                   "\061\000\0050\0001\0002\0003\0004\000",
22224                   /* Values */
22225                   "\062\000\005Unknown\000Not Applicable\000Trending Up\000Trending Down\000No Change\000",
22226                   /* MappingStrings */
22227                   "\026\000\001Recommendation.ITU|X733.TrendIndication\000",
22228 mike  1.1.2.1     0,
22229               };
22230               
22231 mike  1.1.2.4 static MetaProperty
22232 mike  1.1.2.1 _CIM_AlertIndication_Trending =
22233               {
22234                   /* flags */
22235 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22236 mike  1.1.2.1     /* name */
22237                   "Trending",
22238                   /* qualifiers */
22239                   _CIM_AlertIndication_Trending_qualifiers,
22240                   /* type */
22241                   CIMTYPE_UINT16,
22242                   /* subscript */
22243                   -1,
22244                   /* value */
22245                   0,
22246               };
22247               
22248               static const char*
22249               _CIM_AlertIndication_RecommendedActions_qualifiers[] =
22250               {
22251                   /* MappingStrings */
22252                   "\026\000\001Recommendation.ITU|X733.Proposed repair actions\000",
22253                   0,
22254               };
22255               
22256 mike  1.1.2.4 static MetaProperty
22257 mike  1.1.2.1 _CIM_AlertIndication_RecommendedActions =
22258               {
22259                   /* flags */
22260 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22261 mike  1.1.2.1     /* name */
22262                   "RecommendedActions",
22263                   /* qualifiers */
22264                   _CIM_AlertIndication_RecommendedActions_qualifiers,
22265                   /* type */
22266                   CIMTYPE_STRING,
22267                   /* subscript */
22268                   0,
22269                   /* value */
22270                   0,
22271               };
22272               
22273               static const char*
22274               _CIM_AlertIndication_EventID_qualifiers[] =
22275               {
22276                   /* ModelCorrespondence */
22277                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
22278                   0,
22279               };
22280               
22281 mike  1.1.2.4 static MetaProperty
22282 mike  1.1.2.1 _CIM_AlertIndication_EventID =
22283               {
22284                   /* flags */
22285 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22286 mike  1.1.2.1     /* name */
22287                   "EventID",
22288                   /* qualifiers */
22289                   _CIM_AlertIndication_EventID_qualifiers,
22290                   /* type */
22291                   CIMTYPE_STRING,
22292                   /* subscript */
22293                   -1,
22294                   /* value */
22295                   0,
22296               };
22297               
22298               static const char*
22299               _CIM_AlertIndication_EventTime_qualifiers[] =
22300               {
22301                   /* ModelCorrespondence */
22302                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
22303                   0,
22304               };
22305               
22306 mike  1.1.2.4 static MetaProperty
22307 mike  1.1.2.1 _CIM_AlertIndication_EventTime =
22308               {
22309                   /* flags */
22310 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22311 mike  1.1.2.1     /* name */
22312                   "EventTime",
22313                   /* qualifiers */
22314                   _CIM_AlertIndication_EventTime_qualifiers,
22315                   /* type */
22316                   CIMTYPE_DATETIME,
22317                   /* subscript */
22318                   -1,
22319                   /* value */
22320                   0,
22321               };
22322               
22323               static const char*
22324               _CIM_AlertIndication_SystemCreationClassName_qualifiers[] =
22325               {
22326                   /* MaxLen */
22327                   "\030\000\000\001\000",
22328                   0,
22329               };
22330               
22331 mike  1.1.2.4 static MetaProperty
22332 mike  1.1.2.1 _CIM_AlertIndication_SystemCreationClassName =
22333               {
22334                   /* flags */
22335 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22336 mike  1.1.2.1     /* name */
22337                   "SystemCreationClassName",
22338                   /* qualifiers */
22339                   _CIM_AlertIndication_SystemCreationClassName_qualifiers,
22340                   /* type */
22341                   CIMTYPE_STRING,
22342                   /* subscript */
22343                   -1,
22344                   /* value */
22345                   0,
22346               };
22347               
22348               static const char*
22349               _CIM_AlertIndication_SystemName_qualifiers[] =
22350               {
22351                   /* MaxLen */
22352                   "\030\000\000\001\000",
22353                   0,
22354               };
22355               
22356 mike  1.1.2.4 static MetaProperty
22357 mike  1.1.2.1 _CIM_AlertIndication_SystemName =
22358               {
22359                   /* flags */
22360 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22361 mike  1.1.2.1     /* name */
22362                   "SystemName",
22363                   /* qualifiers */
22364                   _CIM_AlertIndication_SystemName_qualifiers,
22365                   /* type */
22366                   CIMTYPE_STRING,
22367                   /* subscript */
22368                   -1,
22369                   /* value */
22370                   0,
22371               };
22372               
22373               static const char*
22374               _CIM_AlertIndication_ProviderName_qualifiers[] =
22375               {
22376                   /* MaxLen */
22377                   "\030\000\000\001\000",
22378                   0,
22379               };
22380               
22381 mike  1.1.2.4 static MetaProperty
22382 mike  1.1.2.1 _CIM_AlertIndication_ProviderName =
22383               {
22384                   /* flags */
22385 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22386 mike  1.1.2.1     /* name */
22387                   "ProviderName",
22388                   /* qualifiers */
22389                   _CIM_AlertIndication_ProviderName_qualifiers,
22390                   /* type */
22391                   CIMTYPE_STRING,
22392                   /* subscript */
22393                   -1,
22394                   /* value */
22395                   0,
22396               };
22397               
22398 mike  1.1.2.4 static MetaFeature*
22399 mike  1.1.2.1 _CIM_AlertIndication_features[] =
22400               {
22401 mike  1.1.2.4     (MetaFeature*)&_CIM_AlertIndication_Description,
22402                   (MetaFeature*)&_CIM_AlertIndication_AlertingManagedElement,
22403                   (MetaFeature*)&_CIM_AlertIndication_AlertingElementFormat,
22404                   (MetaFeature*)&_CIM_AlertIndication_OtherAlertingElementFormat,
22405                   (MetaFeature*)&_CIM_AlertIndication_AlertType,
22406                   (MetaFeature*)&_CIM_AlertIndication_OtherAlertType,
22407                   (MetaFeature*)&_CIM_AlertIndication_PerceivedSeverity,
22408                   (MetaFeature*)&_CIM_AlertIndication_ProbableCause,
22409                   (MetaFeature*)&_CIM_AlertIndication_ProbableCauseDescription,
22410                   (MetaFeature*)&_CIM_AlertIndication_Trending,
22411                   (MetaFeature*)&_CIM_AlertIndication_RecommendedActions,
22412                   (MetaFeature*)&_CIM_AlertIndication_EventID,
22413                   (MetaFeature*)&_CIM_AlertIndication_EventTime,
22414                   (MetaFeature*)&_CIM_AlertIndication_SystemCreationClassName,
22415                   (MetaFeature*)&_CIM_AlertIndication_SystemName,
22416                   (MetaFeature*)&_CIM_AlertIndication_ProviderName,
22417 mike  1.1.2.1     0,
22418               };
22419               
22420               static const char*
22421               __root_PG_InterOp_CIM_AlertIndication_qualifiers[] =
22422               {
22423 mike  1.1.2.3     /* INDICATION */
22424                   "\001\001",
22425 mike  1.1.2.1     /* UMLPackagePath */
22426                   "\057CIM::Event",
22427                   /* Version */
22428                   "\0632.10.0",
22429                   0,
22430               };
22431               
22432 mike  1.1.2.4 MetaClass
22433 mike  1.1.2.1 __root_PG_InterOp_CIM_AlertIndication =
22434               {
22435                   /* flags */
22436 mike  1.1.2.4     META_FLAG_INDICATION,
22437 mike  1.1.2.1     /* name */
22438                   "CIM_AlertIndication",
22439                   /* qualifiers */
22440                   __root_PG_InterOp_CIM_AlertIndication_qualifiers,
22441 mike  1.1.2.2     /* super */
22442 mike  1.1.2.1     &__root_PG_InterOp_CIM_ProcessIndication,
22443                   /* features */
22444                   _CIM_AlertIndication_features,
22445               };
22446               
22447               //==============================================================================
22448               //
22449               // Class: CIM_AlertInstIndication
22450               //
22451               //==============================================================================
22452               
22453               static const char*
22454               _CIM_AlertInstIndication_AlertType_qualifiers[] =
22455               {
22456                   /* Override */
22457                   "\044AlertType",
22458                   0,
22459               };
22460               
22461 mike  1.1.2.4 static MetaProperty
22462 mike  1.1.2.1 _CIM_AlertInstIndication_AlertType =
22463               {
22464                   /* flags */
22465 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22466 mike  1.1.2.1     /* name */
22467                   "AlertType",
22468                   /* qualifiers */
22469                   _CIM_AlertInstIndication_AlertType_qualifiers,
22470                   /* type */
22471                   CIMTYPE_UINT16,
22472                   /* subscript */
22473                   -1,
22474                   /* value */
22475                   "\000\007",
22476               };
22477               
22478               static const char*
22479               _CIM_AlertInstIndication_IndObject_qualifiers[] =
22480               {
22481 mike  1.1.2.3     /* Required */
22482                   "\050\001",
22483                   /* EmbeddedObject */
22484                   "\020\001",
22485 mike  1.1.2.1     0,
22486               };
22487               
22488 mike  1.1.2.4 static MetaProperty
22489 mike  1.1.2.1 _CIM_AlertInstIndication_IndObject =
22490               {
22491                   /* flags */
22492 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
22493 mike  1.1.2.1     /* name */
22494                   "IndObject",
22495                   /* qualifiers */
22496                   _CIM_AlertInstIndication_IndObject_qualifiers,
22497                   /* type */
22498                   CIMTYPE_STRING,
22499                   /* subscript */
22500                   -1,
22501                   /* value */
22502                   0,
22503               };
22504               
22505 mike  1.1.2.4 static MetaFeature*
22506 mike  1.1.2.1 _CIM_AlertInstIndication_features[] =
22507               {
22508 mike  1.1.2.4     (MetaFeature*)&_CIM_AlertInstIndication_AlertType,
22509                   (MetaFeature*)&_CIM_AlertInstIndication_IndObject,
22510 mike  1.1.2.1     0,
22511               };
22512               
22513               static const char*
22514               __root_PG_InterOp_CIM_AlertInstIndication_qualifiers[] =
22515               {
22516 mike  1.1.2.3     /* INDICATION */
22517                   "\001\001",
22518 mike  1.1.2.1     /* UMLPackagePath */
22519                   "\057CIM::Event",
22520                   /* Version */
22521                   "\0632.6.0",
22522                   0,
22523               };
22524               
22525 mike  1.1.2.4 MetaClass
22526 mike  1.1.2.1 __root_PG_InterOp_CIM_AlertInstIndication =
22527               {
22528                   /* flags */
22529 mike  1.1.2.4     META_FLAG_INDICATION,
22530 mike  1.1.2.1     /* name */
22531                   "CIM_AlertInstIndication",
22532                   /* qualifiers */
22533                   __root_PG_InterOp_CIM_AlertInstIndication_qualifiers,
22534 mike  1.1.2.2     /* super */
22535 mike  1.1.2.1     &__root_PG_InterOp_CIM_AlertIndication,
22536                   /* features */
22537                   _CIM_AlertInstIndication_features,
22538               };
22539               
22540               //==============================================================================
22541               //
22542               // Class: CIM_ClassCreation
22543               //
22544               //==============================================================================
22545               
22546 mike  1.1.2.4 static MetaFeature*
22547 mike  1.1.2.1 _CIM_ClassCreation_features[] =
22548               {
22549                   0,
22550               };
22551               
22552               static const char*
22553               __root_PG_InterOp_CIM_ClassCreation_qualifiers[] =
22554               {
22555 mike  1.1.2.3     /* INDICATION */
22556                   "\001\001",
22557 mike  1.1.2.1     /* UMLPackagePath */
22558                   "\057CIM::Event",
22559                   /* Version */
22560                   "\0632.6.0",
22561                   0,
22562               };
22563               
22564 mike  1.1.2.4 MetaClass
22565 mike  1.1.2.1 __root_PG_InterOp_CIM_ClassCreation =
22566               {
22567                   /* flags */
22568 mike  1.1.2.4     META_FLAG_INDICATION,
22569 mike  1.1.2.1     /* name */
22570                   "CIM_ClassCreation",
22571                   /* qualifiers */
22572                   __root_PG_InterOp_CIM_ClassCreation_qualifiers,
22573 mike  1.1.2.2     /* super */
22574 mike  1.1.2.1     &__root_PG_InterOp_CIM_ClassIndication,
22575                   /* features */
22576                   _CIM_ClassCreation_features,
22577               };
22578               
22579               //==============================================================================
22580               //
22581               // Class: CIM_ClassDeletion
22582               //
22583               //==============================================================================
22584               
22585 mike  1.1.2.4 static MetaFeature*
22586 mike  1.1.2.1 _CIM_ClassDeletion_features[] =
22587               {
22588                   0,
22589               };
22590               
22591               static const char*
22592               __root_PG_InterOp_CIM_ClassDeletion_qualifiers[] =
22593               {
22594 mike  1.1.2.3     /* INDICATION */
22595                   "\001\001",
22596 mike  1.1.2.1     /* UMLPackagePath */
22597                   "\057CIM::Event",
22598                   /* Version */
22599                   "\0632.6.0",
22600                   0,
22601               };
22602               
22603 mike  1.1.2.4 MetaClass
22604 mike  1.1.2.1 __root_PG_InterOp_CIM_ClassDeletion =
22605               {
22606                   /* flags */
22607 mike  1.1.2.4     META_FLAG_INDICATION,
22608 mike  1.1.2.1     /* name */
22609                   "CIM_ClassDeletion",
22610                   /* qualifiers */
22611                   __root_PG_InterOp_CIM_ClassDeletion_qualifiers,
22612 mike  1.1.2.2     /* super */
22613 mike  1.1.2.1     &__root_PG_InterOp_CIM_ClassIndication,
22614                   /* features */
22615                   _CIM_ClassDeletion_features,
22616               };
22617               
22618               //==============================================================================
22619               //
22620               // Class: CIM_IndicationHandler
22621               //
22622               //==============================================================================
22623               
22624               static const char*
22625               _CIM_IndicationHandler_Owner_qualifiers[] =
22626               {
22627                   /* Deprecated */
22628                   "\013\000\001No value\000",
22629                   0,
22630               };
22631               
22632 mike  1.1.2.4 static MetaProperty
22633 mike  1.1.2.1 _CIM_IndicationHandler_Owner =
22634               {
22635                   /* flags */
22636 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22637 mike  1.1.2.1     /* name */
22638                   "Owner",
22639                   /* qualifiers */
22640                   _CIM_IndicationHandler_Owner_qualifiers,
22641                   /* type */
22642                   CIMTYPE_STRING,
22643                   /* subscript */
22644                   -1,
22645                   /* value */
22646                   0,
22647               };
22648               
22649 mike  1.1.2.4 static MetaFeature*
22650 mike  1.1.2.1 _CIM_IndicationHandler_features[] =
22651               {
22652 mike  1.1.2.4     (MetaFeature*)&_CIM_IndicationHandler_Owner,
22653 mike  1.1.2.1     0,
22654               };
22655               
22656               static const char*
22657               __root_PG_InterOp_CIM_IndicationHandler_qualifiers[] =
22658               {
22659                   /* Deprecated */
22660                   "\013\000\001CIM_ListenerDestination\000",
22661                   /* UMLPackagePath */
22662                   "\057CIM::Event",
22663 mike  1.1.2.3     /* Abstract */
22664                   "\002\001",
22665 mike  1.1.2.1     /* Version */
22666                   "\0632.8.0",
22667                   0,
22668               };
22669               
22670 mike  1.1.2.4 MetaClass
22671 mike  1.1.2.1 __root_PG_InterOp_CIM_IndicationHandler =
22672               {
22673                   /* flags */
22674 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
22675 mike  1.1.2.1     /* name */
22676                   "CIM_IndicationHandler",
22677                   /* qualifiers */
22678                   __root_PG_InterOp_CIM_IndicationHandler_qualifiers,
22679 mike  1.1.2.2     /* super */
22680 mike  1.1.2.1     &__root_PG_InterOp_CIM_ListenerDestination,
22681                   /* features */
22682                   _CIM_IndicationHandler_features,
22683               };
22684               
22685               //==============================================================================
22686               //
22687               // Class: CIM_IndicationHandlerCIMXML
22688               //
22689               //==============================================================================
22690               
22691               static const char*
22692               _CIM_IndicationHandlerCIMXML_Destination_qualifiers[] =
22693               {
22694                   /* Deprecated */
22695                   "\013\000\001CIM_ListenerDestinationCIMXML.Destination\000",
22696 mike  1.1.2.3     /* Required */
22697                   "\050\001",
22698 mike  1.1.2.1     0,
22699               };
22700               
22701 mike  1.1.2.4 static MetaProperty
22702 mike  1.1.2.1 _CIM_IndicationHandlerCIMXML_Destination =
22703               {
22704                   /* flags */
22705 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
22706 mike  1.1.2.1     /* name */
22707                   "Destination",
22708                   /* qualifiers */
22709                   _CIM_IndicationHandlerCIMXML_Destination_qualifiers,
22710                   /* type */
22711                   CIMTYPE_STRING,
22712                   /* subscript */
22713                   -1,
22714                   /* value */
22715                   0,
22716               };
22717               
22718 mike  1.1.2.4 static MetaFeature*
22719 mike  1.1.2.1 _CIM_IndicationHandlerCIMXML_features[] =
22720               {
22721 mike  1.1.2.4     (MetaFeature*)&_CIM_IndicationHandlerCIMXML_Destination,
22722 mike  1.1.2.1     0,
22723               };
22724               
22725               static const char*
22726               __root_PG_InterOp_CIM_IndicationHandlerCIMXML_qualifiers[] =
22727               {
22728                   /* Deprecated */
22729                   "\013\000\001CIM_ListenerDestinationCIMXML\000",
22730                   /* UMLPackagePath */
22731                   "\057CIM::Event",
22732                   /* Version */
22733                   "\0632.8.0",
22734                   0,
22735               };
22736               
22737 mike  1.1.2.4 MetaClass
22738 mike  1.1.2.1 __root_PG_InterOp_CIM_IndicationHandlerCIMXML =
22739               {
22740                   /* flags */
22741 mike  1.1.2.4     META_FLAG_CLASS,
22742 mike  1.1.2.1     /* name */
22743                   "CIM_IndicationHandlerCIMXML",
22744                   /* qualifiers */
22745                   __root_PG_InterOp_CIM_IndicationHandlerCIMXML_qualifiers,
22746 mike  1.1.2.2     /* super */
22747 mike  1.1.2.1     &__root_PG_InterOp_CIM_IndicationHandler,
22748                   /* features */
22749                   _CIM_IndicationHandlerCIMXML_features,
22750               };
22751               
22752               //==============================================================================
22753               //
22754               // Class: CIM_IndicationSubscription
22755               //
22756               //==============================================================================
22757               
22758               static const char*
22759               _CIM_IndicationSubscription_Filter_qualifiers[] =
22760               {
22761 mike  1.1.2.3     /* Key */
22762                   "\025\001",
22763 mike  1.1.2.1     0,
22764               };
22765               
22766 mike  1.1.2.4 static MetaReference
22767 mike  1.1.2.1 _CIM_IndicationSubscription_Filter =
22768               {
22769                   /* flags */
22770 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
22771 mike  1.1.2.1     /* name */
22772                   "Filter",
22773                   /* qualifiers */
22774                   _CIM_IndicationSubscription_Filter_qualifiers,
22775                   /* subscript */
22776                   -1,
22777 mike  1.1.2.2     /* refId */
22778 mike  1.1.2.1     &__root_PG_InterOp_CIM_IndicationFilter,
22779               };
22780               
22781               static const char*
22782               _CIM_IndicationSubscription_Handler_qualifiers[] =
22783               {
22784 mike  1.1.2.3     /* Key */
22785                   "\025\001",
22786 mike  1.1.2.1     0,
22787               };
22788               
22789 mike  1.1.2.4 static MetaReference
22790 mike  1.1.2.1 _CIM_IndicationSubscription_Handler =
22791               {
22792                   /* flags */
22793 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
22794 mike  1.1.2.1     /* name */
22795                   "Handler",
22796                   /* qualifiers */
22797                   _CIM_IndicationSubscription_Handler_qualifiers,
22798                   /* subscript */
22799                   -1,
22800 mike  1.1.2.2     /* refId */
22801 mike  1.1.2.1     &__root_PG_InterOp_CIM_ListenerDestination,
22802               };
22803               
22804               static const char*
22805               _CIM_IndicationSubscription_OnFatalErrorPolicy_qualifiers[] =
22806               {
22807                   /* ValueMap */
22808                   "\061\000\0041\0002\0003\0004\000",
22809                   /* Values */
22810                   "\062\000\004Other\000Ignore\000Disable\000Remove\000",
22811                   0,
22812               };
22813               
22814 mike  1.1.2.4 static MetaProperty
22815 mike  1.1.2.1 _CIM_IndicationSubscription_OnFatalErrorPolicy =
22816               {
22817                   /* flags */
22818 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22819 mike  1.1.2.1     /* name */
22820                   "OnFatalErrorPolicy",
22821                   /* qualifiers */
22822                   _CIM_IndicationSubscription_OnFatalErrorPolicy_qualifiers,
22823                   /* type */
22824                   CIMTYPE_UINT16,
22825                   /* subscript */
22826                   -1,
22827                   /* value */
22828                   0,
22829               };
22830               
22831               static const char*
22832               _CIM_IndicationSubscription_OtherOnFatalErrorPolicy_qualifiers[] =
22833               {
22834                   0,
22835               };
22836               
22837 mike  1.1.2.4 static MetaProperty
22838 mike  1.1.2.1 _CIM_IndicationSubscription_OtherOnFatalErrorPolicy =
22839               {
22840                   /* flags */
22841 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22842 mike  1.1.2.1     /* name */
22843                   "OtherOnFatalErrorPolicy",
22844                   /* qualifiers */
22845                   _CIM_IndicationSubscription_OtherOnFatalErrorPolicy_qualifiers,
22846                   /* type */
22847                   CIMTYPE_STRING,
22848                   /* subscript */
22849                   -1,
22850                   /* value */
22851                   0,
22852               };
22853               
22854               static const char*
22855               _CIM_IndicationSubscription_FailureTriggerTimeInterval_qualifiers[] =
22856               {
22857                   /* Units */
22858                   "\060Seconds",
22859                   0,
22860               };
22861               
22862 mike  1.1.2.4 static MetaProperty
22863 mike  1.1.2.1 _CIM_IndicationSubscription_FailureTriggerTimeInterval =
22864               {
22865                   /* flags */
22866 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22867 mike  1.1.2.1     /* name */
22868                   "FailureTriggerTimeInterval",
22869                   /* qualifiers */
22870                   _CIM_IndicationSubscription_FailureTriggerTimeInterval_qualifiers,
22871                   /* type */
22872                   CIMTYPE_UINT64,
22873                   /* subscript */
22874                   -1,
22875                   /* value */
22876                   0,
22877               };
22878               
22879               static const char*
22880               _CIM_IndicationSubscription_SubscriptionState_qualifiers[] =
22881               {
22882 mike  1.1.2.3     /* Write */
22883                   "\065\001",
22884 mike  1.1.2.1     /* ValueMap */
22885                   "\061\000\0050\0001\0002\0003\0004\000",
22886                   /* Values */
22887                   "\062\000\005Unknown\000Other\000Enabled\000Enabled Degraded\000Disabled\000",
22888                   0,
22889               };
22890               
22891 mike  1.1.2.4 static MetaProperty
22892 mike  1.1.2.1 _CIM_IndicationSubscription_SubscriptionState =
22893               {
22894                   /* flags */
22895 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
22896 mike  1.1.2.1     /* name */
22897                   "SubscriptionState",
22898                   /* qualifiers */
22899                   _CIM_IndicationSubscription_SubscriptionState_qualifiers,
22900                   /* type */
22901                   CIMTYPE_UINT16,
22902                   /* subscript */
22903                   -1,
22904                   /* value */
22905                   0,
22906               };
22907               
22908               static const char*
22909               _CIM_IndicationSubscription_OtherSubscriptionState_qualifiers[] =
22910               {
22911                   0,
22912               };
22913               
22914 mike  1.1.2.4 static MetaProperty
22915 mike  1.1.2.1 _CIM_IndicationSubscription_OtherSubscriptionState =
22916               {
22917                   /* flags */
22918 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22919 mike  1.1.2.1     /* name */
22920                   "OtherSubscriptionState",
22921                   /* qualifiers */
22922                   _CIM_IndicationSubscription_OtherSubscriptionState_qualifiers,
22923                   /* type */
22924                   CIMTYPE_STRING,
22925                   /* subscript */
22926                   -1,
22927                   /* value */
22928                   0,
22929               };
22930               
22931               static const char*
22932               _CIM_IndicationSubscription_TimeOfLastStateChange_qualifiers[] =
22933               {
22934                   0,
22935               };
22936               
22937 mike  1.1.2.4 static MetaProperty
22938 mike  1.1.2.1 _CIM_IndicationSubscription_TimeOfLastStateChange =
22939               {
22940                   /* flags */
22941 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22942 mike  1.1.2.1     /* name */
22943                   "TimeOfLastStateChange",
22944                   /* qualifiers */
22945                   _CIM_IndicationSubscription_TimeOfLastStateChange_qualifiers,
22946                   /* type */
22947                   CIMTYPE_DATETIME,
22948                   /* subscript */
22949                   -1,
22950                   /* value */
22951                   0,
22952               };
22953               
22954               static const char*
22955               _CIM_IndicationSubscription_SubscriptionDuration_qualifiers[] =
22956               {
22957 mike  1.1.2.3     /* Write */
22958                   "\065\001",
22959 mike  1.1.2.1     /* Units */
22960                   "\060Seconds",
22961                   0,
22962               };
22963               
22964 mike  1.1.2.4 static MetaProperty
22965 mike  1.1.2.1 _CIM_IndicationSubscription_SubscriptionDuration =
22966               {
22967                   /* flags */
22968 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
22969 mike  1.1.2.1     /* name */
22970                   "SubscriptionDuration",
22971                   /* qualifiers */
22972                   _CIM_IndicationSubscription_SubscriptionDuration_qualifiers,
22973                   /* type */
22974                   CIMTYPE_UINT64,
22975                   /* subscript */
22976                   -1,
22977                   /* value */
22978                   0,
22979               };
22980               
22981               static const char*
22982               _CIM_IndicationSubscription_SubscriptionStartTime_qualifiers[] =
22983               {
22984                   0,
22985               };
22986               
22987 mike  1.1.2.4 static MetaProperty
22988 mike  1.1.2.1 _CIM_IndicationSubscription_SubscriptionStartTime =
22989               {
22990                   /* flags */
22991 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
22992 mike  1.1.2.1     /* name */
22993                   "SubscriptionStartTime",
22994                   /* qualifiers */
22995                   _CIM_IndicationSubscription_SubscriptionStartTime_qualifiers,
22996                   /* type */
22997                   CIMTYPE_DATETIME,
22998                   /* subscript */
22999                   -1,
23000                   /* value */
23001                   0,
23002               };
23003               
23004               static const char*
23005               _CIM_IndicationSubscription_SubscriptionTimeRemaining_qualifiers[] =
23006               {
23007                   /* Units */
23008                   "\060Seconds",
23009                   0,
23010               };
23011               
23012 mike  1.1.2.4 static MetaProperty
23013 mike  1.1.2.1 _CIM_IndicationSubscription_SubscriptionTimeRemaining =
23014               {
23015                   /* flags */
23016 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
23017 mike  1.1.2.1     /* name */
23018                   "SubscriptionTimeRemaining",
23019                   /* qualifiers */
23020                   _CIM_IndicationSubscription_SubscriptionTimeRemaining_qualifiers,
23021                   /* type */
23022                   CIMTYPE_UINT64,
23023                   /* subscript */
23024                   -1,
23025                   /* value */
23026                   0,
23027               };
23028               
23029               static const char*
23030               _CIM_IndicationSubscription_RepeatNotificationPolicy_qualifiers[] =
23031               {
23032                   /* ValueMap */
23033                   "\061\000\0050\0001\0002\0003\0004\000",
23034                   /* Values */
23035                   "\062\000\005Unknown\000Other\000None\000Suppress\000Delay\000",
23036                   0,
23037               };
23038 mike  1.1.2.1 
23039 mike  1.1.2.4 static MetaProperty
23040 mike  1.1.2.1 _CIM_IndicationSubscription_RepeatNotificationPolicy =
23041               {
23042                   /* flags */
23043 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
23044 mike  1.1.2.1     /* name */
23045                   "RepeatNotificationPolicy",
23046                   /* qualifiers */
23047                   _CIM_IndicationSubscription_RepeatNotificationPolicy_qualifiers,
23048                   /* type */
23049                   CIMTYPE_UINT16,
23050                   /* subscript */
23051                   -1,
23052                   /* value */
23053                   0,
23054               };
23055               
23056               static const char*
23057               _CIM_IndicationSubscription_OtherRepeatNotificationPolicy_qualifiers[] =
23058               {
23059                   0,
23060               };
23061               
23062 mike  1.1.2.4 static MetaProperty
23063 mike  1.1.2.1 _CIM_IndicationSubscription_OtherRepeatNotificationPolicy =
23064               {
23065                   /* flags */
23066 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
23067 mike  1.1.2.1     /* name */
23068                   "OtherRepeatNotificationPolicy",
23069                   /* qualifiers */
23070                   _CIM_IndicationSubscription_OtherRepeatNotificationPolicy_qualifiers,
23071                   /* type */
23072                   CIMTYPE_STRING,
23073                   /* subscript */
23074                   -1,
23075                   /* value */
23076                   0,
23077               };
23078               
23079               static const char*
23080               _CIM_IndicationSubscription_RepeatNotificationInterval_qualifiers[] =
23081               {
23082                   /* Units */
23083                   "\060Seconds",
23084                   0,
23085               };
23086               
23087 mike  1.1.2.4 static MetaProperty
23088 mike  1.1.2.1 _CIM_IndicationSubscription_RepeatNotificationInterval =
23089               {
23090                   /* flags */
23091 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
23092 mike  1.1.2.1     /* name */
23093                   "RepeatNotificationInterval",
23094                   /* qualifiers */
23095                   _CIM_IndicationSubscription_RepeatNotificationInterval_qualifiers,
23096                   /* type */
23097                   CIMTYPE_UINT64,
23098                   /* subscript */
23099                   -1,
23100                   /* value */
23101                   0,
23102               };
23103               
23104               static const char*
23105               _CIM_IndicationSubscription_RepeatNotificationGap_qualifiers[] =
23106               {
23107                   /* Units */
23108                   "\060Seconds",
23109                   0,
23110               };
23111               
23112 mike  1.1.2.4 static MetaProperty
23113 mike  1.1.2.1 _CIM_IndicationSubscription_RepeatNotificationGap =
23114               {
23115                   /* flags */
23116 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
23117 mike  1.1.2.1     /* name */
23118                   "RepeatNotificationGap",
23119                   /* qualifiers */
23120                   _CIM_IndicationSubscription_RepeatNotificationGap_qualifiers,
23121                   /* type */
23122                   CIMTYPE_UINT64,
23123                   /* subscript */
23124                   -1,
23125                   /* value */
23126                   0,
23127               };
23128               
23129               static const char*
23130               _CIM_IndicationSubscription_RepeatNotificationCount_qualifiers[] =
23131               {
23132                   0,
23133               };
23134               
23135 mike  1.1.2.4 static MetaProperty
23136 mike  1.1.2.1 _CIM_IndicationSubscription_RepeatNotificationCount =
23137               {
23138                   /* flags */
23139 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
23140 mike  1.1.2.1     /* name */
23141                   "RepeatNotificationCount",
23142                   /* qualifiers */
23143                   _CIM_IndicationSubscription_RepeatNotificationCount_qualifiers,
23144                   /* type */
23145                   CIMTYPE_UINT16,
23146                   /* subscript */
23147                   -1,
23148                   /* value */
23149                   0,
23150               };
23151               
23152 mike  1.1.2.4 static MetaFeature*
23153 mike  1.1.2.1 _CIM_IndicationSubscription_features[] =
23154               {
23155 mike  1.1.2.4     (MetaFeature*)&_CIM_IndicationSubscription_Filter,
23156                   (MetaFeature*)&_CIM_IndicationSubscription_Handler,
23157                   (MetaFeature*)&_CIM_IndicationSubscription_OnFatalErrorPolicy,
23158                   (MetaFeature*)&_CIM_IndicationSubscription_OtherOnFatalErrorPolicy,
23159                   (MetaFeature*)&_CIM_IndicationSubscription_FailureTriggerTimeInterval,
23160                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionState,
23161                   (MetaFeature*)&_CIM_IndicationSubscription_OtherSubscriptionState,
23162                   (MetaFeature*)&_CIM_IndicationSubscription_TimeOfLastStateChange,
23163                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionDuration,
23164                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionStartTime,
23165                   (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionTimeRemaining,
23166                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationPolicy,
23167                   (MetaFeature*)&_CIM_IndicationSubscription_OtherRepeatNotificationPolicy,
23168                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationInterval,
23169                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationGap,
23170                   (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationCount,
23171 mike  1.1.2.1     0,
23172               };
23173               
23174               static const char*
23175               __root_PG_InterOp_CIM_IndicationSubscription_qualifiers[] =
23176               {
23177 mike  1.1.2.3     /* ASSOCIATION */
23178                   "\000\001",
23179 mike  1.1.2.1     /* UMLPackagePath */
23180                   "\057CIM::Event",
23181                   /* Version */
23182                   "\0632.7.0",
23183                   0,
23184               };
23185               
23186 mike  1.1.2.4 MetaClass
23187 mike  1.1.2.1 __root_PG_InterOp_CIM_IndicationSubscription =
23188               {
23189                   /* flags */
23190 mike  1.1.2.4     META_FLAG_ASSOCIATION,
23191 mike  1.1.2.1     /* name */
23192                   "CIM_IndicationSubscription",
23193                   /* qualifiers */
23194                   __root_PG_InterOp_CIM_IndicationSubscription_qualifiers,
23195 mike  1.1.2.2     /* super */
23196 mike  1.1.2.1     0,
23197                   /* features */
23198                   _CIM_IndicationSubscription_features,
23199               };
23200               
23201               //==============================================================================
23202               //
23203               // Class: CIM_InstCreation
23204               //
23205               //==============================================================================
23206               
23207 mike  1.1.2.4 static MetaFeature*
23208 mike  1.1.2.1 _CIM_InstCreation_features[] =
23209               {
23210                   0,
23211               };
23212               
23213               static const char*
23214               __root_PG_InterOp_CIM_InstCreation_qualifiers[] =
23215               {
23216 mike  1.1.2.3     /* INDICATION */
23217                   "\001\001",
23218 mike  1.1.2.1     /* UMLPackagePath */
23219                   "\057CIM::Event",
23220                   /* Version */
23221                   "\0632.6.0",
23222                   0,
23223               };
23224               
23225 mike  1.1.2.4 MetaClass
23226 mike  1.1.2.1 __root_PG_InterOp_CIM_InstCreation =
23227               {
23228                   /* flags */
23229 mike  1.1.2.4     META_FLAG_INDICATION,
23230 mike  1.1.2.1     /* name */
23231                   "CIM_InstCreation",
23232                   /* qualifiers */
23233                   __root_PG_InterOp_CIM_InstCreation_qualifiers,
23234 mike  1.1.2.2     /* super */
23235 mike  1.1.2.1     &__root_PG_InterOp_CIM_InstIndication,
23236                   /* features */
23237                   _CIM_InstCreation_features,
23238               };
23239               
23240               //==============================================================================
23241               //
23242               // Class: CIM_InstDeletion
23243               //
23244               //==============================================================================
23245               
23246 mike  1.1.2.4 static MetaFeature*
23247 mike  1.1.2.1 _CIM_InstDeletion_features[] =
23248               {
23249                   0,
23250               };
23251               
23252               static const char*
23253               __root_PG_InterOp_CIM_InstDeletion_qualifiers[] =
23254               {
23255 mike  1.1.2.3     /* INDICATION */
23256                   "\001\001",
23257 mike  1.1.2.1     /* UMLPackagePath */
23258                   "\057CIM::Event",
23259                   /* Version */
23260                   "\0632.6.0",
23261                   0,
23262               };
23263               
23264 mike  1.1.2.4 MetaClass
23265 mike  1.1.2.1 __root_PG_InterOp_CIM_InstDeletion =
23266               {
23267                   /* flags */
23268 mike  1.1.2.4     META_FLAG_INDICATION,
23269 mike  1.1.2.1     /* name */
23270                   "CIM_InstDeletion",
23271                   /* qualifiers */
23272                   __root_PG_InterOp_CIM_InstDeletion_qualifiers,
23273 mike  1.1.2.2     /* super */
23274 mike  1.1.2.1     &__root_PG_InterOp_CIM_InstIndication,
23275                   /* features */
23276                   _CIM_InstDeletion_features,
23277               };
23278               
23279               //==============================================================================
23280               //
23281               // Class: CIM_ThresholdIndication
23282               //
23283               //==============================================================================
23284               
23285               static const char*
23286               _CIM_ThresholdIndication_ThresholdIdentifier_qualifiers[] =
23287               {
23288                   /* MappingStrings */
23289                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
23290                   0,
23291               };
23292               
23293 mike  1.1.2.4 static MetaProperty
23294 mike  1.1.2.1 _CIM_ThresholdIndication_ThresholdIdentifier =
23295               {
23296                   /* flags */
23297 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
23298 mike  1.1.2.1     /* name */
23299                   "ThresholdIdentifier",
23300                   /* qualifiers */
23301                   _CIM_ThresholdIndication_ThresholdIdentifier_qualifiers,
23302                   /* type */
23303                   CIMTYPE_STRING,
23304                   /* subscript */
23305                   -1,
23306                   /* value */
23307                   0,
23308               };
23309               
23310               static const char*
23311               _CIM_ThresholdIndication_ThresholdValue_qualifiers[] =
23312               {
23313                   /* MappingStrings */
23314                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
23315                   0,
23316               };
23317               
23318 mike  1.1.2.4 static MetaProperty
23319 mike  1.1.2.1 _CIM_ThresholdIndication_ThresholdValue =
23320               {
23321                   /* flags */
23322 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
23323 mike  1.1.2.1     /* name */
23324                   "ThresholdValue",
23325                   /* qualifiers */
23326                   _CIM_ThresholdIndication_ThresholdValue_qualifiers,
23327                   /* type */
23328                   CIMTYPE_STRING,
23329                   /* subscript */
23330                   -1,
23331                   /* value */
23332                   0,
23333               };
23334               
23335               static const char*
23336               _CIM_ThresholdIndication_ObservedValue_qualifiers[] =
23337               {
23338                   /* MappingStrings */
23339                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
23340                   0,
23341               };
23342               
23343 mike  1.1.2.4 static MetaProperty
23344 mike  1.1.2.1 _CIM_ThresholdIndication_ObservedValue =
23345               {
23346                   /* flags */
23347 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
23348 mike  1.1.2.1     /* name */
23349                   "ObservedValue",
23350                   /* qualifiers */
23351                   _CIM_ThresholdIndication_ObservedValue_qualifiers,
23352                   /* type */
23353                   CIMTYPE_STRING,
23354                   /* subscript */
23355                   -1,
23356                   /* value */
23357                   0,
23358               };
23359               
23360 mike  1.1.2.4 static MetaFeature*
23361 mike  1.1.2.1 _CIM_ThresholdIndication_features[] =
23362               {
23363 mike  1.1.2.4     (MetaFeature*)&_CIM_ThresholdIndication_ThresholdIdentifier,
23364                   (MetaFeature*)&_CIM_ThresholdIndication_ThresholdValue,
23365                   (MetaFeature*)&_CIM_ThresholdIndication_ObservedValue,
23366 mike  1.1.2.1     0,
23367               };
23368               
23369               static const char*
23370               __root_PG_InterOp_CIM_ThresholdIndication_qualifiers[] =
23371               {
23372 mike  1.1.2.3     /* INDICATION */
23373                   "\001\001",
23374 mike  1.1.2.1     /* UMLPackagePath */
23375                   "\057CIM::Event",
23376                   /* Version */
23377                   "\0632.6.0",
23378                   0,
23379               };
23380               
23381 mike  1.1.2.4 MetaClass
23382 mike  1.1.2.1 __root_PG_InterOp_CIM_ThresholdIndication =
23383               {
23384                   /* flags */
23385 mike  1.1.2.4     META_FLAG_INDICATION,
23386 mike  1.1.2.1     /* name */
23387                   "CIM_ThresholdIndication",
23388                   /* qualifiers */
23389                   __root_PG_InterOp_CIM_ThresholdIndication_qualifiers,
23390 mike  1.1.2.2     /* super */
23391 mike  1.1.2.1     &__root_PG_InterOp_CIM_AlertIndication,
23392                   /* features */
23393                   _CIM_ThresholdIndication_features,
23394               };
23395               
23396               //==============================================================================
23397               //
23398               // Class: CIM_FormattedIndicationSubscription
23399               //
23400               //==============================================================================
23401               
23402               static const char*
23403               _CIM_FormattedIndicationSubscription_TextFormatOwningEntity_qualifiers[] =
23404               {
23405                   /* ModelCorrespondence */
23406                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatID\000CIM_FormattedIndicationSubscription.TextFormat\000CIM_FormattedIndicationSubscription.TextFormatParameters\000",
23407                   0,
23408               };
23409               
23410 mike  1.1.2.4 static MetaProperty
23411 mike  1.1.2.1 _CIM_FormattedIndicationSubscription_TextFormatOwningEntity =
23412               {
23413                   /* flags */
23414 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
23415 mike  1.1.2.1     /* name */
23416                   "TextFormatOwningEntity",
23417                   /* qualifiers */
23418                   _CIM_FormattedIndicationSubscription_TextFormatOwningEntity_qualifiers,
23419                   /* type */
23420                   CIMTYPE_STRING,
23421                   /* subscript */
23422                   -1,
23423                   /* value */
23424                   0,
23425               };
23426               
23427               static const char*
23428               _CIM_FormattedIndicationSubscription_TextFormatID_qualifiers[] =
23429               {
23430                   /* ModelCorrespondence */
23431                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatOwningEntity\000CIM_FormattedIndicationSubscription.TextFormat\000CIM_FormattedIndicationSubscription.TextFormatParameters\000",
23432                   0,
23433               };
23434               
23435 mike  1.1.2.4 static MetaProperty
23436 mike  1.1.2.1 _CIM_FormattedIndicationSubscription_TextFormatID =
23437               {
23438                   /* flags */
23439 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
23440 mike  1.1.2.1     /* name */
23441                   "TextFormatID",
23442                   /* qualifiers */
23443                   _CIM_FormattedIndicationSubscription_TextFormatID_qualifiers,
23444                   /* type */
23445                   CIMTYPE_STRING,
23446                   /* subscript */
23447                   -1,
23448                   /* value */
23449                   0,
23450               };
23451               
23452               static const char*
23453               _CIM_FormattedIndicationSubscription_TextFormat_qualifiers[] =
23454               {
23455                   0,
23456               };
23457               
23458 mike  1.1.2.4 static MetaProperty
23459 mike  1.1.2.1 _CIM_FormattedIndicationSubscription_TextFormat =
23460               {
23461                   /* flags */
23462 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
23463 mike  1.1.2.1     /* name */
23464                   "TextFormat",
23465                   /* qualifiers */
23466                   _CIM_FormattedIndicationSubscription_TextFormat_qualifiers,
23467                   /* type */
23468                   CIMTYPE_STRING,
23469                   /* subscript */
23470                   -1,
23471                   /* value */
23472                   0,
23473               };
23474               
23475               static const char*
23476               _CIM_FormattedIndicationSubscription_TextFormatParameters_qualifiers[] =
23477               {
23478                   /* ArrayType */
23479                   "\005Indexed",
23480                   /* ModelCorrespondence */
23481                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatOwningEntity\000CIM_FormattedIndicationSubscription.TextFormatID\000CIM_FormattedIndicationSubscription.TextFormat\000",
23482                   0,
23483               };
23484 mike  1.1.2.1 
23485 mike  1.1.2.4 static MetaProperty
23486 mike  1.1.2.1 _CIM_FormattedIndicationSubscription_TextFormatParameters =
23487               {
23488                   /* flags */
23489 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
23490 mike  1.1.2.1     /* name */
23491                   "TextFormatParameters",
23492                   /* qualifiers */
23493                   _CIM_FormattedIndicationSubscription_TextFormatParameters_qualifiers,
23494                   /* type */
23495                   CIMTYPE_STRING,
23496                   /* subscript */
23497                   0,
23498                   /* value */
23499                   0,
23500               };
23501               
23502 mike  1.1.2.4 static MetaFeature*
23503 mike  1.1.2.1 _CIM_FormattedIndicationSubscription_features[] =
23504               {
23505 mike  1.1.2.4     (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormatOwningEntity,
23506                   (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormatID,
23507                   (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormat,
23508                   (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormatParameters,
23509 mike  1.1.2.1     0,
23510               };
23511               
23512               static const char*
23513               __root_PG_InterOp_CIM_FormattedIndicationSubscription_qualifiers[] =
23514               {
23515 mike  1.1.2.3     /* ASSOCIATION */
23516                   "\000\001",
23517 mike  1.1.2.1     /* UMLPackagePath */
23518                   "\057CIM::Event",
23519                   /* Version */
23520                   "\0632.10.0",
23521                   0,
23522               };
23523               
23524 mike  1.1.2.4 MetaClass
23525 mike  1.1.2.1 __root_PG_InterOp_CIM_FormattedIndicationSubscription =
23526               {
23527                   /* flags */
23528 mike  1.1.2.4     META_FLAG_ASSOCIATION,
23529 mike  1.1.2.1     /* name */
23530                   "CIM_FormattedIndicationSubscription",
23531                   /* qualifiers */
23532                   __root_PG_InterOp_CIM_FormattedIndicationSubscription_qualifiers,
23533 mike  1.1.2.2     /* super */
23534 mike  1.1.2.1     &__root_PG_InterOp_CIM_IndicationSubscription,
23535                   /* features */
23536                   _CIM_FormattedIndicationSubscription_features,
23537               };
23538               
23539               //==============================================================================
23540               //
23541               // Class: CIM_Namespace
23542               //
23543               //==============================================================================
23544               
23545               static const char*
23546               _CIM_Namespace_SystemCreationClassName_qualifiers[] =
23547               {
23548 mike  1.1.2.3     /* Key */
23549                   "\025\001",
23550 mike  1.1.2.1     /* Propagated */
23551                   "\045CIM_ObjectManager.SystemCreationClassName",
23552                   /* MaxLen */
23553                   "\030\000\000\001\000",
23554                   0,
23555               };
23556               
23557 mike  1.1.2.4 static MetaProperty
23558 mike  1.1.2.1 _CIM_Namespace_SystemCreationClassName =
23559               {
23560                   /* flags */
23561 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
23562 mike  1.1.2.1     /* name */
23563                   "SystemCreationClassName",
23564                   /* qualifiers */
23565                   _CIM_Namespace_SystemCreationClassName_qualifiers,
23566                   /* type */
23567                   CIMTYPE_STRING,
23568                   /* subscript */
23569                   -1,
23570                   /* value */
23571                   0,
23572               };
23573               
23574               static const char*
23575               _CIM_Namespace_SystemName_qualifiers[] =
23576               {
23577 mike  1.1.2.3     /* Key */
23578                   "\025\001",
23579 mike  1.1.2.1     /* Propagated */
23580                   "\045CIM_ObjectManager.SystemName",
23581                   /* MaxLen */
23582                   "\030\000\000\001\000",
23583                   0,
23584               };
23585               
23586 mike  1.1.2.4 static MetaProperty
23587 mike  1.1.2.1 _CIM_Namespace_SystemName =
23588               {
23589                   /* flags */
23590 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
23591 mike  1.1.2.1     /* name */
23592                   "SystemName",
23593                   /* qualifiers */
23594                   _CIM_Namespace_SystemName_qualifiers,
23595                   /* type */
23596                   CIMTYPE_STRING,
23597                   /* subscript */
23598                   -1,
23599                   /* value */
23600                   0,
23601               };
23602               
23603               static const char*
23604               _CIM_Namespace_ObjectManagerCreationClassName_qualifiers[] =
23605               {
23606 mike  1.1.2.3     /* Key */
23607                   "\025\001",
23608 mike  1.1.2.1     /* Propagated */
23609                   "\045CIM_ObjectManager.CreationClassName",
23610                   /* MaxLen */
23611                   "\030\000\000\001\000",
23612                   0,
23613               };
23614               
23615 mike  1.1.2.4 static MetaProperty
23616 mike  1.1.2.1 _CIM_Namespace_ObjectManagerCreationClassName =
23617               {
23618                   /* flags */
23619 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
23620 mike  1.1.2.1     /* name */
23621                   "ObjectManagerCreationClassName",
23622                   /* qualifiers */
23623                   _CIM_Namespace_ObjectManagerCreationClassName_qualifiers,
23624                   /* type */
23625                   CIMTYPE_STRING,
23626                   /* subscript */
23627                   -1,
23628                   /* value */
23629                   0,
23630               };
23631               
23632               static const char*
23633               _CIM_Namespace_ObjectManagerName_qualifiers[] =
23634               {
23635 mike  1.1.2.3     /* Key */
23636                   "\025\001",
23637 mike  1.1.2.1     /* Propagated */
23638                   "\045CIM_ObjectManager.Name",
23639                   /* MaxLen */
23640                   "\030\000\000\001\000",
23641                   0,
23642               };
23643               
23644 mike  1.1.2.4 static MetaProperty
23645 mike  1.1.2.1 _CIM_Namespace_ObjectManagerName =
23646               {
23647                   /* flags */
23648 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
23649 mike  1.1.2.1     /* name */
23650                   "ObjectManagerName",
23651                   /* qualifiers */
23652                   _CIM_Namespace_ObjectManagerName_qualifiers,
23653                   /* type */
23654                   CIMTYPE_STRING,
23655                   /* subscript */
23656                   -1,
23657                   /* value */
23658                   0,
23659               };
23660               
23661               static const char*
23662               _CIM_Namespace_CreationClassName_qualifiers[] =
23663               {
23664 mike  1.1.2.3     /* Key */
23665                   "\025\001",
23666 mike  1.1.2.1     /* MaxLen */
23667                   "\030\000\000\001\000",
23668                   0,
23669               };
23670               
23671 mike  1.1.2.4 static MetaProperty
23672 mike  1.1.2.1 _CIM_Namespace_CreationClassName =
23673               {
23674                   /* flags */
23675 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
23676 mike  1.1.2.1     /* name */
23677                   "CreationClassName",
23678                   /* qualifiers */
23679                   _CIM_Namespace_CreationClassName_qualifiers,
23680                   /* type */
23681                   CIMTYPE_STRING,
23682                   /* subscript */
23683                   -1,
23684                   /* value */
23685                   0,
23686               };
23687               
23688               static const char*
23689               _CIM_Namespace_Name_qualifiers[] =
23690               {
23691 mike  1.1.2.3     /* Key */
23692                   "\025\001",
23693 mike  1.1.2.1     /* MaxLen */
23694                   "\030\000\000\001\000",
23695                   0,
23696               };
23697               
23698 mike  1.1.2.4 static MetaProperty
23699 mike  1.1.2.1 _CIM_Namespace_Name =
23700               {
23701                   /* flags */
23702 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
23703 mike  1.1.2.1     /* name */
23704                   "Name",
23705                   /* qualifiers */
23706                   _CIM_Namespace_Name_qualifiers,
23707                   /* type */
23708                   CIMTYPE_STRING,
23709                   /* subscript */
23710                   -1,
23711                   /* value */
23712                   0,
23713               };
23714               
23715               static const char*
23716               _CIM_Namespace_ClassInfo_qualifiers[] =
23717               {
23718                   /* Deprecated */
23719                   "\013\000\001CIM_Namespace.ClassType\000",
23720 mike  1.1.2.3     /* Required */
23721                   "\050\001",
23722                   /* Write */
23723                   "\065\001",
23724 mike  1.1.2.1     /* ValueMap */
23725                   "\061\000\0170\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000200\000201\000202\000",
23726                   /* Values */
23727                   "\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",
23728                   /* ModelCorrespondence */
23729                   "\036\000\001CIM_Namespace.DescriptionOfClassInfo\000",
23730                   0,
23731               };
23732               
23733 mike  1.1.2.4 static MetaProperty
23734 mike  1.1.2.1 _CIM_Namespace_ClassInfo =
23735               {
23736                   /* flags */
23737 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
23738 mike  1.1.2.1     /* name */
23739                   "ClassInfo",
23740                   /* qualifiers */
23741                   _CIM_Namespace_ClassInfo_qualifiers,
23742                   /* type */
23743                   CIMTYPE_UINT16,
23744                   /* subscript */
23745                   -1,
23746                   /* value */
23747                   0,
23748               };
23749               
23750               static const char*
23751               _CIM_Namespace_DescriptionOfClassInfo_qualifiers[] =
23752               {
23753                   /* Deprecated */
23754                   "\013\000\001CIM_Namespace.DescriptionOfClassType\000",
23755 mike  1.1.2.3     /* Write */
23756                   "\065\001",
23757 mike  1.1.2.1     /* ModelCorrespondence */
23758                   "\036\000\001CIM_Namespace.ClassInfo\000",
23759                   0,
23760               };
23761               
23762 mike  1.1.2.4 static MetaProperty
23763 mike  1.1.2.1 _CIM_Namespace_DescriptionOfClassInfo =
23764               {
23765                   /* flags */
23766 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
23767 mike  1.1.2.1     /* name */
23768                   "DescriptionOfClassInfo",
23769                   /* qualifiers */
23770                   _CIM_Namespace_DescriptionOfClassInfo_qualifiers,
23771                   /* type */
23772                   CIMTYPE_STRING,
23773                   /* subscript */
23774                   -1,
23775                   /* value */
23776                   0,
23777               };
23778               
23779               static const char*
23780               _CIM_Namespace_ClassType_qualifiers[] =
23781               {
23782 mike  1.1.2.3     /* Write */
23783                   "\065\001",
23784 mike  1.1.2.1     /* ValueMap */
23785                   "\061\000\0060\0001\0002\000200\000201\000202\000",
23786                   /* Values */
23787                   "\062\000\006Unknown\000Other\000CIM\000DMI Recast\000SNMP Recast\000CMIP Recast\000",
23788                   /* ModelCorrespondence */
23789                   "\036\000\002CIM_Namespace.DescriptionOfClassType\000CIM_Namespace.ClassTypeVersion\000",
23790                   0,
23791               };
23792               
23793 mike  1.1.2.4 static MetaProperty
23794 mike  1.1.2.1 _CIM_Namespace_ClassType =
23795               {
23796                   /* flags */
23797 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
23798 mike  1.1.2.1     /* name */
23799                   "ClassType",
23800                   /* qualifiers */
23801                   _CIM_Namespace_ClassType_qualifiers,
23802                   /* type */
23803                   CIMTYPE_UINT16,
23804                   /* subscript */
23805                   -1,
23806                   /* value */
23807                   0,
23808               };
23809               
23810               static const char*
23811               _CIM_Namespace_ClassTypeVersion_qualifiers[] =
23812               {
23813 mike  1.1.2.3     /* Write */
23814                   "\065\001",
23815 mike  1.1.2.1     /* ModelCorrespondence */
23816                   "\036\000\002CIM_Namespace.DescriptionOfClassType\000CIM_Namespace.ClassType\000",
23817                   0,
23818               };
23819               
23820 mike  1.1.2.4 static MetaProperty
23821 mike  1.1.2.1 _CIM_Namespace_ClassTypeVersion =
23822               {
23823                   /* flags */
23824 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
23825 mike  1.1.2.1     /* name */
23826                   "ClassTypeVersion",
23827                   /* qualifiers */
23828                   _CIM_Namespace_ClassTypeVersion_qualifiers,
23829                   /* type */
23830                   CIMTYPE_STRING,
23831                   /* subscript */
23832                   -1,
23833                   /* value */
23834                   0,
23835               };
23836               
23837               static const char*
23838               _CIM_Namespace_DescriptionOfClassType_qualifiers[] =
23839               {
23840 mike  1.1.2.3     /* Write */
23841                   "\065\001",
23842 mike  1.1.2.1     /* ModelCorrespondence */
23843                   "\036\000\002CIM_Namespace.ClassType\000CIM_Namespace.ClassTypeVersion\000",
23844                   0,
23845               };
23846               
23847 mike  1.1.2.4 static MetaProperty
23848 mike  1.1.2.1 _CIM_Namespace_DescriptionOfClassType =
23849               {
23850                   /* flags */
23851 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
23852 mike  1.1.2.1     /* name */
23853                   "DescriptionOfClassType",
23854                   /* qualifiers */
23855                   _CIM_Namespace_DescriptionOfClassType_qualifiers,
23856                   /* type */
23857                   CIMTYPE_STRING,
23858                   /* subscript */
23859                   -1,
23860                   /* value */
23861                   0,
23862               };
23863               
23864 mike  1.1.2.4 static MetaFeature*
23865 mike  1.1.2.1 _CIM_Namespace_features[] =
23866               {
23867 mike  1.1.2.4     (MetaFeature*)&_CIM_Namespace_SystemCreationClassName,
23868                   (MetaFeature*)&_CIM_Namespace_SystemName,
23869                   (MetaFeature*)&_CIM_Namespace_ObjectManagerCreationClassName,
23870                   (MetaFeature*)&_CIM_Namespace_ObjectManagerName,
23871                   (MetaFeature*)&_CIM_Namespace_CreationClassName,
23872                   (MetaFeature*)&_CIM_Namespace_Name,
23873                   (MetaFeature*)&_CIM_Namespace_ClassInfo,
23874                   (MetaFeature*)&_CIM_Namespace_DescriptionOfClassInfo,
23875                   (MetaFeature*)&_CIM_Namespace_ClassType,
23876                   (MetaFeature*)&_CIM_Namespace_ClassTypeVersion,
23877                   (MetaFeature*)&_CIM_Namespace_DescriptionOfClassType,
23878 mike  1.1.2.1     0,
23879               };
23880               
23881               static const char*
23882               __root_PG_InterOp_CIM_Namespace_qualifiers[] =
23883               {
23884                   /* UMLPackagePath */
23885                   "\057CIM::Interop",
23886                   /* Version */
23887                   "\0632.8.0",
23888                   0,
23889               };
23890               
23891 mike  1.1.2.4 MetaClass
23892 mike  1.1.2.1 __root_PG_InterOp_CIM_Namespace =
23893               {
23894                   /* flags */
23895 mike  1.1.2.4     META_FLAG_CLASS,
23896 mike  1.1.2.1     /* name */
23897                   "CIM_Namespace",
23898                   /* qualifiers */
23899                   __root_PG_InterOp_CIM_Namespace_qualifiers,
23900 mike  1.1.2.2     /* super */
23901 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
23902                   /* features */
23903                   _CIM_Namespace_features,
23904               };
23905               
23906               //==============================================================================
23907               //
23908               // Class: CIM_RegisteredProfile
23909               //
23910               //==============================================================================
23911               
23912               static const char*
23913               _CIM_RegisteredProfile_InstanceID_qualifiers[] =
23914               {
23915 mike  1.1.2.3     /* Key */
23916                   "\025\001",
23917 mike  1.1.2.1     0,
23918               };
23919               
23920 mike  1.1.2.4 static MetaProperty
23921 mike  1.1.2.1 _CIM_RegisteredProfile_InstanceID =
23922               {
23923                   /* flags */
23924 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
23925 mike  1.1.2.1     /* name */
23926                   "InstanceID",
23927                   /* qualifiers */
23928                   _CIM_RegisteredProfile_InstanceID_qualifiers,
23929                   /* type */
23930                   CIMTYPE_STRING,
23931                   /* subscript */
23932                   -1,
23933                   /* value */
23934                   0,
23935               };
23936               
23937               static const char*
23938               _CIM_RegisteredProfile_RegisteredOrganization_qualifiers[] =
23939               {
23940 mike  1.1.2.3     /* Required */
23941                   "\050\001",
23942 mike  1.1.2.1     /* ValueMap */
23943                   "\061\000\0231\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\000",
23944                   /* Values */
23945                   "\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",
23946                   /* ModelCorrespondence */
23947                   "\036\000\001CIM_RegisteredProfile.OtherRegisteredOrganization\000",
23948                   0,
23949               };
23950               
23951 mike  1.1.2.4 static MetaProperty
23952 mike  1.1.2.1 _CIM_RegisteredProfile_RegisteredOrganization =
23953               {
23954                   /* flags */
23955 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
23956 mike  1.1.2.1     /* name */
23957                   "RegisteredOrganization",
23958                   /* qualifiers */
23959                   _CIM_RegisteredProfile_RegisteredOrganization_qualifiers,
23960                   /* type */
23961                   CIMTYPE_UINT16,
23962                   /* subscript */
23963                   -1,
23964                   /* value */
23965                   0,
23966               };
23967               
23968               static const char*
23969               _CIM_RegisteredProfile_OtherRegisteredOrganization_qualifiers[] =
23970               {
23971                   /* MaxLen */
23972                   "\030\000\000\001\000",
23973                   /* ModelCorrespondence */
23974                   "\036\000\001CIM_RegisteredProfile.RegisteredOrganization\000",
23975                   0,
23976               };
23977 mike  1.1.2.1 
23978 mike  1.1.2.4 static MetaProperty
23979 mike  1.1.2.1 _CIM_RegisteredProfile_OtherRegisteredOrganization =
23980               {
23981                   /* flags */
23982 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
23983 mike  1.1.2.1     /* name */
23984                   "OtherRegisteredOrganization",
23985                   /* qualifiers */
23986                   _CIM_RegisteredProfile_OtherRegisteredOrganization_qualifiers,
23987                   /* type */
23988                   CIMTYPE_STRING,
23989                   /* subscript */
23990                   -1,
23991                   /* value */
23992                   0,
23993               };
23994               
23995               static const char*
23996               _CIM_RegisteredProfile_RegisteredName_qualifiers[] =
23997               {
23998 mike  1.1.2.3     /* Required */
23999                   "\050\001",
24000 mike  1.1.2.1     /* MaxLen */
24001                   "\030\000\000\001\000",
24002                   0,
24003               };
24004               
24005 mike  1.1.2.4 static MetaProperty
24006 mike  1.1.2.1 _CIM_RegisteredProfile_RegisteredName =
24007               {
24008                   /* flags */
24009 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
24010 mike  1.1.2.1     /* name */
24011                   "RegisteredName",
24012                   /* qualifiers */
24013                   _CIM_RegisteredProfile_RegisteredName_qualifiers,
24014                   /* type */
24015                   CIMTYPE_STRING,
24016                   /* subscript */
24017                   -1,
24018                   /* value */
24019                   0,
24020               };
24021               
24022               static const char*
24023               _CIM_RegisteredProfile_RegisteredVersion_qualifiers[] =
24024               {
24025 mike  1.1.2.3     /* Required */
24026                   "\050\001",
24027 mike  1.1.2.1     0,
24028               };
24029               
24030 mike  1.1.2.4 static MetaProperty
24031 mike  1.1.2.1 _CIM_RegisteredProfile_RegisteredVersion =
24032               {
24033                   /* flags */
24034 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
24035 mike  1.1.2.1     /* name */
24036                   "RegisteredVersion",
24037                   /* qualifiers */
24038                   _CIM_RegisteredProfile_RegisteredVersion_qualifiers,
24039                   /* type */
24040                   CIMTYPE_STRING,
24041                   /* subscript */
24042                   -1,
24043                   /* value */
24044                   0,
24045               };
24046               
24047               static const char*
24048               _CIM_RegisteredProfile_AdvertiseTypes_qualifiers[] =
24049               {
24050 mike  1.1.2.3     /* Required */
24051                   "\050\001",
24052 mike  1.1.2.1     /* ValueMap */
24053                   "\061\000\0031\0002\0003\000",
24054                   /* Values */
24055                   "\062\000\003Other\000Not Advertised\000SLP\000",
24056                   /* ArrayType */
24057                   "\005Indexed",
24058                   /* ModelCorrespondence */
24059                   "\036\000\001CIM_RegisteredProfile.AdvertiseTypeDescriptions\000",
24060                   0,
24061               };
24062               
24063 mike  1.1.2.4 static MetaProperty
24064 mike  1.1.2.1 _CIM_RegisteredProfile_AdvertiseTypes =
24065               {
24066                   /* flags */
24067 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
24068 mike  1.1.2.1     /* name */
24069                   "AdvertiseTypes",
24070                   /* qualifiers */
24071                   _CIM_RegisteredProfile_AdvertiseTypes_qualifiers,
24072                   /* type */
24073                   CIMTYPE_UINT16,
24074                   /* subscript */
24075                   0,
24076                   /* value */
24077                   0,
24078               };
24079               
24080               static const char*
24081               _CIM_RegisteredProfile_AdvertiseTypeDescriptions_qualifiers[] =
24082               {
24083                   /* ArrayType */
24084                   "\005Indexed",
24085                   /* ModelCorrespondence */
24086                   "\036\000\001CIM_RegisteredProfile.AdvertiseTypes\000",
24087                   0,
24088               };
24089 mike  1.1.2.1 
24090 mike  1.1.2.4 static MetaProperty
24091 mike  1.1.2.1 _CIM_RegisteredProfile_AdvertiseTypeDescriptions =
24092               {
24093                   /* flags */
24094 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
24095 mike  1.1.2.1     /* name */
24096                   "AdvertiseTypeDescriptions",
24097                   /* qualifiers */
24098                   _CIM_RegisteredProfile_AdvertiseTypeDescriptions_qualifiers,
24099                   /* type */
24100                   CIMTYPE_STRING,
24101                   /* subscript */
24102                   0,
24103                   /* value */
24104                   0,
24105               };
24106               
24107 mike  1.1.2.4 static MetaFeature*
24108 mike  1.1.2.1 _CIM_RegisteredProfile_features[] =
24109               {
24110 mike  1.1.2.4     (MetaFeature*)&_CIM_RegisteredProfile_InstanceID,
24111                   (MetaFeature*)&_CIM_RegisteredProfile_RegisteredOrganization,
24112                   (MetaFeature*)&_CIM_RegisteredProfile_OtherRegisteredOrganization,
24113                   (MetaFeature*)&_CIM_RegisteredProfile_RegisteredName,
24114                   (MetaFeature*)&_CIM_RegisteredProfile_RegisteredVersion,
24115                   (MetaFeature*)&_CIM_RegisteredProfile_AdvertiseTypes,
24116                   (MetaFeature*)&_CIM_RegisteredProfile_AdvertiseTypeDescriptions,
24117 mike  1.1.2.1     0,
24118               };
24119               
24120               static const char*
24121               __root_PG_InterOp_CIM_RegisteredProfile_qualifiers[] =
24122               {
24123                   /* UMLPackagePath */
24124                   "\057CIM::Interop",
24125                   /* Version */
24126                   "\0632.8.0",
24127                   0,
24128               };
24129               
24130 mike  1.1.2.4 MetaClass
24131 mike  1.1.2.1 __root_PG_InterOp_CIM_RegisteredProfile =
24132               {
24133                   /* flags */
24134 mike  1.1.2.4     META_FLAG_CLASS,
24135 mike  1.1.2.1     /* name */
24136                   "CIM_RegisteredProfile",
24137                   /* qualifiers */
24138                   __root_PG_InterOp_CIM_RegisteredProfile_qualifiers,
24139 mike  1.1.2.2     /* super */
24140 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
24141                   /* features */
24142                   _CIM_RegisteredProfile_features,
24143               };
24144               
24145               //==============================================================================
24146               //
24147               // Class: CIM_RegisteredSubProfile
24148               //
24149               //==============================================================================
24150               
24151 mike  1.1.2.4 static MetaFeature*
24152 mike  1.1.2.1 _CIM_RegisteredSubProfile_features[] =
24153               {
24154                   0,
24155               };
24156               
24157               static const char*
24158               __root_PG_InterOp_CIM_RegisteredSubProfile_qualifiers[] =
24159               {
24160                   /* UMLPackagePath */
24161                   "\057CIM::Interop",
24162                   /* Version */
24163                   "\0632.8.0",
24164                   0,
24165               };
24166               
24167 mike  1.1.2.4 MetaClass
24168 mike  1.1.2.1 __root_PG_InterOp_CIM_RegisteredSubProfile =
24169               {
24170                   /* flags */
24171 mike  1.1.2.4     META_FLAG_CLASS,
24172 mike  1.1.2.1     /* name */
24173                   "CIM_RegisteredSubProfile",
24174                   /* qualifiers */
24175                   __root_PG_InterOp_CIM_RegisteredSubProfile_qualifiers,
24176 mike  1.1.2.2     /* super */
24177 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredProfile,
24178                   /* features */
24179                   _CIM_RegisteredSubProfile_features,
24180               };
24181               
24182               //==============================================================================
24183               //
24184               // Class: CIM_SystemIdentification
24185               //
24186               //==============================================================================
24187               
24188               static const char*
24189               _CIM_SystemIdentification_SystemCreationClassName_qualifiers[] =
24190               {
24191 mike  1.1.2.3     /* Key */
24192                   "\025\001",
24193 mike  1.1.2.1     /* Propagated */
24194                   "\045CIM_Namespace.SystemCreationClassName",
24195                   /* MaxLen */
24196                   "\030\000\000\001\000",
24197                   0,
24198               };
24199               
24200 mike  1.1.2.4 static MetaProperty
24201 mike  1.1.2.1 _CIM_SystemIdentification_SystemCreationClassName =
24202               {
24203                   /* flags */
24204 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
24205 mike  1.1.2.1     /* name */
24206                   "SystemCreationClassName",
24207                   /* qualifiers */
24208                   _CIM_SystemIdentification_SystemCreationClassName_qualifiers,
24209                   /* type */
24210                   CIMTYPE_STRING,
24211                   /* subscript */
24212                   -1,
24213                   /* value */
24214                   0,
24215               };
24216               
24217               static const char*
24218               _CIM_SystemIdentification_SystemName_qualifiers[] =
24219               {
24220 mike  1.1.2.3     /* Key */
24221                   "\025\001",
24222 mike  1.1.2.1     /* Propagated */
24223                   "\045CIM_Namespace.SystemName",
24224                   /* MaxLen */
24225                   "\030\000\000\001\000",
24226                   0,
24227               };
24228               
24229 mike  1.1.2.4 static MetaProperty
24230 mike  1.1.2.1 _CIM_SystemIdentification_SystemName =
24231               {
24232                   /* flags */
24233 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
24234 mike  1.1.2.1     /* name */
24235                   "SystemName",
24236                   /* qualifiers */
24237                   _CIM_SystemIdentification_SystemName_qualifiers,
24238                   /* type */
24239                   CIMTYPE_STRING,
24240                   /* subscript */
24241                   -1,
24242                   /* value */
24243                   0,
24244               };
24245               
24246               static const char*
24247               _CIM_SystemIdentification_ObjectManagerCreationClassName_qualifiers[] =
24248               {
24249 mike  1.1.2.3     /* Key */
24250                   "\025\001",
24251 mike  1.1.2.1     /* Propagated */
24252                   "\045CIM_Namespace.ObjectManagerCreationClassName",
24253                   /* MaxLen */
24254                   "\030\000\000\001\000",
24255                   0,
24256               };
24257               
24258 mike  1.1.2.4 static MetaProperty
24259 mike  1.1.2.1 _CIM_SystemIdentification_ObjectManagerCreationClassName =
24260               {
24261                   /* flags */
24262 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
24263 mike  1.1.2.1     /* name */
24264                   "ObjectManagerCreationClassName",
24265                   /* qualifiers */
24266                   _CIM_SystemIdentification_ObjectManagerCreationClassName_qualifiers,
24267                   /* type */
24268                   CIMTYPE_STRING,
24269                   /* subscript */
24270                   -1,
24271                   /* value */
24272                   0,
24273               };
24274               
24275               static const char*
24276               _CIM_SystemIdentification_ObjectManagerName_qualifiers[] =
24277               {
24278 mike  1.1.2.3     /* Key */
24279                   "\025\001",
24280 mike  1.1.2.1     /* Propagated */
24281                   "\045CIM_Namespace.ObjectManagerName",
24282                   /* MaxLen */
24283                   "\030\000\000\001\000",
24284                   0,
24285               };
24286               
24287 mike  1.1.2.4 static MetaProperty
24288 mike  1.1.2.1 _CIM_SystemIdentification_ObjectManagerName =
24289               {
24290                   /* flags */
24291 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
24292 mike  1.1.2.1     /* name */
24293                   "ObjectManagerName",
24294                   /* qualifiers */
24295                   _CIM_SystemIdentification_ObjectManagerName_qualifiers,
24296                   /* type */
24297                   CIMTYPE_STRING,
24298                   /* subscript */
24299                   -1,
24300                   /* value */
24301                   0,
24302               };
24303               
24304               static const char*
24305               _CIM_SystemIdentification_NamespaceCreationClassName_qualifiers[] =
24306               {
24307 mike  1.1.2.3     /* Key */
24308                   "\025\001",
24309 mike  1.1.2.1     /* Propagated */
24310                   "\045CIM_Namespace.CreationClassName",
24311                   /* MaxLen */
24312                   "\030\000\000\001\000",
24313                   0,
24314               };
24315               
24316 mike  1.1.2.4 static MetaProperty
24317 mike  1.1.2.1 _CIM_SystemIdentification_NamespaceCreationClassName =
24318               {
24319                   /* flags */
24320 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
24321 mike  1.1.2.1     /* name */
24322                   "NamespaceCreationClassName",
24323                   /* qualifiers */
24324                   _CIM_SystemIdentification_NamespaceCreationClassName_qualifiers,
24325                   /* type */
24326                   CIMTYPE_STRING,
24327                   /* subscript */
24328                   -1,
24329                   /* value */
24330                   0,
24331               };
24332               
24333               static const char*
24334               _CIM_SystemIdentification_NamespaceName_qualifiers[] =
24335               {
24336 mike  1.1.2.3     /* Key */
24337                   "\025\001",
24338 mike  1.1.2.1     /* Propagated */
24339                   "\045CIM_Namespace.Name",
24340                   /* MaxLen */
24341                   "\030\000\000\001\000",
24342                   0,
24343               };
24344               
24345 mike  1.1.2.4 static MetaProperty
24346 mike  1.1.2.1 _CIM_SystemIdentification_NamespaceName =
24347               {
24348                   /* flags */
24349 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
24350 mike  1.1.2.1     /* name */
24351                   "NamespaceName",
24352                   /* qualifiers */
24353                   _CIM_SystemIdentification_NamespaceName_qualifiers,
24354                   /* type */
24355                   CIMTYPE_STRING,
24356                   /* subscript */
24357                   -1,
24358                   /* value */
24359                   0,
24360               };
24361               
24362               static const char*
24363               _CIM_SystemIdentification_CreationClassName_qualifiers[] =
24364               {
24365 mike  1.1.2.3     /* Key */
24366                   "\025\001",
24367 mike  1.1.2.1     /* MaxLen */
24368                   "\030\000\000\001\000",
24369                   0,
24370               };
24371               
24372 mike  1.1.2.4 static MetaProperty
24373 mike  1.1.2.1 _CIM_SystemIdentification_CreationClassName =
24374               {
24375                   /* flags */
24376 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
24377 mike  1.1.2.1     /* name */
24378                   "CreationClassName",
24379                   /* qualifiers */
24380                   _CIM_SystemIdentification_CreationClassName_qualifiers,
24381                   /* type */
24382                   CIMTYPE_STRING,
24383                   /* subscript */
24384                   -1,
24385                   /* value */
24386                   0,
24387               };
24388               
24389               static const char*
24390               _CIM_SystemIdentification_Name_qualifiers[] =
24391               {
24392 mike  1.1.2.3     /* Key */
24393                   "\025\001",
24394 mike  1.1.2.1     /* MaxLen */
24395                   "\030\000\000\001\000",
24396                   0,
24397               };
24398               
24399 mike  1.1.2.4 static MetaProperty
24400 mike  1.1.2.1 _CIM_SystemIdentification_Name =
24401               {
24402                   /* flags */
24403 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
24404 mike  1.1.2.1     /* name */
24405                   "Name",
24406                   /* qualifiers */
24407                   _CIM_SystemIdentification_Name_qualifiers,
24408                   /* type */
24409                   CIMTYPE_STRING,
24410                   /* subscript */
24411                   -1,
24412                   /* value */
24413                   0,
24414               };
24415               
24416               static const char*
24417               _CIM_SystemIdentification_IdentificationFormats_qualifiers[] =
24418               {
24419 mike  1.1.2.3     /* Required */
24420                   "\050\001",
24421                   /* Write */
24422                   "\065\001",
24423 mike  1.1.2.1     /* ValueMap */
24424                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
24425                   /* Values */
24426                   "\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",
24427                   /* ArrayType */
24428                   "\005Indexed",
24429                   /* ModelCorrespondence */
24430                   "\036\000\002CIM_SystemIdentification.IdentificationData\000CIM_SystemIdentification.FormatDescriptions\000",
24431                   0,
24432               };
24433               
24434 mike  1.1.2.4 static MetaProperty
24435 mike  1.1.2.1 _CIM_SystemIdentification_IdentificationFormats =
24436               {
24437                   /* flags */
24438 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
24439 mike  1.1.2.1     /* name */
24440                   "IdentificationFormats",
24441                   /* qualifiers */
24442                   _CIM_SystemIdentification_IdentificationFormats_qualifiers,
24443                   /* type */
24444                   CIMTYPE_UINT16,
24445                   /* subscript */
24446                   0,
24447                   /* value */
24448                   0,
24449               };
24450               
24451               static const char*
24452               _CIM_SystemIdentification_FormatDescriptions_qualifiers[] =
24453               {
24454 mike  1.1.2.3     /* Write */
24455                   "\065\001",
24456 mike  1.1.2.1     /* ArrayType */
24457                   "\005Indexed",
24458                   /* ModelCorrespondence */
24459                   "\036\000\002CIM_SystemIdentification.IdentificationFormats\000CIM_SystemIdentification.IdentificationData\000",
24460                   0,
24461               };
24462               
24463 mike  1.1.2.4 static MetaProperty
24464 mike  1.1.2.1 _CIM_SystemIdentification_FormatDescriptions =
24465               {
24466                   /* flags */
24467 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
24468 mike  1.1.2.1     /* name */
24469                   "FormatDescriptions",
24470                   /* qualifiers */
24471                   _CIM_SystemIdentification_FormatDescriptions_qualifiers,
24472                   /* type */
24473                   CIMTYPE_STRING,
24474                   /* subscript */
24475                   0,
24476                   /* value */
24477                   0,
24478               };
24479               
24480               static const char*
24481               _CIM_SystemIdentification_IdentificationData_qualifiers[] =
24482               {
24483 mike  1.1.2.3     /* Write */
24484                   "\065\001",
24485 mike  1.1.2.1     /* ArrayType */
24486                   "\005Indexed",
24487                   /* ModelCorrespondence */
24488                   "\036\000\002CIM_SystemIdentification.IdentificationFormats\000CIM_SystemIdentification.FormatDescriptions\000",
24489                   0,
24490               };
24491               
24492 mike  1.1.2.4 static MetaProperty
24493 mike  1.1.2.1 _CIM_SystemIdentification_IdentificationData =
24494               {
24495                   /* flags */
24496 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
24497 mike  1.1.2.1     /* name */
24498                   "IdentificationData",
24499                   /* qualifiers */
24500                   _CIM_SystemIdentification_IdentificationData_qualifiers,
24501                   /* type */
24502                   CIMTYPE_STRING,
24503                   /* subscript */
24504                   0,
24505                   /* value */
24506                   0,
24507               };
24508               
24509 mike  1.1.2.4 static MetaFeature*
24510 mike  1.1.2.1 _CIM_SystemIdentification_features[] =
24511               {
24512 mike  1.1.2.4     (MetaFeature*)&_CIM_SystemIdentification_SystemCreationClassName,
24513                   (MetaFeature*)&_CIM_SystemIdentification_SystemName,
24514                   (MetaFeature*)&_CIM_SystemIdentification_ObjectManagerCreationClassName,
24515                   (MetaFeature*)&_CIM_SystemIdentification_ObjectManagerName,
24516                   (MetaFeature*)&_CIM_SystemIdentification_NamespaceCreationClassName,
24517                   (MetaFeature*)&_CIM_SystemIdentification_NamespaceName,
24518                   (MetaFeature*)&_CIM_SystemIdentification_CreationClassName,
24519                   (MetaFeature*)&_CIM_SystemIdentification_Name,
24520                   (MetaFeature*)&_CIM_SystemIdentification_IdentificationFormats,
24521                   (MetaFeature*)&_CIM_SystemIdentification_FormatDescriptions,
24522                   (MetaFeature*)&_CIM_SystemIdentification_IdentificationData,
24523 mike  1.1.2.1     0,
24524               };
24525               
24526               static const char*
24527               __root_PG_InterOp_CIM_SystemIdentification_qualifiers[] =
24528               {
24529                   /* UMLPackagePath */
24530                   "\057CIM::Interop",
24531                   /* Version */
24532                   "\0632.7.0",
24533                   0,
24534               };
24535               
24536 mike  1.1.2.4 MetaClass
24537 mike  1.1.2.1 __root_PG_InterOp_CIM_SystemIdentification =
24538               {
24539                   /* flags */
24540 mike  1.1.2.4     META_FLAG_CLASS,
24541 mike  1.1.2.1     /* name */
24542                   "CIM_SystemIdentification",
24543                   /* qualifiers */
24544                   __root_PG_InterOp_CIM_SystemIdentification_qualifiers,
24545 mike  1.1.2.2     /* super */
24546 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
24547                   /* features */
24548                   _CIM_SystemIdentification_features,
24549               };
24550               
24551               //==============================================================================
24552               //
24553               // Class: CIM_SystemInNamespace
24554               //
24555               //==============================================================================
24556               
24557               static const char*
24558               _CIM_SystemInNamespace_ManagedNamespace_qualifiers[] =
24559               {
24560 mike  1.1.2.3     /* Key */
24561                   "\025\001",
24562 mike  1.1.2.1     /* Min */
24563                   "\033\000\000\000\001",
24564                   /* Max */
24565                   "\027\000\000\000\001",
24566                   0,
24567               };
24568               
24569 mike  1.1.2.4 static MetaReference
24570 mike  1.1.2.1 _CIM_SystemInNamespace_ManagedNamespace =
24571               {
24572                   /* flags */
24573 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
24574 mike  1.1.2.1     /* name */
24575                   "ManagedNamespace",
24576                   /* qualifiers */
24577                   _CIM_SystemInNamespace_ManagedNamespace_qualifiers,
24578                   /* subscript */
24579                   -1,
24580 mike  1.1.2.2     /* refId */
24581 mike  1.1.2.1     &__root_PG_InterOp_CIM_Namespace,
24582               };
24583               
24584               static const char*
24585               _CIM_SystemInNamespace_Identification_qualifiers[] =
24586               {
24587 mike  1.1.2.3     /* Key */
24588                   "\025\001",
24589                   /* Weak */
24590                   "\064\001",
24591 mike  1.1.2.1     0,
24592               };
24593               
24594 mike  1.1.2.4 static MetaReference
24595 mike  1.1.2.1 _CIM_SystemInNamespace_Identification =
24596               {
24597                   /* flags */
24598 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
24599 mike  1.1.2.1     /* name */
24600                   "Identification",
24601                   /* qualifiers */
24602                   _CIM_SystemInNamespace_Identification_qualifiers,
24603                   /* subscript */
24604                   -1,
24605 mike  1.1.2.2     /* refId */
24606 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemIdentification,
24607               };
24608               
24609               static const char*
24610               _CIM_SystemInNamespace_ScopeOfContainedData_qualifiers[] =
24611               {
24612 mike  1.1.2.3     /* Required */
24613                   "\050\001",
24614                   /* Write */
24615                   "\065\001",
24616 mike  1.1.2.1     /* ValueMap */
24617                   "\061\000\0050\0001\0002\0003\0004\000",
24618                   /* Values */
24619                   "\062\000\005Unknown\000Other\000Local System Data\000Data Aggregated from Multiple Systems\000Proxied Data\000",
24620                   /* ArrayType */
24621                   "\005Indexed",
24622                   /* ModelCorrespondence */
24623                   "\036\000\001CIM_SystemInNamespace.DescriptionOfContainedData\000",
24624                   0,
24625               };
24626               
24627 mike  1.1.2.4 static MetaProperty
24628 mike  1.1.2.1 _CIM_SystemInNamespace_ScopeOfContainedData =
24629               {
24630                   /* flags */
24631 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
24632 mike  1.1.2.1     /* name */
24633                   "ScopeOfContainedData",
24634                   /* qualifiers */
24635                   _CIM_SystemInNamespace_ScopeOfContainedData_qualifiers,
24636                   /* type */
24637                   CIMTYPE_UINT16,
24638                   /* subscript */
24639                   0,
24640                   /* value */
24641                   0,
24642               };
24643               
24644               static const char*
24645               _CIM_SystemInNamespace_DescriptionOfContainedData_qualifiers[] =
24646               {
24647 mike  1.1.2.3     /* Write */
24648                   "\065\001",
24649 mike  1.1.2.1     /* ArrayType */
24650                   "\005Indexed",
24651                   /* ModelCorrespondence */
24652                   "\036\000\001CIM_SystemInNamespace.ScopeOfContainedData\000",
24653                   0,
24654               };
24655               
24656 mike  1.1.2.4 static MetaProperty
24657 mike  1.1.2.1 _CIM_SystemInNamespace_DescriptionOfContainedData =
24658               {
24659                   /* flags */
24660 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
24661 mike  1.1.2.1     /* name */
24662                   "DescriptionOfContainedData",
24663                   /* qualifiers */
24664                   _CIM_SystemInNamespace_DescriptionOfContainedData_qualifiers,
24665                   /* type */
24666                   CIMTYPE_STRING,
24667                   /* subscript */
24668                   0,
24669                   /* value */
24670                   0,
24671               };
24672               
24673 mike  1.1.2.4 static MetaFeature*
24674 mike  1.1.2.1 _CIM_SystemInNamespace_features[] =
24675               {
24676 mike  1.1.2.4     (MetaFeature*)&_CIM_SystemInNamespace_ManagedNamespace,
24677                   (MetaFeature*)&_CIM_SystemInNamespace_Identification,
24678                   (MetaFeature*)&_CIM_SystemInNamespace_ScopeOfContainedData,
24679                   (MetaFeature*)&_CIM_SystemInNamespace_DescriptionOfContainedData,
24680 mike  1.1.2.1     0,
24681               };
24682               
24683               static const char*
24684               __root_PG_InterOp_CIM_SystemInNamespace_qualifiers[] =
24685               {
24686 mike  1.1.2.3     /* ASSOCIATION */
24687                   "\000\001",
24688 mike  1.1.2.1     /* UMLPackagePath */
24689                   "\057CIM::Interop",
24690                   /* Version */
24691                   "\0632.6.0",
24692                   0,
24693               };
24694               
24695 mike  1.1.2.4 MetaClass
24696 mike  1.1.2.1 __root_PG_InterOp_CIM_SystemInNamespace =
24697               {
24698                   /* flags */
24699 mike  1.1.2.4     META_FLAG_ASSOCIATION,
24700 mike  1.1.2.1     /* name */
24701                   "CIM_SystemInNamespace",
24702                   /* qualifiers */
24703                   __root_PG_InterOp_CIM_SystemInNamespace_qualifiers,
24704 mike  1.1.2.2     /* super */
24705 mike  1.1.2.1     0,
24706                   /* features */
24707                   _CIM_SystemInNamespace_features,
24708               };
24709               
24710               //==============================================================================
24711               //
24712               // Class: CIM_CIMOMStatisticalData
24713               //
24714               //==============================================================================
24715               
24716               static const char*
24717               _CIM_CIMOMStatisticalData_InstanceID_qualifiers[] =
24718               {
24719                   /* Override */
24720                   "\044InstanceID",
24721                   0,
24722               };
24723               
24724 mike  1.1.2.4 static MetaProperty
24725 mike  1.1.2.1 _CIM_CIMOMStatisticalData_InstanceID =
24726               {
24727                   /* flags */
24728 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
24729 mike  1.1.2.1     /* name */
24730                   "InstanceID",
24731                   /* qualifiers */
24732                   _CIM_CIMOMStatisticalData_InstanceID_qualifiers,
24733                   /* type */
24734                   CIMTYPE_STRING,
24735                   /* subscript */
24736                   -1,
24737                   /* value */
24738                   0,
24739               };
24740               
24741               static const char*
24742               _CIM_CIMOMStatisticalData_OperationType_qualifiers[] =
24743               {
24744 mike  1.1.2.3     /* Required */
24745                   "\050\001",
24746 mike  1.1.2.1     /* ValueMap */
24747                   "\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",
24748                   /* Values */
24749                   "\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",
24750                   /* ModelCorrespondence */
24751                   "\036\000\001CIM_CIMOMStatisticalData.OtherOperationType\000",
24752                   0,
24753               };
24754               
24755 mike  1.1.2.4 static MetaProperty
24756 mike  1.1.2.1 _CIM_CIMOMStatisticalData_OperationType =
24757               {
24758                   /* flags */
24759 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
24760 mike  1.1.2.1     /* name */
24761                   "OperationType",
24762                   /* qualifiers */
24763                   _CIM_CIMOMStatisticalData_OperationType_qualifiers,
24764                   /* type */
24765                   CIMTYPE_UINT16,
24766                   /* subscript */
24767                   -1,
24768                   /* value */
24769                   0,
24770               };
24771               
24772               static const char*
24773               _CIM_CIMOMStatisticalData_OtherOperationType_qualifiers[] =
24774               {
24775                   /* MaxLen */
24776                   "\030\000\000\000\100",
24777                   /* ModelCorrespondence */
24778                   "\036\000\001CIM_CIMOMStatisticalData.OperationType\000",
24779                   0,
24780               };
24781 mike  1.1.2.1 
24782 mike  1.1.2.4 static MetaProperty
24783 mike  1.1.2.1 _CIM_CIMOMStatisticalData_OtherOperationType =
24784               {
24785                   /* flags */
24786 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
24787 mike  1.1.2.1     /* name */
24788                   "OtherOperationType",
24789                   /* qualifiers */
24790                   _CIM_CIMOMStatisticalData_OtherOperationType_qualifiers,
24791                   /* type */
24792                   CIMTYPE_STRING,
24793                   /* subscript */
24794                   -1,
24795                   /* value */
24796                   0,
24797               };
24798               
24799               static const char*
24800               _CIM_CIMOMStatisticalData_NumberOfOperations_qualifiers[] =
24801               {
24802 mike  1.1.2.3     /* Required */
24803                   "\050\001",
24804                   /* Counter */
24805                   "\012\001",
24806 mike  1.1.2.1     0,
24807               };
24808               
24809 mike  1.1.2.4 static MetaProperty
24810 mike  1.1.2.1 _CIM_CIMOMStatisticalData_NumberOfOperations =
24811               {
24812                   /* flags */
24813 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ|META_FLAG_REQUIRED,
24814 mike  1.1.2.1     /* name */
24815                   "NumberOfOperations",
24816                   /* qualifiers */
24817                   _CIM_CIMOMStatisticalData_NumberOfOperations_qualifiers,
24818                   /* type */
24819                   CIMTYPE_UINT64,
24820                   /* subscript */
24821                   -1,
24822                   /* value */
24823                   0,
24824               };
24825               
24826               static const char*
24827               _CIM_CIMOMStatisticalData_CimomElapsedTime_qualifiers[] =
24828               {
24829 mike  1.1.2.3     /* Required */
24830                   "\050\001",
24831 mike  1.1.2.1     0,
24832               };
24833               
24834 mike  1.1.2.4 static MetaProperty
24835 mike  1.1.2.1 _CIM_CIMOMStatisticalData_CimomElapsedTime =
24836               {
24837                   /* flags */
24838 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
24839 mike  1.1.2.1     /* name */
24840                   "CimomElapsedTime",
24841                   /* qualifiers */
24842                   _CIM_CIMOMStatisticalData_CimomElapsedTime_qualifiers,
24843                   /* type */
24844                   CIMTYPE_DATETIME,
24845                   /* subscript */
24846                   -1,
24847                   /* value */
24848                   0,
24849               };
24850               
24851               static const char*
24852               _CIM_CIMOMStatisticalData_ProviderElapsedTime_qualifiers[] =
24853               {
24854 mike  1.1.2.3     /* Required */
24855                   "\050\001",
24856 mike  1.1.2.1     0,
24857               };
24858               
24859 mike  1.1.2.4 static MetaProperty
24860 mike  1.1.2.1 _CIM_CIMOMStatisticalData_ProviderElapsedTime =
24861               {
24862                   /* flags */
24863 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
24864 mike  1.1.2.1     /* name */
24865                   "ProviderElapsedTime",
24866                   /* qualifiers */
24867                   _CIM_CIMOMStatisticalData_ProviderElapsedTime_qualifiers,
24868                   /* type */
24869                   CIMTYPE_DATETIME,
24870                   /* subscript */
24871                   -1,
24872                   /* value */
24873                   0,
24874               };
24875               
24876               static const char*
24877               _CIM_CIMOMStatisticalData_RequestSize_qualifiers[] =
24878               {
24879                   /* Units */
24880                   "\060Bytes",
24881 mike  1.1.2.3     /* Counter */
24882                   "\012\001",
24883 mike  1.1.2.1     0,
24884               };
24885               
24886 mike  1.1.2.4 static MetaProperty
24887 mike  1.1.2.1 _CIM_CIMOMStatisticalData_RequestSize =
24888               {
24889                   /* flags */
24890 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
24891 mike  1.1.2.1     /* name */
24892                   "RequestSize",
24893                   /* qualifiers */
24894                   _CIM_CIMOMStatisticalData_RequestSize_qualifiers,
24895                   /* type */
24896                   CIMTYPE_UINT64,
24897                   /* subscript */
24898                   -1,
24899                   /* value */
24900                   0,
24901               };
24902               
24903               static const char*
24904               _CIM_CIMOMStatisticalData_ResponseSize_qualifiers[] =
24905               {
24906                   /* Units */
24907                   "\060Bytes",
24908 mike  1.1.2.3     /* Counter */
24909                   "\012\001",
24910 mike  1.1.2.1     0,
24911               };
24912               
24913 mike  1.1.2.4 static MetaProperty
24914 mike  1.1.2.1 _CIM_CIMOMStatisticalData_ResponseSize =
24915               {
24916                   /* flags */
24917 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
24918 mike  1.1.2.1     /* name */
24919                   "ResponseSize",
24920                   /* qualifiers */
24921                   _CIM_CIMOMStatisticalData_ResponseSize_qualifiers,
24922                   /* type */
24923                   CIMTYPE_UINT64,
24924                   /* subscript */
24925                   -1,
24926                   /* value */
24927                   0,
24928               };
24929               
24930 mike  1.1.2.4 static MetaFeature*
24931 mike  1.1.2.1 _CIM_CIMOMStatisticalData_features[] =
24932               {
24933 mike  1.1.2.4     (MetaFeature*)&_CIM_CIMOMStatisticalData_InstanceID,
24934                   (MetaFeature*)&_CIM_CIMOMStatisticalData_OperationType,
24935                   (MetaFeature*)&_CIM_CIMOMStatisticalData_OtherOperationType,
24936                   (MetaFeature*)&_CIM_CIMOMStatisticalData_NumberOfOperations,
24937                   (MetaFeature*)&_CIM_CIMOMStatisticalData_CimomElapsedTime,
24938                   (MetaFeature*)&_CIM_CIMOMStatisticalData_ProviderElapsedTime,
24939                   (MetaFeature*)&_CIM_CIMOMStatisticalData_RequestSize,
24940                   (MetaFeature*)&_CIM_CIMOMStatisticalData_ResponseSize,
24941 mike  1.1.2.1     0,
24942               };
24943               
24944               static const char*
24945               __root_PG_InterOp_CIM_CIMOMStatisticalData_qualifiers[] =
24946               {
24947                   /* UMLPackagePath */
24948                   "\057CIM::Interop",
24949                   /* Version */
24950                   "\0632.7.0",
24951                   0,
24952               };
24953               
24954 mike  1.1.2.4 MetaClass
24955 mike  1.1.2.1 __root_PG_InterOp_CIM_CIMOMStatisticalData =
24956               {
24957                   /* flags */
24958 mike  1.1.2.4     META_FLAG_CLASS,
24959 mike  1.1.2.1     /* name */
24960                   "CIM_CIMOMStatisticalData",
24961                   /* qualifiers */
24962                   __root_PG_InterOp_CIM_CIMOMStatisticalData_qualifiers,
24963 mike  1.1.2.2     /* super */
24964 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalData,
24965                   /* features */
24966                   _CIM_CIMOMStatisticalData_features,
24967               };
24968               
24969               //==============================================================================
24970               //
24971               // Class: CIM_ElementConformsToProfile
24972               //
24973               //==============================================================================
24974               
24975               static const char*
24976               _CIM_ElementConformsToProfile_ConformantStandard_qualifiers[] =
24977               {
24978 mike  1.1.2.3     /* Key */
24979                   "\025\001",
24980 mike  1.1.2.1     0,
24981               };
24982               
24983 mike  1.1.2.4 static MetaReference
24984 mike  1.1.2.1 _CIM_ElementConformsToProfile_ConformantStandard =
24985               {
24986                   /* flags */
24987 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
24988 mike  1.1.2.1     /* name */
24989                   "ConformantStandard",
24990                   /* qualifiers */
24991                   _CIM_ElementConformsToProfile_ConformantStandard_qualifiers,
24992                   /* subscript */
24993                   -1,
24994 mike  1.1.2.2     /* refId */
24995 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredProfile,
24996               };
24997               
24998               static const char*
24999               _CIM_ElementConformsToProfile_ManagedElement_qualifiers[] =
25000               {
25001 mike  1.1.2.3     /* Key */
25002                   "\025\001",
25003 mike  1.1.2.1     0,
25004               };
25005               
25006 mike  1.1.2.4 static MetaReference
25007 mike  1.1.2.1 _CIM_ElementConformsToProfile_ManagedElement =
25008               {
25009                   /* flags */
25010 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
25011 mike  1.1.2.1     /* name */
25012                   "ManagedElement",
25013                   /* qualifiers */
25014                   _CIM_ElementConformsToProfile_ManagedElement_qualifiers,
25015                   /* subscript */
25016                   -1,
25017 mike  1.1.2.2     /* refId */
25018 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
25019               };
25020               
25021 mike  1.1.2.4 static MetaFeature*
25022 mike  1.1.2.1 _CIM_ElementConformsToProfile_features[] =
25023               {
25024 mike  1.1.2.4     (MetaFeature*)&_CIM_ElementConformsToProfile_ConformantStandard,
25025                   (MetaFeature*)&_CIM_ElementConformsToProfile_ManagedElement,
25026 mike  1.1.2.1     0,
25027               };
25028               
25029               static const char*
25030               __root_PG_InterOp_CIM_ElementConformsToProfile_qualifiers[] =
25031               {
25032 mike  1.1.2.3     /* ASSOCIATION */
25033                   "\000\001",
25034 mike  1.1.2.1     /* UMLPackagePath */
25035                   "\057CIM::Interop",
25036                   /* Version */
25037                   "\0632.8.0",
25038                   0,
25039               };
25040               
25041 mike  1.1.2.4 MetaClass
25042 mike  1.1.2.1 __root_PG_InterOp_CIM_ElementConformsToProfile =
25043               {
25044                   /* flags */
25045 mike  1.1.2.4     META_FLAG_ASSOCIATION,
25046 mike  1.1.2.1     /* name */
25047                   "CIM_ElementConformsToProfile",
25048                   /* qualifiers */
25049                   __root_PG_InterOp_CIM_ElementConformsToProfile_qualifiers,
25050 mike  1.1.2.2     /* super */
25051 mike  1.1.2.1     0,
25052                   /* features */
25053                   _CIM_ElementConformsToProfile_features,
25054               };
25055               
25056               //==============================================================================
25057               //
25058               // Class: CIM_ReferencedProfile
25059               //
25060               //==============================================================================
25061               
25062               static const char*
25063               _CIM_ReferencedProfile_Antecedent_qualifiers[] =
25064               {
25065                   /* Override */
25066                   "\044Antecedent",
25067                   0,
25068               };
25069               
25070 mike  1.1.2.4 static MetaReference
25071 mike  1.1.2.1 _CIM_ReferencedProfile_Antecedent =
25072               {
25073                   /* flags */
25074 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
25075 mike  1.1.2.1     /* name */
25076                   "Antecedent",
25077                   /* qualifiers */
25078                   _CIM_ReferencedProfile_Antecedent_qualifiers,
25079                   /* subscript */
25080                   -1,
25081 mike  1.1.2.2     /* refId */
25082 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredProfile,
25083               };
25084               
25085               static const char*
25086               _CIM_ReferencedProfile_Dependent_qualifiers[] =
25087               {
25088                   /* Override */
25089                   "\044Dependent",
25090                   0,
25091               };
25092               
25093 mike  1.1.2.4 static MetaReference
25094 mike  1.1.2.1 _CIM_ReferencedProfile_Dependent =
25095               {
25096                   /* flags */
25097 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
25098 mike  1.1.2.1     /* name */
25099                   "Dependent",
25100                   /* qualifiers */
25101                   _CIM_ReferencedProfile_Dependent_qualifiers,
25102                   /* subscript */
25103                   -1,
25104 mike  1.1.2.2     /* refId */
25105 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredProfile,
25106               };
25107               
25108 mike  1.1.2.4 static MetaFeature*
25109 mike  1.1.2.1 _CIM_ReferencedProfile_features[] =
25110               {
25111 mike  1.1.2.4     (MetaFeature*)&_CIM_ReferencedProfile_Antecedent,
25112                   (MetaFeature*)&_CIM_ReferencedProfile_Dependent,
25113 mike  1.1.2.1     0,
25114               };
25115               
25116               static const char*
25117               __root_PG_InterOp_CIM_ReferencedProfile_qualifiers[] =
25118               {
25119 mike  1.1.2.3     /* ASSOCIATION */
25120                   "\000\001",
25121 mike  1.1.2.1     /* UMLPackagePath */
25122                   "\057CIM::Interop",
25123                   /* Version */
25124                   "\0632.8.0",
25125                   0,
25126               };
25127               
25128 mike  1.1.2.4 MetaClass
25129 mike  1.1.2.1 __root_PG_InterOp_CIM_ReferencedProfile =
25130               {
25131                   /* flags */
25132 mike  1.1.2.4     META_FLAG_ASSOCIATION,
25133 mike  1.1.2.1     /* name */
25134                   "CIM_ReferencedProfile",
25135                   /* qualifiers */
25136                   __root_PG_InterOp_CIM_ReferencedProfile_qualifiers,
25137 mike  1.1.2.2     /* super */
25138 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
25139                   /* features */
25140                   _CIM_ReferencedProfile_features,
25141               };
25142               
25143               //==============================================================================
25144               //
25145               // Class: CIM_SubProfileRequiresProfile
25146               //
25147               //==============================================================================
25148               
25149               static const char*
25150               _CIM_SubProfileRequiresProfile_Antecedent_qualifiers[] =
25151               {
25152                   /* Override */
25153                   "\044Antecedent",
25154                   /* Min */
25155                   "\033\000\000\000\001",
25156                   0,
25157               };
25158               
25159 mike  1.1.2.4 static MetaReference
25160 mike  1.1.2.1 _CIM_SubProfileRequiresProfile_Antecedent =
25161               {
25162                   /* flags */
25163 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
25164 mike  1.1.2.1     /* name */
25165                   "Antecedent",
25166                   /* qualifiers */
25167                   _CIM_SubProfileRequiresProfile_Antecedent_qualifiers,
25168                   /* subscript */
25169                   -1,
25170 mike  1.1.2.2     /* refId */
25171 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredProfile,
25172               };
25173               
25174               static const char*
25175               _CIM_SubProfileRequiresProfile_Dependent_qualifiers[] =
25176               {
25177                   /* Override */
25178                   "\044Dependent",
25179                   0,
25180               };
25181               
25182 mike  1.1.2.4 static MetaReference
25183 mike  1.1.2.1 _CIM_SubProfileRequiresProfile_Dependent =
25184               {
25185                   /* flags */
25186 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
25187 mike  1.1.2.1     /* name */
25188                   "Dependent",
25189                   /* qualifiers */
25190                   _CIM_SubProfileRequiresProfile_Dependent_qualifiers,
25191                   /* subscript */
25192                   -1,
25193 mike  1.1.2.2     /* refId */
25194 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredSubProfile,
25195               };
25196               
25197 mike  1.1.2.4 static MetaFeature*
25198 mike  1.1.2.1 _CIM_SubProfileRequiresProfile_features[] =
25199               {
25200 mike  1.1.2.4     (MetaFeature*)&_CIM_SubProfileRequiresProfile_Antecedent,
25201                   (MetaFeature*)&_CIM_SubProfileRequiresProfile_Dependent,
25202 mike  1.1.2.1     0,
25203               };
25204               
25205               static const char*
25206               __root_PG_InterOp_CIM_SubProfileRequiresProfile_qualifiers[] =
25207               {
25208 mike  1.1.2.3     /* ASSOCIATION */
25209                   "\000\001",
25210 mike  1.1.2.1     /* UMLPackagePath */
25211                   "\057CIM::Interop",
25212                   /* Version */
25213                   "\0632.8.0",
25214                   0,
25215               };
25216               
25217 mike  1.1.2.4 MetaClass
25218 mike  1.1.2.1 __root_PG_InterOp_CIM_SubProfileRequiresProfile =
25219               {
25220                   /* flags */
25221 mike  1.1.2.4     META_FLAG_ASSOCIATION,
25222 mike  1.1.2.1     /* name */
25223                   "CIM_SubProfileRequiresProfile",
25224                   /* qualifiers */
25225                   __root_PG_InterOp_CIM_SubProfileRequiresProfile_qualifiers,
25226 mike  1.1.2.2     /* super */
25227 mike  1.1.2.1     &__root_PG_InterOp_CIM_ReferencedProfile,
25228                   /* features */
25229                   _CIM_SubProfileRequiresProfile_features,
25230               };
25231               
25232               //==============================================================================
25233               //
25234               // Class: CIM_WBEMService
25235               //
25236               //==============================================================================
25237               
25238 mike  1.1.2.4 static MetaFeature*
25239 mike  1.1.2.1 _CIM_WBEMService_features[] =
25240               {
25241                   0,
25242               };
25243               
25244               static const char*
25245               __root_PG_InterOp_CIM_WBEMService_qualifiers[] =
25246               {
25247                   /* UMLPackagePath */
25248                   "\057CIM::Interop",
25249 mike  1.1.2.3     /* Abstract */
25250                   "\002\001",
25251 mike  1.1.2.1     /* Version */
25252                   "\0632.6.0",
25253                   0,
25254               };
25255               
25256 mike  1.1.2.4 MetaClass
25257 mike  1.1.2.1 __root_PG_InterOp_CIM_WBEMService =
25258               {
25259                   /* flags */
25260 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
25261 mike  1.1.2.1     /* name */
25262                   "CIM_WBEMService",
25263                   /* qualifiers */
25264                   __root_PG_InterOp_CIM_WBEMService_qualifiers,
25265 mike  1.1.2.2     /* super */
25266 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
25267                   /* features */
25268                   _CIM_WBEMService_features,
25269               };
25270               
25271               //==============================================================================
25272               //
25273               // Class: CIM_IdentificationOfManagedSystem
25274               //
25275               //==============================================================================
25276               
25277               static const char*
25278               _CIM_IdentificationOfManagedSystem_Antecedent_qualifiers[] =
25279               {
25280                   /* Override */
25281                   "\044Antecedent",
25282                   /* Max */
25283                   "\027\000\000\000\001",
25284                   0,
25285               };
25286               
25287 mike  1.1.2.4 static MetaReference
25288 mike  1.1.2.1 _CIM_IdentificationOfManagedSystem_Antecedent =
25289               {
25290                   /* flags */
25291 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
25292 mike  1.1.2.1     /* name */
25293                   "Antecedent",
25294                   /* qualifiers */
25295                   _CIM_IdentificationOfManagedSystem_Antecedent_qualifiers,
25296                   /* subscript */
25297                   -1,
25298 mike  1.1.2.2     /* refId */
25299 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
25300               };
25301               
25302               static const char*
25303               _CIM_IdentificationOfManagedSystem_Dependent_qualifiers[] =
25304               {
25305                   /* Override */
25306                   "\044Dependent",
25307                   /* Max */
25308                   "\027\000\000\000\001",
25309                   0,
25310               };
25311               
25312 mike  1.1.2.4 static MetaReference
25313 mike  1.1.2.1 _CIM_IdentificationOfManagedSystem_Dependent =
25314               {
25315                   /* flags */
25316 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
25317 mike  1.1.2.1     /* name */
25318                   "Dependent",
25319                   /* qualifiers */
25320                   _CIM_IdentificationOfManagedSystem_Dependent_qualifiers,
25321                   /* subscript */
25322                   -1,
25323 mike  1.1.2.2     /* refId */
25324 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemIdentification,
25325               };
25326               
25327 mike  1.1.2.4 static MetaFeature*
25328 mike  1.1.2.1 _CIM_IdentificationOfManagedSystem_features[] =
25329               {
25330 mike  1.1.2.4     (MetaFeature*)&_CIM_IdentificationOfManagedSystem_Antecedent,
25331                   (MetaFeature*)&_CIM_IdentificationOfManagedSystem_Dependent,
25332 mike  1.1.2.1     0,
25333               };
25334               
25335               static const char*
25336               __root_PG_InterOp_CIM_IdentificationOfManagedSystem_qualifiers[] =
25337               {
25338 mike  1.1.2.3     /* ASSOCIATION */
25339                   "\000\001",
25340 mike  1.1.2.1     /* UMLPackagePath */
25341                   "\057CIM::Interop",
25342                   /* Version */
25343                   "\0632.6.0",
25344                   0,
25345               };
25346               
25347 mike  1.1.2.4 MetaClass
25348 mike  1.1.2.1 __root_PG_InterOp_CIM_IdentificationOfManagedSystem =
25349               {
25350                   /* flags */
25351 mike  1.1.2.4     META_FLAG_ASSOCIATION,
25352 mike  1.1.2.1     /* name */
25353                   "CIM_IdentificationOfManagedSystem",
25354                   /* qualifiers */
25355                   __root_PG_InterOp_CIM_IdentificationOfManagedSystem_qualifiers,
25356 mike  1.1.2.2     /* super */
25357 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
25358                   /* features */
25359                   _CIM_IdentificationOfManagedSystem_features,
25360               };
25361               
25362               //==============================================================================
25363               //
25364               // Class: CIM_ObjectManager
25365               //
25366               //==============================================================================
25367               
25368               static const char*
25369               _CIM_ObjectManager_GatherStatisticalData_qualifiers[] =
25370               {
25371 mike  1.1.2.3     /* Write */
25372                   "\065\001",
25373 mike  1.1.2.1     0,
25374               };
25375               
25376 mike  1.1.2.4 static MetaProperty
25377 mike  1.1.2.1 _CIM_ObjectManager_GatherStatisticalData =
25378               {
25379                   /* flags */
25380 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
25381 mike  1.1.2.1     /* name */
25382                   "GatherStatisticalData",
25383                   /* qualifiers */
25384                   _CIM_ObjectManager_GatherStatisticalData_qualifiers,
25385                   /* type */
25386                   CIMTYPE_BOOLEAN,
25387                   /* subscript */
25388                   -1,
25389                   /* value */
25390                   "\001",
25391               };
25392               
25393               static const char*
25394               _CIM_ObjectManager_Name_qualifiers[] =
25395               {
25396                   /* Override */
25397                   "\044Name",
25398                   0,
25399               };
25400               
25401 mike  1.1.2.4 static MetaProperty
25402 mike  1.1.2.1 _CIM_ObjectManager_Name =
25403               {
25404                   /* flags */
25405 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
25406 mike  1.1.2.1     /* name */
25407                   "Name",
25408                   /* qualifiers */
25409                   _CIM_ObjectManager_Name_qualifiers,
25410                   /* type */
25411                   CIMTYPE_STRING,
25412                   /* subscript */
25413                   -1,
25414                   /* value */
25415                   0,
25416               };
25417               
25418               static const char*
25419               _CIM_ObjectManager_ElementName_qualifiers[] =
25420               {
25421                   /* Override */
25422                   "\044ElementName",
25423                   0,
25424               };
25425               
25426 mike  1.1.2.4 static MetaProperty
25427 mike  1.1.2.1 _CIM_ObjectManager_ElementName =
25428               {
25429                   /* flags */
25430 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
25431 mike  1.1.2.1     /* name */
25432                   "ElementName",
25433                   /* qualifiers */
25434                   _CIM_ObjectManager_ElementName_qualifiers,
25435                   /* type */
25436                   CIMTYPE_STRING,
25437                   /* subscript */
25438                   -1,
25439                   /* value */
25440                   0,
25441               };
25442               
25443               static const char*
25444               _CIM_ObjectManager_Description_qualifiers[] =
25445               {
25446                   /* Override */
25447                   "\044Description",
25448                   0,
25449               };
25450               
25451 mike  1.1.2.4 static MetaProperty
25452 mike  1.1.2.1 _CIM_ObjectManager_Description =
25453               {
25454                   /* flags */
25455 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
25456 mike  1.1.2.1     /* name */
25457                   "Description",
25458                   /* qualifiers */
25459                   _CIM_ObjectManager_Description_qualifiers,
25460                   /* type */
25461                   CIMTYPE_STRING,
25462                   /* subscript */
25463                   -1,
25464                   /* value */
25465                   0,
25466               };
25467               
25468 mike  1.1.2.4 static MetaFeature*
25469 mike  1.1.2.1 _CIM_ObjectManager_features[] =
25470               {
25471 mike  1.1.2.4     (MetaFeature*)&_CIM_ObjectManager_GatherStatisticalData,
25472                   (MetaFeature*)&_CIM_ObjectManager_Name,
25473                   (MetaFeature*)&_CIM_ObjectManager_ElementName,
25474                   (MetaFeature*)&_CIM_ObjectManager_Description,
25475 mike  1.1.2.1     0,
25476               };
25477               
25478               static const char*
25479               __root_PG_InterOp_CIM_ObjectManager_qualifiers[] =
25480               {
25481                   /* UMLPackagePath */
25482                   "\057CIM::Interop",
25483                   /* Version */
25484                   "\0632.8.0",
25485                   0,
25486               };
25487               
25488 mike  1.1.2.4 MetaClass
25489 mike  1.1.2.1 __root_PG_InterOp_CIM_ObjectManager =
25490               {
25491                   /* flags */
25492 mike  1.1.2.4     META_FLAG_CLASS,
25493 mike  1.1.2.1     /* name */
25494                   "CIM_ObjectManager",
25495                   /* qualifiers */
25496                   __root_PG_InterOp_CIM_ObjectManager_qualifiers,
25497 mike  1.1.2.2     /* super */
25498 mike  1.1.2.1     &__root_PG_InterOp_CIM_WBEMService,
25499                   /* features */
25500                   _CIM_ObjectManager_features,
25501               };
25502               
25503               //==============================================================================
25504               //
25505               // Class: CIM_ObjectManagerAdapter
25506               //
25507               //==============================================================================
25508               
25509               static const char*
25510               _CIM_ObjectManagerAdapter_Name_qualifiers[] =
25511               {
25512                   /* Override */
25513                   "\044Name",
25514                   0,
25515               };
25516               
25517 mike  1.1.2.4 static MetaProperty
25518 mike  1.1.2.1 _CIM_ObjectManagerAdapter_Name =
25519               {
25520                   /* flags */
25521 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
25522 mike  1.1.2.1     /* name */
25523                   "Name",
25524                   /* qualifiers */
25525                   _CIM_ObjectManagerAdapter_Name_qualifiers,
25526                   /* type */
25527                   CIMTYPE_STRING,
25528                   /* subscript */
25529                   -1,
25530                   /* value */
25531                   0,
25532               };
25533               
25534               static const char*
25535               _CIM_ObjectManagerAdapter_ElementName_qualifiers[] =
25536               {
25537                   /* Override */
25538                   "\044ElementName",
25539                   0,
25540               };
25541               
25542 mike  1.1.2.4 static MetaProperty
25543 mike  1.1.2.1 _CIM_ObjectManagerAdapter_ElementName =
25544               {
25545                   /* flags */
25546 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
25547 mike  1.1.2.1     /* name */
25548                   "ElementName",
25549                   /* qualifiers */
25550                   _CIM_ObjectManagerAdapter_ElementName_qualifiers,
25551                   /* type */
25552                   CIMTYPE_STRING,
25553                   /* subscript */
25554                   -1,
25555                   /* value */
25556                   0,
25557               };
25558               
25559               static const char*
25560               _CIM_ObjectManagerAdapter_Handle_qualifiers[] =
25561               {
25562 mike  1.1.2.3     /* Required */
25563                   "\050\001",
25564 mike  1.1.2.1     0,
25565               };
25566               
25567 mike  1.1.2.4 static MetaProperty
25568 mike  1.1.2.1 _CIM_ObjectManagerAdapter_Handle =
25569               {
25570                   /* flags */
25571 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
25572 mike  1.1.2.1     /* name */
25573                   "Handle",
25574                   /* qualifiers */
25575                   _CIM_ObjectManagerAdapter_Handle_qualifiers,
25576                   /* type */
25577                   CIMTYPE_STRING,
25578                   /* subscript */
25579                   -1,
25580                   /* value */
25581                   0,
25582               };
25583               
25584               static const char*
25585               _CIM_ObjectManagerAdapter_AdapterType_qualifiers[] =
25586               {
25587 mike  1.1.2.3     /* Required */
25588                   "\050\001",
25589 mike  1.1.2.1     /* ValueMap */
25590                   "\061\000\0051\0002\0003\0004\0005\000",
25591                   /* Values */
25592                   "\062\000\005Other\000Client\000Provider\000Indication Handler\000Repository\000",
25593                   /* ModelCorrespondence */
25594                   "\036\000\001CIM_ObjectManagerAdapter.OtherAdapterTypeDescription\000",
25595                   0,
25596               };
25597               
25598 mike  1.1.2.4 static MetaProperty
25599 mike  1.1.2.1 _CIM_ObjectManagerAdapter_AdapterType =
25600               {
25601                   /* flags */
25602 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
25603 mike  1.1.2.1     /* name */
25604                   "AdapterType",
25605                   /* qualifiers */
25606                   _CIM_ObjectManagerAdapter_AdapterType_qualifiers,
25607                   /* type */
25608                   CIMTYPE_UINT16,
25609                   /* subscript */
25610                   -1,
25611                   /* value */
25612                   0,
25613               };
25614               
25615               static const char*
25616               _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription_qualifiers[] =
25617               {
25618                   /* ModelCorrespondence */
25619                   "\036\000\001CIM_ObjectManagerAdapter.AdapterType\000",
25620                   0,
25621               };
25622               
25623 mike  1.1.2.4 static MetaProperty
25624 mike  1.1.2.1 _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription =
25625               {
25626                   /* flags */
25627 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
25628 mike  1.1.2.1     /* name */
25629                   "OtherAdapterTypeDescription",
25630                   /* qualifiers */
25631                   _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription_qualifiers,
25632                   /* type */
25633                   CIMTYPE_STRING,
25634                   /* subscript */
25635                   -1,
25636                   /* value */
25637                   0,
25638               };
25639               
25640 mike  1.1.2.4 static MetaFeature*
25641 mike  1.1.2.1 _CIM_ObjectManagerAdapter_features[] =
25642               {
25643 mike  1.1.2.4     (MetaFeature*)&_CIM_ObjectManagerAdapter_Name,
25644                   (MetaFeature*)&_CIM_ObjectManagerAdapter_ElementName,
25645                   (MetaFeature*)&_CIM_ObjectManagerAdapter_Handle,
25646                   (MetaFeature*)&_CIM_ObjectManagerAdapter_AdapterType,
25647                   (MetaFeature*)&_CIM_ObjectManagerAdapter_OtherAdapterTypeDescription,
25648 mike  1.1.2.1     0,
25649               };
25650               
25651               static const char*
25652               __root_PG_InterOp_CIM_ObjectManagerAdapter_qualifiers[] =
25653               {
25654                   /* UMLPackagePath */
25655                   "\057CIM::Interop",
25656                   /* Version */
25657                   "\0632.8.0",
25658                   0,
25659               };
25660               
25661 mike  1.1.2.4 MetaClass
25662 mike  1.1.2.1 __root_PG_InterOp_CIM_ObjectManagerAdapter =
25663               {
25664                   /* flags */
25665 mike  1.1.2.4     META_FLAG_CLASS,
25666 mike  1.1.2.1     /* name */
25667                   "CIM_ObjectManagerAdapter",
25668                   /* qualifiers */
25669                   __root_PG_InterOp_CIM_ObjectManagerAdapter_qualifiers,
25670 mike  1.1.2.2     /* super */
25671 mike  1.1.2.1     &__root_PG_InterOp_CIM_WBEMService,
25672                   /* features */
25673                   _CIM_ObjectManagerAdapter_features,
25674               };
25675               
25676               //==============================================================================
25677               //
25678               // Class: CIM_ObjectManagerCommunicationMechanism
25679               //
25680               //==============================================================================
25681               
25682               static const char*
25683               _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism_qualifiers[] =
25684               {
25685 mike  1.1.2.3     /* Required */
25686                   "\050\001",
25687 mike  1.1.2.1     /* ValueMap */
25688                   "\061\000\0060\0001\0002\0003\0004\0005\000",
25689                   /* Values */
25690                   "\062\000\006Unknown\000Other\000CIM-XML\000SM-CLP\000WS-Management\000WSDM\000",
25691                   /* ModelCorrespondence */
25692                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.OtherCommunicationMechanismDescription\000",
25693                   0,
25694               };
25695               
25696 mike  1.1.2.4 static MetaProperty
25697 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism =
25698               {
25699                   /* flags */
25700 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
25701 mike  1.1.2.1     /* name */
25702                   "CommunicationMechanism",
25703                   /* qualifiers */
25704                   _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism_qualifiers,
25705                   /* type */
25706                   CIMTYPE_UINT16,
25707                   /* subscript */
25708                   -1,
25709                   /* value */
25710                   0,
25711               };
25712               
25713               static const char*
25714               _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription_qualifiers[] =
25715               {
25716                   /* ModelCorrespondence */
25717                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.CommunicationMechanism\000",
25718                   0,
25719               };
25720               
25721 mike  1.1.2.4 static MetaProperty
25722 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription =
25723               {
25724                   /* flags */
25725 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
25726 mike  1.1.2.1     /* name */
25727                   "OtherCommunicationMechanismDescription",
25728                   /* qualifiers */
25729                   _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription_qualifiers,
25730                   /* type */
25731                   CIMTYPE_STRING,
25732                   /* subscript */
25733                   -1,
25734                   /* value */
25735                   0,
25736               };
25737               
25738               static const char*
25739               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported_qualifiers[] =
25740               {
25741 mike  1.1.2.3     /* Required */
25742                   "\050\001",
25743 mike  1.1.2.1     /* ValueMap */
25744                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
25745                   /* Values */
25746                   "\062\000\012Unknown\000Other\000Basic Read\000Basic Write\000Schema Manipulation\000Instance Manipulation\000Association Traversal\000Query Execution\000Qualifier Declaration\000Indications\000",
25747                   /* ArrayType */
25748                   "\005Indexed",
25749                   /* ModelCorrespondence */
25750                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.FunctionalProfileDescriptions\000",
25751                   0,
25752               };
25753               
25754 mike  1.1.2.4 static MetaProperty
25755 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported =
25756               {
25757                   /* flags */
25758 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
25759 mike  1.1.2.1     /* name */
25760                   "FunctionalProfilesSupported",
25761                   /* qualifiers */
25762                   _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported_qualifiers,
25763                   /* type */
25764                   CIMTYPE_UINT16,
25765                   /* subscript */
25766                   0,
25767                   /* value */
25768                   0,
25769               };
25770               
25771               static const char*
25772               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions_qualifiers[] =
25773               {
25774                   /* ArrayType */
25775                   "\005Indexed",
25776                   /* ModelCorrespondence */
25777                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.FunctionalProfilesSupported\000",
25778                   0,
25779               };
25780 mike  1.1.2.1 
25781 mike  1.1.2.4 static MetaProperty
25782 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions =
25783               {
25784                   /* flags */
25785 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
25786 mike  1.1.2.1     /* name */
25787                   "FunctionalProfileDescriptions",
25788                   /* qualifiers */
25789                   _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions_qualifiers,
25790                   /* type */
25791                   CIMTYPE_STRING,
25792                   /* subscript */
25793                   0,
25794                   /* value */
25795                   0,
25796               };
25797               
25798               static const char*
25799               _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported_qualifiers[] =
25800               {
25801 mike  1.1.2.3     /* Required */
25802                   "\050\001",
25803 mike  1.1.2.1     0,
25804               };
25805               
25806 mike  1.1.2.4 static MetaProperty
25807 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported =
25808               {
25809                   /* flags */
25810 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
25811 mike  1.1.2.1     /* name */
25812                   "MultipleOperationsSupported",
25813                   /* qualifiers */
25814                   _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported_qualifiers,
25815                   /* type */
25816                   CIMTYPE_BOOLEAN,
25817                   /* subscript */
25818                   -1,
25819                   /* value */
25820                   0,
25821               };
25822               
25823               static const char*
25824               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported_qualifiers[] =
25825               {
25826 mike  1.1.2.3     /* Required */
25827                   "\050\001",
25828 mike  1.1.2.1     /* ValueMap */
25829                   "\061\000\0050\0001\0002\0003\0004\000",
25830                   /* Values */
25831                   "\062\000\005Unknown\000Other\000None\000Basic\000Digest\000",
25832                   /* ArrayType */
25833                   "\005Indexed",
25834                   /* ModelCorrespondence */
25835                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AuthenticationMechanismDescriptions\000",
25836                   0,
25837               };
25838               
25839 mike  1.1.2.4 static MetaProperty
25840 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported =
25841               {
25842                   /* flags */
25843 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
25844 mike  1.1.2.1     /* name */
25845                   "AuthenticationMechanismsSupported",
25846                   /* qualifiers */
25847                   _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported_qualifiers,
25848                   /* type */
25849                   CIMTYPE_UINT16,
25850                   /* subscript */
25851                   0,
25852                   /* value */
25853                   0,
25854               };
25855               
25856               static const char*
25857               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions_qualifiers[] =
25858               {
25859                   /* ArrayType */
25860                   "\005Indexed",
25861                   /* ModelCorrespondence */
25862                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AuthenticationMechanismsSupported\000",
25863                   0,
25864               };
25865 mike  1.1.2.1 
25866 mike  1.1.2.4 static MetaProperty
25867 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions =
25868               {
25869                   /* flags */
25870 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
25871 mike  1.1.2.1     /* name */
25872                   "AuthenticationMechanismDescriptions",
25873                   /* qualifiers */
25874                   _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions_qualifiers,
25875                   /* type */
25876                   CIMTYPE_STRING,
25877                   /* subscript */
25878                   0,
25879                   /* value */
25880                   0,
25881               };
25882               
25883               static const char*
25884               _CIM_ObjectManagerCommunicationMechanism_Version_qualifiers[] =
25885               {
25886 mike  1.1.2.3     /* Required */
25887                   "\050\001",
25888 mike  1.1.2.1     0,
25889               };
25890               
25891 mike  1.1.2.4 static MetaProperty
25892 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_Version =
25893               {
25894                   /* flags */
25895 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
25896 mike  1.1.2.1     /* name */
25897                   "Version",
25898                   /* qualifiers */
25899                   _CIM_ObjectManagerCommunicationMechanism_Version_qualifiers,
25900                   /* type */
25901                   CIMTYPE_STRING,
25902                   /* subscript */
25903                   -1,
25904                   /* value */
25905                   0,
25906               };
25907               
25908               static const char*
25909               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes_qualifiers[] =
25910               {
25911 mike  1.1.2.3     /* Required */
25912                   "\050\001",
25913 mike  1.1.2.1     /* ValueMap */
25914                   "\061\000\0031\0002\0003\000",
25915                   /* Values */
25916                   "\062\000\003Other\000Not Advertised\000SLP\000",
25917                   /* ArrayType */
25918                   "\005Indexed",
25919                   /* ModelCorrespondence */
25920                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AdvertiseTypeDescriptions\000",
25921                   0,
25922               };
25923               
25924 mike  1.1.2.4 static MetaProperty
25925 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes =
25926               {
25927                   /* flags */
25928 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
25929 mike  1.1.2.1     /* name */
25930                   "AdvertiseTypes",
25931                   /* qualifiers */
25932                   _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes_qualifiers,
25933                   /* type */
25934                   CIMTYPE_UINT16,
25935                   /* subscript */
25936                   0,
25937                   /* value */
25938                   0,
25939               };
25940               
25941               static const char*
25942               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions_qualifiers[] =
25943               {
25944                   /* ArrayType */
25945                   "\005Indexed",
25946                   /* ModelCorrespondence */
25947                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AdvertiseTypes\000",
25948                   0,
25949               };
25950 mike  1.1.2.1 
25951 mike  1.1.2.4 static MetaProperty
25952 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions =
25953               {
25954                   /* flags */
25955 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
25956 mike  1.1.2.1     /* name */
25957                   "AdvertiseTypeDescriptions",
25958                   /* qualifiers */
25959                   _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions_qualifiers,
25960                   /* type */
25961                   CIMTYPE_STRING,
25962                   /* subscript */
25963                   0,
25964                   /* value */
25965                   0,
25966               };
25967               
25968 mike  1.1.2.4 static MetaFeature*
25969 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_features[] =
25970               {
25971 mike  1.1.2.4     (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism,
25972                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription,
25973                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported,
25974                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions,
25975                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported,
25976                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported,
25977                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions,
25978                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_Version,
25979                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes,
25980                   (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions,
25981 mike  1.1.2.1     0,
25982               };
25983               
25984               static const char*
25985               __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism_qualifiers[] =
25986               {
25987                   /* UMLPackagePath */
25988                   "\057CIM::Interop",
25989                   /* Version */
25990                   "\0632.13.0",
25991                   0,
25992               };
25993               
25994 mike  1.1.2.4 MetaClass
25995 mike  1.1.2.1 __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism =
25996               {
25997                   /* flags */
25998 mike  1.1.2.4     META_FLAG_CLASS,
25999 mike  1.1.2.1     /* name */
26000                   "CIM_ObjectManagerCommunicationMechanism",
26001                   /* qualifiers */
26002                   __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism_qualifiers,
26003 mike  1.1.2.2     /* super */
26004 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
26005                   /* features */
26006                   _CIM_ObjectManagerCommunicationMechanism_features,
26007               };
26008               
26009               //==============================================================================
26010               //
26011               // Class: CIM_ProtocolAdapter
26012               //
26013               //==============================================================================
26014               
26015               static const char*
26016               _CIM_ProtocolAdapter_Name_qualifiers[] =
26017               {
26018                   /* Deprecated */
26019                   "\013\000\001CIM_ObjectManagerAdapter.Name\000",
26020                   /* Override */
26021                   "\044Name",
26022                   0,
26023               };
26024               
26025 mike  1.1.2.4 static MetaProperty
26026 mike  1.1.2.1 _CIM_ProtocolAdapter_Name =
26027               {
26028                   /* flags */
26029 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
26030 mike  1.1.2.1     /* name */
26031                   "Name",
26032                   /* qualifiers */
26033                   _CIM_ProtocolAdapter_Name_qualifiers,
26034                   /* type */
26035                   CIMTYPE_STRING,
26036                   /* subscript */
26037                   -1,
26038                   /* value */
26039                   0,
26040               };
26041               
26042               static const char*
26043               _CIM_ProtocolAdapter_Handle_qualifiers[] =
26044               {
26045                   /* Deprecated */
26046                   "\013\000\001CIM_ObjectManagerAdapter.Handle\000",
26047 mike  1.1.2.3     /* Required */
26048                   "\050\001",
26049 mike  1.1.2.1     0,
26050               };
26051               
26052 mike  1.1.2.4 static MetaProperty
26053 mike  1.1.2.1 _CIM_ProtocolAdapter_Handle =
26054               {
26055                   /* flags */
26056 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
26057 mike  1.1.2.1     /* name */
26058                   "Handle",
26059                   /* qualifiers */
26060                   _CIM_ProtocolAdapter_Handle_qualifiers,
26061                   /* type */
26062                   CIMTYPE_STRING,
26063                   /* subscript */
26064                   -1,
26065                   /* value */
26066                   0,
26067               };
26068               
26069               static const char*
26070               _CIM_ProtocolAdapter_ProtocolAdapterType_qualifiers[] =
26071               {
26072                   /* Deprecated */
26073                   "\013\000\001CIM_ObjectManagerAdapter.AdapterType\000",
26074 mike  1.1.2.3     /* Required */
26075                   "\050\001",
26076 mike  1.1.2.1     /* ValueMap */
26077                   "\061\000\0031\0002\0003\000",
26078                   /* Values */
26079                   "\062\000\003Other\000Client\000Provider\000",
26080                   /* ModelCorrespondence */
26081                   "\036\000\001CIM_ProtocolAdapter.OtherProtocolAdapterType\000",
26082                   0,
26083               };
26084               
26085 mike  1.1.2.4 static MetaProperty
26086 mike  1.1.2.1 _CIM_ProtocolAdapter_ProtocolAdapterType =
26087               {
26088                   /* flags */
26089 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
26090 mike  1.1.2.1     /* name */
26091                   "ProtocolAdapterType",
26092                   /* qualifiers */
26093                   _CIM_ProtocolAdapter_ProtocolAdapterType_qualifiers,
26094                   /* type */
26095                   CIMTYPE_UINT16,
26096                   /* subscript */
26097                   -1,
26098                   /* value */
26099                   0,
26100               };
26101               
26102               static const char*
26103               _CIM_ProtocolAdapter_OtherProtocolAdapterType_qualifiers[] =
26104               {
26105                   /* Deprecated */
26106                   "\013\000\001CIM_ObjectManagerAdapter.OtherAdapterTypeDescription\000",
26107                   /* ModelCorrespondence */
26108                   "\036\000\001CIM_ProtocolAdapter.ProtocolAdapterType\000",
26109                   0,
26110               };
26111 mike  1.1.2.1 
26112 mike  1.1.2.4 static MetaProperty
26113 mike  1.1.2.1 _CIM_ProtocolAdapter_OtherProtocolAdapterType =
26114               {
26115                   /* flags */
26116 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
26117 mike  1.1.2.1     /* name */
26118                   "OtherProtocolAdapterType",
26119                   /* qualifiers */
26120                   _CIM_ProtocolAdapter_OtherProtocolAdapterType_qualifiers,
26121                   /* type */
26122                   CIMTYPE_STRING,
26123                   /* subscript */
26124                   -1,
26125                   /* value */
26126                   0,
26127               };
26128               
26129 mike  1.1.2.4 static MetaFeature*
26130 mike  1.1.2.1 _CIM_ProtocolAdapter_features[] =
26131               {
26132 mike  1.1.2.4     (MetaFeature*)&_CIM_ProtocolAdapter_Name,
26133                   (MetaFeature*)&_CIM_ProtocolAdapter_Handle,
26134                   (MetaFeature*)&_CIM_ProtocolAdapter_ProtocolAdapterType,
26135                   (MetaFeature*)&_CIM_ProtocolAdapter_OtherProtocolAdapterType,
26136 mike  1.1.2.1     0,
26137               };
26138               
26139               static const char*
26140               __root_PG_InterOp_CIM_ProtocolAdapter_qualifiers[] =
26141               {
26142                   /* Deprecated */
26143                   "\013\000\001CIM_ObjectManagerAdapter\000",
26144                   /* UMLPackagePath */
26145                   "\057CIM::Interop",
26146                   /* Version */
26147                   "\0632.8.0",
26148                   0,
26149               };
26150               
26151 mike  1.1.2.4 MetaClass
26152 mike  1.1.2.1 __root_PG_InterOp_CIM_ProtocolAdapter =
26153               {
26154                   /* flags */
26155 mike  1.1.2.4     META_FLAG_CLASS,
26156 mike  1.1.2.1     /* name */
26157                   "CIM_ProtocolAdapter",
26158                   /* qualifiers */
26159                   __root_PG_InterOp_CIM_ProtocolAdapter_qualifiers,
26160 mike  1.1.2.2     /* super */
26161 mike  1.1.2.1     &__root_PG_InterOp_CIM_WBEMService,
26162                   /* features */
26163                   _CIM_ProtocolAdapter_features,
26164               };
26165               
26166               //==============================================================================
26167               //
26168               // Class: CIM_CIMXMLCommunicationMechanism
26169               //
26170               //==============================================================================
26171               
26172               static const char*
26173               _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism_qualifiers[] =
26174               {
26175 mike  1.1.2.3     /* Required */
26176                   "\050\001",
26177 mike  1.1.2.1     /* Override */
26178                   "\044CommunicationMechanism",
26179                   /* ValueMap */
26180                   "\061\000\0012\000",
26181                   /* Values */
26182                   "\062\000\001CIM-XML\000",
26183                   0,
26184               };
26185               
26186 mike  1.1.2.4 static MetaProperty
26187 mike  1.1.2.1 _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism =
26188               {
26189                   /* flags */
26190 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
26191 mike  1.1.2.1     /* name */
26192                   "CommunicationMechanism",
26193                   /* qualifiers */
26194                   _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism_qualifiers,
26195                   /* type */
26196                   CIMTYPE_UINT16,
26197                   /* subscript */
26198                   -1,
26199                   /* value */
26200                   "\000\002",
26201               };
26202               
26203               static const char*
26204               _CIM_CIMXMLCommunicationMechanism_Version_qualifiers[] =
26205               {
26206 mike  1.1.2.3     /* Required */
26207                   "\050\001",
26208 mike  1.1.2.1     /* Override */
26209                   "\044Version",
26210                   /* ValueMap */
26211                   "\061\000\0031.0\0001.1\0001.2\000",
26212                   0,
26213               };
26214               
26215 mike  1.1.2.4 static MetaProperty
26216 mike  1.1.2.1 _CIM_CIMXMLCommunicationMechanism_Version =
26217               {
26218                   /* flags */
26219 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
26220 mike  1.1.2.1     /* name */
26221                   "Version",
26222                   /* qualifiers */
26223                   _CIM_CIMXMLCommunicationMechanism_Version_qualifiers,
26224                   /* type */
26225                   CIMTYPE_STRING,
26226                   /* subscript */
26227                   -1,
26228                   /* value */
26229                   0,
26230               };
26231               
26232               static const char*
26233               _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion_qualifiers[] =
26234               {
26235                   /* Deprecated */
26236                   "\013\000\001CIM_CIMXMLCommunicationMechanism.Version\000",
26237 mike  1.1.2.3     /* Required */
26238                   "\050\001",
26239 mike  1.1.2.1     /* ValueMap */
26240                   "\061\000\0020\0001\000",
26241                   /* Values */
26242                   "\062\000\002Unknown\0001.0\000",
26243                   0,
26244               };
26245               
26246 mike  1.1.2.4 static MetaProperty
26247 mike  1.1.2.1 _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion =
26248               {
26249                   /* flags */
26250 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
26251 mike  1.1.2.1     /* name */
26252                   "CIMXMLProtocolVersion",
26253                   /* qualifiers */
26254                   _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion_qualifiers,
26255                   /* type */
26256                   CIMTYPE_UINT16,
26257                   /* subscript */
26258                   -1,
26259                   /* value */
26260                   0,
26261               };
26262               
26263               static const char*
26264               _CIM_CIMXMLCommunicationMechanism_CIMValidated_qualifiers[] =
26265               {
26266 mike  1.1.2.3     /* Required */
26267                   "\050\001",
26268 mike  1.1.2.1     0,
26269               };
26270               
26271 mike  1.1.2.4 static MetaProperty
26272 mike  1.1.2.1 _CIM_CIMXMLCommunicationMechanism_CIMValidated =
26273               {
26274                   /* flags */
26275 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
26276 mike  1.1.2.1     /* name */
26277                   "CIMValidated",
26278                   /* qualifiers */
26279                   _CIM_CIMXMLCommunicationMechanism_CIMValidated_qualifiers,
26280                   /* type */
26281                   CIMTYPE_BOOLEAN,
26282                   /* subscript */
26283                   -1,
26284                   /* value */
26285                   0,
26286               };
26287               
26288 mike  1.1.2.4 static MetaFeature*
26289 mike  1.1.2.1 _CIM_CIMXMLCommunicationMechanism_features[] =
26290               {
26291 mike  1.1.2.4     (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_CommunicationMechanism,
26292                   (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_Version,
26293                   (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion,
26294                   (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMValidated,
26295 mike  1.1.2.1     0,
26296               };
26297               
26298               static const char*
26299               __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism_qualifiers[] =
26300               {
26301                   /* UMLPackagePath */
26302                   "\057CIM::Interop",
26303                   /* Version */
26304                   "\0632.8.0",
26305                   0,
26306               };
26307               
26308 mike  1.1.2.4 MetaClass
26309 mike  1.1.2.1 __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism =
26310               {
26311                   /* flags */
26312 mike  1.1.2.4     META_FLAG_CLASS,
26313 mike  1.1.2.1     /* name */
26314                   "CIM_CIMXMLCommunicationMechanism",
26315                   /* qualifiers */
26316                   __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism_qualifiers,
26317 mike  1.1.2.2     /* super */
26318 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
26319                   /* features */
26320                   _CIM_CIMXMLCommunicationMechanism_features,
26321               };
26322               
26323               //==============================================================================
26324               //
26325               // Class: CIM_CommMechanismForAdapter
26326               //
26327               //==============================================================================
26328               
26329               static const char*
26330               _CIM_CommMechanismForAdapter_Antecedent_qualifiers[] =
26331               {
26332                   /* Deprecated */
26333                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter.Antecedent\000",
26334                   /* Override */
26335                   "\044Antecedent",
26336                   0,
26337               };
26338               
26339 mike  1.1.2.4 static MetaReference
26340 mike  1.1.2.1 _CIM_CommMechanismForAdapter_Antecedent =
26341               {
26342                   /* flags */
26343 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
26344 mike  1.1.2.1     /* name */
26345                   "Antecedent",
26346                   /* qualifiers */
26347                   _CIM_CommMechanismForAdapter_Antecedent_qualifiers,
26348                   /* subscript */
26349                   -1,
26350 mike  1.1.2.2     /* refId */
26351 mike  1.1.2.1     &__root_PG_InterOp_CIM_ProtocolAdapter,
26352               };
26353               
26354               static const char*
26355               _CIM_CommMechanismForAdapter_Dependent_qualifiers[] =
26356               {
26357                   /* Deprecated */
26358                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter.Dependent\000",
26359                   /* Override */
26360                   "\044Dependent",
26361                   /* Min */
26362                   "\033\000\000\000\001",
26363                   0,
26364               };
26365               
26366 mike  1.1.2.4 static MetaReference
26367 mike  1.1.2.1 _CIM_CommMechanismForAdapter_Dependent =
26368               {
26369                   /* flags */
26370 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
26371 mike  1.1.2.1     /* name */
26372                   "Dependent",
26373                   /* qualifiers */
26374                   _CIM_CommMechanismForAdapter_Dependent_qualifiers,
26375                   /* subscript */
26376                   -1,
26377 mike  1.1.2.2     /* refId */
26378 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
26379               };
26380               
26381 mike  1.1.2.4 static MetaFeature*
26382 mike  1.1.2.1 _CIM_CommMechanismForAdapter_features[] =
26383               {
26384 mike  1.1.2.4     (MetaFeature*)&_CIM_CommMechanismForAdapter_Antecedent,
26385                   (MetaFeature*)&_CIM_CommMechanismForAdapter_Dependent,
26386 mike  1.1.2.1     0,
26387               };
26388               
26389               static const char*
26390               __root_PG_InterOp_CIM_CommMechanismForAdapter_qualifiers[] =
26391               {
26392 mike  1.1.2.3     /* ASSOCIATION */
26393                   "\000\001",
26394 mike  1.1.2.1     /* Deprecated */
26395                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter\000",
26396                   /* UMLPackagePath */
26397                   "\057CIM::Interop",
26398                   /* Version */
26399                   "\0632.8.0",
26400                   0,
26401               };
26402               
26403 mike  1.1.2.4 MetaClass
26404 mike  1.1.2.1 __root_PG_InterOp_CIM_CommMechanismForAdapter =
26405               {
26406                   /* flags */
26407 mike  1.1.2.4     META_FLAG_ASSOCIATION,
26408 mike  1.1.2.1     /* name */
26409                   "CIM_CommMechanismForAdapter",
26410                   /* qualifiers */
26411                   __root_PG_InterOp_CIM_CommMechanismForAdapter_qualifiers,
26412 mike  1.1.2.2     /* super */
26413 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
26414                   /* features */
26415                   _CIM_CommMechanismForAdapter_features,
26416               };
26417               
26418               //==============================================================================
26419               //
26420               // Class: CIM_CommMechanismForManager
26421               //
26422               //==============================================================================
26423               
26424               static const char*
26425               _CIM_CommMechanismForManager_Antecedent_qualifiers[] =
26426               {
26427                   /* Override */
26428                   "\044Antecedent",
26429                   /* Min */
26430                   "\033\000\000\000\001",
26431                   /* Max */
26432                   "\027\000\000\000\001",
26433                   0,
26434 mike  1.1.2.1 };
26435               
26436 mike  1.1.2.4 static MetaReference
26437 mike  1.1.2.1 _CIM_CommMechanismForManager_Antecedent =
26438               {
26439                   /* flags */
26440 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
26441 mike  1.1.2.1     /* name */
26442                   "Antecedent",
26443                   /* qualifiers */
26444                   _CIM_CommMechanismForManager_Antecedent_qualifiers,
26445                   /* subscript */
26446                   -1,
26447 mike  1.1.2.2     /* refId */
26448 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManager,
26449               };
26450               
26451               static const char*
26452               _CIM_CommMechanismForManager_Dependent_qualifiers[] =
26453               {
26454                   /* Override */
26455                   "\044Dependent",
26456                   /* Min */
26457                   "\033\000\000\000\001",
26458                   0,
26459               };
26460               
26461 mike  1.1.2.4 static MetaReference
26462 mike  1.1.2.1 _CIM_CommMechanismForManager_Dependent =
26463               {
26464                   /* flags */
26465 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
26466 mike  1.1.2.1     /* name */
26467                   "Dependent",
26468                   /* qualifiers */
26469                   _CIM_CommMechanismForManager_Dependent_qualifiers,
26470                   /* subscript */
26471                   -1,
26472 mike  1.1.2.2     /* refId */
26473 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
26474               };
26475               
26476 mike  1.1.2.4 static MetaFeature*
26477 mike  1.1.2.1 _CIM_CommMechanismForManager_features[] =
26478               {
26479 mike  1.1.2.4     (MetaFeature*)&_CIM_CommMechanismForManager_Antecedent,
26480                   (MetaFeature*)&_CIM_CommMechanismForManager_Dependent,
26481 mike  1.1.2.1     0,
26482               };
26483               
26484               static const char*
26485               __root_PG_InterOp_CIM_CommMechanismForManager_qualifiers[] =
26486               {
26487 mike  1.1.2.3     /* ASSOCIATION */
26488                   "\000\001",
26489 mike  1.1.2.1     /* UMLPackagePath */
26490                   "\057CIM::Interop",
26491                   /* Version */
26492                   "\0632.6.0",
26493                   0,
26494               };
26495               
26496 mike  1.1.2.4 MetaClass
26497 mike  1.1.2.1 __root_PG_InterOp_CIM_CommMechanismForManager =
26498               {
26499                   /* flags */
26500 mike  1.1.2.4     META_FLAG_ASSOCIATION,
26501 mike  1.1.2.1     /* name */
26502                   "CIM_CommMechanismForManager",
26503                   /* qualifiers */
26504                   __root_PG_InterOp_CIM_CommMechanismForManager_qualifiers,
26505 mike  1.1.2.2     /* super */
26506 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessBySAP,
26507                   /* features */
26508                   _CIM_CommMechanismForManager_features,
26509               };
26510               
26511               //==============================================================================
26512               //
26513               // Class: CIM_CommMechanismForObjectManagerAdapter
26514               //
26515               //==============================================================================
26516               
26517               static const char*
26518               _CIM_CommMechanismForObjectManagerAdapter_Antecedent_qualifiers[] =
26519               {
26520                   /* Override */
26521                   "\044Antecedent",
26522                   0,
26523               };
26524               
26525 mike  1.1.2.4 static MetaReference
26526 mike  1.1.2.1 _CIM_CommMechanismForObjectManagerAdapter_Antecedent =
26527               {
26528                   /* flags */
26529 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
26530 mike  1.1.2.1     /* name */
26531                   "Antecedent",
26532                   /* qualifiers */
26533                   _CIM_CommMechanismForObjectManagerAdapter_Antecedent_qualifiers,
26534                   /* subscript */
26535                   -1,
26536 mike  1.1.2.2     /* refId */
26537 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManagerAdapter,
26538               };
26539               
26540               static const char*
26541               _CIM_CommMechanismForObjectManagerAdapter_Dependent_qualifiers[] =
26542               {
26543                   /* Override */
26544                   "\044Dependent",
26545                   /* Min */
26546                   "\033\000\000\000\001",
26547                   0,
26548               };
26549               
26550 mike  1.1.2.4 static MetaReference
26551 mike  1.1.2.1 _CIM_CommMechanismForObjectManagerAdapter_Dependent =
26552               {
26553                   /* flags */
26554 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
26555 mike  1.1.2.1     /* name */
26556                   "Dependent",
26557                   /* qualifiers */
26558                   _CIM_CommMechanismForObjectManagerAdapter_Dependent_qualifiers,
26559                   /* subscript */
26560                   -1,
26561 mike  1.1.2.2     /* refId */
26562 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
26563               };
26564               
26565 mike  1.1.2.4 static MetaFeature*
26566 mike  1.1.2.1 _CIM_CommMechanismForObjectManagerAdapter_features[] =
26567               {
26568 mike  1.1.2.4     (MetaFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Antecedent,
26569                   (MetaFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Dependent,
26570 mike  1.1.2.1     0,
26571               };
26572               
26573               static const char*
26574               __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter_qualifiers[] =
26575               {
26576 mike  1.1.2.3     /* ASSOCIATION */
26577                   "\000\001",
26578 mike  1.1.2.1     /* UMLPackagePath */
26579                   "\057CIM::Interop",
26580                   /* Version */
26581                   "\0632.8.0",
26582                   0,
26583               };
26584               
26585 mike  1.1.2.4 MetaClass
26586 mike  1.1.2.1 __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter =
26587               {
26588                   /* flags */
26589 mike  1.1.2.4     META_FLAG_ASSOCIATION,
26590 mike  1.1.2.1     /* name */
26591                   "CIM_CommMechanismForObjectManagerAdapter",
26592                   /* qualifiers */
26593                   __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter_qualifiers,
26594 mike  1.1.2.2     /* super */
26595 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
26596                   /* features */
26597                   _CIM_CommMechanismForObjectManagerAdapter_features,
26598               };
26599               
26600               //==============================================================================
26601               //
26602               // Class: CIM_NamespaceInManager
26603               //
26604               //==============================================================================
26605               
26606               static const char*
26607               _CIM_NamespaceInManager_Antecedent_qualifiers[] =
26608               {
26609                   /* Override */
26610                   "\044Antecedent",
26611                   /* Min */
26612                   "\033\000\000\000\001",
26613                   /* Max */
26614                   "\027\000\000\000\001",
26615                   0,
26616 mike  1.1.2.1 };
26617               
26618 mike  1.1.2.4 static MetaReference
26619 mike  1.1.2.1 _CIM_NamespaceInManager_Antecedent =
26620               {
26621                   /* flags */
26622 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ,
26623 mike  1.1.2.1     /* name */
26624                   "Antecedent",
26625                   /* qualifiers */
26626                   _CIM_NamespaceInManager_Antecedent_qualifiers,
26627                   /* subscript */
26628                   -1,
26629 mike  1.1.2.2     /* refId */
26630 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManager,
26631               };
26632               
26633               static const char*
26634               _CIM_NamespaceInManager_Dependent_qualifiers[] =
26635               {
26636                   /* Override */
26637                   "\044Dependent",
26638 mike  1.1.2.3     /* Weak */
26639                   "\064\001",
26640 mike  1.1.2.1     0,
26641               };
26642               
26643 mike  1.1.2.4 static MetaReference
26644 mike  1.1.2.1 _CIM_NamespaceInManager_Dependent =
26645               {
26646                   /* flags */
26647 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
26648 mike  1.1.2.1     /* name */
26649                   "Dependent",
26650                   /* qualifiers */
26651                   _CIM_NamespaceInManager_Dependent_qualifiers,
26652                   /* subscript */
26653                   -1,
26654 mike  1.1.2.2     /* refId */
26655 mike  1.1.2.1     &__root_PG_InterOp_CIM_Namespace,
26656               };
26657               
26658 mike  1.1.2.4 static MetaFeature*
26659 mike  1.1.2.1 _CIM_NamespaceInManager_features[] =
26660               {
26661 mike  1.1.2.4     (MetaFeature*)&_CIM_NamespaceInManager_Antecedent,
26662                   (MetaFeature*)&_CIM_NamespaceInManager_Dependent,
26663 mike  1.1.2.1     0,
26664               };
26665               
26666               static const char*
26667               __root_PG_InterOp_CIM_NamespaceInManager_qualifiers[] =
26668               {
26669 mike  1.1.2.3     /* ASSOCIATION */
26670                   "\000\001",
26671 mike  1.1.2.1     /* UMLPackagePath */
26672                   "\057CIM::Interop",
26673                   /* Version */
26674                   "\0632.7.0",
26675                   0,
26676               };
26677               
26678 mike  1.1.2.4 MetaClass
26679 mike  1.1.2.1 __root_PG_InterOp_CIM_NamespaceInManager =
26680               {
26681                   /* flags */
26682 mike  1.1.2.4     META_FLAG_ASSOCIATION,
26683 mike  1.1.2.1     /* name */
26684                   "CIM_NamespaceInManager",
26685                   /* qualifiers */
26686                   __root_PG_InterOp_CIM_NamespaceInManager_qualifiers,
26687 mike  1.1.2.2     /* super */
26688 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedDependency,
26689                   /* features */
26690                   _CIM_NamespaceInManager_features,
26691               };
26692               
26693               //==============================================================================
26694               //
26695               // Class: PG_IndicationHandlerSNMPMapper
26696               //
26697               //==============================================================================
26698               
26699               static const char*
26700               _PG_IndicationHandlerSNMPMapper_TargetHost_qualifiers[] =
26701               {
26702 mike  1.1.2.3     /* Required */
26703                   "\050\001",
26704 mike  1.1.2.1     0,
26705               };
26706               
26707 mike  1.1.2.4 static MetaProperty
26708 mike  1.1.2.1 _PG_IndicationHandlerSNMPMapper_TargetHost =
26709               {
26710                   /* flags */
26711 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
26712 mike  1.1.2.1     /* name */
26713                   "TargetHost",
26714                   /* qualifiers */
26715                   _PG_IndicationHandlerSNMPMapper_TargetHost_qualifiers,
26716                   /* type */
26717                   CIMTYPE_STRING,
26718                   /* subscript */
26719                   -1,
26720                   /* value */
26721                   0,
26722               };
26723               
26724               static const char*
26725               _PG_IndicationHandlerSNMPMapper_TargetHostFormat_qualifiers[] =
26726               {
26727 mike  1.1.2.3     /* Required */
26728                   "\050\001",
26729 mike  1.1.2.1     /* ValueMap */
26730                   "\061\000\0051\0002\0003\0004\0005..65535\000",
26731                   /* Values */
26732                   "\062\000\005Other\000Host Name\000IPV4 Address\000IPV6 Address\000Pegasus Reserved\000",
26733                   /* ModelCorrespondence */
26734                   "\036\000\001PG_IndicationHandlerSNMPMapper.OtherTargetHostFormat\000",
26735                   0,
26736               };
26737               
26738 mike  1.1.2.4 static MetaProperty
26739 mike  1.1.2.1 _PG_IndicationHandlerSNMPMapper_TargetHostFormat =
26740               {
26741                   /* flags */
26742 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
26743 mike  1.1.2.1     /* name */
26744                   "TargetHostFormat",
26745                   /* qualifiers */
26746                   _PG_IndicationHandlerSNMPMapper_TargetHostFormat_qualifiers,
26747                   /* type */
26748                   CIMTYPE_UINT16,
26749                   /* subscript */
26750                   -1,
26751                   /* value */
26752                   0,
26753               };
26754               
26755               static const char*
26756               _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat_qualifiers[] =
26757               {
26758                   /* ModelCorrespondence */
26759                   "\036\000\001PG_IndicationHandlerSNMPMapper.TargetHostFormat\000",
26760                   0,
26761               };
26762               
26763 mike  1.1.2.4 static MetaProperty
26764 mike  1.1.2.1 _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat =
26765               {
26766                   /* flags */
26767 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
26768 mike  1.1.2.1     /* name */
26769                   "OtherTargetHostFormat",
26770                   /* qualifiers */
26771                   _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat_qualifiers,
26772                   /* type */
26773                   CIMTYPE_STRING,
26774                   /* subscript */
26775                   -1,
26776                   /* value */
26777                   0,
26778               };
26779               
26780               static const char*
26781               _PG_IndicationHandlerSNMPMapper_PortNumber_qualifiers[] =
26782               {
26783                   0,
26784               };
26785               
26786 mike  1.1.2.4 static MetaProperty
26787 mike  1.1.2.1 _PG_IndicationHandlerSNMPMapper_PortNumber =
26788               {
26789                   /* flags */
26790 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
26791 mike  1.1.2.1     /* name */
26792                   "PortNumber",
26793                   /* qualifiers */
26794                   _PG_IndicationHandlerSNMPMapper_PortNumber_qualifiers,
26795                   /* type */
26796                   CIMTYPE_UINT32,
26797                   /* subscript */
26798                   -1,
26799                   /* value */
26800                   "\000\000\000\242",
26801               };
26802               
26803               static const char*
26804               _PG_IndicationHandlerSNMPMapper_SNMPVersion_qualifiers[] =
26805               {
26806 mike  1.1.2.3     /* Required */
26807                   "\050\001",
26808 mike  1.1.2.1     /* ValueMap */
26809                   "\061\000\0062\0003\0004\0005\0006\0007..65535\000",
26810                   /* Values */
26811                   "\062\000\006SNMPv1 Trap\000SNMPv2C Trap\000SNMPv2C Inform\000SNMPv3 Trap\000SNMPv3 Inform\000Pegasus Reserved\000",
26812                   0,
26813               };
26814               
26815 mike  1.1.2.4 static MetaProperty
26816 mike  1.1.2.1 _PG_IndicationHandlerSNMPMapper_SNMPVersion =
26817               {
26818                   /* flags */
26819 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
26820 mike  1.1.2.1     /* name */
26821                   "SNMPVersion",
26822                   /* qualifiers */
26823                   _PG_IndicationHandlerSNMPMapper_SNMPVersion_qualifiers,
26824                   /* type */
26825                   CIMTYPE_UINT16,
26826                   /* subscript */
26827                   -1,
26828                   /* value */
26829                   0,
26830               };
26831               
26832               static const char*
26833               _PG_IndicationHandlerSNMPMapper_SNMPSecurityName_qualifiers[] =
26834               {
26835                   /* ModelCorrespondence */
26836                   "\036\000\001PG_IndicationHandlerSNMPMapper.SNMPVersion\000",
26837                   0,
26838               };
26839               
26840 mike  1.1.2.4 static MetaProperty
26841 mike  1.1.2.1 _PG_IndicationHandlerSNMPMapper_SNMPSecurityName =
26842               {
26843                   /* flags */
26844 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
26845 mike  1.1.2.1     /* name */
26846                   "SNMPSecurityName",
26847                   /* qualifiers */
26848                   _PG_IndicationHandlerSNMPMapper_SNMPSecurityName_qualifiers,
26849                   /* type */
26850                   CIMTYPE_STRING,
26851                   /* subscript */
26852                   -1,
26853                   /* value */
26854                   0,
26855               };
26856               
26857               static const char*
26858               _PG_IndicationHandlerSNMPMapper_SNMPEngineID_qualifiers[] =
26859               {
26860                   0,
26861               };
26862               
26863 mike  1.1.2.4 static MetaProperty
26864 mike  1.1.2.1 _PG_IndicationHandlerSNMPMapper_SNMPEngineID =
26865               {
26866                   /* flags */
26867 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
26868 mike  1.1.2.1     /* name */
26869                   "SNMPEngineID",
26870                   /* qualifiers */
26871                   _PG_IndicationHandlerSNMPMapper_SNMPEngineID_qualifiers,
26872                   /* type */
26873                   CIMTYPE_STRING,
26874                   /* subscript */
26875                   -1,
26876                   /* value */
26877                   0,
26878               };
26879               
26880 mike  1.1.2.4 static MetaFeature*
26881 mike  1.1.2.1 _PG_IndicationHandlerSNMPMapper_features[] =
26882               {
26883 mike  1.1.2.4     (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHost,
26884                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHostFormat,
26885                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat,
26886                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_PortNumber,
26887                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPVersion,
26888                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPSecurityName,
26889                   (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPEngineID,
26890 mike  1.1.2.1     0,
26891               };
26892               
26893               static const char*
26894               __root_PG_InterOp_PG_IndicationHandlerSNMPMapper_qualifiers[] =
26895               {
26896                   0,
26897               };
26898               
26899 mike  1.1.2.4 MetaClass
26900 mike  1.1.2.1 __root_PG_InterOp_PG_IndicationHandlerSNMPMapper =
26901               {
26902                   /* flags */
26903 mike  1.1.2.4     META_FLAG_CLASS,
26904 mike  1.1.2.1     /* name */
26905                   "PG_IndicationHandlerSNMPMapper",
26906                   /* qualifiers */
26907                   __root_PG_InterOp_PG_IndicationHandlerSNMPMapper_qualifiers,
26908 mike  1.1.2.2     /* super */
26909 mike  1.1.2.1     &__root_PG_InterOp_CIM_IndicationHandler,
26910                   /* features */
26911                   _PG_IndicationHandlerSNMPMapper_features,
26912               };
26913               
26914               //==============================================================================
26915               //
26916               // Class: PG_ListenerDestinationSystemLog
26917               //
26918               //==============================================================================
26919               
26920 mike  1.1.2.4 static MetaFeature*
26921 mike  1.1.2.1 _PG_ListenerDestinationSystemLog_features[] =
26922               {
26923                   0,
26924               };
26925               
26926               static const char*
26927               __root_PG_InterOp_PG_ListenerDestinationSystemLog_qualifiers[] =
26928               {
26929                   0,
26930               };
26931               
26932 mike  1.1.2.4 MetaClass
26933 mike  1.1.2.1 __root_PG_InterOp_PG_ListenerDestinationSystemLog =
26934               {
26935                   /* flags */
26936 mike  1.1.2.4     META_FLAG_CLASS,
26937 mike  1.1.2.1     /* name */
26938                   "PG_ListenerDestinationSystemLog",
26939                   /* qualifiers */
26940                   __root_PG_InterOp_PG_ListenerDestinationSystemLog_qualifiers,
26941 mike  1.1.2.2     /* super */
26942 mike  1.1.2.1     &__root_PG_InterOp_CIM_ListenerDestination,
26943                   /* features */
26944                   _PG_ListenerDestinationSystemLog_features,
26945               };
26946               
26947               //==============================================================================
26948               //
26949               // Class: PG_ListenerDestinationEmail
26950               //
26951               //==============================================================================
26952               
26953               static const char*
26954               _PG_ListenerDestinationEmail_MailTo_qualifiers[] =
26955               {
26956 mike  1.1.2.3     /* Required */
26957                   "\050\001",
26958 mike  1.1.2.1     0,
26959               };
26960               
26961 mike  1.1.2.4 static MetaProperty
26962 mike  1.1.2.1 _PG_ListenerDestinationEmail_MailTo =
26963               {
26964                   /* flags */
26965 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
26966 mike  1.1.2.1     /* name */
26967                   "MailTo",
26968                   /* qualifiers */
26969                   _PG_ListenerDestinationEmail_MailTo_qualifiers,
26970                   /* type */
26971                   CIMTYPE_STRING,
26972                   /* subscript */
26973                   0,
26974                   /* value */
26975                   0,
26976               };
26977               
26978               static const char*
26979               _PG_ListenerDestinationEmail_MailCc_qualifiers[] =
26980               {
26981                   0,
26982               };
26983               
26984 mike  1.1.2.4 static MetaProperty
26985 mike  1.1.2.1 _PG_ListenerDestinationEmail_MailCc =
26986               {
26987                   /* flags */
26988 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
26989 mike  1.1.2.1     /* name */
26990                   "MailCc",
26991                   /* qualifiers */
26992                   _PG_ListenerDestinationEmail_MailCc_qualifiers,
26993                   /* type */
26994                   CIMTYPE_STRING,
26995                   /* subscript */
26996                   0,
26997                   /* value */
26998                   0,
26999               };
27000               
27001               static const char*
27002               _PG_ListenerDestinationEmail_MailSubject_qualifiers[] =
27003               {
27004 mike  1.1.2.3     /* Required */
27005                   "\050\001",
27006 mike  1.1.2.1     0,
27007               };
27008               
27009 mike  1.1.2.4 static MetaProperty
27010 mike  1.1.2.1 _PG_ListenerDestinationEmail_MailSubject =
27011               {
27012                   /* flags */
27013 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
27014 mike  1.1.2.1     /* name */
27015                   "MailSubject",
27016                   /* qualifiers */
27017                   _PG_ListenerDestinationEmail_MailSubject_qualifiers,
27018                   /* type */
27019                   CIMTYPE_STRING,
27020                   /* subscript */
27021                   -1,
27022                   /* value */
27023                   0,
27024               };
27025               
27026 mike  1.1.2.4 static MetaFeature*
27027 mike  1.1.2.1 _PG_ListenerDestinationEmail_features[] =
27028               {
27029 mike  1.1.2.4     (MetaFeature*)&_PG_ListenerDestinationEmail_MailTo,
27030                   (MetaFeature*)&_PG_ListenerDestinationEmail_MailCc,
27031                   (MetaFeature*)&_PG_ListenerDestinationEmail_MailSubject,
27032 mike  1.1.2.1     0,
27033               };
27034               
27035               static const char*
27036               __root_PG_InterOp_PG_ListenerDestinationEmail_qualifiers[] =
27037               {
27038                   0,
27039               };
27040               
27041 mike  1.1.2.4 MetaClass
27042 mike  1.1.2.1 __root_PG_InterOp_PG_ListenerDestinationEmail =
27043               {
27044                   /* flags */
27045 mike  1.1.2.4     META_FLAG_CLASS,
27046 mike  1.1.2.1     /* name */
27047                   "PG_ListenerDestinationEmail",
27048                   /* qualifiers */
27049                   __root_PG_InterOp_PG_ListenerDestinationEmail_qualifiers,
27050 mike  1.1.2.2     /* super */
27051 mike  1.1.2.1     &__root_PG_InterOp_CIM_ListenerDestination,
27052                   /* features */
27053                   _PG_ListenerDestinationEmail_features,
27054               };
27055               
27056               //==============================================================================
27057               //
27058               // Class: PG_ProviderModule
27059               //
27060               //==============================================================================
27061               
27062               static const char*
27063               _PG_ProviderModule_Name_qualifiers[] =
27064               {
27065 mike  1.1.2.3     /* Key */
27066                   "\025\001",
27067 mike  1.1.2.1     /* Override */
27068                   "\044Name",
27069                   0,
27070               };
27071               
27072 mike  1.1.2.4 static MetaProperty
27073 mike  1.1.2.1 _PG_ProviderModule_Name =
27074               {
27075                   /* flags */
27076 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
27077 mike  1.1.2.1     /* name */
27078                   "Name",
27079                   /* qualifiers */
27080                   _PG_ProviderModule_Name_qualifiers,
27081                   /* type */
27082                   CIMTYPE_STRING,
27083                   /* subscript */
27084                   -1,
27085                   /* value */
27086                   0,
27087               };
27088               
27089               static const char*
27090               _PG_ProviderModule_Vendor_qualifiers[] =
27091               {
27092 mike  1.1.2.3     /* Required */
27093                   "\050\001",
27094 mike  1.1.2.1     0,
27095               };
27096               
27097 mike  1.1.2.4 static MetaProperty
27098 mike  1.1.2.1 _PG_ProviderModule_Vendor =
27099               {
27100                   /* flags */
27101 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
27102 mike  1.1.2.1     /* name */
27103                   "Vendor",
27104                   /* qualifiers */
27105                   _PG_ProviderModule_Vendor_qualifiers,
27106                   /* type */
27107                   CIMTYPE_STRING,
27108                   /* subscript */
27109                   -1,
27110                   /* value */
27111                   0,
27112               };
27113               
27114               static const char*
27115               _PG_ProviderModule_Version_qualifiers[] =
27116               {
27117 mike  1.1.2.3     /* Required */
27118                   "\050\001",
27119 mike  1.1.2.1     0,
27120               };
27121               
27122 mike  1.1.2.4 static MetaProperty
27123 mike  1.1.2.1 _PG_ProviderModule_Version =
27124               {
27125                   /* flags */
27126 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
27127 mike  1.1.2.1     /* name */
27128                   "Version",
27129                   /* qualifiers */
27130                   _PG_ProviderModule_Version_qualifiers,
27131                   /* type */
27132                   CIMTYPE_STRING,
27133                   /* subscript */
27134                   -1,
27135                   /* value */
27136                   0,
27137               };
27138               
27139               static const char*
27140               _PG_ProviderModule_InterfaceType_qualifiers[] =
27141               {
27142 mike  1.1.2.3     /* Required */
27143                   "\050\001",
27144 mike  1.1.2.1     0,
27145               };
27146               
27147 mike  1.1.2.4 static MetaProperty
27148 mike  1.1.2.1 _PG_ProviderModule_InterfaceType =
27149               {
27150                   /* flags */
27151 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
27152 mike  1.1.2.1     /* name */
27153                   "InterfaceType",
27154                   /* qualifiers */
27155                   _PG_ProviderModule_InterfaceType_qualifiers,
27156                   /* type */
27157                   CIMTYPE_STRING,
27158                   /* subscript */
27159                   -1,
27160                   /* value */
27161                   0,
27162               };
27163               
27164               static const char*
27165               _PG_ProviderModule_InterfaceVersion_qualifiers[] =
27166               {
27167 mike  1.1.2.3     /* Required */
27168                   "\050\001",
27169 mike  1.1.2.1     0,
27170               };
27171               
27172 mike  1.1.2.4 static MetaProperty
27173 mike  1.1.2.1 _PG_ProviderModule_InterfaceVersion =
27174               {
27175                   /* flags */
27176 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
27177 mike  1.1.2.1     /* name */
27178                   "InterfaceVersion",
27179                   /* qualifiers */
27180                   _PG_ProviderModule_InterfaceVersion_qualifiers,
27181                   /* type */
27182                   CIMTYPE_STRING,
27183                   /* subscript */
27184                   -1,
27185                   /* value */
27186                   0,
27187               };
27188               
27189               static const char*
27190               _PG_ProviderModule_Location_qualifiers[] =
27191               {
27192 mike  1.1.2.3     /* Required */
27193                   "\050\001",
27194 mike  1.1.2.1     0,
27195               };
27196               
27197 mike  1.1.2.4 static MetaProperty
27198 mike  1.1.2.1 _PG_ProviderModule_Location =
27199               {
27200                   /* flags */
27201 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
27202 mike  1.1.2.1     /* name */
27203                   "Location",
27204                   /* qualifiers */
27205                   _PG_ProviderModule_Location_qualifiers,
27206                   /* type */
27207                   CIMTYPE_STRING,
27208                   /* subscript */
27209                   -1,
27210                   /* value */
27211                   0,
27212               };
27213               
27214               static const char*
27215               _PG_ProviderModule_UserContext_qualifiers[] =
27216               {
27217                   /* ValueMap */
27218                   "\061\000\0042\0003\0004\0005\000",
27219                   /* Values */
27220                   "\062\000\004Requestor\000Designated User\000Privileged User\000CIM Server\000",
27221                   0,
27222               };
27223 mike  1.1.2.1 
27224 mike  1.1.2.4 static MetaProperty
27225 mike  1.1.2.1 _PG_ProviderModule_UserContext =
27226               {
27227                   /* flags */
27228 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
27229 mike  1.1.2.1     /* name */
27230                   "UserContext",
27231                   /* qualifiers */
27232                   _PG_ProviderModule_UserContext_qualifiers,
27233                   /* type */
27234                   CIMTYPE_UINT16,
27235                   /* subscript */
27236                   -1,
27237                   /* value */
27238                   0,
27239               };
27240               
27241               static const char*
27242               _PG_ProviderModule_DesignatedUserContext_qualifiers[] =
27243               {
27244                   0,
27245               };
27246               
27247 mike  1.1.2.4 static MetaProperty
27248 mike  1.1.2.1 _PG_ProviderModule_DesignatedUserContext =
27249               {
27250                   /* flags */
27251 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
27252 mike  1.1.2.1     /* name */
27253                   "DesignatedUserContext",
27254                   /* qualifiers */
27255                   _PG_ProviderModule_DesignatedUserContext_qualifiers,
27256                   /* type */
27257                   CIMTYPE_STRING,
27258                   /* subscript */
27259                   -1,
27260                   /* value */
27261                   0,
27262               };
27263               
27264               static const char*
27265               _PG_ProviderModule_OperationalStatus_qualifiers[] =
27266               {
27267                   /* ValueMap */
27268                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000",
27269                   /* Values */
27270                   "\062\000\016Unknown\000Other\000OK\000Degraded\000Stressed\000Predictive Failure\000Error\000Non-Recoverable Error\000Starting\000Stopping\000Stopped\000In Service\000No Contact\000Lost Communication\000",
27271                   /* ModelCorrespondence */
27272                   "\036\000\001CIM_ManagedSystemElement.OtherStatusDescription\000",
27273 mike  1.1.2.1     0,
27274               };
27275               
27276 mike  1.1.2.4 static MetaProperty
27277 mike  1.1.2.1 _PG_ProviderModule_OperationalStatus =
27278               {
27279                   /* flags */
27280 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
27281 mike  1.1.2.1     /* name */
27282                   "OperationalStatus",
27283                   /* qualifiers */
27284                   _PG_ProviderModule_OperationalStatus_qualifiers,
27285                   /* type */
27286                   CIMTYPE_UINT16,
27287                   /* subscript */
27288                   0,
27289                   /* value */
27290                   0,
27291               };
27292               
27293               static const char*
27294               _PG_ProviderModule_OtherStatusDescription_qualifiers[] =
27295               {
27296                   /* ModelCorrespondence */
27297                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
27298                   0,
27299               };
27300               
27301 mike  1.1.2.4 static MetaProperty
27302 mike  1.1.2.1 _PG_ProviderModule_OtherStatusDescription =
27303               {
27304                   /* flags */
27305 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
27306 mike  1.1.2.1     /* name */
27307                   "OtherStatusDescription",
27308                   /* qualifiers */
27309                   _PG_ProviderModule_OtherStatusDescription_qualifiers,
27310                   /* type */
27311                   CIMTYPE_STRING,
27312                   /* subscript */
27313                   -1,
27314                   /* value */
27315                   0,
27316               };
27317               
27318 mike  1.1.2.4 static MetaFeature*
27319 mike  1.1.2.1 _PG_ProviderModule_start_parameters[] =
27320               {
27321                   0,
27322               };
27323               
27324               static const char*
27325               _PG_ProviderModule_start_qualifiers[] =
27326               {
27327                   0,
27328               };
27329               
27330 mike  1.1.2.4 static MetaMethod
27331 mike  1.1.2.1 _PG_ProviderModule_start =
27332               {
27333                   /* flags */
27334 mike  1.1.2.4     META_FLAG_METHOD,
27335 mike  1.1.2.1     /* name */
27336                   "PG_ProviderModule",
27337                   /* qualifiers */
27338                   _PG_ProviderModule_start_qualifiers,
27339                   /* type */
27340                   CIMTYPE_UINT32,
27341                   /* parameters */
27342                   _PG_ProviderModule_start_parameters,
27343               };
27344               
27345 mike  1.1.2.4 static MetaFeature*
27346 mike  1.1.2.1 _PG_ProviderModule_stop_parameters[] =
27347               {
27348                   0,
27349               };
27350               
27351               static const char*
27352               _PG_ProviderModule_stop_qualifiers[] =
27353               {
27354                   0,
27355               };
27356               
27357 mike  1.1.2.4 static MetaMethod
27358 mike  1.1.2.1 _PG_ProviderModule_stop =
27359               {
27360                   /* flags */
27361 mike  1.1.2.4     META_FLAG_METHOD,
27362 mike  1.1.2.1     /* name */
27363                   "PG_ProviderModule",
27364                   /* qualifiers */
27365                   _PG_ProviderModule_stop_qualifiers,
27366                   /* type */
27367                   CIMTYPE_UINT32,
27368                   /* parameters */
27369                   _PG_ProviderModule_stop_parameters,
27370               };
27371               
27372 mike  1.1.2.4 static MetaFeature*
27373 mike  1.1.2.1 _PG_ProviderModule_features[] =
27374               {
27375 mike  1.1.2.4     (MetaFeature*)&_PG_ProviderModule_Name,
27376                   (MetaFeature*)&_PG_ProviderModule_Vendor,
27377                   (MetaFeature*)&_PG_ProviderModule_Version,
27378                   (MetaFeature*)&_PG_ProviderModule_InterfaceType,
27379                   (MetaFeature*)&_PG_ProviderModule_InterfaceVersion,
27380                   (MetaFeature*)&_PG_ProviderModule_Location,
27381                   (MetaFeature*)&_PG_ProviderModule_UserContext,
27382                   (MetaFeature*)&_PG_ProviderModule_DesignatedUserContext,
27383                   (MetaFeature*)&_PG_ProviderModule_OperationalStatus,
27384                   (MetaFeature*)&_PG_ProviderModule_OtherStatusDescription,
27385                   (MetaFeature*)&_PG_ProviderModule_start,
27386                   (MetaFeature*)&_PG_ProviderModule_stop,
27387 mike  1.1.2.1     0,
27388               };
27389               
27390               static const char*
27391               __root_PG_InterOp_PG_ProviderModule_qualifiers[] =
27392               {
27393                   /* Version */
27394                   "\0632.5.0",
27395                   0,
27396               };
27397               
27398 mike  1.1.2.4 MetaClass
27399 mike  1.1.2.1 __root_PG_InterOp_PG_ProviderModule =
27400               {
27401                   /* flags */
27402 mike  1.1.2.4     META_FLAG_CLASS,
27403 mike  1.1.2.1     /* name */
27404                   "PG_ProviderModule",
27405                   /* qualifiers */
27406                   __root_PG_InterOp_PG_ProviderModule_qualifiers,
27407 mike  1.1.2.2     /* super */
27408 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalElement,
27409                   /* features */
27410                   _PG_ProviderModule_features,
27411               };
27412               
27413               //==============================================================================
27414               //
27415               // Class: PG_Provider
27416               //
27417               //==============================================================================
27418               
27419               static const char*
27420               _PG_Provider_ProviderModuleName_qualifiers[] =
27421               {
27422 mike  1.1.2.3     /* Key */
27423                   "\025\001",
27424 mike  1.1.2.1     /* Propagated */
27425                   "\045PG_ProviderModule.Name",
27426                   0,
27427               };
27428               
27429 mike  1.1.2.4 static MetaProperty
27430 mike  1.1.2.1 _PG_Provider_ProviderModuleName =
27431               {
27432                   /* flags */
27433 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
27434 mike  1.1.2.1     /* name */
27435                   "ProviderModuleName",
27436                   /* qualifiers */
27437                   _PG_Provider_ProviderModuleName_qualifiers,
27438                   /* type */
27439                   CIMTYPE_STRING,
27440                   /* subscript */
27441                   -1,
27442                   /* value */
27443                   0,
27444               };
27445               
27446               static const char*
27447               _PG_Provider_Name_qualifiers[] =
27448               {
27449 mike  1.1.2.3     /* Key */
27450                   "\025\001",
27451 mike  1.1.2.1     /* Override */
27452                   "\044Name",
27453                   0,
27454               };
27455               
27456 mike  1.1.2.4 static MetaProperty
27457 mike  1.1.2.1 _PG_Provider_Name =
27458               {
27459                   /* flags */
27460 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
27461 mike  1.1.2.1     /* name */
27462                   "Name",
27463                   /* qualifiers */
27464                   _PG_Provider_Name_qualifiers,
27465                   /* type */
27466                   CIMTYPE_STRING,
27467                   /* subscript */
27468                   -1,
27469                   /* value */
27470                   0,
27471               };
27472               
27473 mike  1.1.2.4 static MetaFeature*
27474 mike  1.1.2.1 _PG_Provider_features[] =
27475               {
27476 mike  1.1.2.4     (MetaFeature*)&_PG_Provider_ProviderModuleName,
27477                   (MetaFeature*)&_PG_Provider_Name,
27478 mike  1.1.2.1     0,
27479               };
27480               
27481               static const char*
27482               __root_PG_InterOp_PG_Provider_qualifiers[] =
27483               {
27484                   /* Version */
27485                   "\0632.2.0",
27486                   0,
27487               };
27488               
27489 mike  1.1.2.4 MetaClass
27490 mike  1.1.2.1 __root_PG_InterOp_PG_Provider =
27491               {
27492                   /* flags */
27493 mike  1.1.2.4     META_FLAG_CLASS,
27494 mike  1.1.2.1     /* name */
27495                   "PG_Provider",
27496                   /* qualifiers */
27497                   __root_PG_InterOp_PG_Provider_qualifiers,
27498 mike  1.1.2.2     /* super */
27499 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalElement,
27500                   /* features */
27501                   _PG_Provider_features,
27502               };
27503               
27504               //==============================================================================
27505               //
27506               // Class: PG_Capabilities
27507               //
27508               //==============================================================================
27509               
27510               static const char*
27511               _PG_Capabilities_ProviderModuleName_qualifiers[] =
27512               {
27513 mike  1.1.2.3     /* Key */
27514                   "\025\001",
27515 mike  1.1.2.1     /* Propagated */
27516                   "\045PG_Provider.ProviderModuleName",
27517                   0,
27518               };
27519               
27520 mike  1.1.2.4 static MetaProperty
27521 mike  1.1.2.1 _PG_Capabilities_ProviderModuleName =
27522               {
27523                   /* flags */
27524 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
27525 mike  1.1.2.1     /* name */
27526                   "ProviderModuleName",
27527                   /* qualifiers */
27528                   _PG_Capabilities_ProviderModuleName_qualifiers,
27529                   /* type */
27530                   CIMTYPE_STRING,
27531                   /* subscript */
27532                   -1,
27533                   /* value */
27534                   0,
27535               };
27536               
27537               static const char*
27538               _PG_Capabilities_ProviderName_qualifiers[] =
27539               {
27540 mike  1.1.2.3     /* Key */
27541                   "\025\001",
27542 mike  1.1.2.1     /* Propagated */
27543                   "\045PG_Provider.Name",
27544                   0,
27545               };
27546               
27547 mike  1.1.2.4 static MetaProperty
27548 mike  1.1.2.1 _PG_Capabilities_ProviderName =
27549               {
27550                   /* flags */
27551 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
27552 mike  1.1.2.1     /* name */
27553                   "ProviderName",
27554                   /* qualifiers */
27555                   _PG_Capabilities_ProviderName_qualifiers,
27556                   /* type */
27557                   CIMTYPE_STRING,
27558                   /* subscript */
27559                   -1,
27560                   /* value */
27561                   0,
27562               };
27563               
27564               static const char*
27565               _PG_Capabilities_CapabilityID_qualifiers[] =
27566               {
27567 mike  1.1.2.3     /* Key */
27568                   "\025\001",
27569 mike  1.1.2.1     0,
27570               };
27571               
27572 mike  1.1.2.4 static MetaProperty
27573 mike  1.1.2.1 _PG_Capabilities_CapabilityID =
27574               {
27575                   /* flags */
27576 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
27577 mike  1.1.2.1     /* name */
27578                   "CapabilityID",
27579                   /* qualifiers */
27580                   _PG_Capabilities_CapabilityID_qualifiers,
27581                   /* type */
27582                   CIMTYPE_STRING,
27583                   /* subscript */
27584                   -1,
27585                   /* value */
27586                   0,
27587               };
27588               
27589 mike  1.1.2.4 static MetaFeature*
27590 mike  1.1.2.1 _PG_Capabilities_features[] =
27591               {
27592 mike  1.1.2.4     (MetaFeature*)&_PG_Capabilities_ProviderModuleName,
27593                   (MetaFeature*)&_PG_Capabilities_ProviderName,
27594                   (MetaFeature*)&_PG_Capabilities_CapabilityID,
27595 mike  1.1.2.1     0,
27596               };
27597               
27598               static const char*
27599               __root_PG_InterOp_PG_Capabilities_qualifiers[] =
27600               {
27601 mike  1.1.2.3     /* Abstract */
27602                   "\002\001",
27603 mike  1.1.2.1     /* Version */
27604                   "\0632.6.0",
27605                   0,
27606               };
27607               
27608 mike  1.1.2.4 MetaClass
27609 mike  1.1.2.1 __root_PG_InterOp_PG_Capabilities =
27610               {
27611                   /* flags */
27612 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
27613 mike  1.1.2.1     /* name */
27614                   "PG_Capabilities",
27615                   /* qualifiers */
27616                   __root_PG_InterOp_PG_Capabilities_qualifiers,
27617 mike  1.1.2.2     /* super */
27618 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
27619                   /* features */
27620                   _PG_Capabilities_features,
27621               };
27622               
27623               //==============================================================================
27624               //
27625               // Class: PG_CapabilitiesRegistration
27626               //
27627               //==============================================================================
27628               
27629               static const char*
27630               _PG_CapabilitiesRegistration_ProviderType_qualifiers[] =
27631               {
27632 mike  1.1.2.3     /* Required */
27633                   "\050\001",
27634 mike  1.1.2.1     /* ArrayType */
27635                   "\005Indexed",
27636                   /* ValueMap */
27637                   "\061\000\0062\0003\0004\0005\0006\0007\000",
27638                   /* Values */
27639                   "\062\000\006Instance\000Association\000Indication\000Method\000IndicationConsumer\000InstanceQuery\000",
27640                   0,
27641               };
27642               
27643 mike  1.1.2.4 static MetaProperty
27644 mike  1.1.2.1 _PG_CapabilitiesRegistration_ProviderType =
27645               {
27646                   /* flags */
27647 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
27648 mike  1.1.2.1     /* name */
27649                   "ProviderType",
27650                   /* qualifiers */
27651                   _PG_CapabilitiesRegistration_ProviderType_qualifiers,
27652                   /* type */
27653                   CIMTYPE_UINT16,
27654                   /* subscript */
27655                   0,
27656                   /* value */
27657                   0,
27658               };
27659               
27660 mike  1.1.2.4 static MetaFeature*
27661 mike  1.1.2.1 _PG_CapabilitiesRegistration_features[] =
27662               {
27663 mike  1.1.2.4     (MetaFeature*)&_PG_CapabilitiesRegistration_ProviderType,
27664 mike  1.1.2.1     0,
27665               };
27666               
27667               static const char*
27668               __root_PG_InterOp_PG_CapabilitiesRegistration_qualifiers[] =
27669               {
27670 mike  1.1.2.3     /* Abstract */
27671                   "\002\001",
27672 mike  1.1.2.1     /* Version */
27673                   "\0632.6.0",
27674                   0,
27675               };
27676               
27677 mike  1.1.2.4 MetaClass
27678 mike  1.1.2.1 __root_PG_InterOp_PG_CapabilitiesRegistration =
27679               {
27680                   /* flags */
27681 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
27682 mike  1.1.2.1     /* name */
27683                   "PG_CapabilitiesRegistration",
27684                   /* qualifiers */
27685                   __root_PG_InterOp_PG_CapabilitiesRegistration_qualifiers,
27686 mike  1.1.2.2     /* super */
27687 mike  1.1.2.1     &__root_PG_InterOp_PG_Capabilities,
27688                   /* features */
27689                   _PG_CapabilitiesRegistration_features,
27690               };
27691               
27692               //==============================================================================
27693               //
27694               // Class: PG_ProviderCapabilities
27695               //
27696               //==============================================================================
27697               
27698               static const char*
27699               _PG_ProviderCapabilities_ClassName_qualifiers[] =
27700               {
27701 mike  1.1.2.3     /* Required */
27702                   "\050\001",
27703 mike  1.1.2.1     0,
27704               };
27705               
27706 mike  1.1.2.4 static MetaProperty
27707 mike  1.1.2.1 _PG_ProviderCapabilities_ClassName =
27708               {
27709                   /* flags */
27710 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
27711 mike  1.1.2.1     /* name */
27712                   "ClassName",
27713                   /* qualifiers */
27714                   _PG_ProviderCapabilities_ClassName_qualifiers,
27715                   /* type */
27716                   CIMTYPE_STRING,
27717                   /* subscript */
27718                   -1,
27719                   /* value */
27720                   0,
27721               };
27722               
27723               static const char*
27724               _PG_ProviderCapabilities_Namespaces_qualifiers[] =
27725               {
27726 mike  1.1.2.3     /* Required */
27727                   "\050\001",
27728 mike  1.1.2.1     0,
27729               };
27730               
27731 mike  1.1.2.4 static MetaProperty
27732 mike  1.1.2.1 _PG_ProviderCapabilities_Namespaces =
27733               {
27734                   /* flags */
27735 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
27736 mike  1.1.2.1     /* name */
27737                   "Namespaces",
27738                   /* qualifiers */
27739                   _PG_ProviderCapabilities_Namespaces_qualifiers,
27740                   /* type */
27741                   CIMTYPE_STRING,
27742                   /* subscript */
27743                   0,
27744                   /* value */
27745                   0,
27746               };
27747               
27748               static const char*
27749               _PG_ProviderCapabilities_SupportedProperties_qualifiers[] =
27750               {
27751                   /* ModelCorrespondence */
27752                   "\036\000\001PG_ProviderCapabilities.ClassName\000",
27753                   0,
27754               };
27755               
27756 mike  1.1.2.4 static MetaProperty
27757 mike  1.1.2.1 _PG_ProviderCapabilities_SupportedProperties =
27758               {
27759                   /* flags */
27760 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
27761 mike  1.1.2.1     /* name */
27762                   "SupportedProperties",
27763                   /* qualifiers */
27764                   _PG_ProviderCapabilities_SupportedProperties_qualifiers,
27765                   /* type */
27766                   CIMTYPE_STRING,
27767                   /* subscript */
27768                   0,
27769                   /* value */
27770                   0,
27771               };
27772               
27773               static const char*
27774               _PG_ProviderCapabilities_SupportedMethods_qualifiers[] =
27775               {
27776                   /* ModelCorrespondence */
27777                   "\036\000\001PG_ProviderCapabilities.ClassName \000",
27778                   0,
27779               };
27780               
27781 mike  1.1.2.4 static MetaProperty
27782 mike  1.1.2.1 _PG_ProviderCapabilities_SupportedMethods =
27783               {
27784                   /* flags */
27785 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
27786 mike  1.1.2.1     /* name */
27787                   "SupportedMethods",
27788                   /* qualifiers */
27789                   _PG_ProviderCapabilities_SupportedMethods_qualifiers,
27790                   /* type */
27791                   CIMTYPE_STRING,
27792                   /* subscript */
27793                   0,
27794                   /* value */
27795                   0,
27796               };
27797               
27798 mike  1.1.2.4 static MetaFeature*
27799 mike  1.1.2.1 _PG_ProviderCapabilities_features[] =
27800               {
27801 mike  1.1.2.4     (MetaFeature*)&_PG_ProviderCapabilities_ClassName,
27802                   (MetaFeature*)&_PG_ProviderCapabilities_Namespaces,
27803                   (MetaFeature*)&_PG_ProviderCapabilities_SupportedProperties,
27804                   (MetaFeature*)&_PG_ProviderCapabilities_SupportedMethods,
27805 mike  1.1.2.1     0,
27806               };
27807               
27808               static const char*
27809               __root_PG_InterOp_PG_ProviderCapabilities_qualifiers[] =
27810               {
27811                   /* Version */
27812                   "\0632.3.0",
27813                   0,
27814               };
27815               
27816 mike  1.1.2.4 MetaClass
27817 mike  1.1.2.1 __root_PG_InterOp_PG_ProviderCapabilities =
27818               {
27819                   /* flags */
27820 mike  1.1.2.4     META_FLAG_CLASS,
27821 mike  1.1.2.1     /* name */
27822                   "PG_ProviderCapabilities",
27823                   /* qualifiers */
27824                   __root_PG_InterOp_PG_ProviderCapabilities_qualifiers,
27825 mike  1.1.2.2     /* super */
27826 mike  1.1.2.1     &__root_PG_InterOp_PG_CapabilitiesRegistration,
27827                   /* features */
27828                   _PG_ProviderCapabilities_features,
27829               };
27830               
27831               //==============================================================================
27832               //
27833               // Class: PG_ConsumerCapabilities
27834               //
27835               //==============================================================================
27836               
27837               static const char*
27838               _PG_ConsumerCapabilities_Destinations_qualifiers[] =
27839               {
27840 mike  1.1.2.3     /* Required */
27841                   "\050\001",
27842 mike  1.1.2.1     0,
27843               };
27844               
27845 mike  1.1.2.4 static MetaProperty
27846 mike  1.1.2.1 _PG_ConsumerCapabilities_Destinations =
27847               {
27848                   /* flags */
27849 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
27850 mike  1.1.2.1     /* name */
27851                   "Destinations",
27852                   /* qualifiers */
27853                   _PG_ConsumerCapabilities_Destinations_qualifiers,
27854                   /* type */
27855                   CIMTYPE_STRING,
27856                   /* subscript */
27857                   0,
27858                   /* value */
27859                   0,
27860               };
27861               
27862 mike  1.1.2.4 static MetaFeature*
27863 mike  1.1.2.1 _PG_ConsumerCapabilities_features[] =
27864               {
27865 mike  1.1.2.4     (MetaFeature*)&_PG_ConsumerCapabilities_Destinations,
27866 mike  1.1.2.1     0,
27867               };
27868               
27869               static const char*
27870               __root_PG_InterOp_PG_ConsumerCapabilities_qualifiers[] =
27871               {
27872                   /* Version */
27873                   "\0632.3.0",
27874                   0,
27875               };
27876               
27877 mike  1.1.2.4 MetaClass
27878 mike  1.1.2.1 __root_PG_InterOp_PG_ConsumerCapabilities =
27879               {
27880                   /* flags */
27881 mike  1.1.2.4     META_FLAG_CLASS,
27882 mike  1.1.2.1     /* name */
27883                   "PG_ConsumerCapabilities",
27884                   /* qualifiers */
27885                   __root_PG_InterOp_PG_ConsumerCapabilities_qualifiers,
27886 mike  1.1.2.2     /* super */
27887 mike  1.1.2.1     &__root_PG_InterOp_PG_CapabilitiesRegistration,
27888                   /* features */
27889                   _PG_ConsumerCapabilities_features,
27890               };
27891               
27892               //==============================================================================
27893               //
27894               // Class: PG_ProviderCapabilitiesElements
27895               //
27896               //==============================================================================
27897               
27898               static const char*
27899               _PG_ProviderCapabilitiesElements_Antecedent_qualifiers[] =
27900               {
27901 mike  1.1.2.3     /* Key */
27902                   "\025\001",
27903 mike  1.1.2.1     /* Override */
27904                   "\044Antecedent",
27905                   /* Min */
27906                   "\033\000\000\000\001",
27907                   /* Max */
27908                   "\027\000\000\000\001",
27909                   0,
27910               };
27911               
27912 mike  1.1.2.4 static MetaReference
27913 mike  1.1.2.1 _PG_ProviderCapabilitiesElements_Antecedent =
27914               {
27915                   /* flags */
27916 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
27917 mike  1.1.2.1     /* name */
27918                   "Antecedent",
27919                   /* qualifiers */
27920                   _PG_ProviderCapabilitiesElements_Antecedent_qualifiers,
27921                   /* subscript */
27922                   -1,
27923 mike  1.1.2.2     /* refId */
27924 mike  1.1.2.1     &__root_PG_InterOp_PG_Provider,
27925               };
27926               
27927               static const char*
27928               _PG_ProviderCapabilitiesElements_Dependent_qualifiers[] =
27929               {
27930                   /* Override */
27931                   "\044Dependent",
27932 mike  1.1.2.3     /* Weak */
27933                   "\064\001",
27934 mike  1.1.2.1     0,
27935               };
27936               
27937 mike  1.1.2.4 static MetaReference
27938 mike  1.1.2.1 _PG_ProviderCapabilitiesElements_Dependent =
27939               {
27940                   /* flags */
27941 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
27942 mike  1.1.2.1     /* name */
27943                   "Dependent",
27944                   /* qualifiers */
27945                   _PG_ProviderCapabilitiesElements_Dependent_qualifiers,
27946                   /* subscript */
27947                   -1,
27948 mike  1.1.2.2     /* refId */
27949 mike  1.1.2.1     &__root_PG_InterOp_PG_CapabilitiesRegistration,
27950               };
27951               
27952 mike  1.1.2.4 static MetaFeature*
27953 mike  1.1.2.1 _PG_ProviderCapabilitiesElements_features[] =
27954               {
27955 mike  1.1.2.4     (MetaFeature*)&_PG_ProviderCapabilitiesElements_Antecedent,
27956                   (MetaFeature*)&_PG_ProviderCapabilitiesElements_Dependent,
27957 mike  1.1.2.1     0,
27958               };
27959               
27960               static const char*
27961               __root_PG_InterOp_PG_ProviderCapabilitiesElements_qualifiers[] =
27962               {
27963 mike  1.1.2.3     /* ASSOCIATION */
27964                   "\000\001",
27965 mike  1.1.2.1     /* Version */
27966                   "\0632.4.0",
27967                   0,
27968               };
27969               
27970 mike  1.1.2.4 MetaClass
27971 mike  1.1.2.1 __root_PG_InterOp_PG_ProviderCapabilitiesElements =
27972               {
27973                   /* flags */
27974 mike  1.1.2.4     META_FLAG_ASSOCIATION,
27975 mike  1.1.2.1     /* name */
27976                   "PG_ProviderCapabilitiesElements",
27977                   /* qualifiers */
27978                   __root_PG_InterOp_PG_ProviderCapabilitiesElements_qualifiers,
27979 mike  1.1.2.2     /* super */
27980 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
27981                   /* features */
27982                   _PG_ProviderCapabilitiesElements_features,
27983               };
27984               
27985               //==============================================================================
27986               //
27987               // Class: PG_ProviderModuleElements
27988               //
27989               //==============================================================================
27990               
27991               static const char*
27992               _PG_ProviderModuleElements_Antecedent_qualifiers[] =
27993               {
27994                   /* Override */
27995                   "\044Antecedent",
27996                   /* Min */
27997                   "\033\000\000\000\001",
27998                   /* Max */
27999                   "\027\000\000\000\001",
28000 mike  1.1.2.3     /* Key */
28001                   "\025\001",
28002 mike  1.1.2.1     0,
28003               };
28004               
28005 mike  1.1.2.4 static MetaReference
28006 mike  1.1.2.1 _PG_ProviderModuleElements_Antecedent =
28007               {
28008                   /* flags */
28009 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
28010 mike  1.1.2.1     /* name */
28011                   "Antecedent",
28012                   /* qualifiers */
28013                   _PG_ProviderModuleElements_Antecedent_qualifiers,
28014                   /* subscript */
28015                   -1,
28016 mike  1.1.2.2     /* refId */
28017 mike  1.1.2.1     &__root_PG_InterOp_PG_ProviderModule,
28018               };
28019               
28020               static const char*
28021               _PG_ProviderModuleElements_Dependent_qualifiers[] =
28022               {
28023                   /* Override */
28024                   "\044Dependent",
28025 mike  1.1.2.3     /* Weak */
28026                   "\064\001",
28027 mike  1.1.2.1     0,
28028               };
28029               
28030 mike  1.1.2.4 static MetaReference
28031 mike  1.1.2.1 _PG_ProviderModuleElements_Dependent =
28032               {
28033                   /* flags */
28034 mike  1.1.2.4     META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
28035 mike  1.1.2.1     /* name */
28036                   "Dependent",
28037                   /* qualifiers */
28038                   _PG_ProviderModuleElements_Dependent_qualifiers,
28039                   /* subscript */
28040                   -1,
28041 mike  1.1.2.2     /* refId */
28042 mike  1.1.2.1     &__root_PG_InterOp_PG_Provider,
28043               };
28044               
28045 mike  1.1.2.4 static MetaFeature*
28046 mike  1.1.2.1 _PG_ProviderModuleElements_features[] =
28047               {
28048 mike  1.1.2.4     (MetaFeature*)&_PG_ProviderModuleElements_Antecedent,
28049                   (MetaFeature*)&_PG_ProviderModuleElements_Dependent,
28050 mike  1.1.2.1     0,
28051               };
28052               
28053               static const char*
28054               __root_PG_InterOp_PG_ProviderModuleElements_qualifiers[] =
28055               {
28056 mike  1.1.2.3     /* ASSOCIATION */
28057                   "\000\001",
28058 mike  1.1.2.1     /* Version */
28059                   "\0632.0.0",
28060                   0,
28061               };
28062               
28063 mike  1.1.2.4 MetaClass
28064 mike  1.1.2.1 __root_PG_InterOp_PG_ProviderModuleElements =
28065               {
28066                   /* flags */
28067 mike  1.1.2.4     META_FLAG_ASSOCIATION,
28068 mike  1.1.2.1     /* name */
28069                   "PG_ProviderModuleElements",
28070                   /* qualifiers */
28071                   __root_PG_InterOp_PG_ProviderModuleElements_qualifiers,
28072 mike  1.1.2.2     /* super */
28073 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
28074                   /* features */
28075                   _PG_ProviderModuleElements_features,
28076               };
28077               
28078               //==============================================================================
28079               //
28080               // Class: PG_CIMXMLCommunicationMechanism
28081               //
28082               //==============================================================================
28083               
28084               static const char*
28085               _PG_CIMXMLCommunicationMechanism_namespaceType_qualifiers[] =
28086               {
28087                   /* Deprecated */
28088                   "\013\000\001PG_CIMXMLCommunicationMechanism.namespaceAccessProtocol\000",
28089                   0,
28090               };
28091               
28092 mike  1.1.2.4 static MetaProperty
28093 mike  1.1.2.1 _PG_CIMXMLCommunicationMechanism_namespaceType =
28094               {
28095                   /* flags */
28096 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28097 mike  1.1.2.1     /* name */
28098                   "namespaceType",
28099                   /* qualifiers */
28100                   _PG_CIMXMLCommunicationMechanism_namespaceType_qualifiers,
28101                   /* type */
28102                   CIMTYPE_STRING,
28103                   /* subscript */
28104                   -1,
28105                   /* value */
28106                   0,
28107               };
28108               
28109               static const char*
28110               _PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol_qualifiers[] =
28111               {
28112                   /* ValueMap */
28113                   "\061\000\0040\0002\0003\0004..100\000",
28114                   /* Values */
28115                   "\062\000\004Unknown\000http\000https\000Pegasus Reserved\000",
28116                   0,
28117               };
28118 mike  1.1.2.1 
28119 mike  1.1.2.4 static MetaProperty
28120 mike  1.1.2.1 _PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol =
28121               {
28122                   /* flags */
28123 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28124 mike  1.1.2.1     /* name */
28125                   "namespaceAccessProtocol",
28126                   /* qualifiers */
28127                   _PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol_qualifiers,
28128                   /* type */
28129                   CIMTYPE_UINT16,
28130                   /* subscript */
28131                   -1,
28132                   /* value */
28133                   0,
28134               };
28135               
28136               static const char*
28137               _PG_CIMXMLCommunicationMechanism_IPAddress_qualifiers[] =
28138               {
28139                   0,
28140               };
28141               
28142 mike  1.1.2.4 static MetaProperty
28143 mike  1.1.2.1 _PG_CIMXMLCommunicationMechanism_IPAddress =
28144               {
28145                   /* flags */
28146 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28147 mike  1.1.2.1     /* name */
28148                   "IPAddress",
28149                   /* qualifiers */
28150                   _PG_CIMXMLCommunicationMechanism_IPAddress_qualifiers,
28151                   /* type */
28152                   CIMTYPE_STRING,
28153                   /* subscript */
28154                   -1,
28155                   /* value */
28156                   0,
28157               };
28158               
28159 mike  1.1.2.4 static MetaFeature*
28160 mike  1.1.2.1 _PG_CIMXMLCommunicationMechanism_features[] =
28161               {
28162 mike  1.1.2.4     (MetaFeature*)&_PG_CIMXMLCommunicationMechanism_namespaceType,
28163                   (MetaFeature*)&_PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol,
28164                   (MetaFeature*)&_PG_CIMXMLCommunicationMechanism_IPAddress,
28165 mike  1.1.2.1     0,
28166               };
28167               
28168               static const char*
28169               __root_PG_InterOp_PG_CIMXMLCommunicationMechanism_qualifiers[] =
28170               {
28171                   /* Version */
28172                   "\0632.1.0",
28173                   0,
28174               };
28175               
28176 mike  1.1.2.4 MetaClass
28177 mike  1.1.2.1 __root_PG_InterOp_PG_CIMXMLCommunicationMechanism =
28178               {
28179                   /* flags */
28180 mike  1.1.2.4     META_FLAG_CLASS,
28181 mike  1.1.2.1     /* name */
28182                   "PG_CIMXMLCommunicationMechanism",
28183                   /* qualifiers */
28184                   __root_PG_InterOp_PG_CIMXMLCommunicationMechanism_qualifiers,
28185 mike  1.1.2.2     /* super */
28186 mike  1.1.2.1     &__root_PG_InterOp_CIM_CIMXMLCommunicationMechanism,
28187                   /* features */
28188                   _PG_CIMXMLCommunicationMechanism_features,
28189               };
28190               
28191               //==============================================================================
28192               //
28193               // Class: PG_NameSpace
28194               //
28195               //==============================================================================
28196               
28197               static const char*
28198               _PG_NameSpace_SchemaUpdatesAllowed_qualifiers[] =
28199               {
28200                   0,
28201               };
28202               
28203 mike  1.1.2.4 static MetaProperty
28204 mike  1.1.2.1 _PG_NameSpace_SchemaUpdatesAllowed =
28205               {
28206                   /* flags */
28207 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28208 mike  1.1.2.1     /* name */
28209                   "SchemaUpdatesAllowed",
28210                   /* qualifiers */
28211                   _PG_NameSpace_SchemaUpdatesAllowed_qualifiers,
28212                   /* type */
28213                   CIMTYPE_BOOLEAN,
28214                   /* subscript */
28215                   -1,
28216                   /* value */
28217                   "\001",
28218               };
28219               
28220               static const char*
28221               _PG_NameSpace_IsShareable_qualifiers[] =
28222               {
28223                   0,
28224               };
28225               
28226 mike  1.1.2.4 static MetaProperty
28227 mike  1.1.2.1 _PG_NameSpace_IsShareable =
28228               {
28229                   /* flags */
28230 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28231 mike  1.1.2.1     /* name */
28232                   "IsShareable",
28233                   /* qualifiers */
28234                   _PG_NameSpace_IsShareable_qualifiers,
28235                   /* type */
28236                   CIMTYPE_BOOLEAN,
28237                   /* subscript */
28238                   -1,
28239                   /* value */
28240                   "\000",
28241               };
28242               
28243               static const char*
28244               _PG_NameSpace_ParentNamespace_qualifiers[] =
28245               {
28246                   0,
28247               };
28248               
28249 mike  1.1.2.4 static MetaProperty
28250 mike  1.1.2.1 _PG_NameSpace_ParentNamespace =
28251               {
28252                   /* flags */
28253 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28254 mike  1.1.2.1     /* name */
28255                   "ParentNamespace",
28256                   /* qualifiers */
28257                   _PG_NameSpace_ParentNamespace_qualifiers,
28258                   /* type */
28259                   CIMTYPE_STRING,
28260                   /* subscript */
28261                   -1,
28262                   /* value */
28263                   0,
28264               };
28265               
28266 mike  1.1.2.4 static MetaFeature*
28267 mike  1.1.2.1 _PG_NameSpace_features[] =
28268               {
28269 mike  1.1.2.4     (MetaFeature*)&_PG_NameSpace_SchemaUpdatesAllowed,
28270                   (MetaFeature*)&_PG_NameSpace_IsShareable,
28271                   (MetaFeature*)&_PG_NameSpace_ParentNamespace,
28272 mike  1.1.2.1     0,
28273               };
28274               
28275               static const char*
28276               __root_PG_InterOp_PG_NameSpace_qualifiers[] =
28277               {
28278                   /* Version */
28279                   "\0632.0.1",
28280                   0,
28281               };
28282               
28283 mike  1.1.2.4 MetaClass
28284 mike  1.1.2.1 __root_PG_InterOp_PG_NameSpace =
28285               {
28286                   /* flags */
28287 mike  1.1.2.4     META_FLAG_CLASS,
28288 mike  1.1.2.1     /* name */
28289                   "PG_NameSpace",
28290                   /* qualifiers */
28291                   __root_PG_InterOp_PG_NameSpace_qualifiers,
28292 mike  1.1.2.2     /* super */
28293 mike  1.1.2.1     &__root_PG_InterOp_CIM_Namespace,
28294                   /* features */
28295                   _PG_NameSpace_features,
28296               };
28297               
28298               //==============================================================================
28299               //
28300               // Class: CIM_ComputerSystem
28301               //
28302               //==============================================================================
28303               
28304               static const char*
28305               _CIM_ComputerSystem_NameFormat_qualifiers[] =
28306               {
28307                   /* Override */
28308                   "\044NameFormat",
28309                   /* ValueMap */
28310                   "\061\000\016Other\000IP\000Dial\000HID\000NWA\000HWA\000X25\000ISDN\000IPX\000DCC\000ICD\000E.164\000SNA\000OID/OSI\000",
28311                   0,
28312               };
28313               
28314 mike  1.1.2.4 static MetaProperty
28315 mike  1.1.2.1 _CIM_ComputerSystem_NameFormat =
28316               {
28317                   /* flags */
28318 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28319 mike  1.1.2.1     /* name */
28320                   "NameFormat",
28321                   /* qualifiers */
28322                   _CIM_ComputerSystem_NameFormat_qualifiers,
28323                   /* type */
28324                   CIMTYPE_STRING,
28325                   /* subscript */
28326                   -1,
28327                   /* value */
28328                   0,
28329               };
28330               
28331               static const char*
28332               _CIM_ComputerSystem_OtherIdentifyingInfo_qualifiers[] =
28333               {
28334                   /* MaxLen */
28335                   "\030\000\000\001\000",
28336                   /* ArrayType */
28337                   "\005Indexed",
28338                   /* ModelCorrespondence */
28339                   "\036\000\001CIM_ComputerSystem.IdentifyingDescriptions\000",
28340 mike  1.1.2.1     0,
28341               };
28342               
28343 mike  1.1.2.4 static MetaProperty
28344 mike  1.1.2.1 _CIM_ComputerSystem_OtherIdentifyingInfo =
28345               {
28346                   /* flags */
28347 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28348 mike  1.1.2.1     /* name */
28349                   "OtherIdentifyingInfo",
28350                   /* qualifiers */
28351                   _CIM_ComputerSystem_OtherIdentifyingInfo_qualifiers,
28352                   /* type */
28353                   CIMTYPE_STRING,
28354                   /* subscript */
28355                   0,
28356                   /* value */
28357                   0,
28358               };
28359               
28360               static const char*
28361               _CIM_ComputerSystem_IdentifyingDescriptions_qualifiers[] =
28362               {
28363                   /* ArrayType */
28364                   "\005Indexed",
28365                   /* ModelCorrespondence */
28366                   "\036\000\001CIM_ComputerSystem.OtherIdentifyingInfo\000",
28367                   0,
28368               };
28369 mike  1.1.2.1 
28370 mike  1.1.2.4 static MetaProperty
28371 mike  1.1.2.1 _CIM_ComputerSystem_IdentifyingDescriptions =
28372               {
28373                   /* flags */
28374 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28375 mike  1.1.2.1     /* name */
28376                   "IdentifyingDescriptions",
28377                   /* qualifiers */
28378                   _CIM_ComputerSystem_IdentifyingDescriptions_qualifiers,
28379                   /* type */
28380                   CIMTYPE_STRING,
28381                   /* subscript */
28382                   0,
28383                   /* value */
28384                   0,
28385               };
28386               
28387               static const char*
28388               _CIM_ComputerSystem_Dedicated_qualifiers[] =
28389               {
28390                   /* Values */
28391                   "\062\000\017Not Dedicated\000Unknown\000Other\000Storage\000Router\000Switch\000Layer 3 Switch\000Central Office Switch\000Hub\000Access Server\000Firewall\000Print\000I/O\000Web Caching\000Management\000",
28392                   0,
28393               };
28394               
28395 mike  1.1.2.4 static MetaProperty
28396 mike  1.1.2.1 _CIM_ComputerSystem_Dedicated =
28397               {
28398                   /* flags */
28399 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28400 mike  1.1.2.1     /* name */
28401                   "Dedicated",
28402                   /* qualifiers */
28403                   _CIM_ComputerSystem_Dedicated_qualifiers,
28404                   /* type */
28405                   CIMTYPE_UINT16,
28406                   /* subscript */
28407                   0,
28408                   /* value */
28409                   0,
28410               };
28411               
28412 mike  1.1.2.4 static MetaFeature*
28413 mike  1.1.2.1 _CIM_ComputerSystem_features[] =
28414               {
28415 mike  1.1.2.4     (MetaFeature*)&_CIM_ComputerSystem_NameFormat,
28416                   (MetaFeature*)&_CIM_ComputerSystem_OtherIdentifyingInfo,
28417                   (MetaFeature*)&_CIM_ComputerSystem_IdentifyingDescriptions,
28418                   (MetaFeature*)&_CIM_ComputerSystem_Dedicated,
28419 mike  1.1.2.1     0,
28420               };
28421               
28422               static const char*
28423               __root_PG_InterOp_CIM_ComputerSystem_qualifiers[] =
28424               {
28425 mike  1.1.2.3     /* Abstract */
28426                   "\002\001",
28427 mike  1.1.2.1     0,
28428               };
28429               
28430 mike  1.1.2.4 MetaClass
28431 mike  1.1.2.1 __root_PG_InterOp_CIM_ComputerSystem =
28432               {
28433                   /* flags */
28434 mike  1.1.2.4     META_FLAG_CLASS|META_FLAG_ABSTRACT,
28435 mike  1.1.2.1     /* name */
28436                   "CIM_ComputerSystem",
28437                   /* qualifiers */
28438                   __root_PG_InterOp_CIM_ComputerSystem_qualifiers,
28439 mike  1.1.2.2     /* super */
28440 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
28441                   /* features */
28442                   _CIM_ComputerSystem_features,
28443               };
28444               
28445               //==============================================================================
28446               //
28447               // Class: CIM_UnitaryComputerSystem
28448               //
28449               //==============================================================================
28450               
28451               static const char*
28452               _CIM_UnitaryComputerSystem_InitialLoadInfo_qualifiers[] =
28453               {
28454                   0,
28455               };
28456               
28457 mike  1.1.2.4 static MetaProperty
28458 mike  1.1.2.1 _CIM_UnitaryComputerSystem_InitialLoadInfo =
28459               {
28460                   /* flags */
28461 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28462 mike  1.1.2.1     /* name */
28463                   "InitialLoadInfo",
28464                   /* qualifiers */
28465                   _CIM_UnitaryComputerSystem_InitialLoadInfo_qualifiers,
28466                   /* type */
28467                   CIMTYPE_STRING,
28468                   /* subscript */
28469                   0,
28470                   /* value */
28471                   0,
28472               };
28473               
28474               static const char*
28475               _CIM_UnitaryComputerSystem_LastLoadInfo_qualifiers[] =
28476               {
28477                   /* MappingStrings */
28478                   "\026\000\003MIB.IETF|HOST-RESOURCES-MIB.hrSystemInitialLoadDevice\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemInitialLoadParameters\000MIF.DMTF|Host System|001.3\000",
28479                   0,
28480               };
28481               
28482 mike  1.1.2.4 static MetaProperty
28483 mike  1.1.2.1 _CIM_UnitaryComputerSystem_LastLoadInfo =
28484               {
28485                   /* flags */
28486 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28487 mike  1.1.2.1     /* name */
28488                   "LastLoadInfo",
28489                   /* qualifiers */
28490                   _CIM_UnitaryComputerSystem_LastLoadInfo_qualifiers,
28491                   /* type */
28492                   CIMTYPE_STRING,
28493                   /* subscript */
28494                   -1,
28495                   /* value */
28496                   0,
28497               };
28498               
28499               static const char*
28500               _CIM_UnitaryComputerSystem_PowerManagementSupported_qualifiers[] =
28501               {
28502                   0,
28503               };
28504               
28505 mike  1.1.2.4 static MetaProperty
28506 mike  1.1.2.1 _CIM_UnitaryComputerSystem_PowerManagementSupported =
28507               {
28508                   /* flags */
28509 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28510 mike  1.1.2.1     /* name */
28511                   "PowerManagementSupported",
28512                   /* qualifiers */
28513                   _CIM_UnitaryComputerSystem_PowerManagementSupported_qualifiers,
28514                   /* type */
28515                   CIMTYPE_BOOLEAN,
28516                   /* subscript */
28517                   -1,
28518                   /* value */
28519                   0,
28520               };
28521               
28522               static const char*
28523               _CIM_UnitaryComputerSystem_PowerState_qualifiers[] =
28524               {
28525                   /* Values */
28526                   "\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",
28527                   0,
28528               };
28529               
28530 mike  1.1.2.4 static MetaProperty
28531 mike  1.1.2.1 _CIM_UnitaryComputerSystem_PowerState =
28532               {
28533                   /* flags */
28534 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28535 mike  1.1.2.1     /* name */
28536                   "PowerState",
28537                   /* qualifiers */
28538                   _CIM_UnitaryComputerSystem_PowerState_qualifiers,
28539                   /* type */
28540                   CIMTYPE_UINT16,
28541                   /* subscript */
28542                   -1,
28543                   /* value */
28544                   0,
28545               };
28546               
28547               static const char*
28548               _CIM_UnitaryComputerSystem_WakeUpType_qualifiers[] =
28549               {
28550                   /* Values */
28551                   "\062\000\011Reserved\000Other\000Unknown\000APM Timer\000Modem Ring\000LAN Remote\000Power Switch\000PCI PME#\000A/C Power Restored\000",
28552                   0,
28553               };
28554               
28555 mike  1.1.2.4 static MetaProperty
28556 mike  1.1.2.1 _CIM_UnitaryComputerSystem_WakeUpType =
28557               {
28558                   /* flags */
28559 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28560 mike  1.1.2.1     /* name */
28561                   "WakeUpType",
28562                   /* qualifiers */
28563                   _CIM_UnitaryComputerSystem_WakeUpType_qualifiers,
28564                   /* type */
28565                   CIMTYPE_UINT16,
28566                   /* subscript */
28567                   -1,
28568                   /* value */
28569                   0,
28570               };
28571               
28572               static const char*
28573               _CIM_UnitaryComputerSystem_ResetCapability_qualifiers[] =
28574               {
28575                   /* ValueMap */
28576                   "\061\000\0051\0002\0003\0004\0005\000",
28577                   /* Values */
28578                   "\062\000\005Other\000Unknown\000Disabled\000Enabled\000Not Implemented\000",
28579                   /* MappingStrings */
28580                   "\026\000\001MIF.DMTF|System Hardware Security|001.4\000",
28581 mike  1.1.2.1     0,
28582               };
28583               
28584 mike  1.1.2.4 static MetaProperty
28585 mike  1.1.2.1 _CIM_UnitaryComputerSystem_ResetCapability =
28586               {
28587                   /* flags */
28588 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28589 mike  1.1.2.1     /* name */
28590                   "ResetCapability",
28591                   /* qualifiers */
28592                   _CIM_UnitaryComputerSystem_ResetCapability_qualifiers,
28593                   /* type */
28594                   CIMTYPE_UINT16,
28595                   /* subscript */
28596                   -1,
28597                   /* value */
28598                   0,
28599               };
28600               
28601               static const char*
28602               _CIM_UnitaryComputerSystem_PowerManagementCapabilities_qualifiers[] =
28603               {
28604                   /* Values */
28605                   "\062\000\010Unknown\000Not Supported\000Disabled\000Enabled\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
28606                   /* MappingStrings */
28607                   "\026\000\001MIF.DMTF|System Power Controls|001.2\000",
28608                   0,
28609               };
28610 mike  1.1.2.1 
28611 mike  1.1.2.4 static MetaProperty
28612 mike  1.1.2.1 _CIM_UnitaryComputerSystem_PowerManagementCapabilities =
28613               {
28614                   /* flags */
28615 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28616 mike  1.1.2.1     /* name */
28617                   "PowerManagementCapabilities",
28618                   /* qualifiers */
28619                   _CIM_UnitaryComputerSystem_PowerManagementCapabilities_qualifiers,
28620                   /* type */
28621                   CIMTYPE_UINT16,
28622                   /* subscript */
28623                   0,
28624                   /* value */
28625                   0,
28626               };
28627               
28628               static const char*
28629               _CIM_UnitaryComputerSystem_SetPowerState_PowerState_qualifiers[] =
28630               {
28631 mike  1.1.2.3     /* IN */
28632                   "\024\001",
28633 mike  1.1.2.1     /* ValueMap */
28634                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
28635                   /* Values */
28636                   "\062\000\010Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000Hibernate\000Soft Off\000",
28637                   0,
28638               };
28639               
28640 mike  1.1.2.4 static MetaProperty
28641 mike  1.1.2.1 _CIM_UnitaryComputerSystem_SetPowerState_PowerState =
28642               {
28643                   /* flags */
28644 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
28645 mike  1.1.2.1     /* name */
28646                   "PowerState",
28647                   /* qualifiers */
28648                   _CIM_UnitaryComputerSystem_SetPowerState_PowerState_qualifiers,
28649                   /* type */
28650                   CIMTYPE_UINT32,
28651                   /* subscript */
28652                   -1,
28653                   /* value */
28654                   0,
28655               };
28656               
28657               static const char*
28658               _CIM_UnitaryComputerSystem_SetPowerState_Time_qualifiers[] =
28659               {
28660 mike  1.1.2.3     /* IN */
28661                   "\024\001",
28662 mike  1.1.2.1     0,
28663               };
28664               
28665 mike  1.1.2.4 static MetaProperty
28666 mike  1.1.2.1 _CIM_UnitaryComputerSystem_SetPowerState_Time =
28667               {
28668                   /* flags */
28669 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_IN,
28670 mike  1.1.2.1     /* name */
28671                   "Time",
28672                   /* qualifiers */
28673                   _CIM_UnitaryComputerSystem_SetPowerState_Time_qualifiers,
28674                   /* type */
28675                   CIMTYPE_DATETIME,
28676                   /* subscript */
28677                   -1,
28678                   /* value */
28679                   0,
28680               };
28681               
28682 mike  1.1.2.4 static MetaFeature*
28683 mike  1.1.2.1 _CIM_UnitaryComputerSystem_SetPowerState_parameters[] =
28684               {
28685 mike  1.1.2.4     (MetaFeature*)&_CIM_UnitaryComputerSystem_SetPowerState_PowerState,
28686                   (MetaFeature*)&_CIM_UnitaryComputerSystem_SetPowerState_Time,
28687 mike  1.1.2.1     0,
28688               };
28689               
28690               static const char*
28691               _CIM_UnitaryComputerSystem_SetPowerState_qualifiers[] =
28692               {
28693                   0,
28694               };
28695               
28696 mike  1.1.2.4 static MetaMethod
28697 mike  1.1.2.1 _CIM_UnitaryComputerSystem_SetPowerState =
28698               {
28699                   /* flags */
28700 mike  1.1.2.4     META_FLAG_METHOD,
28701 mike  1.1.2.1     /* name */
28702                   "CIM_UnitaryComputerSystem",
28703                   /* qualifiers */
28704                   _CIM_UnitaryComputerSystem_SetPowerState_qualifiers,
28705                   /* type */
28706                   CIMTYPE_UINT32,
28707                   /* parameters */
28708                   _CIM_UnitaryComputerSystem_SetPowerState_parameters,
28709               };
28710               
28711 mike  1.1.2.4 static MetaFeature*
28712 mike  1.1.2.1 _CIM_UnitaryComputerSystem_features[] =
28713               {
28714 mike  1.1.2.4     (MetaFeature*)&_CIM_UnitaryComputerSystem_InitialLoadInfo,
28715                   (MetaFeature*)&_CIM_UnitaryComputerSystem_LastLoadInfo,
28716                   (MetaFeature*)&_CIM_UnitaryComputerSystem_PowerManagementSupported,
28717                   (MetaFeature*)&_CIM_UnitaryComputerSystem_PowerState,
28718                   (MetaFeature*)&_CIM_UnitaryComputerSystem_WakeUpType,
28719                   (MetaFeature*)&_CIM_UnitaryComputerSystem_ResetCapability,
28720                   (MetaFeature*)&_CIM_UnitaryComputerSystem_PowerManagementCapabilities,
28721                   (MetaFeature*)&_CIM_UnitaryComputerSystem_SetPowerState,
28722 mike  1.1.2.1     0,
28723               };
28724               
28725               static const char*
28726               __root_PG_InterOp_CIM_UnitaryComputerSystem_qualifiers[] =
28727               {
28728                   0,
28729               };
28730               
28731 mike  1.1.2.4 MetaClass
28732 mike  1.1.2.1 __root_PG_InterOp_CIM_UnitaryComputerSystem =
28733               {
28734                   /* flags */
28735 mike  1.1.2.4     META_FLAG_CLASS,
28736 mike  1.1.2.1     /* name */
28737                   "CIM_UnitaryComputerSystem",
28738                   /* qualifiers */
28739                   __root_PG_InterOp_CIM_UnitaryComputerSystem_qualifiers,
28740 mike  1.1.2.2     /* super */
28741 mike  1.1.2.1     &__root_PG_InterOp_CIM_ComputerSystem,
28742                   /* features */
28743                   _CIM_UnitaryComputerSystem_features,
28744               };
28745               
28746               //==============================================================================
28747               //
28748               // Class: PG_ComputerSystem
28749               //
28750               //==============================================================================
28751               
28752               static const char*
28753               _PG_ComputerSystem_PrimaryOwnerPager_qualifiers[] =
28754               {
28755                   /* MappingStrings */
28756                   "\026\000\001MIF.DMTF|General Information|001.9\000",
28757                   0,
28758               };
28759               
28760 mike  1.1.2.4 static MetaProperty
28761 mike  1.1.2.1 _PG_ComputerSystem_PrimaryOwnerPager =
28762               {
28763                   /* flags */
28764 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28765 mike  1.1.2.1     /* name */
28766                   "PrimaryOwnerPager",
28767                   /* qualifiers */
28768                   _PG_ComputerSystem_PrimaryOwnerPager_qualifiers,
28769                   /* type */
28770                   CIMTYPE_STRING,
28771                   /* subscript */
28772                   -1,
28773                   /* value */
28774                   0,
28775               };
28776               
28777               static const char*
28778               _PG_ComputerSystem_SecondaryOwnerName_qualifiers[] =
28779               {
28780                   /* MappingStrings */
28781                   "\026\000\001MIF.DMTF|General Information|001.7\000",
28782                   0,
28783               };
28784               
28785 mike  1.1.2.4 static MetaProperty
28786 mike  1.1.2.1 _PG_ComputerSystem_SecondaryOwnerName =
28787               {
28788                   /* flags */
28789 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28790 mike  1.1.2.1     /* name */
28791                   "SecondaryOwnerName",
28792                   /* qualifiers */
28793                   _PG_ComputerSystem_SecondaryOwnerName_qualifiers,
28794                   /* type */
28795                   CIMTYPE_STRING,
28796                   /* subscript */
28797                   -1,
28798                   /* value */
28799                   0,
28800               };
28801               
28802               static const char*
28803               _PG_ComputerSystem_SecondaryOwnerContact_qualifiers[] =
28804               {
28805                   /* MappingStrings */
28806                   "\026\000\001MIF.DMTF|General Information|001.8\000",
28807                   0,
28808               };
28809               
28810 mike  1.1.2.4 static MetaProperty
28811 mike  1.1.2.1 _PG_ComputerSystem_SecondaryOwnerContact =
28812               {
28813                   /* flags */
28814 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28815 mike  1.1.2.1     /* name */
28816                   "SecondaryOwnerContact",
28817                   /* qualifiers */
28818                   _PG_ComputerSystem_SecondaryOwnerContact_qualifiers,
28819                   /* type */
28820                   CIMTYPE_STRING,
28821                   /* subscript */
28822                   -1,
28823                   /* value */
28824                   0,
28825               };
28826               
28827               static const char*
28828               _PG_ComputerSystem_SecondaryOwnerPager_qualifiers[] =
28829               {
28830                   /* MappingStrings */
28831                   "\026\000\001MIF.DMTF|General Information|001.10\000",
28832                   0,
28833               };
28834               
28835 mike  1.1.2.4 static MetaProperty
28836 mike  1.1.2.1 _PG_ComputerSystem_SecondaryOwnerPager =
28837               {
28838                   /* flags */
28839 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28840 mike  1.1.2.1     /* name */
28841                   "SecondaryOwnerPager",
28842                   /* qualifiers */
28843                   _PG_ComputerSystem_SecondaryOwnerPager_qualifiers,
28844                   /* type */
28845                   CIMTYPE_STRING,
28846                   /* subscript */
28847                   -1,
28848                   /* value */
28849                   0,
28850               };
28851               
28852               static const char*
28853               _PG_ComputerSystem_SerialNumber_qualifiers[] =
28854               {
28855                   /* MappingStrings */
28856                   "\026\000\001MIF.DMTF|General Information|001.13\000",
28857                   0,
28858               };
28859               
28860 mike  1.1.2.4 static MetaProperty
28861 mike  1.1.2.1 _PG_ComputerSystem_SerialNumber =
28862               {
28863                   /* flags */
28864 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28865 mike  1.1.2.1     /* name */
28866                   "SerialNumber",
28867                   /* qualifiers */
28868                   _PG_ComputerSystem_SerialNumber_qualifiers,
28869                   /* type */
28870                   CIMTYPE_STRING,
28871                   /* subscript */
28872                   -1,
28873                   /* value */
28874                   0,
28875               };
28876               
28877               static const char*
28878               _PG_ComputerSystem_IdentificationNumber_qualifiers[] =
28879               {
28880                   /* MappingStrings */
28881                   "\026\000\001MIF.DMTF|General Information|001.13\000",
28882                   0,
28883               };
28884               
28885 mike  1.1.2.4 static MetaProperty
28886 mike  1.1.2.1 _PG_ComputerSystem_IdentificationNumber =
28887               {
28888                   /* flags */
28889 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
28890 mike  1.1.2.1     /* name */
28891                   "IdentificationNumber",
28892                   /* qualifiers */
28893                   _PG_ComputerSystem_IdentificationNumber_qualifiers,
28894                   /* type */
28895                   CIMTYPE_STRING,
28896                   /* subscript */
28897                   -1,
28898                   /* value */
28899                   0,
28900               };
28901               
28902 mike  1.1.2.4 static MetaFeature*
28903 mike  1.1.2.1 _PG_ComputerSystem_features[] =
28904               {
28905 mike  1.1.2.4     (MetaFeature*)&_PG_ComputerSystem_PrimaryOwnerPager,
28906                   (MetaFeature*)&_PG_ComputerSystem_SecondaryOwnerName,
28907                   (MetaFeature*)&_PG_ComputerSystem_SecondaryOwnerContact,
28908                   (MetaFeature*)&_PG_ComputerSystem_SecondaryOwnerPager,
28909                   (MetaFeature*)&_PG_ComputerSystem_SerialNumber,
28910                   (MetaFeature*)&_PG_ComputerSystem_IdentificationNumber,
28911 mike  1.1.2.1     0,
28912               };
28913               
28914               static const char*
28915               __root_PG_InterOp_PG_ComputerSystem_qualifiers[] =
28916               {
28917                   /* Version */
28918                   "\0632.2.0",
28919                   0,
28920               };
28921               
28922 mike  1.1.2.4 MetaClass
28923 mike  1.1.2.1 __root_PG_InterOp_PG_ComputerSystem =
28924               {
28925                   /* flags */
28926 mike  1.1.2.4     META_FLAG_CLASS,
28927 mike  1.1.2.1     /* name */
28928                   "PG_ComputerSystem",
28929                   /* qualifiers */
28930                   __root_PG_InterOp_PG_ComputerSystem_qualifiers,
28931 mike  1.1.2.2     /* super */
28932 mike  1.1.2.1     &__root_PG_InterOp_CIM_UnitaryComputerSystem,
28933                   /* features */
28934                   _PG_ComputerSystem_features,
28935               };
28936               
28937               //==============================================================================
28938               //
28939               // Class: PG_ProviderProfileCapabilities
28940               //
28941               //==============================================================================
28942               
28943               static const char*
28944               _PG_ProviderProfileCapabilities_RegisteredProfile_qualifiers[] =
28945               {
28946 mike  1.1.2.3     /* Required */
28947                   "\050\001",
28948 mike  1.1.2.1     /* ValueMap */
28949                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000..\000",
28950                   /* Values */
28951                   "\062\000\020Other\000SNIA:Server\000SNIA:Security\000SNIA:Fabric\000SNIA:Switch\000SNIA:Extender\000SNIA:FC HBA\000SNIA:iSCSI Initiator\000SNIA:Host Discovered Resources\000SNIA:Array\000SNIA:Storage Virtualizer\000SNIA:Volume Management\000SNIA:Storage Library\000SNIA:NAS Head\000SNIA:Self-contained NAS System\000OpenPegasus Reserved\000",
28952                   0,
28953               };
28954               
28955 mike  1.1.2.4 static MetaProperty
28956 mike  1.1.2.1 _PG_ProviderProfileCapabilities_RegisteredProfile =
28957               {
28958                   /* flags */
28959 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
28960 mike  1.1.2.1     /* name */
28961                   "RegisteredProfile",
28962                   /* qualifiers */
28963                   _PG_ProviderProfileCapabilities_RegisteredProfile_qualifiers,
28964                   /* type */
28965                   CIMTYPE_UINT16,
28966                   /* subscript */
28967                   -1,
28968                   /* value */
28969                   0,
28970               };
28971               
28972               static const char*
28973               _PG_ProviderProfileCapabilities_RegisteredSubProfiles_qualifiers[] =
28974               {
28975 mike  1.1.2.3     /* Required */
28976                   "\050\001",
28977 mike  1.1.2.1     /* ValueMap */
28978                   "\061\000\0660\0001..1000\0001001\0001002\0001003\0001004\0001005\0001006\0001007\0001008\0001009\0001010\0001011\0001012\0001013\0001014\0001015\0001016\0001017\0001018\0001019\0001020\0001021\0001022\0001023\0001024\0001025\0001026\0001027\0001028\0001029\0001030\0001031\0001032\0001033\0001034\0001035\0001036\0001037\0001038\0001039\0001040\0001041\0001042\0001043\0001044\0001045\0001046\0001047\0001048\0001049\0001050\0001051\000..\000",
28979                   /* Values */
28980                   "\062\000\066Other\000OpenPegasus Reserved For Profiles\000SNIA:Access Points\000SNIA:Backend Ports\000SNIA:Blades\000SNIA:Block Server Performance\000SNIA:Block Storage Resource Ownership \000SNIA:Cascading\000SNIA:Cluster\000SNIA:Copy Services\000SNIA:Device Credentials\000SNIA:Disk Drive\000SNIA:Disk Drive Lite\000SNIA:Disk Partition\000SNIA:Disk Sparing\000SNIA:Enhanced Zoning and Enhanced Zoning Control\000SNIA:Extent Composition\000SNIA:Extent Mapping\000SNIA:Extra Capacity Set\000SNIA:Fabric Path Performance\000SNIA:FC Initiator Ports\000SNIA:FC Target Ports\000SNIA:FDMI\000SNIA:File Export Manipulation\000SNIA:File System Manipulation\000SNIA:Indication\000SNIA:iSCSI Initiator Ports\000SNIA:Job Control\000SNIA:Location\000SNIA:LUN Creation\000SNIA:LUN Mapping and Masking\000SNIA:Masking and Mapping\000SNIA:Multi System\000SNIA:Multiple Computer System\000SNIA:Object Manager Adapter\000SNIA:Pool Manipulation Capabilities and Settings\000SNIA:SCSI Multipath Management\000SNIA:Security Authorization\000SNIA:Security CredentialManagement\000SNIA:Security IdentityManagement\000SNIA:Software\000SNIA:Software Installation\000SNIA:SPI Initiator Ports\000SNIA:SPI Target Ports\000SNIA:Storage Library Capacity\000SNIA:Storage Library Element Counting\000SNIA:Storage Library InterLibraryPort Connection\000SNIA:Storage Library Limited Access Port Elements\000SNIA:Storage Library Media Movement\000SNIA:Storage Library Partitioned Library\000SNIA:Switch Configuration Data\000SNIA:Zone Control\000SNIA:iSCSI Target Ports\000OpenPegasus Reserved\000",
28981                   0,
28982               };
28983               
28984 mike  1.1.2.4 static MetaProperty
28985 mike  1.1.2.1 _PG_ProviderProfileCapabilities_RegisteredSubProfiles =
28986               {
28987                   /* flags */
28988 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
28989 mike  1.1.2.1     /* name */
28990                   "RegisteredSubProfiles",
28991                   /* qualifiers */
28992                   _PG_ProviderProfileCapabilities_RegisteredSubProfiles_qualifiers,
28993                   /* type */
28994                   CIMTYPE_UINT16,
28995                   /* subscript */
28996                   0,
28997                   /* value */
28998                   0,
28999               };
29000               
29001               static const char*
29002               _PG_ProviderProfileCapabilities_ProfileVersion_qualifiers[] =
29003               {
29004 mike  1.1.2.3     /* Required */
29005                   "\050\001",
29006 mike  1.1.2.1     0,
29007               };
29008               
29009 mike  1.1.2.4 static MetaProperty
29010 mike  1.1.2.1 _PG_ProviderProfileCapabilities_ProfileVersion =
29011               {
29012                   /* flags */
29013 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
29014 mike  1.1.2.1     /* name */
29015                   "ProfileVersion",
29016                   /* qualifiers */
29017                   _PG_ProviderProfileCapabilities_ProfileVersion_qualifiers,
29018                   /* type */
29019                   CIMTYPE_STRING,
29020                   /* subscript */
29021                   -1,
29022                   /* value */
29023                   0,
29024               };
29025               
29026               static const char*
29027               _PG_ProviderProfileCapabilities_SubProfileVersions_qualifiers[] =
29028               {
29029                   0,
29030               };
29031               
29032 mike  1.1.2.4 static MetaProperty
29033 mike  1.1.2.1 _PG_ProviderProfileCapabilities_SubProfileVersions =
29034               {
29035                   /* flags */
29036 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
29037 mike  1.1.2.1     /* name */
29038                   "SubProfileVersions",
29039                   /* qualifiers */
29040                   _PG_ProviderProfileCapabilities_SubProfileVersions_qualifiers,
29041                   /* type */
29042                   CIMTYPE_STRING,
29043                   /* subscript */
29044                   0,
29045                   /* value */
29046                   0,
29047               };
29048               
29049               static const char*
29050               _PG_ProviderProfileCapabilities_OtherRegisteredProfile_qualifiers[] =
29051               {
29052                   0,
29053               };
29054               
29055 mike  1.1.2.4 static MetaProperty
29056 mike  1.1.2.1 _PG_ProviderProfileCapabilities_OtherRegisteredProfile =
29057               {
29058                   /* flags */
29059 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
29060 mike  1.1.2.1     /* name */
29061                   "OtherRegisteredProfile",
29062                   /* qualifiers */
29063                   _PG_ProviderProfileCapabilities_OtherRegisteredProfile_qualifiers,
29064                   /* type */
29065                   CIMTYPE_STRING,
29066                   /* subscript */
29067                   -1,
29068                   /* value */
29069                   0,
29070               };
29071               
29072               static const char*
29073               _PG_ProviderProfileCapabilities_OtherProfileOrganization_qualifiers[] =
29074               {
29075                   0,
29076               };
29077               
29078 mike  1.1.2.4 static MetaProperty
29079 mike  1.1.2.1 _PG_ProviderProfileCapabilities_OtherProfileOrganization =
29080               {
29081                   /* flags */
29082 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
29083 mike  1.1.2.1     /* name */
29084                   "OtherProfileOrganization",
29085                   /* qualifiers */
29086                   _PG_ProviderProfileCapabilities_OtherProfileOrganization_qualifiers,
29087                   /* type */
29088                   CIMTYPE_STRING,
29089                   /* subscript */
29090                   -1,
29091                   /* value */
29092                   0,
29093               };
29094               
29095               static const char*
29096               _PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles_qualifiers[] =
29097               {
29098                   0,
29099               };
29100               
29101 mike  1.1.2.4 static MetaProperty
29102 mike  1.1.2.1 _PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles =
29103               {
29104                   /* flags */
29105 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
29106 mike  1.1.2.1     /* name */
29107                   "OtherRegisteredSubProfiles",
29108                   /* qualifiers */
29109                   _PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles_qualifiers,
29110                   /* type */
29111                   CIMTYPE_STRING,
29112                   /* subscript */
29113                   0,
29114                   /* value */
29115                   0,
29116               };
29117               
29118               static const char*
29119               _PG_ProviderProfileCapabilities_OtherSubProfileOrganizations_qualifiers[] =
29120               {
29121                   0,
29122               };
29123               
29124 mike  1.1.2.4 static MetaProperty
29125 mike  1.1.2.1 _PG_ProviderProfileCapabilities_OtherSubProfileOrganizations =
29126               {
29127                   /* flags */
29128 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
29129 mike  1.1.2.1     /* name */
29130                   "OtherSubProfileOrganizations",
29131                   /* qualifiers */
29132                   _PG_ProviderProfileCapabilities_OtherSubProfileOrganizations_qualifiers,
29133                   /* type */
29134                   CIMTYPE_STRING,
29135                   /* subscript */
29136                   0,
29137                   /* value */
29138                   0,
29139               };
29140               
29141               static const char*
29142               _PG_ProviderProfileCapabilities_ConformingElements_qualifiers[] =
29143               {
29144                   0,
29145               };
29146               
29147 mike  1.1.2.4 static MetaProperty
29148 mike  1.1.2.1 _PG_ProviderProfileCapabilities_ConformingElements =
29149               {
29150                   /* flags */
29151 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
29152 mike  1.1.2.1     /* name */
29153                   "ConformingElements",
29154                   /* qualifiers */
29155                   _PG_ProviderProfileCapabilities_ConformingElements_qualifiers,
29156                   /* type */
29157                   CIMTYPE_STRING,
29158                   /* subscript */
29159                   0,
29160                   /* value */
29161                   0,
29162               };
29163               
29164 mike  1.1.2.4 static MetaFeature*
29165 mike  1.1.2.1 _PG_ProviderProfileCapabilities_features[] =
29166               {
29167 mike  1.1.2.4     (MetaFeature*)&_PG_ProviderProfileCapabilities_RegisteredProfile,
29168                   (MetaFeature*)&_PG_ProviderProfileCapabilities_RegisteredSubProfiles,
29169                   (MetaFeature*)&_PG_ProviderProfileCapabilities_ProfileVersion,
29170                   (MetaFeature*)&_PG_ProviderProfileCapabilities_SubProfileVersions,
29171                   (MetaFeature*)&_PG_ProviderProfileCapabilities_OtherRegisteredProfile,
29172                   (MetaFeature*)&_PG_ProviderProfileCapabilities_OtherProfileOrganization,
29173                   (MetaFeature*)&_PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles,
29174                   (MetaFeature*)&_PG_ProviderProfileCapabilities_OtherSubProfileOrganizations,
29175                   (MetaFeature*)&_PG_ProviderProfileCapabilities_ConformingElements,
29176 mike  1.1.2.1     0,
29177               };
29178               
29179               static const char*
29180               __root_PG_InterOp_PG_ProviderProfileCapabilities_qualifiers[] =
29181               {
29182                   /* Version */
29183                   "\0632.6.0",
29184                   0,
29185               };
29186               
29187 mike  1.1.2.4 MetaClass
29188 mike  1.1.2.1 __root_PG_InterOp_PG_ProviderProfileCapabilities =
29189               {
29190                   /* flags */
29191 mike  1.1.2.4     META_FLAG_CLASS,
29192 mike  1.1.2.1     /* name */
29193                   "PG_ProviderProfileCapabilities",
29194                   /* qualifiers */
29195                   __root_PG_InterOp_PG_ProviderProfileCapabilities_qualifiers,
29196 mike  1.1.2.2     /* super */
29197 mike  1.1.2.1     &__root_PG_InterOp_PG_Capabilities,
29198                   /* features */
29199                   _PG_ProviderProfileCapabilities_features,
29200               };
29201               
29202               //==============================================================================
29203               //
29204               // Class: PG_ProviderReferencedProfiles
29205               //
29206               //==============================================================================
29207               
29208               static const char*
29209               _PG_ProviderReferencedProfiles_RegisteredProfiles_qualifiers[] =
29210               {
29211 mike  1.1.2.3     /* Required */
29212                   "\050\001",
29213 mike  1.1.2.1     /* ValueMap */
29214                   "\061\000\1040\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015..1000\0001001\0001002\0001003\0001004\0001005\0001006\0001007\0001008\0001009\0001010\0001011\0001012\0001013\0001014\0001015\0001016\0001017\0001018\0001019\0001020\0001021\0001022\0001023\0001024\0001025\0001026\0001027\0001028\0001029\0001030\0001031\0001032\0001033\0001034\0001035\0001036\0001037\0001038\0001039\0001040\0001041\0001042\0001043\0001044\0001045\0001046\0001047\0001048\0001049\0001050\0001051\000..\000",
29215                   /* Values */
29216                   "\062\000\104Other\000SNIA:Server\000SNIA:Security\000SNIA:Fabric\000SNIA:Switch\000SNIA:Extender\000SNIA:FC HBA\000SNIA:iSCSI Initiator\000SNIA:Host Discovered Resources\000SNIA:Array\000SNIA:Storage Virtualizer\000SNIA:Volume Management\000SNIA:Storage Library\000SNIA:NAS Head\000SNIA:Self-contained NAS System\000OpenPegasus Reserved For Profiles\000SNIA:Access Points\000SNIA:Backend Ports\000SNIA:Blades\000SNIA:Block Server Performance\000SNIA:Block Storage Resource Ownership \000SNIA:Cascading\000SNIA:Cluster\000SNIA:Copy Services\000SNIA:Device Credentials\000SNIA:Disk Drive\000SNIA:Disk Drive Lite\000SNIA:Disk Partition\000SNIA:Disk Sparing\000SNIA:Enhanced Zoning and Enhanced Zoning Control\000SNIA:Extent Composition\000SNIA:Extent Mapping\000SNIA:Extra Capacity Set\000SNIA:Fabric Path Performance\000SNIA:FC Initiator Ports\000SNIA:FC Target Ports\000SNIA:FDMI\000SNIA:File Export Manipulation\000SNIA:File System Manipulation\000SNIA:Indication\000SNIA:iSCSI Initiator Ports\000SNIA:Job Control\000SNIA:Location\000SNIA:LUN Creation\000SNIA:LUN Mapping and Masking\000SNIA:Masking and Mapping\000SNIA:Multi System\000SNIA:Multiple Computer System\000SNIA:Object Manager Adapter\000SNIA:Pool Manipulation Capabilities and Settings\000SNIA:SCSI Multipath Management\000SNIA:Security Authorization\000SNIA:Security CredentialManagement\000SNIA:Security IdentityManagement\000SNIA:Software\000SNIA:Software Installation\000SNIA:SPI Initiator Ports\000SNIA:SPI Target Ports\000SNIA:Storage Library Capacity\000SNIA:Storage Library Element Counting\000SNIA:Storage Library InterLibraryPort Connection\000SNIA:Storage Library Limited Access Port Elements\000SNIA:Storage Library Media Movement\000SNIA:Storage Library Partitioned Library\000SNIA:Switch Configuration Data\000SNIA:Zone Control\000SNIA:iSCSI Target Ports\000OpenPegasus Reserved\000",
29217                   0,
29218               };
29219               
29220 mike  1.1.2.4 static MetaProperty
29221 mike  1.1.2.1 _PG_ProviderReferencedProfiles_RegisteredProfiles =
29222               {
29223                   /* flags */
29224 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
29225 mike  1.1.2.1     /* name */
29226                   "RegisteredProfiles",
29227                   /* qualifiers */
29228                   _PG_ProviderReferencedProfiles_RegisteredProfiles_qualifiers,
29229                   /* type */
29230                   CIMTYPE_UINT16,
29231                   /* subscript */
29232                   0,
29233                   /* value */
29234                   0,
29235               };
29236               
29237               static const char*
29238               _PG_ProviderReferencedProfiles_DependentProfiles_qualifiers[] =
29239               {
29240 mike  1.1.2.3     /* Required */
29241                   "\050\001",
29242 mike  1.1.2.1     /* ValueMap */
29243                   "\061\000\1040\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015..1000\0001001\0001002\0001003\0001004\0001005\0001006\0001007\0001008\0001009\0001010\0001011\0001012\0001013\0001014\0001015\0001016\0001017\0001018\0001019\0001020\0001021\0001022\0001023\0001024\0001025\0001026\0001027\0001028\0001029\0001030\0001031\0001032\0001033\0001034\0001035\0001036\0001037\0001038\0001039\0001040\0001041\0001042\0001043\0001044\0001045\0001046\0001047\0001048\0001049\0001050\0001051\000..\000",
29244                   /* Values */
29245                   "\062\000\104Other\000SNIA:Server\000SNIA:Security\000SNIA:Fabric\000SNIA:Switch\000SNIA:Extender\000SNIA:FC HBA\000SNIA:iSCSI Initiator\000SNIA:Host Discovered Resources\000SNIA:Array\000SNIA:Storage Virtualizer\000SNIA:Volume Management\000SNIA:Storage Library\000SNIA:NAS Head\000SNIA:Self-contained NAS System\000OpenPegasus Reserved For Profiles\000SNIA:Access Points\000SNIA:Backend Ports\000SNIA:Blades\000SNIA:Block Server Performance\000SNIA:Block Storage Resource Ownership \000SNIA:Cascading\000SNIA:Cluster\000SNIA:Copy Services\000SNIA:Device Credentials\000SNIA:Disk Drive\000SNIA:Disk Drive Lite\000SNIA:Disk Partition\000SNIA:Disk Sparing\000SNIA:Enhanced Zoning and Enhanced Zoning Control\000SNIA:Extent Composition\000SNIA:Extent Mapping\000SNIA:Extra Capacity Set\000SNIA:Fabric Path Performance\000SNIA:FC Initiator Ports\000SNIA:FC Target Ports\000SNIA:FDMI\000SNIA:File Export Manipulation\000SNIA:File System Manipulation\000SNIA:Indication\000SNIA:iSCSI Initiator Ports\000SNIA:Job Control\000SNIA:Location\000SNIA:LUN Creation\000SNIA:LUN Mapping and Masking\000SNIA:Masking and Mapping\000SNIA:Multi System\000SNIA:Multiple Computer System\000SNIA:Object Manager Adapter\000SNIA:Pool Manipulation Capabilities and Settings\000SNIA:SCSI Multipath Management\000SNIA:Security Authorization\000SNIA:Security CredentialManagement\000SNIA:Security IdentityManagement\000SNIA:Software\000SNIA:Software Installation\000SNIA:SPI Initiator Ports\000SNIA:SPI Target Ports\000SNIA:Storage Library Capacity\000SNIA:Storage Library Element Counting\000SNIA:Storage Library InterLibraryPort Connection\000SNIA:Storage Library Limited Access Port Elements\000SNIA:Storage Library Media Movement\000SNIA:Storage Library Partitioned Library\000SNIA:Switch Configuration Data\000SNIA:Zone Control\000SNIA:iSCSI Target Ports\000OpenPegasus Reserved\000",
29246                   0,
29247               };
29248               
29249 mike  1.1.2.4 static MetaProperty
29250 mike  1.1.2.1 _PG_ProviderReferencedProfiles_DependentProfiles =
29251               {
29252                   /* flags */
29253 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
29254 mike  1.1.2.1     /* name */
29255                   "DependentProfiles",
29256                   /* qualifiers */
29257                   _PG_ProviderReferencedProfiles_DependentProfiles_qualifiers,
29258                   /* type */
29259                   CIMTYPE_UINT16,
29260                   /* subscript */
29261                   0,
29262                   /* value */
29263                   0,
29264               };
29265               
29266               static const char*
29267               _PG_ProviderReferencedProfiles_RegisteredProfileVersions_qualifiers[] =
29268               {
29269 mike  1.1.2.3     /* Required */
29270                   "\050\001",
29271 mike  1.1.2.1     0,
29272               };
29273               
29274 mike  1.1.2.4 static MetaProperty
29275 mike  1.1.2.1 _PG_ProviderReferencedProfiles_RegisteredProfileVersions =
29276               {
29277                   /* flags */
29278 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
29279 mike  1.1.2.1     /* name */
29280                   "RegisteredProfileVersions",
29281                   /* qualifiers */
29282                   _PG_ProviderReferencedProfiles_RegisteredProfileVersions_qualifiers,
29283                   /* type */
29284                   CIMTYPE_STRING,
29285                   /* subscript */
29286                   0,
29287                   /* value */
29288                   0,
29289               };
29290               
29291               static const char*
29292               _PG_ProviderReferencedProfiles_DependentProfileVersions_qualifiers[] =
29293               {
29294 mike  1.1.2.3     /* Required */
29295                   "\050\001",
29296 mike  1.1.2.1     0,
29297               };
29298               
29299 mike  1.1.2.4 static MetaProperty
29300 mike  1.1.2.1 _PG_ProviderReferencedProfiles_DependentProfileVersions =
29301               {
29302                   /* flags */
29303 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
29304 mike  1.1.2.1     /* name */
29305                   "DependentProfileVersions",
29306                   /* qualifiers */
29307                   _PG_ProviderReferencedProfiles_DependentProfileVersions_qualifiers,
29308                   /* type */
29309                   CIMTYPE_STRING,
29310                   /* subscript */
29311                   0,
29312                   /* value */
29313                   0,
29314               };
29315               
29316               static const char*
29317               _PG_ProviderReferencedProfiles_OtherRegisteredProfiles_qualifiers[] =
29318               {
29319                   0,
29320               };
29321               
29322 mike  1.1.2.4 static MetaProperty
29323 mike  1.1.2.1 _PG_ProviderReferencedProfiles_OtherRegisteredProfiles =
29324               {
29325                   /* flags */
29326 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
29327 mike  1.1.2.1     /* name */
29328                   "OtherRegisteredProfiles",
29329                   /* qualifiers */
29330                   _PG_ProviderReferencedProfiles_OtherRegisteredProfiles_qualifiers,
29331                   /* type */
29332                   CIMTYPE_STRING,
29333                   /* subscript */
29334                   0,
29335                   /* value */
29336                   0,
29337               };
29338               
29339               static const char*
29340               _PG_ProviderReferencedProfiles_OtherDependentProfiles_qualifiers[] =
29341               {
29342                   0,
29343               };
29344               
29345 mike  1.1.2.4 static MetaProperty
29346 mike  1.1.2.1 _PG_ProviderReferencedProfiles_OtherDependentProfiles =
29347               {
29348                   /* flags */
29349 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
29350 mike  1.1.2.1     /* name */
29351                   "OtherDependentProfiles",
29352                   /* qualifiers */
29353                   _PG_ProviderReferencedProfiles_OtherDependentProfiles_qualifiers,
29354                   /* type */
29355                   CIMTYPE_STRING,
29356                   /* subscript */
29357                   0,
29358                   /* value */
29359                   0,
29360               };
29361               
29362               static const char*
29363               _PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations_qualifiers[] =
29364               {
29365                   0,
29366               };
29367               
29368 mike  1.1.2.4 static MetaProperty
29369 mike  1.1.2.1 _PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations =
29370               {
29371                   /* flags */
29372 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
29373 mike  1.1.2.1     /* name */
29374                   "OtherRegisteredProfileOrganizations",
29375                   /* qualifiers */
29376                   _PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations_qualifiers,
29377                   /* type */
29378                   CIMTYPE_STRING,
29379                   /* subscript */
29380                   0,
29381                   /* value */
29382                   0,
29383               };
29384               
29385               static const char*
29386               _PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations_qualifiers[] =
29387               {
29388                   0,
29389               };
29390               
29391 mike  1.1.2.4 static MetaProperty
29392 mike  1.1.2.1 _PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations =
29393               {
29394                   /* flags */
29395 mike  1.1.2.4     META_FLAG_PROPERTY|META_FLAG_READ,
29396 mike  1.1.2.1     /* name */
29397                   "OtherDependentProfileOrganizations",
29398                   /* qualifiers */
29399                   _PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations_qualifiers,
29400                   /* type */
29401                   CIMTYPE_STRING,
29402                   /* subscript */
29403                   0,
29404                   /* value */
29405                   0,
29406               };
29407               
29408 mike  1.1.2.4 static MetaFeature*
29409 mike  1.1.2.1 _PG_ProviderReferencedProfiles_features[] =
29410               {
29411 mike  1.1.2.4     (MetaFeature*)&_PG_ProviderReferencedProfiles_RegisteredProfiles,
29412                   (MetaFeature*)&_PG_ProviderReferencedProfiles_DependentProfiles,
29413                   (MetaFeature*)&_PG_ProviderReferencedProfiles_RegisteredProfileVersions,
29414                   (MetaFeature*)&_PG_ProviderReferencedProfiles_DependentProfileVersions,
29415                   (MetaFeature*)&_PG_ProviderReferencedProfiles_OtherRegisteredProfiles,
29416                   (MetaFeature*)&_PG_ProviderReferencedProfiles_OtherDependentProfiles,
29417                   (MetaFeature*)&_PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations,
29418                   (MetaFeature*)&_PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations,
29419 mike  1.1.2.1     0,
29420               };
29421               
29422               static const char*
29423               __root_PG_InterOp_PG_ProviderReferencedProfiles_qualifiers[] =
29424               {
29425                   /* Version */
29426                   "\0632.6.0",
29427                   0,
29428               };
29429               
29430 mike  1.1.2.4 MetaClass
29431 mike  1.1.2.1 __root_PG_InterOp_PG_ProviderReferencedProfiles =
29432               {
29433                   /* flags */
29434 mike  1.1.2.4     META_FLAG_CLASS,
29435 mike  1.1.2.1     /* name */
29436                   "PG_ProviderReferencedProfiles",
29437                   /* qualifiers */
29438                   __root_PG_InterOp_PG_ProviderReferencedProfiles_qualifiers,
29439 mike  1.1.2.2     /* super */
29440 mike  1.1.2.1     &__root_PG_InterOp_PG_Capabilities,
29441                   /* features */
29442                   _PG_ProviderReferencedProfiles_features,
29443               };
29444               
29445               //==============================================================================
29446               //
29447               // Class: PG_RegisteredProfile
29448               //
29449               //==============================================================================
29450               
29451 mike  1.1.2.4 static MetaFeature*
29452 mike  1.1.2.1 _PG_RegisteredProfile_features[] =
29453               {
29454                   0,
29455               };
29456               
29457               static const char*
29458               __root_PG_InterOp_PG_RegisteredProfile_qualifiers[] =
29459               {
29460                   /* Version */
29461                   "\0632.6.0",
29462                   0,
29463               };
29464               
29465 mike  1.1.2.4 MetaClass
29466 mike  1.1.2.1 __root_PG_InterOp_PG_RegisteredProfile =
29467               {
29468                   /* flags */
29469 mike  1.1.2.4     META_FLAG_CLASS,
29470 mike  1.1.2.1     /* name */
29471                   "PG_RegisteredProfile",
29472                   /* qualifiers */
29473                   __root_PG_InterOp_PG_RegisteredProfile_qualifiers,
29474 mike  1.1.2.2     /* super */
29475 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredProfile,
29476                   /* features */
29477                   _PG_RegisteredProfile_features,
29478               };
29479               
29480               //==============================================================================
29481               //
29482               // Class: PG_RegisteredSubProfile
29483               //
29484               //==============================================================================
29485               
29486 mike  1.1.2.4 static MetaFeature*
29487 mike  1.1.2.1 _PG_RegisteredSubProfile_features[] =
29488               {
29489                   0,
29490               };
29491               
29492               static const char*
29493               __root_PG_InterOp_PG_RegisteredSubProfile_qualifiers[] =
29494               {
29495                   /* Version */
29496                   "\0632.6.0",
29497                   0,
29498               };
29499               
29500 mike  1.1.2.4 MetaClass
29501 mike  1.1.2.1 __root_PG_InterOp_PG_RegisteredSubProfile =
29502               {
29503                   /* flags */
29504 mike  1.1.2.4     META_FLAG_CLASS,
29505 mike  1.1.2.1     /* name */
29506                   "PG_RegisteredSubProfile",
29507                   /* qualifiers */
29508                   __root_PG_InterOp_PG_RegisteredSubProfile_qualifiers,
29509 mike  1.1.2.2     /* super */
29510 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredSubProfile,
29511                   /* features */
29512                   _PG_RegisteredSubProfile_features,
29513               };
29514               
29515               //==============================================================================
29516               //
29517               // Class: PG_ReferencedProfile
29518               //
29519               //==============================================================================
29520               
29521 mike  1.1.2.4 static MetaFeature*
29522 mike  1.1.2.1 _PG_ReferencedProfile_features[] =
29523               {
29524                   0,
29525               };
29526               
29527               static const char*
29528               __root_PG_InterOp_PG_ReferencedProfile_qualifiers[] =
29529               {
29530 mike  1.1.2.3     /* ASSOCIATION */
29531                   "\000\001",
29532 mike  1.1.2.1     /* Version */
29533                   "\0632.6.0",
29534                   0,
29535               };
29536               
29537 mike  1.1.2.4 MetaClass
29538 mike  1.1.2.1 __root_PG_InterOp_PG_ReferencedProfile =
29539               {
29540                   /* flags */
29541 mike  1.1.2.4     META_FLAG_ASSOCIATION,
29542 mike  1.1.2.1     /* name */
29543                   "PG_ReferencedProfile",
29544                   /* qualifiers */
29545                   __root_PG_InterOp_PG_ReferencedProfile_qualifiers,
29546 mike  1.1.2.2     /* super */
29547 mike  1.1.2.1     &__root_PG_InterOp_CIM_ReferencedProfile,
29548                   /* features */
29549                   _PG_ReferencedProfile_features,
29550               };
29551               
29552               //==============================================================================
29553               //
29554               // Class: PG_ElementConformsToProfile
29555               //
29556               //==============================================================================
29557               
29558 mike  1.1.2.4 static MetaFeature*
29559 mike  1.1.2.1 _PG_ElementConformsToProfile_features[] =
29560               {
29561                   0,
29562               };
29563               
29564               static const char*
29565               __root_PG_InterOp_PG_ElementConformsToProfile_qualifiers[] =
29566               {
29567 mike  1.1.2.3     /* ASSOCIATION */
29568                   "\000\001",
29569 mike  1.1.2.1     /* Version */
29570                   "\0632.6.0",
29571                   0,
29572               };
29573               
29574 mike  1.1.2.4 MetaClass
29575 mike  1.1.2.1 __root_PG_InterOp_PG_ElementConformsToProfile =
29576               {
29577                   /* flags */
29578 mike  1.1.2.4     META_FLAG_ASSOCIATION,
29579 mike  1.1.2.1     /* name */
29580                   "PG_ElementConformsToProfile",
29581                   /* qualifiers */
29582                   __root_PG_InterOp_PG_ElementConformsToProfile_qualifiers,
29583 mike  1.1.2.2     /* super */
29584 mike  1.1.2.1     &__root_PG_InterOp_CIM_ElementConformsToProfile,
29585                   /* features */
29586                   _PG_ElementConformsToProfile_features,
29587               };
29588               
29589               //==============================================================================
29590               //
29591               // Class: PG_SubProfileRequiresProfile
29592               //
29593               //==============================================================================
29594               
29595 mike  1.1.2.4 static MetaFeature*
29596 mike  1.1.2.1 _PG_SubProfileRequiresProfile_features[] =
29597               {
29598                   0,
29599               };
29600               
29601               static const char*
29602               __root_PG_InterOp_PG_SubProfileRequiresProfile_qualifiers[] =
29603               {
29604 mike  1.1.2.3     /* ASSOCIATION */
29605                   "\000\001",
29606 mike  1.1.2.1     /* Version */
29607                   "\0632.6.0",
29608                   0,
29609               };
29610               
29611 mike  1.1.2.4 MetaClass
29612 mike  1.1.2.1 __root_PG_InterOp_PG_SubProfileRequiresProfile =
29613               {
29614                   /* flags */
29615 mike  1.1.2.4     META_FLAG_ASSOCIATION,
29616 mike  1.1.2.1     /* name */
29617                   "PG_SubProfileRequiresProfile",
29618                   /* qualifiers */
29619                   __root_PG_InterOp_PG_SubProfileRequiresProfile_qualifiers,
29620 mike  1.1.2.2     /* super */
29621 mike  1.1.2.1     &__root_PG_InterOp_CIM_SubProfileRequiresProfile,
29622                   /* features */
29623                   _PG_SubProfileRequiresProfile_features,
29624               };
29625               
29626               //==============================================================================
29627               //
29628               // Class: PG_SoftwareIdentity
29629               //
29630               //==============================================================================
29631               
29632 mike  1.1.2.4 static MetaFeature*
29633 mike  1.1.2.1 _PG_SoftwareIdentity_features[] =
29634               {
29635                   0,
29636               };
29637               
29638               static const char*
29639               __root_PG_InterOp_PG_SoftwareIdentity_qualifiers[] =
29640               {
29641                   /* Version */
29642                   "\0632.6.0",
29643                   0,
29644               };
29645               
29646 mike  1.1.2.4 MetaClass
29647 mike  1.1.2.1 __root_PG_InterOp_PG_SoftwareIdentity =
29648               {
29649                   /* flags */
29650 mike  1.1.2.4     META_FLAG_CLASS,
29651 mike  1.1.2.1     /* name */
29652                   "PG_SoftwareIdentity",
29653                   /* qualifiers */
29654                   __root_PG_InterOp_PG_SoftwareIdentity_qualifiers,
29655 mike  1.1.2.2     /* super */
29656 mike  1.1.2.1     &__root_PG_InterOp_CIM_SoftwareIdentity,
29657                   /* features */
29658                   _PG_SoftwareIdentity_features,
29659               };
29660               
29661               //==============================================================================
29662               //
29663               // Class: PG_ElementSoftwareIdentity
29664               //
29665               //==============================================================================
29666               
29667 mike  1.1.2.4 static MetaFeature*
29668 mike  1.1.2.1 _PG_ElementSoftwareIdentity_features[] =
29669               {
29670                   0,
29671               };
29672               
29673               static const char*
29674               __root_PG_InterOp_PG_ElementSoftwareIdentity_qualifiers[] =
29675               {
29676 mike  1.1.2.3     /* ASSOCIATION */
29677                   "\000\001",
29678 mike  1.1.2.1     /* Version */
29679                   "\0632.6.0",
29680                   0,
29681               };
29682               
29683 mike  1.1.2.4 MetaClass
29684 mike  1.1.2.1 __root_PG_InterOp_PG_ElementSoftwareIdentity =
29685               {
29686                   /* flags */
29687 mike  1.1.2.4     META_FLAG_ASSOCIATION,
29688 mike  1.1.2.1     /* name */
29689                   "PG_ElementSoftwareIdentity",
29690                   /* qualifiers */
29691                   __root_PG_InterOp_PG_ElementSoftwareIdentity_qualifiers,
29692 mike  1.1.2.2     /* super */
29693 mike  1.1.2.1     &__root_PG_InterOp_CIM_ElementSoftwareIdentity,
29694                   /* features */
29695                   _PG_ElementSoftwareIdentity_features,
29696               };
29697               
29698               //==============================================================================
29699               //
29700               // Class: PG_ObjectManager
29701               //
29702               //==============================================================================
29703               
29704 mike  1.1.2.4 static MetaFeature*
29705 mike  1.1.2.1 _PG_ObjectManager_features[] =
29706               {
29707                   0,
29708               };
29709               
29710               static const char*
29711               __root_PG_InterOp_PG_ObjectManager_qualifiers[] =
29712               {
29713 mike  1.1.2.3     /* ASSOCIATION */
29714                   "\000\001",
29715 mike  1.1.2.1     /* Version */
29716                   "\0632.6.0",
29717                   0,
29718               };
29719               
29720 mike  1.1.2.4 MetaClass
29721 mike  1.1.2.1 __root_PG_InterOp_PG_ObjectManager =
29722               {
29723                   /* flags */
29724 mike  1.1.2.4     META_FLAG_ASSOCIATION,
29725 mike  1.1.2.1     /* name */
29726                   "PG_ObjectManager",
29727                   /* qualifiers */
29728                   __root_PG_InterOp_PG_ObjectManager_qualifiers,
29729 mike  1.1.2.2     /* super */
29730 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManager,
29731                   /* features */
29732                   _PG_ObjectManager_features,
29733               };
29734               
29735               //==============================================================================
29736               //
29737               // Class: PG_CommMechanismForManager
29738               //
29739               //==============================================================================
29740               
29741 mike  1.1.2.4 static MetaFeature*
29742 mike  1.1.2.1 _PG_CommMechanismForManager_features[] =
29743               {
29744                   0,
29745               };
29746               
29747               static const char*
29748               __root_PG_InterOp_PG_CommMechanismForManager_qualifiers[] =
29749               {
29750 mike  1.1.2.3     /* ASSOCIATION */
29751                   "\000\001",
29752 mike  1.1.2.1     /* Version */
29753                   "\0632.6.0",
29754                   0,
29755               };
29756               
29757 mike  1.1.2.4 MetaClass
29758 mike  1.1.2.1 __root_PG_InterOp_PG_CommMechanismForManager =
29759               {
29760                   /* flags */
29761 mike  1.1.2.4     META_FLAG_ASSOCIATION,
29762 mike  1.1.2.1     /* name */
29763                   "PG_CommMechanismForManager",
29764                   /* qualifiers */
29765                   __root_PG_InterOp_PG_CommMechanismForManager_qualifiers,
29766 mike  1.1.2.2     /* super */
29767 mike  1.1.2.1     &__root_PG_InterOp_CIM_CommMechanismForManager,
29768                   /* features */
29769                   _PG_CommMechanismForManager_features,
29770               };
29771               
29772               //==============================================================================
29773               //
29774               // Class: PG_NamespaceInManager
29775               //
29776               //==============================================================================
29777               
29778 mike  1.1.2.4 static MetaFeature*
29779 mike  1.1.2.1 _PG_NamespaceInManager_features[] =
29780               {
29781                   0,
29782               };
29783               
29784               static const char*
29785               __root_PG_InterOp_PG_NamespaceInManager_qualifiers[] =
29786               {
29787 mike  1.1.2.3     /* ASSOCIATION */
29788                   "\000\001",
29789 mike  1.1.2.1     /* Version */
29790                   "\0632.6.0",
29791                   0,
29792               };
29793               
29794 mike  1.1.2.4 MetaClass
29795 mike  1.1.2.1 __root_PG_InterOp_PG_NamespaceInManager =
29796               {
29797                   /* flags */
29798 mike  1.1.2.4     META_FLAG_ASSOCIATION,
29799 mike  1.1.2.1     /* name */
29800                   "PG_NamespaceInManager",
29801                   /* qualifiers */
29802                   __root_PG_InterOp_PG_NamespaceInManager_qualifiers,
29803 mike  1.1.2.2     /* super */
29804 mike  1.1.2.1     &__root_PG_InterOp_CIM_NamespaceInManager,
29805                   /* features */
29806                   _PG_NamespaceInManager_features,
29807               };
29808               
29809               //==============================================================================
29810               //
29811               // Class: PG_HostedObjectManager
29812               //
29813               //==============================================================================
29814               
29815 mike  1.1.2.4 static MetaFeature*
29816 mike  1.1.2.1 _PG_HostedObjectManager_features[] =
29817               {
29818                   0,
29819               };
29820               
29821               static const char*
29822               __root_PG_InterOp_PG_HostedObjectManager_qualifiers[] =
29823               {
29824 mike  1.1.2.3     /* ASSOCIATION */
29825                   "\000\001",
29826 mike  1.1.2.1     /* Version */
29827                   "\0632.6.0",
29828                   0,
29829               };
29830               
29831 mike  1.1.2.4 MetaClass
29832 mike  1.1.2.1 __root_PG_InterOp_PG_HostedObjectManager =
29833               {
29834                   /* flags */
29835 mike  1.1.2.4     META_FLAG_ASSOCIATION,
29836 mike  1.1.2.1     /* name */
29837                   "PG_HostedObjectManager",
29838                   /* qualifiers */
29839                   __root_PG_InterOp_PG_HostedObjectManager_qualifiers,
29840 mike  1.1.2.2     /* super */
29841 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedService,
29842                   /* features */
29843                   _PG_HostedObjectManager_features,
29844               };
29845               
29846               //==============================================================================
29847               //
29848               // Class: PG_HostedAccessPoint
29849               //
29850               //==============================================================================
29851               
29852 mike  1.1.2.4 static MetaFeature*
29853 mike  1.1.2.1 _PG_HostedAccessPoint_features[] =
29854               {
29855                   0,
29856               };
29857               
29858               static const char*
29859               __root_PG_InterOp_PG_HostedAccessPoint_qualifiers[] =
29860               {
29861 mike  1.1.2.3     /* ASSOCIATION */
29862                   "\000\001",
29863 mike  1.1.2.1     /* Version */
29864                   "\0632.6.0",
29865                   0,
29866               };
29867               
29868 mike  1.1.2.4 MetaClass
29869 mike  1.1.2.1 __root_PG_InterOp_PG_HostedAccessPoint =
29870               {
29871                   /* flags */
29872 mike  1.1.2.4     META_FLAG_ASSOCIATION,
29873 mike  1.1.2.1     /* name */
29874                   "PG_HostedAccessPoint",
29875                   /* qualifiers */
29876                   __root_PG_InterOp_PG_HostedAccessPoint_qualifiers,
29877 mike  1.1.2.2     /* super */
29878 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedAccessPoint,
29879                   /* features */
29880                   _PG_HostedAccessPoint_features,
29881               };
29882               
29883               //==============================================================================
29884               //
29885               // Qualifier array
29886               //
29887               //==============================================================================
29888               
29889 mike  1.1.2.4 static MetaQualifierDecl*
29890 mike  1.1.2.1 _qualifiers[] =
29891               {
29892                   &_ASSOCIATION_qualifier_decl,
29893                   &_INDICATION_qualifier_decl,
29894                   &_Abstract_qualifier_decl,
29895                   &_Aggregate_qualifier_decl,
29896                   &_Aggregation_qualifier_decl,
29897                   &_ArrayType_qualifier_decl,
29898                   &_BitMap_qualifier_decl,
29899                   &_BitValues_qualifier_decl,
29900                   &_ClassConstraint_qualifier_decl,
29901                   &_Composition_qualifier_decl,
29902                   &_Counter_qualifier_decl,
29903                   &_Deprecated_qualifier_decl,
29904                   &_Description_qualifier_decl,
29905                   &_DisplayName_qualifier_decl,
29906                   &_DN_qualifier_decl,
29907                   &_EmbeddedInstance_qualifier_decl,
29908                   &_EmbeddedObject_qualifier_decl,
29909                   &_Exception_qualifier_decl,
29910                   &_Experimental_qualifier_decl,
29911 mike  1.1.2.1     &_Gauge_qualifier_decl,
29912                   &_In_qualifier_decl,
29913                   &_Key_qualifier_decl,
29914                   &_MappingStrings_qualifier_decl,
29915                   &_Max_qualifier_decl,
29916                   &_MaxLen_qualifier_decl,
29917                   &_MaxValue_qualifier_decl,
29918                   &_MethodConstraint_qualifier_decl,
29919                   &_Min_qualifier_decl,
29920                   &_MinLen_qualifier_decl,
29921                   &_MinValue_qualifier_decl,
29922                   &_ModelCorrespondence_qualifier_decl,
29923                   &_Nonlocal_qualifier_decl,
29924                   &_NonlocalType_qualifier_decl,
29925                   &_NullValue_qualifier_decl,
29926                   &_Octetstring_qualifier_decl,
29927                   &_Out_qualifier_decl,
29928                   &_Override_qualifier_decl,
29929                   &_Propagated_qualifier_decl,
29930                   &_PropertyConstraint_qualifier_decl,
29931                   &_Read_qualifier_decl,
29932 mike  1.1.2.1     &_Required_qualifier_decl,
29933                   &_Revision_qualifier_decl,
29934                   &_CLASS_qualifier_decl,
29935                   &_Source_qualifier_decl,
29936                   &_SourceType_qualifier_decl,
29937                   &_Static_qualifier_decl,
29938                   &_Terminal_qualifier_decl,
29939                   &_UMLPackagePath_qualifier_decl,
29940                   &_Units_qualifier_decl,
29941                   &_ValueMap_qualifier_decl,
29942                   &_Values_qualifier_decl,
29943                   &_Version_qualifier_decl,
29944                   &_Weak_qualifier_decl,
29945                   &_Write_qualifier_decl,
29946                   &_Alias_qualifier_decl,
29947                   &_Delete_qualifier_decl,
29948                   &_Expensive_qualifier_decl,
29949                   &_Ifdeleted_qualifier_decl,
29950                   &_Invisible_qualifier_decl,
29951                   &_Large_qualifier_decl,
29952                   &_PropertyUsage_qualifier_decl,
29953 mike  1.1.2.1     &_Provider_qualifier_decl,
29954                   &_SyntaxType_qualifier_decl,
29955                   &_Syntax_qualifier_decl,
29956                   &_TriggerType_qualifier_decl,
29957                   &_UnknownValues_qualifier_decl,
29958                   &_UnsupportedValues_qualifier_decl,
29959                   0,
29960               };
29961               
29962               //==============================================================================
29963               //
29964               // Class array
29965               //
29966               //==============================================================================
29967               
29968 mike  1.1.2.4 static MetaClass*
29969 mike  1.1.2.1 _classes[] =
29970               {
29971                   &__root_PG_InterOp_CIM_ManagedElement,
29972                   &__root_PG_InterOp_CIM_Setting,
29973                   &__root_PG_InterOp_CIM_SettingContext,
29974                   &__root_PG_InterOp_CIM_SettingData,
29975                   &__root_PG_InterOp_CIM_Capabilities,
29976                   &__root_PG_InterOp_CIM_Collection,
29977                   &__root_PG_InterOp_CIM_CollectionOfMSEs,
29978                   &__root_PG_InterOp_CIM_Component,
29979                   &__root_PG_InterOp_CIM_ConcreteCollection,
29980                   &__root_PG_InterOp_CIM_ConcreteComponent,
29981                   &__root_PG_InterOp_CIM_Configuration,
29982                   &__root_PG_InterOp_CIM_ConfigurationComponent,
29983                   &__root_PG_InterOp_CIM_Dependency,
29984                   &__root_PG_InterOp_CIM_DependencyContext,
29985                   &__root_PG_InterOp_CIM_ElementCapabilities,
29986                   &__root_PG_InterOp_CIM_EnabledLogicalElementCapabilities,
29987                   &__root_PG_InterOp_CIM_FRU,
29988                   &__root_PG_InterOp_CIM_HostedDependency,
29989                   &__root_PG_InterOp_CIM_LocalizationCapabilities,
29990 mike  1.1.2.1     &__root_PG_InterOp_CIM_Location,
29991                   &__root_PG_InterOp_CIM_LogicalIdentity,
29992                   &__root_PG_InterOp_CIM_ManagedSystemElement,
29993                   &__root_PG_InterOp_CIM_MemberOfCollection,
29994                   &__root_PG_InterOp_CIM_MethodParameters,
29995                   &__root_PG_InterOp_CIM_OrderedMemberOfCollection,
29996                   &__root_PG_InterOp_CIM_ParametersForMethod,
29997                   &__root_PG_InterOp_CIM_ParameterValueSources,
29998                   &__root_PG_InterOp_CIM_PhysicalElement,
29999                   &__root_PG_InterOp_CIM_PowerManagementCapabilities,
30000                   &__root_PG_InterOp_CIM_Product,
30001                   &__root_PG_InterOp_CIM_ProductComponent,
30002                   &__root_PG_InterOp_CIM_ProductFRU,
30003                   &__root_PG_InterOp_CIM_ProductParentChild,
30004                   &__root_PG_InterOp_CIM_ProductPhysicalComponent,
30005                   &__root_PG_InterOp_CIM_ProductPhysicalElements,
30006                   &__root_PG_InterOp_CIM_ProductProductDependency,
30007                   &__root_PG_InterOp_CIM_Profile,
30008                   &__root_PG_InterOp_CIM_ReplaceableProductFRU,
30009                   &__root_PG_InterOp_CIM_Spared,
30010                   &__root_PG_InterOp_CIM_StatisticalData,
30011 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
30012                   &__root_PG_InterOp_CIM_StatisticalSetting,
30013                   &__root_PG_InterOp_CIM_Statistics,
30014                   &__root_PG_InterOp_CIM_SupportAccess,
30015                   &__root_PG_InterOp_CIM_Synchronized,
30016                   &__root_PG_InterOp_CIM_SystemConfiguration,
30017                   &__root_PG_InterOp_CIM_SystemSetting,
30018                   &__root_PG_InterOp_CIM_SystemSettingContext,
30019                   &__root_PG_InterOp_CIM_SystemSpecificCollection,
30020                   &__root_PG_InterOp_CIM_SystemStatisticalInformation,
30021                   &__root_PG_InterOp_CIM_CollectedCollections,
30022                   &__root_PG_InterOp_CIM_CollectedMSEs,
30023                   &__root_PG_InterOp_CIM_CollectionConfiguration,
30024                   &__root_PG_InterOp_CIM_CollectionSetting,
30025                   &__root_PG_InterOp_CIM_CompatibleProduct,
30026                   &__root_PG_InterOp_CIM_ConcreteDependency,
30027                   &__root_PG_InterOp_CIM_ConcreteIdentity,
30028                   &__root_PG_InterOp_CIM_ContainedLocation,
30029                   &__root_PG_InterOp_CIM_DeviceStatisticalInformation,
30030                   &__root_PG_InterOp_CIM_ElementConfiguration,
30031                   &__root_PG_InterOp_CIM_ElementLocation,
30032 mike  1.1.2.1     &__root_PG_InterOp_CIM_ElementProfile,
30033                   &__root_PG_InterOp_CIM_ElementSetting,
30034                   &__root_PG_InterOp_CIM_ElementSettingData,
30035                   &__root_PG_InterOp_CIM_ElementStatisticalData,
30036                   &__root_PG_InterOp_CIM_FRUIncludesProduct,
30037                   &__root_PG_InterOp_CIM_FRUPhysicalElements,
30038                   &__root_PG_InterOp_CIM_LogicalElement,
30039                   &__root_PG_InterOp_CIM_PhysicalElementLocation,
30040                   &__root_PG_InterOp_CIM_PhysicalStatisticalInformation,
30041                   &__root_PG_InterOp_CIM_PhysicalStatistics,
30042                   &__root_PG_InterOp_CIM_ProductSupport,
30043                   &__root_PG_InterOp_CIM_RedundancyGroup,
30044                   &__root_PG_InterOp_CIM_RedundancySet,
30045                   &__root_PG_InterOp_CIM_RelatedStatisticalData,
30046                   &__root_PG_InterOp_CIM_RelatedStatistics,
30047                   &__root_PG_InterOp_CIM_SAPStatisticalInformation,
30048                   &__root_PG_InterOp_CIM_ScopedSettingData,
30049                   &__root_PG_InterOp_CIM_ServiceStatisticalInformation,
30050                   &__root_PG_InterOp_CIM_SettingAssociatedToCapabilities,
30051                   &__root_PG_InterOp_CIM_SoftwareIdentity,
30052                   &__root_PG_InterOp_CIM_SpareGroup,
30053 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticsCollection,
30054                   &__root_PG_InterOp_CIM_StorageRedundancyGroup,
30055                   &__root_PG_InterOp_CIM_StorageRedundancySet,
30056                   &__root_PG_InterOp_CIM_ActsAsSpare,
30057                   &__root_PG_InterOp_CIM_DefaultSetting,
30058                   &__root_PG_InterOp_CIM_ElementSoftwareIdentity,
30059                   &__root_PG_InterOp_CIM_ExtraCapacityGroup,
30060                   &__root_PG_InterOp_CIM_IsSpare,
30061                   &__root_PG_InterOp_CIM_Job,
30062                   &__root_PG_InterOp_CIM_ProductSoftwareComponent,
30063                   &__root_PG_InterOp_CIM_RedundancyComponent,
30064                   &__root_PG_InterOp_CIM_ScopedSetting,
30065                   &__root_PG_InterOp_CIM_ConcreteJob,
30066                   &__root_PG_InterOp_CIM_EnabledLogicalElement,
30067                   &__root_PG_InterOp_CIM_LogicalDevice,
30068                   &__root_PG_InterOp_CIM_Realizes,
30069                   &__root_PG_InterOp_CIM_Service,
30070                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
30071                   &__root_PG_InterOp_CIM_ServiceAccessURI,
30072                   &__root_PG_InterOp_CIM_ServiceAffectsElement,
30073                   &__root_PG_InterOp_CIM_ServiceAvailableToElement,
30074 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceComponent,
30075                   &__root_PG_InterOp_CIM_ServiceSAPDependency,
30076                   &__root_PG_InterOp_CIM_ServiceStatistics,
30077                   &__root_PG_InterOp_CIM_StorageExtent,
30078                   &__root_PG_InterOp_CIM_System,
30079                   &__root_PG_InterOp_CIM_SystemComponent,
30080                   &__root_PG_InterOp_CIM_SystemDevice,
30081                   &__root_PG_InterOp_CIM_SystemPackaging,
30082                   &__root_PG_InterOp_CIM_SystemStatistics,
30083                   &__root_PG_InterOp_CIM_AdminDomain,
30084                   &__root_PG_InterOp_CIM_BasedOn,
30085                   &__root_PG_InterOp_CIM_ConfigurationForSystem,
30086                   &__root_PG_InterOp_CIM_ContainedDomain,
30087                   &__root_PG_InterOp_CIM_DeviceSAPImplementation,
30088                   &__root_PG_InterOp_CIM_DeviceServiceImplementation,
30089                   &__root_PG_InterOp_CIM_DeviceStatistics,
30090                   &__root_PG_InterOp_CIM_ExtentRedundancyComponent,
30091                   &__root_PG_InterOp_CIM_HostedAccessPoint,
30092                   &__root_PG_InterOp_CIM_HostedCollection,
30093                   &__root_PG_InterOp_CIM_HostedService,
30094                   &__root_PG_InterOp_CIM_InstalledSoftwareIdentity,
30095 mike  1.1.2.1     &__root_PG_InterOp_CIM_PowerManagementService,
30096                   &__root_PG_InterOp_CIM_ProductServiceComponent,
30097                   &__root_PG_InterOp_CIM_ProtocolEndpoint,
30098                   &__root_PG_InterOp_CIM_ProvidesServiceToElement,
30099                   &__root_PG_InterOp_CIM_RemoteServiceAccessPoint,
30100                   &__root_PG_InterOp_CIM_SAPAvailableForElement,
30101                   &__root_PG_InterOp_CIM_SAPSAPDependency,
30102                   &__root_PG_InterOp_CIM_SAPStatistics,
30103                   &__root_PG_InterOp_CIM_ServiceAccessBySAP,
30104                   &__root_PG_InterOp_CIM_ServiceServiceDependency,
30105                   &__root_PG_InterOp_CIM_SettingForSystem,
30106                   &__root_PG_InterOp_CIM_ActiveConnection,
30107                   &__root_PG_InterOp_CIM_BindsTo,
30108                   &__root_PG_InterOp_CIM_ProvidesEndpoint,
30109                   &__root_PG_InterOp_CIM_RemotePort,
30110                   &__root_PG_InterOp_CIM_Indication,
30111                   &__root_PG_InterOp_CIM_ClassIndication,
30112                   &__root_PG_InterOp_CIM_ClassModification,
30113                   &__root_PG_InterOp_CIM_IndicationFilter,
30114                   &__root_PG_InterOp_CIM_InstIndication,
30115                   &__root_PG_InterOp_CIM_InstMethodCall,
30116 mike  1.1.2.1     &__root_PG_InterOp_CIM_InstModification,
30117                   &__root_PG_InterOp_CIM_InstRead,
30118                   &__root_PG_InterOp_CIM_ListenerDestination,
30119                   &__root_PG_InterOp_CIM_ListenerDestinationCIMXML,
30120                   &__root_PG_InterOp_CIM_ProcessIndication,
30121                   &__root_PG_InterOp_CIM_SNMPTrapIndication,
30122                   &__root_PG_InterOp_CIM_AlertIndication,
30123                   &__root_PG_InterOp_CIM_AlertInstIndication,
30124                   &__root_PG_InterOp_CIM_ClassCreation,
30125                   &__root_PG_InterOp_CIM_ClassDeletion,
30126                   &__root_PG_InterOp_CIM_IndicationHandler,
30127                   &__root_PG_InterOp_CIM_IndicationHandlerCIMXML,
30128                   &__root_PG_InterOp_CIM_IndicationSubscription,
30129                   &__root_PG_InterOp_CIM_InstCreation,
30130                   &__root_PG_InterOp_CIM_InstDeletion,
30131                   &__root_PG_InterOp_CIM_ThresholdIndication,
30132                   &__root_PG_InterOp_CIM_FormattedIndicationSubscription,
30133                   &__root_PG_InterOp_CIM_Namespace,
30134                   &__root_PG_InterOp_CIM_RegisteredProfile,
30135                   &__root_PG_InterOp_CIM_RegisteredSubProfile,
30136                   &__root_PG_InterOp_CIM_SystemIdentification,
30137 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemInNamespace,
30138                   &__root_PG_InterOp_CIM_CIMOMStatisticalData,
30139                   &__root_PG_InterOp_CIM_ElementConformsToProfile,
30140                   &__root_PG_InterOp_CIM_ReferencedProfile,
30141                   &__root_PG_InterOp_CIM_SubProfileRequiresProfile,
30142                   &__root_PG_InterOp_CIM_WBEMService,
30143                   &__root_PG_InterOp_CIM_IdentificationOfManagedSystem,
30144                   &__root_PG_InterOp_CIM_ObjectManager,
30145                   &__root_PG_InterOp_CIM_ObjectManagerAdapter,
30146                   &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
30147                   &__root_PG_InterOp_CIM_ProtocolAdapter,
30148                   &__root_PG_InterOp_CIM_CIMXMLCommunicationMechanism,
30149                   &__root_PG_InterOp_CIM_CommMechanismForAdapter,
30150                   &__root_PG_InterOp_CIM_CommMechanismForManager,
30151                   &__root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter,
30152                   &__root_PG_InterOp_CIM_NamespaceInManager,
30153                   &__root_PG_InterOp_PG_IndicationHandlerSNMPMapper,
30154                   &__root_PG_InterOp_PG_ListenerDestinationSystemLog,
30155                   &__root_PG_InterOp_PG_ListenerDestinationEmail,
30156                   &__root_PG_InterOp_PG_ProviderModule,
30157                   &__root_PG_InterOp_PG_Provider,
30158 mike  1.1.2.1     &__root_PG_InterOp_PG_Capabilities,
30159                   &__root_PG_InterOp_PG_CapabilitiesRegistration,
30160                   &__root_PG_InterOp_PG_ProviderCapabilities,
30161                   &__root_PG_InterOp_PG_ConsumerCapabilities,
30162                   &__root_PG_InterOp_PG_ProviderCapabilitiesElements,
30163                   &__root_PG_InterOp_PG_ProviderModuleElements,
30164                   &__root_PG_InterOp_PG_CIMXMLCommunicationMechanism,
30165                   &__root_PG_InterOp_PG_NameSpace,
30166                   &__root_PG_InterOp_CIM_ComputerSystem,
30167                   &__root_PG_InterOp_CIM_UnitaryComputerSystem,
30168                   &__root_PG_InterOp_PG_ComputerSystem,
30169                   &__root_PG_InterOp_PG_ProviderProfileCapabilities,
30170                   &__root_PG_InterOp_PG_ProviderReferencedProfiles,
30171                   &__root_PG_InterOp_PG_RegisteredProfile,
30172                   &__root_PG_InterOp_PG_RegisteredSubProfile,
30173                   &__root_PG_InterOp_PG_ReferencedProfile,
30174                   &__root_PG_InterOp_PG_ElementConformsToProfile,
30175                   &__root_PG_InterOp_PG_SubProfileRequiresProfile,
30176                   &__root_PG_InterOp_PG_SoftwareIdentity,
30177                   &__root_PG_InterOp_PG_ElementSoftwareIdentity,
30178                   &__root_PG_InterOp_PG_ObjectManager,
30179 mike  1.1.2.1     &__root_PG_InterOp_PG_CommMechanismForManager,
30180                   &__root_PG_InterOp_PG_NamespaceInManager,
30181                   &__root_PG_InterOp_PG_HostedObjectManager,
30182                   &__root_PG_InterOp_PG_HostedAccessPoint,
30183                   0,
30184               };
30185               
30186 mike  1.1.2.4 const MetaNameSpace root_PG_InterOp_namespace =
30187 mike  1.1.2.1 {
30188                   "root/PG_InterOp",
30189                   _qualifiers,
30190                   _classes,
30191               };
30192               
30193               PEGASUS_NAMESPACE_END

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2