(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               static SourceQualifierDecl
   14               _ASSOCIATION_qualifier_decl =
   15               {
   16                   /* name */
   17                   "ASSOCIATION",
   18                   /* type */
   19                   CIMTYPE_BOOLEAN,
   20                   /* subscript */
   21                   -1,
   22                   /* scope */
   23                   PEGASUS_SCOPE_ASSOCIATION,
   24                   /* flavor */
   25                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
   26 mike  1.1.2.1     /* value */
   27                   "\000",
   28               };
   29               
   30               static SourceQualifierDecl
   31               _INDICATION_qualifier_decl =
   32               {
   33                   /* name */
   34                   "INDICATION",
   35                   /* type */
   36                   CIMTYPE_BOOLEAN,
   37                   /* subscript */
   38                   -1,
   39                   /* scope */
   40                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_INDICATION,
   41                   /* flavor */
   42                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
   43                   /* value */
   44                   "\000",
   45               };
   46               
   47 mike  1.1.2.1 static SourceQualifierDecl
   48               _Abstract_qualifier_decl =
   49               {
   50                   /* name */
   51                   "Abstract",
   52                   /* type */
   53                   CIMTYPE_BOOLEAN,
   54                   /* subscript */
   55                   -1,
   56                   /* scope */
   57                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,
   58                   /* flavor */
   59                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_RESTRICTED,
   60                   /* value */
   61                   "\000",
   62               };
   63               
   64               static SourceQualifierDecl
   65               _Aggregate_qualifier_decl =
   66               {
   67                   /* name */
   68 mike  1.1.2.1     "Aggregate",
   69                   /* type */
   70                   CIMTYPE_BOOLEAN,
   71                   /* subscript */
   72                   -1,
   73                   /* scope */
   74                   PEGASUS_SCOPE_REFERENCE,
   75                   /* flavor */
   76                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
   77                   /* value */
   78                   "\000",
   79               };
   80               
   81               static SourceQualifierDecl
   82               _Aggregation_qualifier_decl =
   83               {
   84                   /* name */
   85                   "Aggregation",
   86                   /* type */
   87                   CIMTYPE_BOOLEAN,
   88                   /* subscript */
   89 mike  1.1.2.1     -1,
   90                   /* scope */
   91                   PEGASUS_SCOPE_ASSOCIATION,
   92                   /* flavor */
   93                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
   94                   /* value */
   95                   "\000",
   96               };
   97               
   98               static SourceQualifierDecl
   99               _ArrayType_qualifier_decl =
  100               {
  101                   /* name */
  102                   "ArrayType",
  103                   /* type */
  104                   CIMTYPE_STRING,
  105                   /* subscript */
  106                   -1,
  107                   /* scope */
  108                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_PARAMETER,
  109                   /* flavor */
  110 mike  1.1.2.1     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  111                   /* value */
  112                   "Bag",
  113               };
  114               
  115               static SourceQualifierDecl
  116               _BitMap_qualifier_decl =
  117               {
  118                   /* name */
  119                   "BitMap",
  120                   /* type */
  121                   CIMTYPE_STRING,
  122                   /* subscript */
  123                   0,
  124                   /* scope */
  125                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  126                   /* flavor */
  127                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  128                   /* value */
  129                   0,
  130               };
  131 mike  1.1.2.1 
  132               static SourceQualifierDecl
  133               _BitValues_qualifier_decl =
  134               {
  135                   /* name */
  136                   "BitValues",
  137                   /* type */
  138                   CIMTYPE_STRING,
  139                   /* subscript */
  140                   0,
  141                   /* scope */
  142                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  143                   /* flavor */
  144                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,
  145                   /* value */
  146                   0,
  147               };
  148               
  149               static SourceQualifierDecl
  150               _ClassConstraint_qualifier_decl =
  151               {
  152 mike  1.1.2.1     /* name */
  153                   "ClassConstraint",
  154                   /* type */
  155                   CIMTYPE_STRING,
  156                   /* subscript */
  157                   0,
  158                   /* scope */
  159                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,
  160                   /* flavor */
  161                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  162                   /* value */
  163                   0,
  164               };
  165               
  166               static SourceQualifierDecl
  167               _Composition_qualifier_decl =
  168               {
  169                   /* name */
  170                   "Composition",
  171                   /* type */
  172                   CIMTYPE_BOOLEAN,
  173 mike  1.1.2.1     /* subscript */
  174                   -1,
  175                   /* scope */
  176                   PEGASUS_SCOPE_ASSOCIATION,
  177                   /* flavor */
  178                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  179                   /* value */
  180                   "\000",
  181               };
  182               
  183               static SourceQualifierDecl
  184               _Counter_qualifier_decl =
  185               {
  186                   /* name */
  187                   "Counter",
  188                   /* type */
  189                   CIMTYPE_BOOLEAN,
  190                   /* subscript */
  191                   -1,
  192                   /* scope */
  193                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  194 mike  1.1.2.1     /* flavor */
  195                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  196                   /* value */
  197                   "\000",
  198               };
  199               
  200               static SourceQualifierDecl
  201               _Deprecated_qualifier_decl =
  202               {
  203                   /* name */
  204                   "Deprecated",
  205                   /* type */
  206                   CIMTYPE_STRING,
  207                   /* subscript */
  208                   0,
  209                   /* scope */
  210                   PEGASUS_SCOPE_ANY,
  211                   /* flavor */
  212                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_RESTRICTED,
  213                   /* value */
  214                   0,
  215 mike  1.1.2.1 };
  216               
  217               static SourceQualifierDecl
  218               _Description_qualifier_decl =
  219               {
  220                   /* name */
  221                   "Description",
  222                   /* type */
  223                   CIMTYPE_STRING,
  224                   /* subscript */
  225                   -1,
  226                   /* scope */
  227                   PEGASUS_SCOPE_ANY,
  228                   /* flavor */
  229                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,
  230                   /* value */
  231                   0,
  232               };
  233               
  234               static SourceQualifierDecl
  235               _DisplayName_qualifier_decl =
  236 mike  1.1.2.1 {
  237                   /* name */
  238                   "DisplayName",
  239                   /* type */
  240                   CIMTYPE_STRING,
  241                   /* subscript */
  242                   -1,
  243                   /* scope */
  244                   PEGASUS_SCOPE_ANY,
  245                   /* flavor */
  246                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,
  247                   /* value */
  248                   0,
  249               };
  250               
  251               static SourceQualifierDecl
  252               _DN_qualifier_decl =
  253               {
  254                   /* name */
  255                   "DN",
  256                   /* type */
  257 mike  1.1.2.1     CIMTYPE_BOOLEAN,
  258                   /* subscript */
  259                   -1,
  260                   /* scope */
  261                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  262                   /* flavor */
  263                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  264                   /* value */
  265                   "\000",
  266               };
  267               
  268               static SourceQualifierDecl
  269               _EmbeddedInstance_qualifier_decl =
  270               {
  271                   /* name */
  272                   "EmbeddedInstance",
  273                   /* type */
  274                   CIMTYPE_STRING,
  275                   /* subscript */
  276                   -1,
  277                   /* scope */
  278 mike  1.1.2.1     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  279                   /* flavor */
  280                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  281                   /* value */
  282                   0,
  283               };
  284               
  285               static SourceQualifierDecl
  286               _EmbeddedObject_qualifier_decl =
  287               {
  288                   /* name */
  289                   "EmbeddedObject",
  290                   /* type */
  291                   CIMTYPE_BOOLEAN,
  292                   /* subscript */
  293                   -1,
  294                   /* scope */
  295                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  296                   /* flavor */
  297                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  298                   /* value */
  299 mike  1.1.2.1     "\000",
  300               };
  301               
  302               static SourceQualifierDecl
  303               _Exception_qualifier_decl =
  304               {
  305                   /* name */
  306                   "Exception",
  307                   /* type */
  308                   CIMTYPE_BOOLEAN,
  309                   /* subscript */
  310                   -1,
  311                   /* scope */
  312                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_INDICATION,
  313                   /* flavor */
  314                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TOINSTANCE|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  315                   /* value */
  316                   "\000",
  317               };
  318               
  319               static SourceQualifierDecl
  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                   PEGASUS_SCOPE_ANY,
  330                   /* flavor */
  331                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_RESTRICTED,
  332                   /* value */
  333                   "\000",
  334               };
  335               
  336               static SourceQualifierDecl
  337               _Gauge_qualifier_decl =
  338               {
  339                   /* name */
  340                   "Gauge",
  341 mike  1.1.2.1     /* type */
  342                   CIMTYPE_BOOLEAN,
  343                   /* subscript */
  344                   -1,
  345                   /* scope */
  346                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  347                   /* flavor */
  348                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  349                   /* value */
  350                   "\000",
  351               };
  352               
  353               static SourceQualifierDecl
  354               _In_qualifier_decl =
  355               {
  356                   /* name */
  357                   "In",
  358                   /* type */
  359                   CIMTYPE_BOOLEAN,
  360                   /* subscript */
  361                   -1,
  362 mike  1.1.2.1     /* scope */
  363                   PEGASUS_SCOPE_PARAMETER,
  364                   /* flavor */
  365                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  366                   /* value */
  367                   "\001",
  368               };
  369               
  370               static SourceQualifierDecl
  371               _Key_qualifier_decl =
  372               {
  373                   /* name */
  374                   "Key",
  375                   /* type */
  376                   CIMTYPE_BOOLEAN,
  377                   /* subscript */
  378                   -1,
  379                   /* scope */
  380                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE,
  381                   /* flavor */
  382                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  383 mike  1.1.2.1     /* value */
  384                   "\000",
  385               };
  386               
  387               static SourceQualifierDecl
  388               _MappingStrings_qualifier_decl =
  389               {
  390                   /* name */
  391                   "MappingStrings",
  392                   /* type */
  393                   CIMTYPE_STRING,
  394                   /* subscript */
  395                   0,
  396                   /* scope */
  397                   PEGASUS_SCOPE_ANY,
  398                   /* flavor */
  399                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  400                   /* value */
  401                   0,
  402               };
  403               
  404 mike  1.1.2.1 static SourceQualifierDecl
  405               _Max_qualifier_decl =
  406               {
  407                   /* name */
  408                   "Max",
  409                   /* type */
  410                   CIMTYPE_UINT32,
  411                   /* subscript */
  412                   -1,
  413                   /* scope */
  414                   PEGASUS_SCOPE_REFERENCE,
  415                   /* flavor */
  416                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  417                   /* value */
  418                   0,
  419               };
  420               
  421               static SourceQualifierDecl
  422               _MaxLen_qualifier_decl =
  423               {
  424                   /* name */
  425 mike  1.1.2.1     "MaxLen",
  426                   /* type */
  427                   CIMTYPE_UINT32,
  428                   /* subscript */
  429                   -1,
  430                   /* scope */
  431                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  432                   /* flavor */
  433                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  434                   /* value */
  435                   0,
  436               };
  437               
  438               static SourceQualifierDecl
  439               _MaxValue_qualifier_decl =
  440               {
  441                   /* name */
  442                   "MaxValue",
  443                   /* type */
  444                   CIMTYPE_SINT64,
  445                   /* subscript */
  446 mike  1.1.2.1     -1,
  447                   /* scope */
  448                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  449                   /* flavor */
  450                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  451                   /* value */
  452                   0,
  453               };
  454               
  455               static SourceQualifierDecl
  456               _MethodConstraint_qualifier_decl =
  457               {
  458                   /* name */
  459                   "MethodConstraint",
  460                   /* type */
  461                   CIMTYPE_STRING,
  462                   /* subscript */
  463                   0,
  464                   /* scope */
  465                   PEGASUS_SCOPE_METHOD,
  466                   /* flavor */
  467 mike  1.1.2.1     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  468                   /* value */
  469                   0,
  470               };
  471               
  472               static SourceQualifierDecl
  473               _Min_qualifier_decl =
  474               {
  475                   /* name */
  476                   "Min",
  477                   /* type */
  478                   CIMTYPE_UINT32,
  479                   /* subscript */
  480                   -1,
  481                   /* scope */
  482                   PEGASUS_SCOPE_REFERENCE,
  483                   /* flavor */
  484                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  485                   /* value */
  486                   "\000\000\000\000",
  487               };
  488 mike  1.1.2.1 
  489               static SourceQualifierDecl
  490               _MinLen_qualifier_decl =
  491               {
  492                   /* name */
  493                   "MinLen",
  494                   /* type */
  495                   CIMTYPE_UINT32,
  496                   /* subscript */
  497                   -1,
  498                   /* scope */
  499                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  500                   /* flavor */
  501                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  502                   /* value */
  503                   "\000\000\000\000",
  504               };
  505               
  506               static SourceQualifierDecl
  507               _MinValue_qualifier_decl =
  508               {
  509 mike  1.1.2.1     /* name */
  510                   "MinValue",
  511                   /* type */
  512                   CIMTYPE_SINT64,
  513                   /* subscript */
  514                   -1,
  515                   /* scope */
  516                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  517                   /* flavor */
  518                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  519                   /* value */
  520                   0,
  521               };
  522               
  523               static SourceQualifierDecl
  524               _ModelCorrespondence_qualifier_decl =
  525               {
  526                   /* name */
  527                   "ModelCorrespondence",
  528                   /* type */
  529                   CIMTYPE_STRING,
  530 mike  1.1.2.1     /* subscript */
  531                   0,
  532                   /* scope */
  533                   PEGASUS_SCOPE_ANY,
  534                   /* flavor */
  535                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  536                   /* value */
  537                   0,
  538               };
  539               
  540               static SourceQualifierDecl
  541               _Nonlocal_qualifier_decl =
  542               {
  543                   /* name */
  544                   "Nonlocal",
  545                   /* type */
  546                   CIMTYPE_STRING,
  547                   /* subscript */
  548                   -1,
  549                   /* scope */
  550                   PEGASUS_SCOPE_REFERENCE,
  551 mike  1.1.2.1     /* flavor */
  552                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  553                   /* value */
  554                   0,
  555               };
  556               
  557               static SourceQualifierDecl
  558               _NonlocalType_qualifier_decl =
  559               {
  560                   /* name */
  561                   "NonlocalType",
  562                   /* type */
  563                   CIMTYPE_STRING,
  564                   /* subscript */
  565                   -1,
  566                   /* scope */
  567                   PEGASUS_SCOPE_REFERENCE,
  568                   /* flavor */
  569                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  570                   /* value */
  571                   0,
  572 mike  1.1.2.1 };
  573               
  574               static SourceQualifierDecl
  575               _NullValue_qualifier_decl =
  576               {
  577                   /* name */
  578                   "NullValue",
  579                   /* type */
  580                   CIMTYPE_STRING,
  581                   /* subscript */
  582                   -1,
  583                   /* scope */
  584                   PEGASUS_SCOPE_PROPERTY,
  585                   /* flavor */
  586                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  587                   /* value */
  588                   0,
  589               };
  590               
  591               static SourceQualifierDecl
  592               _Octetstring_qualifier_decl =
  593 mike  1.1.2.1 {
  594                   /* name */
  595                   "Octetstring",
  596                   /* type */
  597                   CIMTYPE_BOOLEAN,
  598                   /* subscript */
  599                   -1,
  600                   /* scope */
  601                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  602                   /* flavor */
  603                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  604                   /* value */
  605                   "\000",
  606               };
  607               
  608               static SourceQualifierDecl
  609               _Out_qualifier_decl =
  610               {
  611                   /* name */
  612                   "Out",
  613                   /* type */
  614 mike  1.1.2.1     CIMTYPE_BOOLEAN,
  615                   /* subscript */
  616                   -1,
  617                   /* scope */
  618                   PEGASUS_SCOPE_PARAMETER,
  619                   /* flavor */
  620                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  621                   /* value */
  622                   "\000",
  623               };
  624               
  625               static SourceQualifierDecl
  626               _Override_qualifier_decl =
  627               {
  628                   /* name */
  629                   "Override",
  630                   /* type */
  631                   CIMTYPE_STRING,
  632                   /* subscript */
  633                   -1,
  634                   /* scope */
  635 mike  1.1.2.1     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD,
  636                   /* flavor */
  637                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_RESTRICTED,
  638                   /* value */
  639                   0,
  640               };
  641               
  642               static SourceQualifierDecl
  643               _Propagated_qualifier_decl =
  644               {
  645                   /* name */
  646                   "Propagated",
  647                   /* type */
  648                   CIMTYPE_STRING,
  649                   /* subscript */
  650                   -1,
  651                   /* scope */
  652                   PEGASUS_SCOPE_PROPERTY,
  653                   /* flavor */
  654                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  655                   /* value */
  656 mike  1.1.2.1     0,
  657               };
  658               
  659               static SourceQualifierDecl
  660               _PropertyConstraint_qualifier_decl =
  661               {
  662                   /* name */
  663                   "PropertyConstraint",
  664                   /* type */
  665                   CIMTYPE_STRING,
  666                   /* subscript */
  667                   0,
  668                   /* scope */
  669                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE,
  670                   /* flavor */
  671                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  672                   /* value */
  673                   0,
  674               };
  675               
  676               static SourceQualifierDecl
  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                   PEGASUS_SCOPE_PROPERTY,
  687                   /* flavor */
  688                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  689                   /* value */
  690                   "\001",
  691               };
  692               
  693               static SourceQualifierDecl
  694               _Required_qualifier_decl =
  695               {
  696                   /* name */
  697                   "Required",
  698 mike  1.1.2.1     /* type */
  699                   CIMTYPE_BOOLEAN,
  700                   /* subscript */
  701                   -1,
  702                   /* scope */
  703                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  704                   /* flavor */
  705                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  706                   /* value */
  707                   "\000",
  708               };
  709               
  710               static SourceQualifierDecl
  711               _Revision_qualifier_decl =
  712               {
  713                   /* name */
  714                   "Revision",
  715                   /* type */
  716                   CIMTYPE_STRING,
  717                   /* subscript */
  718                   -1,
  719 mike  1.1.2.1     /* scope */
  720                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,
  721                   /* flavor */
  722                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,
  723                   /* value */
  724                   0,
  725               };
  726               
  727               static SourceQualifierDecl
  728               _CLASS_qualifier_decl =
  729               {
  730                   /* name */
  731                   "CLASS",
  732                   /* type */
  733                   CIMTYPE_STRING,
  734                   /* subscript */
  735                   -1,
  736                   /* scope */
  737                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD,
  738                   /* flavor */
  739                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  740 mike  1.1.2.1     /* value */
  741                   0,
  742               };
  743               
  744               static SourceQualifierDecl
  745               _Source_qualifier_decl =
  746               {
  747                   /* name */
  748                   "Source",
  749                   /* type */
  750                   CIMTYPE_STRING,
  751                   /* subscript */
  752                   -1,
  753                   /* scope */
  754                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,
  755                   /* flavor */
  756                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  757                   /* value */
  758                   0,
  759               };
  760               
  761 mike  1.1.2.1 static SourceQualifierDecl
  762               _SourceType_qualifier_decl =
  763               {
  764                   /* name */
  765                   "SourceType",
  766                   /* type */
  767                   CIMTYPE_STRING,
  768                   /* subscript */
  769                   -1,
  770                   /* scope */
  771                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION|PEGASUS_SCOPE_REFERENCE,
  772                   /* flavor */
  773                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  774                   /* value */
  775                   0,
  776               };
  777               
  778               static SourceQualifierDecl
  779               _Static_qualifier_decl =
  780               {
  781                   /* name */
  782 mike  1.1.2.1     "Static",
  783                   /* type */
  784                   CIMTYPE_BOOLEAN,
  785                   /* subscript */
  786                   -1,
  787                   /* scope */
  788                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD,
  789                   /* flavor */
  790                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  791                   /* value */
  792                   "\000",
  793               };
  794               
  795               static SourceQualifierDecl
  796               _Terminal_qualifier_decl =
  797               {
  798                   /* name */
  799                   "Terminal",
  800                   /* type */
  801                   CIMTYPE_BOOLEAN,
  802                   /* subscript */
  803 mike  1.1.2.1     -1,
  804                   /* scope */
  805                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,
  806                   /* flavor */
  807                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  808                   /* value */
  809                   "\000",
  810               };
  811               
  812               static SourceQualifierDecl
  813               _UMLPackagePath_qualifier_decl =
  814               {
  815                   /* name */
  816                   "UMLPackagePath",
  817                   /* type */
  818                   CIMTYPE_STRING,
  819                   /* subscript */
  820                   -1,
  821                   /* scope */
  822                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,
  823                   /* flavor */
  824 mike  1.1.2.1     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  825                   /* value */
  826                   0,
  827               };
  828               
  829               static SourceQualifierDecl
  830               _Units_qualifier_decl =
  831               {
  832                   /* name */
  833                   "Units",
  834                   /* type */
  835                   CIMTYPE_STRING,
  836                   /* subscript */
  837                   -1,
  838                   /* scope */
  839                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  840                   /* flavor */
  841                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,
  842                   /* value */
  843                   0,
  844               };
  845 mike  1.1.2.1 
  846               static SourceQualifierDecl
  847               _ValueMap_qualifier_decl =
  848               {
  849                   /* name */
  850                   "ValueMap",
  851                   /* type */
  852                   CIMTYPE_STRING,
  853                   /* subscript */
  854                   0,
  855                   /* scope */
  856                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  857                   /* flavor */
  858                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  859                   /* value */
  860                   0,
  861               };
  862               
  863               static SourceQualifierDecl
  864               _Values_qualifier_decl =
  865               {
  866 mike  1.1.2.1     /* name */
  867                   "Values",
  868                   /* type */
  869                   CIMTYPE_STRING,
  870                   /* subscript */
  871                   0,
  872                   /* scope */
  873                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  874                   /* flavor */
  875                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,
  876                   /* value */
  877                   0,
  878               };
  879               
  880               static SourceQualifierDecl
  881               _Version_qualifier_decl =
  882               {
  883                   /* name */
  884                   "Version",
  885                   /* type */
  886                   CIMTYPE_STRING,
  887 mike  1.1.2.1     /* subscript */
  888                   -1,
  889                   /* scope */
  890                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,
  891                   /* flavor */
  892                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TRANSLATABLE|PEGASUS_FLAVOR_RESTRICTED,
  893                   /* value */
  894                   0,
  895               };
  896               
  897               static SourceQualifierDecl
  898               _Weak_qualifier_decl =
  899               {
  900                   /* name */
  901                   "Weak",
  902                   /* type */
  903                   CIMTYPE_BOOLEAN,
  904                   /* subscript */
  905                   -1,
  906                   /* scope */
  907                   PEGASUS_SCOPE_REFERENCE,
  908 mike  1.1.2.1     /* flavor */
  909                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TOINSTANCE|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  910                   /* value */
  911                   "\000",
  912               };
  913               
  914               static SourceQualifierDecl
  915               _Write_qualifier_decl =
  916               {
  917                   /* name */
  918                   "Write",
  919                   /* type */
  920                   CIMTYPE_BOOLEAN,
  921                   /* subscript */
  922                   -1,
  923                   /* scope */
  924                   PEGASUS_SCOPE_PROPERTY,
  925                   /* flavor */
  926                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  927                   /* value */
  928                   "\000",
  929 mike  1.1.2.1 };
  930               
  931               static SourceQualifierDecl
  932               _Alias_qualifier_decl =
  933               {
  934                   /* name */
  935                   "Alias",
  936                   /* type */
  937                   CIMTYPE_STRING,
  938                   /* subscript */
  939                   -1,
  940                   /* scope */
  941                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD,
  942                   /* flavor */
  943                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,
  944                   /* value */
  945                   0,
  946               };
  947               
  948               static SourceQualifierDecl
  949               _Delete_qualifier_decl =
  950 mike  1.1.2.1 {
  951                   /* name */
  952                   "Delete",
  953                   /* type */
  954                   CIMTYPE_BOOLEAN,
  955                   /* subscript */
  956                   -1,
  957                   /* scope */
  958                   PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_REFERENCE,
  959                   /* flavor */
  960                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  961                   /* value */
  962                   "\000",
  963               };
  964               
  965               static SourceQualifierDecl
  966               _Expensive_qualifier_decl =
  967               {
  968                   /* name */
  969                   "Expensive",
  970                   /* type */
  971 mike  1.1.2.1     CIMTYPE_BOOLEAN,
  972                   /* subscript */
  973                   -1,
  974                   /* scope */
  975                   PEGASUS_SCOPE_ANY,
  976                   /* flavor */
  977                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  978                   /* value */
  979                   "\000",
  980               };
  981               
  982               static SourceQualifierDecl
  983               _Ifdeleted_qualifier_decl =
  984               {
  985                   /* name */
  986                   "Ifdeleted",
  987                   /* type */
  988                   CIMTYPE_BOOLEAN,
  989                   /* subscript */
  990                   -1,
  991                   /* scope */
  992 mike  1.1.2.1     PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_REFERENCE,
  993                   /* flavor */
  994                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  995                   /* value */
  996                   "\000",
  997               };
  998               
  999               static SourceQualifierDecl
 1000               _Invisible_qualifier_decl =
 1001               {
 1002                   /* name */
 1003                   "Invisible",
 1004                   /* type */
 1005                   CIMTYPE_BOOLEAN,
 1006                   /* subscript */
 1007                   -1,
 1008                   /* scope */
 1009                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD,
 1010                   /* flavor */
 1011                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
 1012                   /* value */
 1013 mike  1.1.2.1     "\000",
 1014               };
 1015               
 1016               static SourceQualifierDecl
 1017               _Large_qualifier_decl =
 1018               {
 1019                   /* name */
 1020                   "Large",
 1021                   /* type */
 1022                   CIMTYPE_BOOLEAN,
 1023                   /* subscript */
 1024                   -1,
 1025                   /* scope */
 1026                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_PROPERTY,
 1027                   /* flavor */
 1028                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
 1029                   /* value */
 1030                   "\000",
 1031               };
 1032               
 1033               static SourceQualifierDecl
 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                   PEGASUS_SCOPE_PROPERTY,
 1044                   /* flavor */
 1045                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
 1046                   /* value */
 1047                   "CurrentContext",
 1048               };
 1049               
 1050               static SourceQualifierDecl
 1051               _Provider_qualifier_decl =
 1052               {
 1053                   /* name */
 1054                   "Provider",
 1055 mike  1.1.2.1     /* type */
 1056                   CIMTYPE_STRING,
 1057                   /* subscript */
 1058                   -1,
 1059                   /* scope */
 1060                   PEGASUS_SCOPE_ANY,
 1061                   /* flavor */
 1062                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
 1063                   /* value */
 1064                   0,
 1065               };
 1066               
 1067               static SourceQualifierDecl
 1068               _SyntaxType_qualifier_decl =
 1069               {
 1070                   /* name */
 1071                   "SyntaxType",
 1072                   /* type */
 1073                   CIMTYPE_STRING,
 1074                   /* subscript */
 1075                   -1,
 1076 mike  1.1.2.1     /* scope */
 1077                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
 1078                   /* flavor */
 1079                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
 1080                   /* value */
 1081                   0,
 1082               };
 1083               
 1084               static SourceQualifierDecl
 1085               _Syntax_qualifier_decl =
 1086               {
 1087                   /* name */
 1088                   "Syntax",
 1089                   /* type */
 1090                   CIMTYPE_STRING,
 1091                   /* subscript */
 1092                   -1,
 1093                   /* scope */
 1094                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
 1095                   /* flavor */
 1096                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
 1097 mike  1.1.2.1     /* value */
 1098                   0,
 1099               };
 1100               
 1101               static SourceQualifierDecl
 1102               _TriggerType_qualifier_decl =
 1103               {
 1104                   /* name */
 1105                   "TriggerType",
 1106                   /* type */
 1107                   CIMTYPE_STRING,
 1108                   /* subscript */
 1109                   -1,
 1110                   /* scope */
 1111                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION|PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD,
 1112                   /* flavor */
 1113                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
 1114                   /* value */
 1115                   0,
 1116               };
 1117               
 1118 mike  1.1.2.1 static SourceQualifierDecl
 1119               _UnknownValues_qualifier_decl =
 1120               {
 1121                   /* name */
 1122                   "UnknownValues",
 1123                   /* type */
 1124                   CIMTYPE_STRING,
 1125                   /* subscript */
 1126                   0,
 1127                   /* scope */
 1128                   PEGASUS_SCOPE_PROPERTY,
 1129                   /* flavor */
 1130                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
 1131                   /* value */
 1132                   0,
 1133               };
 1134               
 1135               static SourceQualifierDecl
 1136               _UnsupportedValues_qualifier_decl =
 1137               {
 1138                   /* name */
 1139 mike  1.1.2.1     "UnsupportedValues",
 1140                   /* type */
 1141                   CIMTYPE_STRING,
 1142                   /* subscript */
 1143                   0,
 1144                   /* scope */
 1145                   PEGASUS_SCOPE_PROPERTY,
 1146                   /* flavor */
 1147                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
 1148                   /* value */
 1149                   0,
 1150               };
 1151               
 1152               //==============================================================================
 1153               //
 1154               // Forward class declarations
 1155               //
 1156               //==============================================================================
 1157               
 1158               extern SourceClass __root_PG_InterOp_CIM_ManagedElement;
 1159               extern SourceClass __root_PG_InterOp_CIM_Setting;
 1160 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_SettingContext;
 1161               extern SourceClass __root_PG_InterOp_CIM_SettingData;
 1162               extern SourceClass __root_PG_InterOp_CIM_Capabilities;
 1163               extern SourceClass __root_PG_InterOp_CIM_Collection;
 1164               extern SourceClass __root_PG_InterOp_CIM_CollectionOfMSEs;
 1165               extern SourceClass __root_PG_InterOp_CIM_Component;
 1166               extern SourceClass __root_PG_InterOp_CIM_ConcreteCollection;
 1167               extern SourceClass __root_PG_InterOp_CIM_ConcreteComponent;
 1168               extern SourceClass __root_PG_InterOp_CIM_Configuration;
 1169               extern SourceClass __root_PG_InterOp_CIM_ConfigurationComponent;
 1170               extern SourceClass __root_PG_InterOp_CIM_Dependency;
 1171               extern SourceClass __root_PG_InterOp_CIM_DependencyContext;
 1172               extern SourceClass __root_PG_InterOp_CIM_ElementCapabilities;
 1173               extern SourceClass __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities;
 1174               extern SourceClass __root_PG_InterOp_CIM_FRU;
 1175               extern SourceClass __root_PG_InterOp_CIM_HostedDependency;
 1176               extern SourceClass __root_PG_InterOp_CIM_LocalizationCapabilities;
 1177               extern SourceClass __root_PG_InterOp_CIM_Location;
 1178               extern SourceClass __root_PG_InterOp_CIM_LogicalIdentity;
 1179               extern SourceClass __root_PG_InterOp_CIM_ManagedSystemElement;
 1180               extern SourceClass __root_PG_InterOp_CIM_MemberOfCollection;
 1181 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_MethodParameters;
 1182               extern SourceClass __root_PG_InterOp_CIM_OrderedMemberOfCollection;
 1183               extern SourceClass __root_PG_InterOp_CIM_ParametersForMethod;
 1184               extern SourceClass __root_PG_InterOp_CIM_ParameterValueSources;
 1185               extern SourceClass __root_PG_InterOp_CIM_PhysicalElement;
 1186               extern SourceClass __root_PG_InterOp_CIM_PowerManagementCapabilities;
 1187               extern SourceClass __root_PG_InterOp_CIM_Product;
 1188               extern SourceClass __root_PG_InterOp_CIM_ProductComponent;
 1189               extern SourceClass __root_PG_InterOp_CIM_ProductFRU;
 1190               extern SourceClass __root_PG_InterOp_CIM_ProductParentChild;
 1191               extern SourceClass __root_PG_InterOp_CIM_ProductPhysicalComponent;
 1192               extern SourceClass __root_PG_InterOp_CIM_ProductPhysicalElements;
 1193               extern SourceClass __root_PG_InterOp_CIM_ProductProductDependency;
 1194               extern SourceClass __root_PG_InterOp_CIM_Profile;
 1195               extern SourceClass __root_PG_InterOp_CIM_ReplaceableProductFRU;
 1196               extern SourceClass __root_PG_InterOp_CIM_Spared;
 1197               extern SourceClass __root_PG_InterOp_CIM_StatisticalData;
 1198               extern SourceClass __root_PG_InterOp_CIM_StatisticalInformation;
 1199               extern SourceClass __root_PG_InterOp_CIM_StatisticalSetting;
 1200               extern SourceClass __root_PG_InterOp_CIM_Statistics;
 1201               extern SourceClass __root_PG_InterOp_CIM_SupportAccess;
 1202 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_Synchronized;
 1203               extern SourceClass __root_PG_InterOp_CIM_SystemConfiguration;
 1204               extern SourceClass __root_PG_InterOp_CIM_SystemSetting;
 1205               extern SourceClass __root_PG_InterOp_CIM_SystemSettingContext;
 1206               extern SourceClass __root_PG_InterOp_CIM_SystemSpecificCollection;
 1207               extern SourceClass __root_PG_InterOp_CIM_SystemStatisticalInformation;
 1208               extern SourceClass __root_PG_InterOp_CIM_CollectedCollections;
 1209               extern SourceClass __root_PG_InterOp_CIM_CollectedMSEs;
 1210               extern SourceClass __root_PG_InterOp_CIM_CollectionConfiguration;
 1211               extern SourceClass __root_PG_InterOp_CIM_CollectionSetting;
 1212               extern SourceClass __root_PG_InterOp_CIM_CompatibleProduct;
 1213               extern SourceClass __root_PG_InterOp_CIM_ConcreteDependency;
 1214               extern SourceClass __root_PG_InterOp_CIM_ConcreteIdentity;
 1215               extern SourceClass __root_PG_InterOp_CIM_ContainedLocation;
 1216               extern SourceClass __root_PG_InterOp_CIM_DeviceStatisticalInformation;
 1217               extern SourceClass __root_PG_InterOp_CIM_ElementConfiguration;
 1218               extern SourceClass __root_PG_InterOp_CIM_ElementLocation;
 1219               extern SourceClass __root_PG_InterOp_CIM_ElementProfile;
 1220               extern SourceClass __root_PG_InterOp_CIM_ElementSetting;
 1221               extern SourceClass __root_PG_InterOp_CIM_ElementSettingData;
 1222               extern SourceClass __root_PG_InterOp_CIM_ElementStatisticalData;
 1223 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_FRUIncludesProduct;
 1224               extern SourceClass __root_PG_InterOp_CIM_FRUPhysicalElements;
 1225               extern SourceClass __root_PG_InterOp_CIM_LogicalElement;
 1226               extern SourceClass __root_PG_InterOp_CIM_PhysicalElementLocation;
 1227               extern SourceClass __root_PG_InterOp_CIM_PhysicalStatisticalInformation;
 1228               extern SourceClass __root_PG_InterOp_CIM_PhysicalStatistics;
 1229               extern SourceClass __root_PG_InterOp_CIM_ProductSupport;
 1230               extern SourceClass __root_PG_InterOp_CIM_RedundancyGroup;
 1231               extern SourceClass __root_PG_InterOp_CIM_RedundancySet;
 1232               extern SourceClass __root_PG_InterOp_CIM_RelatedStatisticalData;
 1233               extern SourceClass __root_PG_InterOp_CIM_RelatedStatistics;
 1234               extern SourceClass __root_PG_InterOp_CIM_SAPStatisticalInformation;
 1235               extern SourceClass __root_PG_InterOp_CIM_ScopedSettingData;
 1236               extern SourceClass __root_PG_InterOp_CIM_ServiceStatisticalInformation;
 1237               extern SourceClass __root_PG_InterOp_CIM_SettingAssociatedToCapabilities;
 1238               extern SourceClass __root_PG_InterOp_CIM_SoftwareIdentity;
 1239               extern SourceClass __root_PG_InterOp_CIM_SpareGroup;
 1240               extern SourceClass __root_PG_InterOp_CIM_StatisticsCollection;
 1241               extern SourceClass __root_PG_InterOp_CIM_StorageRedundancyGroup;
 1242               extern SourceClass __root_PG_InterOp_CIM_StorageRedundancySet;
 1243               extern SourceClass __root_PG_InterOp_CIM_ActsAsSpare;
 1244 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_DefaultSetting;
 1245               extern SourceClass __root_PG_InterOp_CIM_ElementSoftwareIdentity;
 1246               extern SourceClass __root_PG_InterOp_CIM_ExtraCapacityGroup;
 1247               extern SourceClass __root_PG_InterOp_CIM_IsSpare;
 1248               extern SourceClass __root_PG_InterOp_CIM_Job;
 1249               extern SourceClass __root_PG_InterOp_CIM_ProductSoftwareComponent;
 1250               extern SourceClass __root_PG_InterOp_CIM_RedundancyComponent;
 1251               extern SourceClass __root_PG_InterOp_CIM_ScopedSetting;
 1252               extern SourceClass __root_PG_InterOp_CIM_ConcreteJob;
 1253               extern SourceClass __root_PG_InterOp_CIM_EnabledLogicalElement;
 1254               extern SourceClass __root_PG_InterOp_CIM_LogicalDevice;
 1255               extern SourceClass __root_PG_InterOp_CIM_Realizes;
 1256               extern SourceClass __root_PG_InterOp_CIM_Service;
 1257               extern SourceClass __root_PG_InterOp_CIM_ServiceAccessPoint;
 1258               extern SourceClass __root_PG_InterOp_CIM_ServiceAccessURI;
 1259               extern SourceClass __root_PG_InterOp_CIM_ServiceAffectsElement;
 1260               extern SourceClass __root_PG_InterOp_CIM_ServiceAvailableToElement;
 1261               extern SourceClass __root_PG_InterOp_CIM_ServiceComponent;
 1262               extern SourceClass __root_PG_InterOp_CIM_ServiceSAPDependency;
 1263               extern SourceClass __root_PG_InterOp_CIM_ServiceStatistics;
 1264               extern SourceClass __root_PG_InterOp_CIM_StorageExtent;
 1265 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_System;
 1266               extern SourceClass __root_PG_InterOp_CIM_SystemComponent;
 1267               extern SourceClass __root_PG_InterOp_CIM_SystemDevice;
 1268               extern SourceClass __root_PG_InterOp_CIM_SystemPackaging;
 1269               extern SourceClass __root_PG_InterOp_CIM_SystemStatistics;
 1270               extern SourceClass __root_PG_InterOp_CIM_AdminDomain;
 1271               extern SourceClass __root_PG_InterOp_CIM_BasedOn;
 1272               extern SourceClass __root_PG_InterOp_CIM_ConfigurationForSystem;
 1273               extern SourceClass __root_PG_InterOp_CIM_ContainedDomain;
 1274               extern SourceClass __root_PG_InterOp_CIM_DeviceSAPImplementation;
 1275               extern SourceClass __root_PG_InterOp_CIM_DeviceServiceImplementation;
 1276               extern SourceClass __root_PG_InterOp_CIM_DeviceStatistics;
 1277               extern SourceClass __root_PG_InterOp_CIM_ExtentRedundancyComponent;
 1278               extern SourceClass __root_PG_InterOp_CIM_HostedAccessPoint;
 1279               extern SourceClass __root_PG_InterOp_CIM_HostedCollection;
 1280               extern SourceClass __root_PG_InterOp_CIM_HostedService;
 1281               extern SourceClass __root_PG_InterOp_CIM_InstalledSoftwareIdentity;
 1282               extern SourceClass __root_PG_InterOp_CIM_PowerManagementService;
 1283               extern SourceClass __root_PG_InterOp_CIM_ProductServiceComponent;
 1284               extern SourceClass __root_PG_InterOp_CIM_ProtocolEndpoint;
 1285               extern SourceClass __root_PG_InterOp_CIM_ProvidesServiceToElement;
 1286 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_RemoteServiceAccessPoint;
 1287               extern SourceClass __root_PG_InterOp_CIM_SAPAvailableForElement;
 1288               extern SourceClass __root_PG_InterOp_CIM_SAPSAPDependency;
 1289               extern SourceClass __root_PG_InterOp_CIM_SAPStatistics;
 1290               extern SourceClass __root_PG_InterOp_CIM_ServiceAccessBySAP;
 1291               extern SourceClass __root_PG_InterOp_CIM_ServiceServiceDependency;
 1292               extern SourceClass __root_PG_InterOp_CIM_SettingForSystem;
 1293               extern SourceClass __root_PG_InterOp_CIM_ActiveConnection;
 1294               extern SourceClass __root_PG_InterOp_CIM_BindsTo;
 1295               extern SourceClass __root_PG_InterOp_CIM_ProvidesEndpoint;
 1296               extern SourceClass __root_PG_InterOp_CIM_RemotePort;
 1297               extern SourceClass __root_PG_InterOp_CIM_Indication;
 1298               extern SourceClass __root_PG_InterOp_CIM_ClassIndication;
 1299               extern SourceClass __root_PG_InterOp_CIM_ClassModification;
 1300               extern SourceClass __root_PG_InterOp_CIM_IndicationFilter;
 1301               extern SourceClass __root_PG_InterOp_CIM_InstIndication;
 1302               extern SourceClass __root_PG_InterOp_CIM_InstMethodCall;
 1303               extern SourceClass __root_PG_InterOp_CIM_InstModification;
 1304               extern SourceClass __root_PG_InterOp_CIM_InstRead;
 1305               extern SourceClass __root_PG_InterOp_CIM_ListenerDestination;
 1306               extern SourceClass __root_PG_InterOp_CIM_ListenerDestinationCIMXML;
 1307 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_ProcessIndication;
 1308               extern SourceClass __root_PG_InterOp_CIM_SNMPTrapIndication;
 1309               extern SourceClass __root_PG_InterOp_CIM_AlertIndication;
 1310               extern SourceClass __root_PG_InterOp_CIM_AlertInstIndication;
 1311               extern SourceClass __root_PG_InterOp_CIM_ClassCreation;
 1312               extern SourceClass __root_PG_InterOp_CIM_ClassDeletion;
 1313               extern SourceClass __root_PG_InterOp_CIM_IndicationHandler;
 1314               extern SourceClass __root_PG_InterOp_CIM_IndicationHandlerCIMXML;
 1315               extern SourceClass __root_PG_InterOp_CIM_IndicationSubscription;
 1316               extern SourceClass __root_PG_InterOp_CIM_InstCreation;
 1317               extern SourceClass __root_PG_InterOp_CIM_InstDeletion;
 1318               extern SourceClass __root_PG_InterOp_CIM_ThresholdIndication;
 1319               extern SourceClass __root_PG_InterOp_CIM_FormattedIndicationSubscription;
 1320               extern SourceClass __root_PG_InterOp_CIM_Namespace;
 1321               extern SourceClass __root_PG_InterOp_CIM_RegisteredProfile;
 1322               extern SourceClass __root_PG_InterOp_CIM_RegisteredSubProfile;
 1323               extern SourceClass __root_PG_InterOp_CIM_SystemIdentification;
 1324               extern SourceClass __root_PG_InterOp_CIM_SystemInNamespace;
 1325               extern SourceClass __root_PG_InterOp_CIM_CIMOMStatisticalData;
 1326               extern SourceClass __root_PG_InterOp_CIM_ElementConformsToProfile;
 1327               extern SourceClass __root_PG_InterOp_CIM_ReferencedProfile;
 1328 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_SubProfileRequiresProfile;
 1329               extern SourceClass __root_PG_InterOp_CIM_WBEMService;
 1330               extern SourceClass __root_PG_InterOp_CIM_IdentificationOfManagedSystem;
 1331               extern SourceClass __root_PG_InterOp_CIM_ObjectManager;
 1332               extern SourceClass __root_PG_InterOp_CIM_ObjectManagerAdapter;
 1333               extern SourceClass __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism;
 1334               extern SourceClass __root_PG_InterOp_CIM_ProtocolAdapter;
 1335               extern SourceClass __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism;
 1336               extern SourceClass __root_PG_InterOp_CIM_CommMechanismForAdapter;
 1337               extern SourceClass __root_PG_InterOp_CIM_CommMechanismForManager;
 1338               extern SourceClass __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter;
 1339               extern SourceClass __root_PG_InterOp_CIM_NamespaceInManager;
 1340               extern SourceClass __root_PG_InterOp_PG_IndicationHandlerSNMPMapper;
 1341               extern SourceClass __root_PG_InterOp_PG_ListenerDestinationSystemLog;
 1342               extern SourceClass __root_PG_InterOp_PG_ListenerDestinationEmail;
 1343               extern SourceClass __root_PG_InterOp_PG_ProviderModule;
 1344               extern SourceClass __root_PG_InterOp_PG_Provider;
 1345               extern SourceClass __root_PG_InterOp_PG_Capabilities;
 1346               extern SourceClass __root_PG_InterOp_PG_CapabilitiesRegistration;
 1347               extern SourceClass __root_PG_InterOp_PG_ProviderCapabilities;
 1348               extern SourceClass __root_PG_InterOp_PG_ConsumerCapabilities;
 1349 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_PG_ProviderCapabilitiesElements;
 1350               extern SourceClass __root_PG_InterOp_PG_ProviderModuleElements;
 1351               extern SourceClass __root_PG_InterOp_PG_CIMXMLCommunicationMechanism;
 1352               extern SourceClass __root_PG_InterOp_PG_NameSpace;
 1353               extern SourceClass __root_PG_InterOp_CIM_ComputerSystem;
 1354               extern SourceClass __root_PG_InterOp_CIM_UnitaryComputerSystem;
 1355               extern SourceClass __root_PG_InterOp_PG_ComputerSystem;
 1356               extern SourceClass __root_PG_InterOp_PG_ProviderProfileCapabilities;
 1357               extern SourceClass __root_PG_InterOp_PG_ProviderReferencedProfiles;
 1358               extern SourceClass __root_PG_InterOp_PG_RegisteredProfile;
 1359               extern SourceClass __root_PG_InterOp_PG_RegisteredSubProfile;
 1360               extern SourceClass __root_PG_InterOp_PG_ReferencedProfile;
 1361               extern SourceClass __root_PG_InterOp_PG_ElementConformsToProfile;
 1362               extern SourceClass __root_PG_InterOp_PG_SubProfileRequiresProfile;
 1363               extern SourceClass __root_PG_InterOp_PG_SoftwareIdentity;
 1364               extern SourceClass __root_PG_InterOp_PG_ElementSoftwareIdentity;
 1365               extern SourceClass __root_PG_InterOp_PG_ObjectManager;
 1366               extern SourceClass __root_PG_InterOp_PG_CommMechanismForManager;
 1367               extern SourceClass __root_PG_InterOp_PG_NamespaceInManager;
 1368               extern SourceClass __root_PG_InterOp_PG_HostedObjectManager;
 1369               extern SourceClass __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               static SourceProperty
 1386               _CIM_ManagedElement_Caption =
 1387               {
 1388                   /* flags */
 1389                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 1390                   /* name */
 1391 mike  1.1.2.1     "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               static SourceProperty
 1409               _CIM_ManagedElement_Description =
 1410               {
 1411                   /* flags */
 1412 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 1413                   /* 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               static SourceProperty
 1432               _CIM_ManagedElement_ElementName =
 1433 mike  1.1.2.1 {
 1434                   /* flags */
 1435                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 1436                   /* 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               static SourceFeature*
 1449               _CIM_ManagedElement_features[] =
 1450               {
 1451                   (SourceFeature*)&_CIM_ManagedElement_Caption,
 1452                   (SourceFeature*)&_CIM_ManagedElement_Description,
 1453                   (SourceFeature*)&_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                   /* Version */
 1463                   "\0632.10.0",
 1464                   0,
 1465               };
 1466               
 1467               SourceClass
 1468               __root_PG_InterOp_CIM_ManagedElement =
 1469               {
 1470                   /* flags */
 1471                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 1472                   /* name */
 1473                   "CIM_ManagedElement",
 1474                   /* qualifiers */
 1475 mike  1.1.2.1     __root_PG_InterOp_CIM_ManagedElement_qualifiers,
 1476 mike  1.1.2.2     /* super */
 1477 mike  1.1.2.1     0,
 1478                   /* features */
 1479                   _CIM_ManagedElement_features,
 1480               };
 1481               
 1482               //==============================================================================
 1483               //
 1484               // Class: CIM_Setting
 1485               //
 1486               //==============================================================================
 1487               
 1488               static const char*
 1489               _CIM_Setting_SettingID_qualifiers[] =
 1490               {
 1491                   /* MaxLen */
 1492                   "\030\000\000\001\000",
 1493                   0,
 1494               };
 1495               
 1496               static SourceProperty
 1497               _CIM_Setting_SettingID =
 1498 mike  1.1.2.1 {
 1499                   /* flags */
 1500                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 1501                   /* name */
 1502                   "SettingID",
 1503                   /* qualifiers */
 1504                   _CIM_Setting_SettingID_qualifiers,
 1505                   /* type */
 1506                   CIMTYPE_STRING,
 1507                   /* subscript */
 1508                   -1,
 1509                   /* value */
 1510                   0,
 1511               };
 1512               
 1513               static const char*
 1514               _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers[] =
 1515               {
 1516                   0,
 1517               };
 1518               
 1519 mike  1.1.2.1 static SourceReference
 1520               _CIM_Setting_VerifyOKToApplyToMSE_MSE =
 1521               {
 1522                   /* flags */
 1523                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 1524                   /* name */
 1525                   "MSE",
 1526                   /* qualifiers */
 1527                   _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers,
 1528                   /* subscript */
 1529                   -1,
 1530 mike  1.1.2.2     /* ref */
 1531 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 1532               };
 1533               
 1534               static const char*
 1535               _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply_qualifiers[] =
 1536               {
 1537                   0,
 1538               };
 1539               
 1540               static SourceProperty
 1541               _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply =
 1542               {
 1543                   /* flags */
 1544                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1545                   /* name */
 1546                   "TimeToApply",
 1547                   /* qualifiers */
 1548                   _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply_qualifiers,
 1549                   /* type */
 1550                   CIMTYPE_DATETIME,
 1551                   /* subscript */
 1552 mike  1.1.2.1     -1,
 1553                   /* value */
 1554                   0,
 1555               };
 1556               
 1557               static const char*
 1558               _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy_qualifiers[] =
 1559               {
 1560                   0,
 1561               };
 1562               
 1563               static SourceProperty
 1564               _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy =
 1565               {
 1566                   /* flags */
 1567                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1568                   /* name */
 1569                   "MustBeCompletedBy",
 1570                   /* qualifiers */
 1571                   _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy_qualifiers,
 1572                   /* type */
 1573 mike  1.1.2.1     CIMTYPE_DATETIME,
 1574                   /* subscript */
 1575                   -1,
 1576                   /* value */
 1577                   0,
 1578               };
 1579               
 1580 mike  1.1.2.2 static SourceFeature*
 1581 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToMSE_parameters[] =
 1582               {
 1583 mike  1.1.2.2     (SourceFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_MSE,
 1584                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_TimeToApply,
 1585                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy,
 1586 mike  1.1.2.1     0,
 1587               };
 1588               
 1589               static const char*
 1590               _CIM_Setting_VerifyOKToApplyToMSE_qualifiers[] =
 1591               {
 1592                   0,
 1593               };
 1594               
 1595               static SourceMethod
 1596               _CIM_Setting_VerifyOKToApplyToMSE =
 1597               {
 1598                   /* flags */
 1599                   PEGASUS_FLAG_METHOD,
 1600                   /* name */
 1601                   "CIM_Setting",
 1602                   /* qualifiers */
 1603                   _CIM_Setting_VerifyOKToApplyToMSE_qualifiers,
 1604                   /* type */
 1605                   CIMTYPE_UINT32,
 1606                   /* parameters */
 1607 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyToMSE_parameters,
 1608               };
 1609               
 1610               static const char*
 1611               _CIM_Setting_ApplyToMSE_MSE_qualifiers[] =
 1612               {
 1613                   0,
 1614               };
 1615               
 1616               static SourceReference
 1617               _CIM_Setting_ApplyToMSE_MSE =
 1618               {
 1619                   /* flags */
 1620                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 1621                   /* name */
 1622                   "MSE",
 1623                   /* qualifiers */
 1624                   _CIM_Setting_ApplyToMSE_MSE_qualifiers,
 1625                   /* subscript */
 1626                   -1,
 1627 mike  1.1.2.2     /* ref */
 1628 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 1629               };
 1630               
 1631               static const char*
 1632               _CIM_Setting_ApplyToMSE_TimeToApply_qualifiers[] =
 1633               {
 1634                   0,
 1635               };
 1636               
 1637               static SourceProperty
 1638               _CIM_Setting_ApplyToMSE_TimeToApply =
 1639               {
 1640                   /* flags */
 1641                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1642                   /* name */
 1643                   "TimeToApply",
 1644                   /* qualifiers */
 1645                   _CIM_Setting_ApplyToMSE_TimeToApply_qualifiers,
 1646                   /* type */
 1647                   CIMTYPE_DATETIME,
 1648                   /* subscript */
 1649 mike  1.1.2.1     -1,
 1650                   /* value */
 1651                   0,
 1652               };
 1653               
 1654               static const char*
 1655               _CIM_Setting_ApplyToMSE_MustBeCompletedBy_qualifiers[] =
 1656               {
 1657                   0,
 1658               };
 1659               
 1660               static SourceProperty
 1661               _CIM_Setting_ApplyToMSE_MustBeCompletedBy =
 1662               {
 1663                   /* flags */
 1664                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1665                   /* name */
 1666                   "MustBeCompletedBy",
 1667                   /* qualifiers */
 1668                   _CIM_Setting_ApplyToMSE_MustBeCompletedBy_qualifiers,
 1669                   /* type */
 1670 mike  1.1.2.1     CIMTYPE_DATETIME,
 1671                   /* subscript */
 1672                   -1,
 1673                   /* value */
 1674                   0,
 1675               };
 1676               
 1677 mike  1.1.2.2 static SourceFeature*
 1678 mike  1.1.2.1 _CIM_Setting_ApplyToMSE_parameters[] =
 1679               {
 1680 mike  1.1.2.2     (SourceFeature*)&_CIM_Setting_ApplyToMSE_MSE,
 1681                   (SourceFeature*)&_CIM_Setting_ApplyToMSE_TimeToApply,
 1682                   (SourceFeature*)&_CIM_Setting_ApplyToMSE_MustBeCompletedBy,
 1683 mike  1.1.2.1     0,
 1684               };
 1685               
 1686               static const char*
 1687               _CIM_Setting_ApplyToMSE_qualifiers[] =
 1688               {
 1689                   0,
 1690               };
 1691               
 1692               static SourceMethod
 1693               _CIM_Setting_ApplyToMSE =
 1694               {
 1695                   /* flags */
 1696                   PEGASUS_FLAG_METHOD,
 1697                   /* name */
 1698                   "CIM_Setting",
 1699                   /* qualifiers */
 1700                   _CIM_Setting_ApplyToMSE_qualifiers,
 1701                   /* type */
 1702                   CIMTYPE_UINT32,
 1703                   /* parameters */
 1704 mike  1.1.2.1     _CIM_Setting_ApplyToMSE_parameters,
 1705               };
 1706               
 1707               static const char*
 1708               _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers[] =
 1709               {
 1710                   0,
 1711               };
 1712               
 1713               static SourceReference
 1714               _CIM_Setting_VerifyOKToApplyToCollection_Collection =
 1715               {
 1716                   /* flags */
 1717                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 1718                   /* name */
 1719                   "Collection",
 1720                   /* qualifiers */
 1721                   _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers,
 1722                   /* subscript */
 1723                   -1,
 1724 mike  1.1.2.2     /* ref */
 1725 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 1726               };
 1727               
 1728               static const char*
 1729               _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply_qualifiers[] =
 1730               {
 1731                   0,
 1732               };
 1733               
 1734               static SourceProperty
 1735               _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply =
 1736               {
 1737                   /* flags */
 1738                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1739                   /* name */
 1740                   "TimeToApply",
 1741                   /* qualifiers */
 1742                   _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply_qualifiers,
 1743                   /* type */
 1744                   CIMTYPE_DATETIME,
 1745                   /* subscript */
 1746 mike  1.1.2.1     -1,
 1747                   /* value */
 1748                   0,
 1749               };
 1750               
 1751               static const char*
 1752               _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy_qualifiers[] =
 1753               {
 1754                   0,
 1755               };
 1756               
 1757               static SourceProperty
 1758               _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy =
 1759               {
 1760                   /* flags */
 1761                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1762                   /* name */
 1763                   "MustBeCompletedBy",
 1764                   /* qualifiers */
 1765                   _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy_qualifiers,
 1766                   /* type */
 1767 mike  1.1.2.1     CIMTYPE_DATETIME,
 1768                   /* subscript */
 1769                   -1,
 1770                   /* value */
 1771                   0,
 1772               };
 1773               
 1774               static const char*
 1775               _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply_qualifiers[] =
 1776               {
 1777                   0,
 1778               };
 1779               
 1780               static SourceProperty
 1781               _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply =
 1782               {
 1783                   /* flags */
 1784                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_OUT,
 1785                   /* name */
 1786                   "CanNotApply",
 1787                   /* qualifiers */
 1788 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply_qualifiers,
 1789                   /* type */
 1790                   CIMTYPE_STRING,
 1791                   /* subscript */
 1792                   0,
 1793                   /* value */
 1794                   0,
 1795               };
 1796               
 1797 mike  1.1.2.2 static SourceFeature*
 1798 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToCollection_parameters[] =
 1799               {
 1800 mike  1.1.2.2     (SourceFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_Collection,
 1801                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_TimeToApply,
 1802                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy,
 1803                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_CanNotApply,
 1804 mike  1.1.2.1     0,
 1805               };
 1806               
 1807               static const char*
 1808               _CIM_Setting_VerifyOKToApplyToCollection_qualifiers[] =
 1809               {
 1810                   0,
 1811               };
 1812               
 1813               static SourceMethod
 1814               _CIM_Setting_VerifyOKToApplyToCollection =
 1815               {
 1816                   /* flags */
 1817                   PEGASUS_FLAG_METHOD,
 1818                   /* name */
 1819                   "CIM_Setting",
 1820                   /* qualifiers */
 1821                   _CIM_Setting_VerifyOKToApplyToCollection_qualifiers,
 1822                   /* type */
 1823                   CIMTYPE_UINT32,
 1824                   /* parameters */
 1825 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyToCollection_parameters,
 1826               };
 1827               
 1828               static const char*
 1829               _CIM_Setting_ApplyToCollection_Collection_qualifiers[] =
 1830               {
 1831                   0,
 1832               };
 1833               
 1834               static SourceReference
 1835               _CIM_Setting_ApplyToCollection_Collection =
 1836               {
 1837                   /* flags */
 1838                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 1839                   /* name */
 1840                   "Collection",
 1841                   /* qualifiers */
 1842                   _CIM_Setting_ApplyToCollection_Collection_qualifiers,
 1843                   /* subscript */
 1844                   -1,
 1845 mike  1.1.2.2     /* ref */
 1846 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 1847               };
 1848               
 1849               static const char*
 1850               _CIM_Setting_ApplyToCollection_TimeToApply_qualifiers[] =
 1851               {
 1852                   0,
 1853               };
 1854               
 1855               static SourceProperty
 1856               _CIM_Setting_ApplyToCollection_TimeToApply =
 1857               {
 1858                   /* flags */
 1859                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1860                   /* name */
 1861                   "TimeToApply",
 1862                   /* qualifiers */
 1863                   _CIM_Setting_ApplyToCollection_TimeToApply_qualifiers,
 1864                   /* type */
 1865                   CIMTYPE_DATETIME,
 1866                   /* subscript */
 1867 mike  1.1.2.1     -1,
 1868                   /* value */
 1869                   0,
 1870               };
 1871               
 1872               static const char*
 1873               _CIM_Setting_ApplyToCollection_ContinueOnError_qualifiers[] =
 1874               {
 1875                   0,
 1876               };
 1877               
 1878               static SourceProperty
 1879               _CIM_Setting_ApplyToCollection_ContinueOnError =
 1880               {
 1881                   /* flags */
 1882                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1883                   /* name */
 1884                   "ContinueOnError",
 1885                   /* qualifiers */
 1886                   _CIM_Setting_ApplyToCollection_ContinueOnError_qualifiers,
 1887                   /* type */
 1888 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 1889                   /* subscript */
 1890                   -1,
 1891                   /* value */
 1892                   0,
 1893               };
 1894               
 1895               static const char*
 1896               _CIM_Setting_ApplyToCollection_MustBeCompletedBy_qualifiers[] =
 1897               {
 1898                   0,
 1899               };
 1900               
 1901               static SourceProperty
 1902               _CIM_Setting_ApplyToCollection_MustBeCompletedBy =
 1903               {
 1904                   /* flags */
 1905                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1906                   /* name */
 1907                   "MustBeCompletedBy",
 1908                   /* qualifiers */
 1909 mike  1.1.2.1     _CIM_Setting_ApplyToCollection_MustBeCompletedBy_qualifiers,
 1910                   /* type */
 1911                   CIMTYPE_DATETIME,
 1912                   /* subscript */
 1913                   -1,
 1914                   /* value */
 1915                   0,
 1916               };
 1917               
 1918               static const char*
 1919               _CIM_Setting_ApplyToCollection_CanNotApply_qualifiers[] =
 1920               {
 1921                   0,
 1922               };
 1923               
 1924               static SourceProperty
 1925               _CIM_Setting_ApplyToCollection_CanNotApply =
 1926               {
 1927                   /* flags */
 1928                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_OUT,
 1929                   /* name */
 1930 mike  1.1.2.1     "CanNotApply",
 1931                   /* qualifiers */
 1932                   _CIM_Setting_ApplyToCollection_CanNotApply_qualifiers,
 1933                   /* type */
 1934                   CIMTYPE_STRING,
 1935                   /* subscript */
 1936                   0,
 1937                   /* value */
 1938                   0,
 1939               };
 1940               
 1941 mike  1.1.2.2 static SourceFeature*
 1942 mike  1.1.2.1 _CIM_Setting_ApplyToCollection_parameters[] =
 1943               {
 1944 mike  1.1.2.2     (SourceFeature*)&_CIM_Setting_ApplyToCollection_Collection,
 1945                   (SourceFeature*)&_CIM_Setting_ApplyToCollection_TimeToApply,
 1946                   (SourceFeature*)&_CIM_Setting_ApplyToCollection_ContinueOnError,
 1947                   (SourceFeature*)&_CIM_Setting_ApplyToCollection_MustBeCompletedBy,
 1948                   (SourceFeature*)&_CIM_Setting_ApplyToCollection_CanNotApply,
 1949 mike  1.1.2.1     0,
 1950               };
 1951               
 1952               static const char*
 1953               _CIM_Setting_ApplyToCollection_qualifiers[] =
 1954               {
 1955                   0,
 1956               };
 1957               
 1958               static SourceMethod
 1959               _CIM_Setting_ApplyToCollection =
 1960               {
 1961                   /* flags */
 1962                   PEGASUS_FLAG_METHOD,
 1963                   /* name */
 1964                   "CIM_Setting",
 1965                   /* qualifiers */
 1966                   _CIM_Setting_ApplyToCollection_qualifiers,
 1967                   /* type */
 1968                   CIMTYPE_UINT32,
 1969                   /* parameters */
 1970 mike  1.1.2.1     _CIM_Setting_ApplyToCollection_parameters,
 1971               };
 1972               
 1973               static const char*
 1974               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers[] =
 1975               {
 1976                   0,
 1977               };
 1978               
 1979               static SourceReference
 1980               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE =
 1981               {
 1982                   /* flags */
 1983                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 1984                   /* name */
 1985                   "MSE",
 1986                   /* qualifiers */
 1987                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers,
 1988                   /* subscript */
 1989                   -1,
 1990 mike  1.1.2.2     /* ref */
 1991 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 1992               };
 1993               
 1994               static const char*
 1995               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] =
 1996               {
 1997                   0,
 1998               };
 1999               
 2000               static SourceProperty
 2001               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply =
 2002               {
 2003                   /* flags */
 2004                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2005                   /* name */
 2006                   "TimeToApply",
 2007                   /* qualifiers */
 2008                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply_qualifiers,
 2009                   /* type */
 2010                   CIMTYPE_DATETIME,
 2011                   /* subscript */
 2012 mike  1.1.2.1     -1,
 2013                   /* value */
 2014                   0,
 2015               };
 2016               
 2017               static const char*
 2018               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] =
 2019               {
 2020                   0,
 2021               };
 2022               
 2023               static SourceProperty
 2024               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy =
 2025               {
 2026                   /* flags */
 2027                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2028                   /* name */
 2029                   "MustBeCompletedBy",
 2030                   /* qualifiers */
 2031                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers,
 2032                   /* type */
 2033 mike  1.1.2.1     CIMTYPE_DATETIME,
 2034                   /* subscript */
 2035                   -1,
 2036                   /* value */
 2037                   0,
 2038               };
 2039               
 2040               static const char*
 2041               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] =
 2042               {
 2043                   0,
 2044               };
 2045               
 2046               static SourceProperty
 2047               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply =
 2048               {
 2049                   /* flags */
 2050                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2051                   /* name */
 2052                   "PropertiesToApply",
 2053                   /* qualifiers */
 2054 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers,
 2055                   /* type */
 2056                   CIMTYPE_STRING,
 2057                   /* subscript */
 2058                   0,
 2059                   /* value */
 2060                   0,
 2061               };
 2062               
 2063 mike  1.1.2.2 static SourceFeature*
 2064 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_parameters[] =
 2065               {
 2066 mike  1.1.2.2     (SourceFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE,
 2067                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply,
 2068                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy,
 2069                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply,
 2070 mike  1.1.2.1     0,
 2071               };
 2072               
 2073               static const char*
 2074               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_qualifiers[] =
 2075               {
 2076                   0,
 2077               };
 2078               
 2079               static SourceMethod
 2080               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE =
 2081               {
 2082                   /* flags */
 2083                   PEGASUS_FLAG_METHOD,
 2084                   /* name */
 2085                   "CIM_Setting",
 2086                   /* qualifiers */
 2087                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_qualifiers,
 2088                   /* type */
 2089                   CIMTYPE_UINT32,
 2090                   /* parameters */
 2091 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_parameters,
 2092               };
 2093               
 2094               static const char*
 2095               _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers[] =
 2096               {
 2097                   0,
 2098               };
 2099               
 2100               static SourceReference
 2101               _CIM_Setting_ApplyIncrementalChangeToMSE_MSE =
 2102               {
 2103                   /* flags */
 2104                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 2105                   /* name */
 2106                   "MSE",
 2107                   /* qualifiers */
 2108                   _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers,
 2109                   /* subscript */
 2110                   -1,
 2111 mike  1.1.2.2     /* ref */
 2112 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 2113               };
 2114               
 2115               static const char*
 2116               _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] =
 2117               {
 2118                   0,
 2119               };
 2120               
 2121               static SourceProperty
 2122               _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply =
 2123               {
 2124                   /* flags */
 2125                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2126                   /* name */
 2127                   "TimeToApply",
 2128                   /* qualifiers */
 2129                   _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply_qualifiers,
 2130                   /* type */
 2131                   CIMTYPE_DATETIME,
 2132                   /* subscript */
 2133 mike  1.1.2.1     -1,
 2134                   /* value */
 2135                   0,
 2136               };
 2137               
 2138               static const char*
 2139               _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] =
 2140               {
 2141                   0,
 2142               };
 2143               
 2144               static SourceProperty
 2145               _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy =
 2146               {
 2147                   /* flags */
 2148                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2149                   /* name */
 2150                   "MustBeCompletedBy",
 2151                   /* qualifiers */
 2152                   _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers,
 2153                   /* type */
 2154 mike  1.1.2.1     CIMTYPE_DATETIME,
 2155                   /* subscript */
 2156                   -1,
 2157                   /* value */
 2158                   0,
 2159               };
 2160               
 2161               static const char*
 2162               _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] =
 2163               {
 2164                   0,
 2165               };
 2166               
 2167               static SourceProperty
 2168               _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply =
 2169               {
 2170                   /* flags */
 2171                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2172                   /* name */
 2173                   "PropertiesToApply",
 2174                   /* qualifiers */
 2175 mike  1.1.2.1     _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers,
 2176                   /* type */
 2177                   CIMTYPE_STRING,
 2178                   /* subscript */
 2179                   0,
 2180                   /* value */
 2181                   0,
 2182               };
 2183               
 2184 mike  1.1.2.2 static SourceFeature*
 2185 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToMSE_parameters[] =
 2186               {
 2187 mike  1.1.2.2     (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MSE,
 2188                   (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply,
 2189                   (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy,
 2190                   (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply,
 2191 mike  1.1.2.1     0,
 2192               };
 2193               
 2194               static const char*
 2195               _CIM_Setting_ApplyIncrementalChangeToMSE_qualifiers[] =
 2196               {
 2197                   0,
 2198               };
 2199               
 2200               static SourceMethod
 2201               _CIM_Setting_ApplyIncrementalChangeToMSE =
 2202               {
 2203                   /* flags */
 2204                   PEGASUS_FLAG_METHOD,
 2205                   /* name */
 2206                   "CIM_Setting",
 2207                   /* qualifiers */
 2208                   _CIM_Setting_ApplyIncrementalChangeToMSE_qualifiers,
 2209                   /* type */
 2210                   CIMTYPE_UINT32,
 2211                   /* parameters */
 2212 mike  1.1.2.1     _CIM_Setting_ApplyIncrementalChangeToMSE_parameters,
 2213               };
 2214               
 2215               static const char*
 2216               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers[] =
 2217               {
 2218                   0,
 2219               };
 2220               
 2221               static SourceReference
 2222               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection =
 2223               {
 2224                   /* flags */
 2225                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 2226                   /* name */
 2227                   "Collection",
 2228                   /* qualifiers */
 2229                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers,
 2230                   /* subscript */
 2231                   -1,
 2232 mike  1.1.2.2     /* ref */
 2233 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 2234               };
 2235               
 2236               static const char*
 2237               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] =
 2238               {
 2239                   0,
 2240               };
 2241               
 2242               static SourceProperty
 2243               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply =
 2244               {
 2245                   /* flags */
 2246                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2247                   /* name */
 2248                   "TimeToApply",
 2249                   /* qualifiers */
 2250                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply_qualifiers,
 2251                   /* type */
 2252                   CIMTYPE_DATETIME,
 2253                   /* subscript */
 2254 mike  1.1.2.1     -1,
 2255                   /* value */
 2256                   0,
 2257               };
 2258               
 2259               static const char*
 2260               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] =
 2261               {
 2262                   0,
 2263               };
 2264               
 2265               static SourceProperty
 2266               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy =
 2267               {
 2268                   /* flags */
 2269                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2270                   /* name */
 2271                   "MustBeCompletedBy",
 2272                   /* qualifiers */
 2273                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers,
 2274                   /* type */
 2275 mike  1.1.2.1     CIMTYPE_DATETIME,
 2276                   /* subscript */
 2277                   -1,
 2278                   /* value */
 2279                   0,
 2280               };
 2281               
 2282               static const char*
 2283               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] =
 2284               {
 2285                   0,
 2286               };
 2287               
 2288               static SourceProperty
 2289               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply =
 2290               {
 2291                   /* flags */
 2292                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2293                   /* name */
 2294                   "PropertiesToApply",
 2295                   /* qualifiers */
 2296 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers,
 2297                   /* type */
 2298                   CIMTYPE_STRING,
 2299                   /* subscript */
 2300                   0,
 2301                   /* value */
 2302                   0,
 2303               };
 2304               
 2305               static const char*
 2306               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] =
 2307               {
 2308                   0,
 2309               };
 2310               
 2311               static SourceProperty
 2312               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply =
 2313               {
 2314                   /* flags */
 2315                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_OUT,
 2316                   /* name */
 2317 mike  1.1.2.1     "CanNotApply",
 2318                   /* qualifiers */
 2319                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply_qualifiers,
 2320                   /* type */
 2321                   CIMTYPE_STRING,
 2322                   /* subscript */
 2323                   0,
 2324                   /* value */
 2325                   0,
 2326               };
 2327               
 2328 mike  1.1.2.2 static SourceFeature*
 2329 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_parameters[] =
 2330               {
 2331 mike  1.1.2.2     (SourceFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection,
 2332                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply,
 2333                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy,
 2334                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply,
 2335                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply,
 2336 mike  1.1.2.1     0,
 2337               };
 2338               
 2339               static const char*
 2340               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_qualifiers[] =
 2341               {
 2342                   0,
 2343               };
 2344               
 2345               static SourceMethod
 2346               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection =
 2347               {
 2348                   /* flags */
 2349                   PEGASUS_FLAG_METHOD,
 2350                   /* name */
 2351                   "CIM_Setting",
 2352                   /* qualifiers */
 2353                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_qualifiers,
 2354                   /* type */
 2355                   CIMTYPE_UINT32,
 2356                   /* parameters */
 2357 mike  1.1.2.1     _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_parameters,
 2358               };
 2359               
 2360               static const char*
 2361               _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers[] =
 2362               {
 2363                   0,
 2364               };
 2365               
 2366               static SourceReference
 2367               _CIM_Setting_ApplyIncrementalChangeToCollection_Collection =
 2368               {
 2369                   /* flags */
 2370                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 2371                   /* name */
 2372                   "Collection",
 2373                   /* qualifiers */
 2374                   _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers,
 2375                   /* subscript */
 2376                   -1,
 2377 mike  1.1.2.2     /* ref */
 2378 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 2379               };
 2380               
 2381               static const char*
 2382               _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] =
 2383               {
 2384                   0,
 2385               };
 2386               
 2387               static SourceProperty
 2388               _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply =
 2389               {
 2390                   /* flags */
 2391                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2392                   /* name */
 2393                   "TimeToApply",
 2394                   /* qualifiers */
 2395                   _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply_qualifiers,
 2396                   /* type */
 2397                   CIMTYPE_DATETIME,
 2398                   /* subscript */
 2399 mike  1.1.2.1     -1,
 2400                   /* value */
 2401                   0,
 2402               };
 2403               
 2404               static const char*
 2405               _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError_qualifiers[] =
 2406               {
 2407                   0,
 2408               };
 2409               
 2410               static SourceProperty
 2411               _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError =
 2412               {
 2413                   /* flags */
 2414                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2415                   /* name */
 2416                   "ContinueOnError",
 2417                   /* qualifiers */
 2418                   _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError_qualifiers,
 2419                   /* type */
 2420 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 2421                   /* subscript */
 2422                   -1,
 2423                   /* value */
 2424                   0,
 2425               };
 2426               
 2427               static const char*
 2428               _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] =
 2429               {
 2430                   0,
 2431               };
 2432               
 2433               static SourceProperty
 2434               _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy =
 2435               {
 2436                   /* flags */
 2437                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2438                   /* name */
 2439                   "MustBeCompletedBy",
 2440                   /* qualifiers */
 2441 mike  1.1.2.1     _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers,
 2442                   /* type */
 2443                   CIMTYPE_DATETIME,
 2444                   /* subscript */
 2445                   -1,
 2446                   /* value */
 2447                   0,
 2448               };
 2449               
 2450               static const char*
 2451               _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] =
 2452               {
 2453                   0,
 2454               };
 2455               
 2456               static SourceProperty
 2457               _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply =
 2458               {
 2459                   /* flags */
 2460                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2461                   /* name */
 2462 mike  1.1.2.1     "PropertiesToApply",
 2463                   /* qualifiers */
 2464                   _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers,
 2465                   /* type */
 2466                   CIMTYPE_STRING,
 2467                   /* subscript */
 2468                   0,
 2469                   /* value */
 2470                   0,
 2471               };
 2472               
 2473               static const char*
 2474               _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] =
 2475               {
 2476                   0,
 2477               };
 2478               
 2479               static SourceProperty
 2480               _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply =
 2481               {
 2482                   /* flags */
 2483 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_OUT,
 2484                   /* name */
 2485                   "CanNotApply",
 2486                   /* qualifiers */
 2487                   _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply_qualifiers,
 2488                   /* type */
 2489                   CIMTYPE_STRING,
 2490                   /* subscript */
 2491                   0,
 2492                   /* value */
 2493                   0,
 2494               };
 2495               
 2496 mike  1.1.2.2 static SourceFeature*
 2497 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToCollection_parameters[] =
 2498               {
 2499 mike  1.1.2.2     (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_Collection,
 2500                   (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply,
 2501                   (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError,
 2502                   (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy,
 2503                   (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply,
 2504                   (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply,
 2505 mike  1.1.2.1     0,
 2506               };
 2507               
 2508               static const char*
 2509               _CIM_Setting_ApplyIncrementalChangeToCollection_qualifiers[] =
 2510               {
 2511                   0,
 2512               };
 2513               
 2514               static SourceMethod
 2515               _CIM_Setting_ApplyIncrementalChangeToCollection =
 2516               {
 2517                   /* flags */
 2518                   PEGASUS_FLAG_METHOD,
 2519                   /* name */
 2520                   "CIM_Setting",
 2521                   /* qualifiers */
 2522                   _CIM_Setting_ApplyIncrementalChangeToCollection_qualifiers,
 2523                   /* type */
 2524                   CIMTYPE_UINT32,
 2525                   /* parameters */
 2526 mike  1.1.2.1     _CIM_Setting_ApplyIncrementalChangeToCollection_parameters,
 2527               };
 2528               
 2529               static SourceFeature*
 2530               _CIM_Setting_features[] =
 2531               {
 2532                   (SourceFeature*)&_CIM_Setting_SettingID,
 2533                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyToMSE,
 2534                   (SourceFeature*)&_CIM_Setting_ApplyToMSE,
 2535                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyToCollection,
 2536                   (SourceFeature*)&_CIM_Setting_ApplyToCollection,
 2537                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE,
 2538                   (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE,
 2539                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection,
 2540                   (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection,
 2541                   0,
 2542               };
 2543               
 2544               static const char*
 2545               __root_PG_InterOp_CIM_Setting_qualifiers[] =
 2546               {
 2547 mike  1.1.2.1     /* UMLPackagePath */
 2548                   "\057CIM::Core::Settings",
 2549                   /* Version */
 2550                   "\0632.8.1000",
 2551                   0,
 2552               };
 2553               
 2554               SourceClass
 2555               __root_PG_InterOp_CIM_Setting =
 2556               {
 2557                   /* flags */
 2558                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 2559                   /* name */
 2560                   "CIM_Setting",
 2561                   /* qualifiers */
 2562                   __root_PG_InterOp_CIM_Setting_qualifiers,
 2563 mike  1.1.2.2     /* super */
 2564 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 2565                   /* features */
 2566                   _CIM_Setting_features,
 2567               };
 2568               
 2569               //==============================================================================
 2570               //
 2571               // Class: CIM_SettingContext
 2572               //
 2573               //==============================================================================
 2574               
 2575               static const char*
 2576               _CIM_SettingContext_Context_qualifiers[] =
 2577               {
 2578                   0,
 2579               };
 2580               
 2581               static SourceReference
 2582               _CIM_SettingContext_Context =
 2583               {
 2584                   /* flags */
 2585 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 2586                   /* name */
 2587                   "Context",
 2588                   /* qualifiers */
 2589                   _CIM_SettingContext_Context_qualifiers,
 2590                   /* subscript */
 2591                   -1,
 2592 mike  1.1.2.2     /* refId */
 2593 mike  1.1.2.1     &__root_PG_InterOp_CIM_Configuration,
 2594               };
 2595               
 2596               static const char*
 2597               _CIM_SettingContext_Setting_qualifiers[] =
 2598               {
 2599                   0,
 2600               };
 2601               
 2602               static SourceReference
 2603               _CIM_SettingContext_Setting =
 2604               {
 2605                   /* flags */
 2606                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 2607                   /* name */
 2608                   "Setting",
 2609                   /* qualifiers */
 2610                   _CIM_SettingContext_Setting_qualifiers,
 2611                   /* subscript */
 2612                   -1,
 2613 mike  1.1.2.2     /* refId */
 2614 mike  1.1.2.1     &__root_PG_InterOp_CIM_Setting,
 2615               };
 2616               
 2617               static SourceFeature*
 2618               _CIM_SettingContext_features[] =
 2619               {
 2620                   (SourceFeature*)&_CIM_SettingContext_Context,
 2621                   (SourceFeature*)&_CIM_SettingContext_Setting,
 2622                   0,
 2623               };
 2624               
 2625               static const char*
 2626               __root_PG_InterOp_CIM_SettingContext_qualifiers[] =
 2627               {
 2628                   /* UMLPackagePath */
 2629                   "\057CIM::Core::Settings",
 2630                   /* Version */
 2631                   "\0632.6.0",
 2632                   0,
 2633               };
 2634               
 2635 mike  1.1.2.1 SourceClass
 2636               __root_PG_InterOp_CIM_SettingContext =
 2637               {
 2638                   /* flags */
 2639                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 2640                   /* name */
 2641                   "CIM_SettingContext",
 2642                   /* qualifiers */
 2643                   __root_PG_InterOp_CIM_SettingContext_qualifiers,
 2644 mike  1.1.2.2     /* super */
 2645 mike  1.1.2.1     0,
 2646                   /* features */
 2647                   _CIM_SettingContext_features,
 2648               };
 2649               
 2650               //==============================================================================
 2651               //
 2652               // Class: CIM_SettingData
 2653               //
 2654               //==============================================================================
 2655               
 2656               static const char*
 2657               _CIM_SettingData_InstanceID_qualifiers[] =
 2658               {
 2659                   0,
 2660               };
 2661               
 2662               static SourceProperty
 2663               _CIM_SettingData_InstanceID =
 2664               {
 2665                   /* flags */
 2666 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 2667                   /* name */
 2668                   "InstanceID",
 2669                   /* qualifiers */
 2670                   _CIM_SettingData_InstanceID_qualifiers,
 2671                   /* type */
 2672                   CIMTYPE_STRING,
 2673                   /* subscript */
 2674                   -1,
 2675                   /* value */
 2676                   0,
 2677               };
 2678               
 2679               static const char*
 2680               _CIM_SettingData_ElementName_qualifiers[] =
 2681               {
 2682                   /* Override */
 2683                   "\044ElementName",
 2684                   0,
 2685               };
 2686               
 2687 mike  1.1.2.1 static SourceProperty
 2688               _CIM_SettingData_ElementName =
 2689               {
 2690                   /* flags */
 2691                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
 2692                   /* name */
 2693                   "ElementName",
 2694                   /* qualifiers */
 2695                   _CIM_SettingData_ElementName_qualifiers,
 2696                   /* type */
 2697                   CIMTYPE_STRING,
 2698                   /* subscript */
 2699                   -1,
 2700                   /* value */
 2701                   0,
 2702               };
 2703               
 2704               static SourceFeature*
 2705               _CIM_SettingData_features[] =
 2706               {
 2707                   (SourceFeature*)&_CIM_SettingData_InstanceID,
 2708 mike  1.1.2.1     (SourceFeature*)&_CIM_SettingData_ElementName,
 2709                   0,
 2710               };
 2711               
 2712               static const char*
 2713               __root_PG_InterOp_CIM_SettingData_qualifiers[] =
 2714               {
 2715                   /* UMLPackagePath */
 2716                   "\057CIM::Core::Settings",
 2717                   /* Version */
 2718                   "\0632.10.0",
 2719                   0,
 2720               };
 2721               
 2722               SourceClass
 2723               __root_PG_InterOp_CIM_SettingData =
 2724               {
 2725                   /* flags */
 2726                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 2727                   /* name */
 2728                   "CIM_SettingData",
 2729 mike  1.1.2.1     /* qualifiers */
 2730                   __root_PG_InterOp_CIM_SettingData_qualifiers,
 2731 mike  1.1.2.2     /* super */
 2732 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 2733                   /* features */
 2734                   _CIM_SettingData_features,
 2735               };
 2736               
 2737               //==============================================================================
 2738               //
 2739               // Class: CIM_Capabilities
 2740               //
 2741               //==============================================================================
 2742               
 2743               static const char*
 2744               _CIM_Capabilities_InstanceID_qualifiers[] =
 2745               {
 2746                   0,
 2747               };
 2748               
 2749               static SourceProperty
 2750               _CIM_Capabilities_InstanceID =
 2751               {
 2752                   /* flags */
 2753 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 2754                   /* name */
 2755                   "InstanceID",
 2756                   /* qualifiers */
 2757                   _CIM_Capabilities_InstanceID_qualifiers,
 2758                   /* type */
 2759                   CIMTYPE_STRING,
 2760                   /* subscript */
 2761                   -1,
 2762                   /* value */
 2763                   0,
 2764               };
 2765               
 2766               static const char*
 2767               _CIM_Capabilities_ElementName_qualifiers[] =
 2768               {
 2769                   /* Override */
 2770                   "\044ElementName",
 2771                   0,
 2772               };
 2773               
 2774 mike  1.1.2.1 static SourceProperty
 2775               _CIM_Capabilities_ElementName =
 2776               {
 2777                   /* flags */
 2778                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
 2779                   /* name */
 2780                   "ElementName",
 2781                   /* qualifiers */
 2782                   _CIM_Capabilities_ElementName_qualifiers,
 2783                   /* type */
 2784                   CIMTYPE_STRING,
 2785                   /* subscript */
 2786                   -1,
 2787                   /* value */
 2788                   0,
 2789               };
 2790               
 2791               static SourceFeature*
 2792               _CIM_Capabilities_features[] =
 2793               {
 2794                   (SourceFeature*)&_CIM_Capabilities_InstanceID,
 2795 mike  1.1.2.1     (SourceFeature*)&_CIM_Capabilities_ElementName,
 2796                   0,
 2797               };
 2798               
 2799               static const char*
 2800               __root_PG_InterOp_CIM_Capabilities_qualifiers[] =
 2801               {
 2802                   /* UMLPackagePath */
 2803                   "\057CIM::Core::Capabilities",
 2804                   /* Version */
 2805                   "\0632.7.0",
 2806                   0,
 2807               };
 2808               
 2809               SourceClass
 2810               __root_PG_InterOp_CIM_Capabilities =
 2811               {
 2812                   /* flags */
 2813                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 2814                   /* name */
 2815                   "CIM_Capabilities",
 2816 mike  1.1.2.1     /* qualifiers */
 2817                   __root_PG_InterOp_CIM_Capabilities_qualifiers,
 2818 mike  1.1.2.2     /* super */
 2819 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 2820                   /* features */
 2821                   _CIM_Capabilities_features,
 2822               };
 2823               
 2824               //==============================================================================
 2825               //
 2826               // Class: CIM_Collection
 2827               //
 2828               //==============================================================================
 2829               
 2830               static SourceFeature*
 2831               _CIM_Collection_features[] =
 2832               {
 2833                   0,
 2834               };
 2835               
 2836               static const char*
 2837               __root_PG_InterOp_CIM_Collection_qualifiers[] =
 2838               {
 2839                   /* UMLPackagePath */
 2840 mike  1.1.2.1     "\057CIM::Core::Collection",
 2841                   /* Version */
 2842                   "\0632.6.0",
 2843                   0,
 2844               };
 2845               
 2846               SourceClass
 2847               __root_PG_InterOp_CIM_Collection =
 2848               {
 2849                   /* flags */
 2850                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 2851                   /* name */
 2852                   "CIM_Collection",
 2853                   /* qualifiers */
 2854                   __root_PG_InterOp_CIM_Collection_qualifiers,
 2855 mike  1.1.2.2     /* super */
 2856 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 2857                   /* features */
 2858                   _CIM_Collection_features,
 2859               };
 2860               
 2861               //==============================================================================
 2862               //
 2863               // Class: CIM_CollectionOfMSEs
 2864               //
 2865               //==============================================================================
 2866               
 2867               static const char*
 2868               _CIM_CollectionOfMSEs_CollectionID_qualifiers[] =
 2869               {
 2870                   /* MaxLen */
 2871                   "\030\000\000\001\000",
 2872                   0,
 2873               };
 2874               
 2875               static SourceProperty
 2876               _CIM_CollectionOfMSEs_CollectionID =
 2877 mike  1.1.2.1 {
 2878                   /* flags */
 2879                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 2880                   /* name */
 2881                   "CollectionID",
 2882                   /* qualifiers */
 2883                   _CIM_CollectionOfMSEs_CollectionID_qualifiers,
 2884                   /* type */
 2885                   CIMTYPE_STRING,
 2886                   /* subscript */
 2887                   -1,
 2888                   /* value */
 2889                   0,
 2890               };
 2891               
 2892               static SourceFeature*
 2893               _CIM_CollectionOfMSEs_features[] =
 2894               {
 2895                   (SourceFeature*)&_CIM_CollectionOfMSEs_CollectionID,
 2896                   0,
 2897               };
 2898 mike  1.1.2.1 
 2899               static const char*
 2900               __root_PG_InterOp_CIM_CollectionOfMSEs_qualifiers[] =
 2901               {
 2902                   /* UMLPackagePath */
 2903                   "\057CIM::Core::Collection",
 2904                   /* Version */
 2905                   "\0632.10.0",
 2906                   0,
 2907               };
 2908               
 2909               SourceClass
 2910               __root_PG_InterOp_CIM_CollectionOfMSEs =
 2911               {
 2912                   /* flags */
 2913                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 2914                   /* name */
 2915                   "CIM_CollectionOfMSEs",
 2916                   /* qualifiers */
 2917                   __root_PG_InterOp_CIM_CollectionOfMSEs_qualifiers,
 2918 mike  1.1.2.2     /* super */
 2919 mike  1.1.2.1     &__root_PG_InterOp_CIM_Collection,
 2920                   /* features */
 2921                   _CIM_CollectionOfMSEs_features,
 2922               };
 2923               
 2924               //==============================================================================
 2925               //
 2926               // Class: CIM_Component
 2927               //
 2928               //==============================================================================
 2929               
 2930               static const char*
 2931               _CIM_Component_GroupComponent_qualifiers[] =
 2932               {
 2933                   0,
 2934               };
 2935               
 2936               static SourceReference
 2937               _CIM_Component_GroupComponent =
 2938               {
 2939                   /* flags */
 2940 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 2941                   /* name */
 2942                   "GroupComponent",
 2943                   /* qualifiers */
 2944                   _CIM_Component_GroupComponent_qualifiers,
 2945                   /* subscript */
 2946                   -1,
 2947 mike  1.1.2.2     /* refId */
 2948 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 2949               };
 2950               
 2951               static const char*
 2952               _CIM_Component_PartComponent_qualifiers[] =
 2953               {
 2954                   0,
 2955               };
 2956               
 2957               static SourceReference
 2958               _CIM_Component_PartComponent =
 2959               {
 2960                   /* flags */
 2961                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 2962                   /* name */
 2963                   "PartComponent",
 2964                   /* qualifiers */
 2965                   _CIM_Component_PartComponent_qualifiers,
 2966                   /* subscript */
 2967                   -1,
 2968 mike  1.1.2.2     /* refId */
 2969 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 2970               };
 2971               
 2972               static SourceFeature*
 2973               _CIM_Component_features[] =
 2974               {
 2975                   (SourceFeature*)&_CIM_Component_GroupComponent,
 2976                   (SourceFeature*)&_CIM_Component_PartComponent,
 2977                   0,
 2978               };
 2979               
 2980               static const char*
 2981               __root_PG_InterOp_CIM_Component_qualifiers[] =
 2982               {
 2983                   /* UMLPackagePath */
 2984                   "\057CIM::Core::CoreElements",
 2985                   /* Version */
 2986                   "\0632.7.0",
 2987                   0,
 2988               };
 2989               
 2990 mike  1.1.2.1 SourceClass
 2991               __root_PG_InterOp_CIM_Component =
 2992               {
 2993                   /* flags */
 2994                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_ABSTRACT|PEGASUS_FLAG_AGGREGATION,
 2995                   /* name */
 2996                   "CIM_Component",
 2997                   /* qualifiers */
 2998                   __root_PG_InterOp_CIM_Component_qualifiers,
 2999 mike  1.1.2.2     /* super */
 3000 mike  1.1.2.1     0,
 3001                   /* features */
 3002                   _CIM_Component_features,
 3003               };
 3004               
 3005               //==============================================================================
 3006               //
 3007               // Class: CIM_ConcreteCollection
 3008               //
 3009               //==============================================================================
 3010               
 3011               static const char*
 3012               _CIM_ConcreteCollection_InstanceID_qualifiers[] =
 3013               {
 3014                   0,
 3015               };
 3016               
 3017               static SourceProperty
 3018               _CIM_ConcreteCollection_InstanceID =
 3019               {
 3020                   /* flags */
 3021 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3022                   /* name */
 3023                   "InstanceID",
 3024                   /* qualifiers */
 3025                   _CIM_ConcreteCollection_InstanceID_qualifiers,
 3026                   /* type */
 3027                   CIMTYPE_STRING,
 3028                   /* subscript */
 3029                   -1,
 3030                   /* value */
 3031                   0,
 3032               };
 3033               
 3034               static SourceFeature*
 3035               _CIM_ConcreteCollection_features[] =
 3036               {
 3037                   (SourceFeature*)&_CIM_ConcreteCollection_InstanceID,
 3038                   0,
 3039               };
 3040               
 3041               static const char*
 3042 mike  1.1.2.1 __root_PG_InterOp_CIM_ConcreteCollection_qualifiers[] =
 3043               {
 3044                   /* UMLPackagePath */
 3045                   "\057CIM::Core::Collection",
 3046                   /* Version */
 3047                   "\0632.10.0",
 3048                   0,
 3049               };
 3050               
 3051               SourceClass
 3052               __root_PG_InterOp_CIM_ConcreteCollection =
 3053               {
 3054                   /* flags */
 3055                   PEGASUS_FLAG_CLASS,
 3056                   /* name */
 3057                   "CIM_ConcreteCollection",
 3058                   /* qualifiers */
 3059                   __root_PG_InterOp_CIM_ConcreteCollection_qualifiers,
 3060 mike  1.1.2.2     /* super */
 3061 mike  1.1.2.1     &__root_PG_InterOp_CIM_Collection,
 3062                   /* features */
 3063                   _CIM_ConcreteCollection_features,
 3064               };
 3065               
 3066               //==============================================================================
 3067               //
 3068               // Class: CIM_ConcreteComponent
 3069               //
 3070               //==============================================================================
 3071               
 3072               static const char*
 3073               _CIM_ConcreteComponent_GroupComponent_qualifiers[] =
 3074               {
 3075                   /* Override */
 3076                   "\044GroupComponent",
 3077                   0,
 3078               };
 3079               
 3080               static SourceReference
 3081               _CIM_ConcreteComponent_GroupComponent =
 3082 mike  1.1.2.1 {
 3083                   /* flags */
 3084                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 3085                   /* name */
 3086                   "GroupComponent",
 3087                   /* qualifiers */
 3088                   _CIM_ConcreteComponent_GroupComponent_qualifiers,
 3089                   /* subscript */
 3090                   -1,
 3091 mike  1.1.2.2     /* refId */
 3092 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3093               };
 3094               
 3095               static const char*
 3096               _CIM_ConcreteComponent_PartComponent_qualifiers[] =
 3097               {
 3098                   /* Override */
 3099                   "\044PartComponent",
 3100                   0,
 3101               };
 3102               
 3103               static SourceReference
 3104               _CIM_ConcreteComponent_PartComponent =
 3105               {
 3106                   /* flags */
 3107                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 3108                   /* name */
 3109                   "PartComponent",
 3110                   /* qualifiers */
 3111                   _CIM_ConcreteComponent_PartComponent_qualifiers,
 3112                   /* subscript */
 3113 mike  1.1.2.1     -1,
 3114 mike  1.1.2.2     /* refId */
 3115 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3116               };
 3117               
 3118               static SourceFeature*
 3119               _CIM_ConcreteComponent_features[] =
 3120               {
 3121                   (SourceFeature*)&_CIM_ConcreteComponent_GroupComponent,
 3122                   (SourceFeature*)&_CIM_ConcreteComponent_PartComponent,
 3123                   0,
 3124               };
 3125               
 3126               static const char*
 3127               __root_PG_InterOp_CIM_ConcreteComponent_qualifiers[] =
 3128               {
 3129                   /* UMLPackagePath */
 3130                   "\057CIM::Core::CoreElements",
 3131                   /* Version */
 3132                   "\0632.10.0",
 3133                   0,
 3134               };
 3135               
 3136 mike  1.1.2.1 SourceClass
 3137               __root_PG_InterOp_CIM_ConcreteComponent =
 3138               {
 3139                   /* flags */
 3140                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 3141                   /* name */
 3142                   "CIM_ConcreteComponent",
 3143                   /* qualifiers */
 3144                   __root_PG_InterOp_CIM_ConcreteComponent_qualifiers,
 3145 mike  1.1.2.2     /* super */
 3146 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
 3147                   /* features */
 3148                   _CIM_ConcreteComponent_features,
 3149               };
 3150               
 3151               //==============================================================================
 3152               //
 3153               // Class: CIM_Configuration
 3154               //
 3155               //==============================================================================
 3156               
 3157               static const char*
 3158               _CIM_Configuration_Name_qualifiers[] =
 3159               {
 3160                   /* MaxLen */
 3161                   "\030\000\000\001\000",
 3162                   0,
 3163               };
 3164               
 3165               static SourceProperty
 3166               _CIM_Configuration_Name =
 3167 mike  1.1.2.1 {
 3168                   /* flags */
 3169                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3170                   /* name */
 3171                   "Name",
 3172                   /* qualifiers */
 3173                   _CIM_Configuration_Name_qualifiers,
 3174                   /* type */
 3175                   CIMTYPE_STRING,
 3176                   /* subscript */
 3177                   -1,
 3178                   /* value */
 3179                   0,
 3180               };
 3181               
 3182               static SourceFeature*
 3183               _CIM_Configuration_features[] =
 3184               {
 3185                   (SourceFeature*)&_CIM_Configuration_Name,
 3186                   0,
 3187               };
 3188 mike  1.1.2.1 
 3189               static const char*
 3190               __root_PG_InterOp_CIM_Configuration_qualifiers[] =
 3191               {
 3192                   /* UMLPackagePath */
 3193                   "\057CIM::Core::Settings",
 3194                   /* Version */
 3195                   "\0632.6.0",
 3196                   0,
 3197               };
 3198               
 3199               SourceClass
 3200               __root_PG_InterOp_CIM_Configuration =
 3201               {
 3202                   /* flags */
 3203                   PEGASUS_FLAG_CLASS,
 3204                   /* name */
 3205                   "CIM_Configuration",
 3206                   /* qualifiers */
 3207                   __root_PG_InterOp_CIM_Configuration_qualifiers,
 3208 mike  1.1.2.2     /* super */
 3209 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3210                   /* features */
 3211                   _CIM_Configuration_features,
 3212               };
 3213               
 3214               //==============================================================================
 3215               //
 3216               // Class: CIM_ConfigurationComponent
 3217               //
 3218               //==============================================================================
 3219               
 3220               static const char*
 3221               _CIM_ConfigurationComponent_ConfigGroup_qualifiers[] =
 3222               {
 3223                   0,
 3224               };
 3225               
 3226               static SourceReference
 3227               _CIM_ConfigurationComponent_ConfigGroup =
 3228               {
 3229                   /* flags */
 3230 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 3231                   /* name */
 3232                   "ConfigGroup",
 3233                   /* qualifiers */
 3234                   _CIM_ConfigurationComponent_ConfigGroup_qualifiers,
 3235                   /* subscript */
 3236                   -1,
 3237 mike  1.1.2.2     /* refId */
 3238 mike  1.1.2.1     &__root_PG_InterOp_CIM_Configuration,
 3239               };
 3240               
 3241               static const char*
 3242               _CIM_ConfigurationComponent_ConfigComponent_qualifiers[] =
 3243               {
 3244                   0,
 3245               };
 3246               
 3247               static SourceReference
 3248               _CIM_ConfigurationComponent_ConfigComponent =
 3249               {
 3250                   /* flags */
 3251                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3252                   /* name */
 3253                   "ConfigComponent",
 3254                   /* qualifiers */
 3255                   _CIM_ConfigurationComponent_ConfigComponent_qualifiers,
 3256                   /* subscript */
 3257                   -1,
 3258 mike  1.1.2.2     /* refId */
 3259 mike  1.1.2.1     &__root_PG_InterOp_CIM_Configuration,
 3260               };
 3261               
 3262               static SourceFeature*
 3263               _CIM_ConfigurationComponent_features[] =
 3264               {
 3265                   (SourceFeature*)&_CIM_ConfigurationComponent_ConfigGroup,
 3266                   (SourceFeature*)&_CIM_ConfigurationComponent_ConfigComponent,
 3267                   0,
 3268               };
 3269               
 3270               static const char*
 3271               __root_PG_InterOp_CIM_ConfigurationComponent_qualifiers[] =
 3272               {
 3273                   /* UMLPackagePath */
 3274                   "\057CIM::Core::Settings",
 3275                   /* Version */
 3276                   "\0632.6.0",
 3277                   0,
 3278               };
 3279               
 3280 mike  1.1.2.1 SourceClass
 3281               __root_PG_InterOp_CIM_ConfigurationComponent =
 3282               {
 3283                   /* flags */
 3284                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 3285                   /* name */
 3286                   "CIM_ConfigurationComponent",
 3287                   /* qualifiers */
 3288                   __root_PG_InterOp_CIM_ConfigurationComponent_qualifiers,
 3289 mike  1.1.2.2     /* super */
 3290 mike  1.1.2.1     0,
 3291                   /* features */
 3292                   _CIM_ConfigurationComponent_features,
 3293               };
 3294               
 3295               //==============================================================================
 3296               //
 3297               // Class: CIM_Dependency
 3298               //
 3299               //==============================================================================
 3300               
 3301               static const char*
 3302               _CIM_Dependency_Antecedent_qualifiers[] =
 3303               {
 3304                   0,
 3305               };
 3306               
 3307               static SourceReference
 3308               _CIM_Dependency_Antecedent =
 3309               {
 3310                   /* flags */
 3311 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3312                   /* name */
 3313                   "Antecedent",
 3314                   /* qualifiers */
 3315                   _CIM_Dependency_Antecedent_qualifiers,
 3316                   /* subscript */
 3317                   -1,
 3318 mike  1.1.2.2     /* refId */
 3319 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3320               };
 3321               
 3322               static const char*
 3323               _CIM_Dependency_Dependent_qualifiers[] =
 3324               {
 3325                   0,
 3326               };
 3327               
 3328               static SourceReference
 3329               _CIM_Dependency_Dependent =
 3330               {
 3331                   /* flags */
 3332                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3333                   /* name */
 3334                   "Dependent",
 3335                   /* qualifiers */
 3336                   _CIM_Dependency_Dependent_qualifiers,
 3337                   /* subscript */
 3338                   -1,
 3339 mike  1.1.2.2     /* refId */
 3340 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3341               };
 3342               
 3343               static SourceFeature*
 3344               _CIM_Dependency_features[] =
 3345               {
 3346                   (SourceFeature*)&_CIM_Dependency_Antecedent,
 3347                   (SourceFeature*)&_CIM_Dependency_Dependent,
 3348                   0,
 3349               };
 3350               
 3351               static const char*
 3352               __root_PG_InterOp_CIM_Dependency_qualifiers[] =
 3353               {
 3354                   /* UMLPackagePath */
 3355                   "\057CIM::Core::CoreElements",
 3356                   /* Version */
 3357                   "\0632.10.0",
 3358                   0,
 3359               };
 3360               
 3361 mike  1.1.2.1 SourceClass
 3362               __root_PG_InterOp_CIM_Dependency =
 3363               {
 3364                   /* flags */
 3365                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_ABSTRACT,
 3366                   /* name */
 3367                   "CIM_Dependency",
 3368                   /* qualifiers */
 3369                   __root_PG_InterOp_CIM_Dependency_qualifiers,
 3370 mike  1.1.2.2     /* super */
 3371 mike  1.1.2.1     0,
 3372                   /* features */
 3373                   _CIM_Dependency_features,
 3374               };
 3375               
 3376               //==============================================================================
 3377               //
 3378               // Class: CIM_DependencyContext
 3379               //
 3380               //==============================================================================
 3381               
 3382               static const char*
 3383               _CIM_DependencyContext_Context_qualifiers[] =
 3384               {
 3385                   0,
 3386               };
 3387               
 3388               static SourceReference
 3389               _CIM_DependencyContext_Context =
 3390               {
 3391                   /* flags */
 3392 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 3393                   /* name */
 3394                   "Context",
 3395                   /* qualifiers */
 3396                   _CIM_DependencyContext_Context_qualifiers,
 3397                   /* subscript */
 3398                   -1,
 3399 mike  1.1.2.2     /* refId */
 3400 mike  1.1.2.1     &__root_PG_InterOp_CIM_Configuration,
 3401               };
 3402               
 3403               static const char*
 3404               _CIM_DependencyContext_Dependency_qualifiers[] =
 3405               {
 3406                   0,
 3407               };
 3408               
 3409               static SourceReference
 3410               _CIM_DependencyContext_Dependency =
 3411               {
 3412                   /* flags */
 3413                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3414                   /* name */
 3415                   "Dependency",
 3416                   /* qualifiers */
 3417                   _CIM_DependencyContext_Dependency_qualifiers,
 3418                   /* subscript */
 3419                   -1,
 3420 mike  1.1.2.2     /* refId */
 3421 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
 3422               };
 3423               
 3424               static SourceFeature*
 3425               _CIM_DependencyContext_features[] =
 3426               {
 3427                   (SourceFeature*)&_CIM_DependencyContext_Context,
 3428                   (SourceFeature*)&_CIM_DependencyContext_Dependency,
 3429                   0,
 3430               };
 3431               
 3432               static const char*
 3433               __root_PG_InterOp_CIM_DependencyContext_qualifiers[] =
 3434               {
 3435                   /* UMLPackagePath */
 3436                   "\057CIM::Core::Settings",
 3437                   /* Version */
 3438                   "\0632.6.0",
 3439                   0,
 3440               };
 3441               
 3442 mike  1.1.2.1 SourceClass
 3443               __root_PG_InterOp_CIM_DependencyContext =
 3444               {
 3445                   /* flags */
 3446                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 3447                   /* name */
 3448                   "CIM_DependencyContext",
 3449                   /* qualifiers */
 3450                   __root_PG_InterOp_CIM_DependencyContext_qualifiers,
 3451 mike  1.1.2.2     /* super */
 3452 mike  1.1.2.1     0,
 3453                   /* features */
 3454                   _CIM_DependencyContext_features,
 3455               };
 3456               
 3457               //==============================================================================
 3458               //
 3459               // Class: CIM_ElementCapabilities
 3460               //
 3461               //==============================================================================
 3462               
 3463               static const char*
 3464               _CIM_ElementCapabilities_ManagedElement_qualifiers[] =
 3465               {
 3466                   /* Min */
 3467                   "\033\000\000\000\001",
 3468                   /* Max */
 3469                   "\027\000\000\000\001",
 3470                   0,
 3471               };
 3472               
 3473 mike  1.1.2.1 static SourceReference
 3474               _CIM_ElementCapabilities_ManagedElement =
 3475               {
 3476                   /* flags */
 3477                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3478                   /* name */
 3479                   "ManagedElement",
 3480                   /* qualifiers */
 3481                   _CIM_ElementCapabilities_ManagedElement_qualifiers,
 3482                   /* subscript */
 3483                   -1,
 3484 mike  1.1.2.2     /* refId */
 3485 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3486               };
 3487               
 3488               static const char*
 3489               _CIM_ElementCapabilities_Capabilities_qualifiers[] =
 3490               {
 3491                   0,
 3492               };
 3493               
 3494               static SourceReference
 3495               _CIM_ElementCapabilities_Capabilities =
 3496               {
 3497                   /* flags */
 3498                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3499                   /* name */
 3500                   "Capabilities",
 3501                   /* qualifiers */
 3502                   _CIM_ElementCapabilities_Capabilities_qualifiers,
 3503                   /* subscript */
 3504                   -1,
 3505 mike  1.1.2.2     /* refId */
 3506 mike  1.1.2.1     &__root_PG_InterOp_CIM_Capabilities,
 3507               };
 3508               
 3509               static SourceFeature*
 3510               _CIM_ElementCapabilities_features[] =
 3511               {
 3512                   (SourceFeature*)&_CIM_ElementCapabilities_ManagedElement,
 3513                   (SourceFeature*)&_CIM_ElementCapabilities_Capabilities,
 3514                   0,
 3515               };
 3516               
 3517               static const char*
 3518               __root_PG_InterOp_CIM_ElementCapabilities_qualifiers[] =
 3519               {
 3520                   /* UMLPackagePath */
 3521                   "\057CIM::Core::Capabilities",
 3522                   /* Version */
 3523                   "\0632.7.0",
 3524                   0,
 3525               };
 3526               
 3527 mike  1.1.2.1 SourceClass
 3528               __root_PG_InterOp_CIM_ElementCapabilities =
 3529               {
 3530                   /* flags */
 3531                   PEGASUS_FLAG_ASSOCIATION,
 3532                   /* name */
 3533                   "CIM_ElementCapabilities",
 3534                   /* qualifiers */
 3535                   __root_PG_InterOp_CIM_ElementCapabilities_qualifiers,
 3536 mike  1.1.2.2     /* super */
 3537 mike  1.1.2.1     0,
 3538                   /* features */
 3539                   _CIM_ElementCapabilities_features,
 3540               };
 3541               
 3542               //==============================================================================
 3543               //
 3544               // Class: CIM_EnabledLogicalElementCapabilities
 3545               //
 3546               //==============================================================================
 3547               
 3548               static const char*
 3549               _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported_qualifiers[] =
 3550               {
 3551                   /* MappingStrings */
 3552                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditName\000",
 3553                   /* ModelCorrespondence */
 3554                   "\036\000\001CIM_ManagedElement.ElementName\000",
 3555                   0,
 3556               };
 3557               
 3558 mike  1.1.2.1 static SourceProperty
 3559               _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported =
 3560               {
 3561                   /* flags */
 3562                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3563                   /* name */
 3564                   "ElementNameEditSupported",
 3565                   /* qualifiers */
 3566                   _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported_qualifiers,
 3567                   /* type */
 3568                   CIMTYPE_BOOLEAN,
 3569                   /* subscript */
 3570                   -1,
 3571                   /* value */
 3572                   0,
 3573               };
 3574               
 3575               static const char*
 3576               _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen_qualifiers[] =
 3577               {
 3578                   /* MaxValue */
 3579 mike  1.1.2.1     "\031\000\000\000\000\000\000\001\000",
 3580                   /* MappingStrings */
 3581                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MaxNameChars\000",
 3582                   /* ModelCorrespondence */
 3583                   "\036\000\001CIM_FCSwitchCapabilities.ElementNameEditSupported\000",
 3584                   0,
 3585               };
 3586               
 3587               static SourceProperty
 3588               _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen =
 3589               {
 3590                   /* flags */
 3591                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3592                   /* name */
 3593                   "MaxElementNameLen",
 3594                   /* qualifiers */
 3595                   _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen_qualifiers,
 3596                   /* type */
 3597                   CIMTYPE_UINT16,
 3598                   /* subscript */
 3599                   -1,
 3600 mike  1.1.2.1     /* value */
 3601                   0,
 3602               };
 3603               
 3604               static const char*
 3605               _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported_qualifiers[] =
 3606               {
 3607                   /* ValueMap */
 3608                   "\061\000\0112\0003\0004\0006\0007\0008\0009\00010\00011\000",
 3609                   /* Values */
 3610                   "\062\000\011Enabled\000Disabled\000Shut Down\000Offline\000Test\000Defer\000Quiesce\000Reboot\000Reset\000",
 3611                   /* ModelCorrespondence */
 3612                   "\036\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
 3613                   0,
 3614               };
 3615               
 3616               static SourceProperty
 3617               _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported =
 3618               {
 3619                   /* flags */
 3620                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3621 mike  1.1.2.1     /* name */
 3622                   "RequestedStatesSupported",
 3623                   /* qualifiers */
 3624                   _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported_qualifiers,
 3625                   /* type */
 3626                   CIMTYPE_UINT16,
 3627                   /* subscript */
 3628                   0,
 3629                   /* value */
 3630                   0,
 3631               };
 3632               
 3633               static SourceFeature*
 3634               _CIM_EnabledLogicalElementCapabilities_features[] =
 3635               {
 3636                   (SourceFeature*)&_CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported,
 3637                   (SourceFeature*)&_CIM_EnabledLogicalElementCapabilities_MaxElementNameLen,
 3638                   (SourceFeature*)&_CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported,
 3639                   0,
 3640               };
 3641               
 3642 mike  1.1.2.1 static const char*
 3643               __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities_qualifiers[] =
 3644               {
 3645                   /* UMLPackagePath */
 3646                   "\057CIM::Core::Capabilities",
 3647                   /* Version */
 3648                   "\0632.11.0",
 3649                   0,
 3650               };
 3651               
 3652               SourceClass
 3653               __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities =
 3654               {
 3655                   /* flags */
 3656                   PEGASUS_FLAG_CLASS,
 3657                   /* name */
 3658                   "CIM_EnabledLogicalElementCapabilities",
 3659                   /* qualifiers */
 3660                   __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities_qualifiers,
 3661 mike  1.1.2.2     /* super */
 3662 mike  1.1.2.1     &__root_PG_InterOp_CIM_Capabilities,
 3663                   /* features */
 3664                   _CIM_EnabledLogicalElementCapabilities_features,
 3665               };
 3666               
 3667               //==============================================================================
 3668               //
 3669               // Class: CIM_FRU
 3670               //
 3671               //==============================================================================
 3672               
 3673               static const char*
 3674               _CIM_FRU_FRUNumber_qualifiers[] =
 3675               {
 3676                   /* MaxLen */
 3677                   "\030\000\000\000\100",
 3678                   /* MappingStrings */
 3679                   "\026\000\001MIF.DMTF|FRU|002.6\000",
 3680                   0,
 3681               };
 3682               
 3683 mike  1.1.2.1 static SourceProperty
 3684               _CIM_FRU_FRUNumber =
 3685               {
 3686                   /* flags */
 3687                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3688                   /* name */
 3689                   "FRUNumber",
 3690                   /* qualifiers */
 3691                   _CIM_FRU_FRUNumber_qualifiers,
 3692                   /* type */
 3693                   CIMTYPE_STRING,
 3694                   /* subscript */
 3695                   -1,
 3696                   /* value */
 3697                   0,
 3698               };
 3699               
 3700               static const char*
 3701               _CIM_FRU_IdentifyingNumber_qualifiers[] =
 3702               {
 3703                   /* MaxLen */
 3704 mike  1.1.2.1     "\030\000\000\000\100",
 3705                   /* MappingStrings */
 3706                   "\026\000\001MIF.DMTF|FRU|002.7\000",
 3707                   0,
 3708               };
 3709               
 3710               static SourceProperty
 3711               _CIM_FRU_IdentifyingNumber =
 3712               {
 3713                   /* flags */
 3714                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3715                   /* name */
 3716                   "IdentifyingNumber",
 3717                   /* qualifiers */
 3718                   _CIM_FRU_IdentifyingNumber_qualifiers,
 3719                   /* type */
 3720                   CIMTYPE_STRING,
 3721                   /* subscript */
 3722                   -1,
 3723                   /* value */
 3724                   0,
 3725 mike  1.1.2.1 };
 3726               
 3727               static const char*
 3728               _CIM_FRU_Vendor_qualifiers[] =
 3729               {
 3730                   /* MaxLen */
 3731                   "\030\000\000\001\000",
 3732                   /* MappingStrings */
 3733                   "\026\000\001MIF.DMTF|FRU|002.4\000",
 3734                   0,
 3735               };
 3736               
 3737               static SourceProperty
 3738               _CIM_FRU_Vendor =
 3739               {
 3740                   /* flags */
 3741                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3742                   /* name */
 3743                   "Vendor",
 3744                   /* qualifiers */
 3745                   _CIM_FRU_Vendor_qualifiers,
 3746 mike  1.1.2.1     /* type */
 3747                   CIMTYPE_STRING,
 3748                   /* subscript */
 3749                   -1,
 3750                   /* value */
 3751                   0,
 3752               };
 3753               
 3754               static const char*
 3755               _CIM_FRU_Description_qualifiers[] =
 3756               {
 3757                   /* Override */
 3758                   "\044Description",
 3759                   /* MappingStrings */
 3760                   "\026\000\001MIF.DMTF|FRU|002.3\000",
 3761                   0,
 3762               };
 3763               
 3764               static SourceProperty
 3765               _CIM_FRU_Description =
 3766               {
 3767 mike  1.1.2.1     /* flags */
 3768                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3769                   /* name */
 3770                   "Description",
 3771                   /* qualifiers */
 3772                   _CIM_FRU_Description_qualifiers,
 3773                   /* type */
 3774                   CIMTYPE_STRING,
 3775                   /* subscript */
 3776                   -1,
 3777                   /* value */
 3778                   0,
 3779               };
 3780               
 3781               static const char*
 3782               _CIM_FRU_Name_qualifiers[] =
 3783               {
 3784                   /* MaxLen */
 3785                   "\030\000\000\001\000",
 3786                   0,
 3787               };
 3788 mike  1.1.2.1 
 3789               static SourceProperty
 3790               _CIM_FRU_Name =
 3791               {
 3792                   /* flags */
 3793                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3794                   /* name */
 3795                   "Name",
 3796                   /* qualifiers */
 3797                   _CIM_FRU_Name_qualifiers,
 3798                   /* type */
 3799                   CIMTYPE_STRING,
 3800                   /* subscript */
 3801                   -1,
 3802                   /* value */
 3803                   0,
 3804               };
 3805               
 3806               static const char*
 3807               _CIM_FRU_RevisionLevel_qualifiers[] =
 3808               {
 3809 mike  1.1.2.1     /* MaxLen */
 3810                   "\030\000\000\000\100",
 3811                   /* MappingStrings */
 3812                   "\026\000\001MIF.DMTF|FRU|002.8\000",
 3813                   0,
 3814               };
 3815               
 3816               static SourceProperty
 3817               _CIM_FRU_RevisionLevel =
 3818               {
 3819                   /* flags */
 3820                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3821                   /* name */
 3822                   "RevisionLevel",
 3823                   /* qualifiers */
 3824                   _CIM_FRU_RevisionLevel_qualifiers,
 3825                   /* type */
 3826                   CIMTYPE_STRING,
 3827                   /* subscript */
 3828                   -1,
 3829                   /* value */
 3830 mike  1.1.2.1     0,
 3831               };
 3832               
 3833               static const char*
 3834               _CIM_FRU_CustomerReplaceable_qualifiers[] =
 3835               {
 3836                   0,
 3837               };
 3838               
 3839               static SourceProperty
 3840               _CIM_FRU_CustomerReplaceable =
 3841               {
 3842                   /* flags */
 3843                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3844                   /* name */
 3845                   "CustomerReplaceable",
 3846                   /* qualifiers */
 3847                   _CIM_FRU_CustomerReplaceable_qualifiers,
 3848                   /* type */
 3849                   CIMTYPE_BOOLEAN,
 3850                   /* subscript */
 3851 mike  1.1.2.1     -1,
 3852                   /* value */
 3853                   0,
 3854               };
 3855               
 3856               static SourceFeature*
 3857               _CIM_FRU_features[] =
 3858               {
 3859                   (SourceFeature*)&_CIM_FRU_FRUNumber,
 3860                   (SourceFeature*)&_CIM_FRU_IdentifyingNumber,
 3861                   (SourceFeature*)&_CIM_FRU_Vendor,
 3862                   (SourceFeature*)&_CIM_FRU_Description,
 3863                   (SourceFeature*)&_CIM_FRU_Name,
 3864                   (SourceFeature*)&_CIM_FRU_RevisionLevel,
 3865                   (SourceFeature*)&_CIM_FRU_CustomerReplaceable,
 3866                   0,
 3867               };
 3868               
 3869               static const char*
 3870               __root_PG_InterOp_CIM_FRU_qualifiers[] =
 3871               {
 3872 mike  1.1.2.1     /* UMLPackagePath */
 3873                   "\057CIM::Core::ProductFRU",
 3874                   /* Version */
 3875                   "\0632.6.0",
 3876                   0,
 3877               };
 3878               
 3879               SourceClass
 3880               __root_PG_InterOp_CIM_FRU =
 3881               {
 3882                   /* flags */
 3883                   PEGASUS_FLAG_CLASS,
 3884                   /* name */
 3885                   "CIM_FRU",
 3886                   /* qualifiers */
 3887                   __root_PG_InterOp_CIM_FRU_qualifiers,
 3888 mike  1.1.2.2     /* super */
 3889 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3890                   /* features */
 3891                   _CIM_FRU_features,
 3892               };
 3893               
 3894               //==============================================================================
 3895               //
 3896               // Class: CIM_HostedDependency
 3897               //
 3898               //==============================================================================
 3899               
 3900               static const char*
 3901               _CIM_HostedDependency_Antecedent_qualifiers[] =
 3902               {
 3903                   /* Override */
 3904                   "\044Antecedent",
 3905                   /* Max */
 3906                   "\027\000\000\000\001",
 3907                   0,
 3908               };
 3909               
 3910 mike  1.1.2.1 static SourceReference
 3911               _CIM_HostedDependency_Antecedent =
 3912               {
 3913                   /* flags */
 3914                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 3915                   /* name */
 3916                   "Antecedent",
 3917                   /* qualifiers */
 3918                   _CIM_HostedDependency_Antecedent_qualifiers,
 3919                   /* subscript */
 3920                   -1,
 3921 mike  1.1.2.2     /* refId */
 3922 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3923               };
 3924               
 3925               static const char*
 3926               _CIM_HostedDependency_Dependent_qualifiers[] =
 3927               {
 3928                   /* Override */
 3929                   "\044Dependent",
 3930                   0,
 3931               };
 3932               
 3933               static SourceReference
 3934               _CIM_HostedDependency_Dependent =
 3935               {
 3936                   /* flags */
 3937                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 3938                   /* name */
 3939                   "Dependent",
 3940                   /* qualifiers */
 3941                   _CIM_HostedDependency_Dependent_qualifiers,
 3942                   /* subscript */
 3943 mike  1.1.2.1     -1,
 3944 mike  1.1.2.2     /* refId */
 3945 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 3946               };
 3947               
 3948               static SourceFeature*
 3949               _CIM_HostedDependency_features[] =
 3950               {
 3951                   (SourceFeature*)&_CIM_HostedDependency_Antecedent,
 3952                   (SourceFeature*)&_CIM_HostedDependency_Dependent,
 3953                   0,
 3954               };
 3955               
 3956               static const char*
 3957               __root_PG_InterOp_CIM_HostedDependency_qualifiers[] =
 3958               {
 3959                   /* UMLPackagePath */
 3960                   "\057CIM::Core::CoreElements",
 3961                   /* Version */
 3962                   "\0632.8.0",
 3963                   0,
 3964               };
 3965               
 3966 mike  1.1.2.1 SourceClass
 3967               __root_PG_InterOp_CIM_HostedDependency =
 3968               {
 3969                   /* flags */
 3970                   PEGASUS_FLAG_ASSOCIATION,
 3971                   /* name */
 3972                   "CIM_HostedDependency",
 3973                   /* qualifiers */
 3974                   __root_PG_InterOp_CIM_HostedDependency_qualifiers,
 3975 mike  1.1.2.2     /* super */
 3976 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
 3977                   /* features */
 3978                   _CIM_HostedDependency_features,
 3979               };
 3980               
 3981               //==============================================================================
 3982               //
 3983               // Class: CIM_LocalizationCapabilities
 3984               //
 3985               //==============================================================================
 3986               
 3987               static const char*
 3988               _CIM_LocalizationCapabilities_SupportedInputLocales_qualifiers[] =
 3989               {
 3990                   0,
 3991               };
 3992               
 3993               static SourceProperty
 3994               _CIM_LocalizationCapabilities_SupportedInputLocales =
 3995               {
 3996                   /* flags */
 3997 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3998                   /* name */
 3999                   "SupportedInputLocales",
 4000                   /* qualifiers */
 4001                   _CIM_LocalizationCapabilities_SupportedInputLocales_qualifiers,
 4002                   /* type */
 4003                   CIMTYPE_STRING,
 4004                   /* subscript */
 4005                   0,
 4006                   /* value */
 4007                   0,
 4008               };
 4009               
 4010               static const char*
 4011               _CIM_LocalizationCapabilities_SupportedOutputLocales_qualifiers[] =
 4012               {
 4013                   0,
 4014               };
 4015               
 4016               static SourceProperty
 4017               _CIM_LocalizationCapabilities_SupportedOutputLocales =
 4018 mike  1.1.2.1 {
 4019                   /* flags */
 4020                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4021                   /* name */
 4022                   "SupportedOutputLocales",
 4023                   /* qualifiers */
 4024                   _CIM_LocalizationCapabilities_SupportedOutputLocales_qualifiers,
 4025                   /* type */
 4026                   CIMTYPE_STRING,
 4027                   /* subscript */
 4028                   0,
 4029                   /* value */
 4030                   0,
 4031               };
 4032               
 4033               static SourceFeature*
 4034               _CIM_LocalizationCapabilities_features[] =
 4035               {
 4036                   (SourceFeature*)&_CIM_LocalizationCapabilities_SupportedInputLocales,
 4037                   (SourceFeature*)&_CIM_LocalizationCapabilities_SupportedOutputLocales,
 4038                   0,
 4039 mike  1.1.2.1 };
 4040               
 4041               static const char*
 4042               __root_PG_InterOp_CIM_LocalizationCapabilities_qualifiers[] =
 4043               {
 4044                   /* UMLPackagePath */
 4045                   "\057CIM::Core::Capabilities",
 4046                   /* Version */
 4047                   "\0632.9.0",
 4048                   0,
 4049               };
 4050               
 4051               SourceClass
 4052               __root_PG_InterOp_CIM_LocalizationCapabilities =
 4053               {
 4054                   /* flags */
 4055                   PEGASUS_FLAG_CLASS,
 4056                   /* name */
 4057                   "CIM_LocalizationCapabilities",
 4058                   /* qualifiers */
 4059                   __root_PG_InterOp_CIM_LocalizationCapabilities_qualifiers,
 4060 mike  1.1.2.2     /* super */
 4061 mike  1.1.2.1     &__root_PG_InterOp_CIM_Capabilities,
 4062                   /* features */
 4063                   _CIM_LocalizationCapabilities_features,
 4064               };
 4065               
 4066               //==============================================================================
 4067               //
 4068               // Class: CIM_Location
 4069               //
 4070               //==============================================================================
 4071               
 4072               static const char*
 4073               _CIM_Location_Name_qualifiers[] =
 4074               {
 4075                   /* MaxLen */
 4076                   "\030\000\000\001\000",
 4077                   0,
 4078               };
 4079               
 4080               static SourceProperty
 4081               _CIM_Location_Name =
 4082 mike  1.1.2.1 {
 4083                   /* flags */
 4084                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4085                   /* name */
 4086                   "Name",
 4087                   /* qualifiers */
 4088                   _CIM_Location_Name_qualifiers,
 4089                   /* type */
 4090                   CIMTYPE_STRING,
 4091                   /* subscript */
 4092                   -1,
 4093                   /* value */
 4094                   0,
 4095               };
 4096               
 4097               static const char*
 4098               _CIM_Location_PhysicalPosition_qualifiers[] =
 4099               {
 4100                   /* MaxLen */
 4101                   "\030\000\000\001\000",
 4102                   0,
 4103 mike  1.1.2.1 };
 4104               
 4105               static SourceProperty
 4106               _CIM_Location_PhysicalPosition =
 4107               {
 4108                   /* flags */
 4109                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4110                   /* name */
 4111                   "PhysicalPosition",
 4112                   /* qualifiers */
 4113                   _CIM_Location_PhysicalPosition_qualifiers,
 4114                   /* type */
 4115                   CIMTYPE_STRING,
 4116                   /* subscript */
 4117                   -1,
 4118                   /* value */
 4119                   0,
 4120               };
 4121               
 4122               static const char*
 4123               _CIM_Location_Address_qualifiers[] =
 4124 mike  1.1.2.1 {
 4125                   /* MaxLen */
 4126                   "\030\000\000\004\000",
 4127                   0,
 4128               };
 4129               
 4130               static SourceProperty
 4131               _CIM_Location_Address =
 4132               {
 4133                   /* flags */
 4134                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4135                   /* name */
 4136                   "Address",
 4137                   /* qualifiers */
 4138                   _CIM_Location_Address_qualifiers,
 4139                   /* type */
 4140                   CIMTYPE_STRING,
 4141                   /* subscript */
 4142                   -1,
 4143                   /* value */
 4144                   0,
 4145 mike  1.1.2.1 };
 4146               
 4147               static SourceFeature*
 4148               _CIM_Location_features[] =
 4149               {
 4150                   (SourceFeature*)&_CIM_Location_Name,
 4151                   (SourceFeature*)&_CIM_Location_PhysicalPosition,
 4152                   (SourceFeature*)&_CIM_Location_Address,
 4153                   0,
 4154               };
 4155               
 4156               static const char*
 4157               __root_PG_InterOp_CIM_Location_qualifiers[] =
 4158               {
 4159                   /* UMLPackagePath */
 4160                   "\057CIM::Core::Physical",
 4161                   /* Version */
 4162                   "\0632.10.0",
 4163                   0,
 4164               };
 4165               
 4166 mike  1.1.2.1 SourceClass
 4167               __root_PG_InterOp_CIM_Location =
 4168               {
 4169                   /* flags */
 4170                   PEGASUS_FLAG_CLASS,
 4171                   /* name */
 4172                   "CIM_Location",
 4173                   /* qualifiers */
 4174                   __root_PG_InterOp_CIM_Location_qualifiers,
 4175 mike  1.1.2.2     /* super */
 4176 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4177                   /* features */
 4178                   _CIM_Location_features,
 4179               };
 4180               
 4181               //==============================================================================
 4182               //
 4183               // Class: CIM_LogicalIdentity
 4184               //
 4185               //==============================================================================
 4186               
 4187               static const char*
 4188               _CIM_LogicalIdentity_SystemElement_qualifiers[] =
 4189               {
 4190                   0,
 4191               };
 4192               
 4193               static SourceReference
 4194               _CIM_LogicalIdentity_SystemElement =
 4195               {
 4196                   /* flags */
 4197 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4198                   /* name */
 4199                   "SystemElement",
 4200                   /* qualifiers */
 4201                   _CIM_LogicalIdentity_SystemElement_qualifiers,
 4202                   /* subscript */
 4203                   -1,
 4204 mike  1.1.2.2     /* refId */
 4205 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4206               };
 4207               
 4208               static const char*
 4209               _CIM_LogicalIdentity_SameElement_qualifiers[] =
 4210               {
 4211                   0,
 4212               };
 4213               
 4214               static SourceReference
 4215               _CIM_LogicalIdentity_SameElement =
 4216               {
 4217                   /* flags */
 4218                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4219                   /* name */
 4220                   "SameElement",
 4221                   /* qualifiers */
 4222                   _CIM_LogicalIdentity_SameElement_qualifiers,
 4223                   /* subscript */
 4224                   -1,
 4225 mike  1.1.2.2     /* refId */
 4226 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4227               };
 4228               
 4229               static SourceFeature*
 4230               _CIM_LogicalIdentity_features[] =
 4231               {
 4232                   (SourceFeature*)&_CIM_LogicalIdentity_SystemElement,
 4233                   (SourceFeature*)&_CIM_LogicalIdentity_SameElement,
 4234                   0,
 4235               };
 4236               
 4237               static const char*
 4238               __root_PG_InterOp_CIM_LogicalIdentity_qualifiers[] =
 4239               {
 4240                   /* UMLPackagePath */
 4241                   "\057CIM::Core::CoreElements",
 4242                   /* Version */
 4243                   "\0632.10.0",
 4244                   0,
 4245               };
 4246               
 4247 mike  1.1.2.1 SourceClass
 4248               __root_PG_InterOp_CIM_LogicalIdentity =
 4249               {
 4250                   /* flags */
 4251                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_ABSTRACT,
 4252                   /* name */
 4253                   "CIM_LogicalIdentity",
 4254                   /* qualifiers */
 4255                   __root_PG_InterOp_CIM_LogicalIdentity_qualifiers,
 4256 mike  1.1.2.2     /* super */
 4257 mike  1.1.2.1     0,
 4258                   /* features */
 4259                   _CIM_LogicalIdentity_features,
 4260               };
 4261               
 4262               //==============================================================================
 4263               //
 4264               // Class: CIM_ManagedSystemElement
 4265               //
 4266               //==============================================================================
 4267               
 4268               static const char*
 4269               _CIM_ManagedSystemElement_InstallDate_qualifiers[] =
 4270               {
 4271                   /* MappingStrings */
 4272                   "\026\000\001MIF.DMTF|ComponentID|001.5\000",
 4273                   0,
 4274               };
 4275               
 4276               static SourceProperty
 4277               _CIM_ManagedSystemElement_InstallDate =
 4278 mike  1.1.2.1 {
 4279                   /* flags */
 4280                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4281                   /* name */
 4282                   "InstallDate",
 4283                   /* qualifiers */
 4284                   _CIM_ManagedSystemElement_InstallDate_qualifiers,
 4285                   /* type */
 4286                   CIMTYPE_DATETIME,
 4287                   /* subscript */
 4288                   -1,
 4289                   /* value */
 4290                   0,
 4291               };
 4292               
 4293               static const char*
 4294               _CIM_ManagedSystemElement_Name_qualifiers[] =
 4295               {
 4296                   /* MaxLen */
 4297                   "\030\000\000\004\000",
 4298                   0,
 4299 mike  1.1.2.1 };
 4300               
 4301               static SourceProperty
 4302               _CIM_ManagedSystemElement_Name =
 4303               {
 4304                   /* flags */
 4305                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4306                   /* name */
 4307                   "Name",
 4308                   /* qualifiers */
 4309                   _CIM_ManagedSystemElement_Name_qualifiers,
 4310                   /* type */
 4311                   CIMTYPE_STRING,
 4312                   /* subscript */
 4313                   -1,
 4314                   /* value */
 4315                   0,
 4316               };
 4317               
 4318               static const char*
 4319               _CIM_ManagedSystemElement_OperationalStatus_qualifiers[] =
 4320 mike  1.1.2.1 {
 4321                   /* ValueMap */
 4322                   "\061\000\0250\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\000..\0000x8000..\000",
 4323                   /* Values */
 4324                   "\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",
 4325                   /* ArrayType */
 4326                   "\005Indexed",
 4327                   /* ModelCorrespondence */
 4328                   "\036\000\001CIM_ManagedSystemElement.StatusDescriptions\000",
 4329                   0,
 4330               };
 4331               
 4332               static SourceProperty
 4333               _CIM_ManagedSystemElement_OperationalStatus =
 4334               {
 4335                   /* flags */
 4336                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4337                   /* name */
 4338                   "OperationalStatus",
 4339                   /* qualifiers */
 4340                   _CIM_ManagedSystemElement_OperationalStatus_qualifiers,
 4341 mike  1.1.2.1     /* type */
 4342                   CIMTYPE_UINT16,
 4343                   /* subscript */
 4344                   0,
 4345                   /* value */
 4346                   0,
 4347               };
 4348               
 4349               static const char*
 4350               _CIM_ManagedSystemElement_StatusDescriptions_qualifiers[] =
 4351               {
 4352                   /* ArrayType */
 4353                   "\005Indexed",
 4354                   /* ModelCorrespondence */
 4355                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 4356                   0,
 4357               };
 4358               
 4359               static SourceProperty
 4360               _CIM_ManagedSystemElement_StatusDescriptions =
 4361               {
 4362 mike  1.1.2.1     /* flags */
 4363                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4364                   /* name */
 4365                   "StatusDescriptions",
 4366                   /* qualifiers */
 4367                   _CIM_ManagedSystemElement_StatusDescriptions_qualifiers,
 4368                   /* type */
 4369                   CIMTYPE_STRING,
 4370                   /* subscript */
 4371                   0,
 4372                   /* value */
 4373                   0,
 4374               };
 4375               
 4376               static const char*
 4377               _CIM_ManagedSystemElement_Status_qualifiers[] =
 4378               {
 4379                   /* Deprecated */
 4380                   "\013\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 4381                   /* ValueMap */
 4382                   "\061\000\015OK\000Error\000Degraded\000Unknown\000Pred Fail\000Starting\000Stopping\000Service\000Stressed\000NonRecover\000No Contact\000Lost Comm\000Stopped\000",
 4383 mike  1.1.2.1     /* MaxLen */
 4384                   "\030\000\000\000\012",
 4385                   0,
 4386               };
 4387               
 4388               static SourceProperty
 4389               _CIM_ManagedSystemElement_Status =
 4390               {
 4391                   /* flags */
 4392                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4393                   /* name */
 4394                   "Status",
 4395                   /* qualifiers */
 4396                   _CIM_ManagedSystemElement_Status_qualifiers,
 4397                   /* type */
 4398                   CIMTYPE_STRING,
 4399                   /* subscript */
 4400                   -1,
 4401                   /* value */
 4402                   0,
 4403               };
 4404 mike  1.1.2.1 
 4405               static const char*
 4406               _CIM_ManagedSystemElement_HealthState_qualifiers[] =
 4407               {
 4408                   /* ValueMap */
 4409                   "\061\000\0100\0005\00010\00015\00020\00025\00030\000..\000",
 4410                   /* Values */
 4411                   "\062\000\010Unknown\000OK\000Degraded/Warning\000Minor failure\000Major failure\000Critical failure\000Non-recoverable error\000DMTF Reserved\000",
 4412                   0,
 4413               };
 4414               
 4415               static SourceProperty
 4416               _CIM_ManagedSystemElement_HealthState =
 4417               {
 4418                   /* flags */
 4419                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4420                   /* name */
 4421                   "HealthState",
 4422                   /* qualifiers */
 4423                   _CIM_ManagedSystemElement_HealthState_qualifiers,
 4424                   /* type */
 4425 mike  1.1.2.1     CIMTYPE_UINT16,
 4426                   /* subscript */
 4427                   -1,
 4428                   /* value */
 4429                   0,
 4430               };
 4431               
 4432               static SourceFeature*
 4433               _CIM_ManagedSystemElement_features[] =
 4434               {
 4435                   (SourceFeature*)&_CIM_ManagedSystemElement_InstallDate,
 4436                   (SourceFeature*)&_CIM_ManagedSystemElement_Name,
 4437                   (SourceFeature*)&_CIM_ManagedSystemElement_OperationalStatus,
 4438                   (SourceFeature*)&_CIM_ManagedSystemElement_StatusDescriptions,
 4439                   (SourceFeature*)&_CIM_ManagedSystemElement_Status,
 4440                   (SourceFeature*)&_CIM_ManagedSystemElement_HealthState,
 4441                   0,
 4442               };
 4443               
 4444               static const char*
 4445               __root_PG_InterOp_CIM_ManagedSystemElement_qualifiers[] =
 4446 mike  1.1.2.1 {
 4447                   /* UMLPackagePath */
 4448                   "\057CIM::Core::CoreElements",
 4449                   /* Version */
 4450                   "\0632.11.0",
 4451                   0,
 4452               };
 4453               
 4454               SourceClass
 4455               __root_PG_InterOp_CIM_ManagedSystemElement =
 4456               {
 4457                   /* flags */
 4458                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 4459                   /* name */
 4460                   "CIM_ManagedSystemElement",
 4461                   /* qualifiers */
 4462                   __root_PG_InterOp_CIM_ManagedSystemElement_qualifiers,
 4463 mike  1.1.2.2     /* super */
 4464 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4465                   /* features */
 4466                   _CIM_ManagedSystemElement_features,
 4467               };
 4468               
 4469               //==============================================================================
 4470               //
 4471               // Class: CIM_MemberOfCollection
 4472               //
 4473               //==============================================================================
 4474               
 4475               static const char*
 4476               _CIM_MemberOfCollection_Collection_qualifiers[] =
 4477               {
 4478                   0,
 4479               };
 4480               
 4481               static SourceReference
 4482               _CIM_MemberOfCollection_Collection =
 4483               {
 4484                   /* flags */
 4485 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 4486                   /* name */
 4487                   "Collection",
 4488                   /* qualifiers */
 4489                   _CIM_MemberOfCollection_Collection_qualifiers,
 4490                   /* subscript */
 4491                   -1,
 4492 mike  1.1.2.2     /* refId */
 4493 mike  1.1.2.1     &__root_PG_InterOp_CIM_Collection,
 4494               };
 4495               
 4496               static const char*
 4497               _CIM_MemberOfCollection_Member_qualifiers[] =
 4498               {
 4499                   0,
 4500               };
 4501               
 4502               static SourceReference
 4503               _CIM_MemberOfCollection_Member =
 4504               {
 4505                   /* flags */
 4506                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4507                   /* name */
 4508                   "Member",
 4509                   /* qualifiers */
 4510                   _CIM_MemberOfCollection_Member_qualifiers,
 4511                   /* subscript */
 4512                   -1,
 4513 mike  1.1.2.2     /* refId */
 4514 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4515               };
 4516               
 4517               static SourceFeature*
 4518               _CIM_MemberOfCollection_features[] =
 4519               {
 4520                   (SourceFeature*)&_CIM_MemberOfCollection_Collection,
 4521                   (SourceFeature*)&_CIM_MemberOfCollection_Member,
 4522                   0,
 4523               };
 4524               
 4525               static const char*
 4526               __root_PG_InterOp_CIM_MemberOfCollection_qualifiers[] =
 4527               {
 4528                   /* UMLPackagePath */
 4529                   "\057CIM::Core::Collection",
 4530                   /* Version */
 4531                   "\0632.6.0",
 4532                   0,
 4533               };
 4534               
 4535 mike  1.1.2.1 SourceClass
 4536               __root_PG_InterOp_CIM_MemberOfCollection =
 4537               {
 4538                   /* flags */
 4539                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 4540                   /* name */
 4541                   "CIM_MemberOfCollection",
 4542                   /* qualifiers */
 4543                   __root_PG_InterOp_CIM_MemberOfCollection_qualifiers,
 4544 mike  1.1.2.2     /* super */
 4545 mike  1.1.2.1     0,
 4546                   /* features */
 4547                   _CIM_MemberOfCollection_features,
 4548               };
 4549               
 4550               //==============================================================================
 4551               //
 4552               // Class: CIM_MethodParameters
 4553               //
 4554               //==============================================================================
 4555               
 4556               static const char*
 4557               _CIM_MethodParameters_MethodParametersId_qualifiers[] =
 4558               {
 4559                   /* MaxLen */
 4560                   "\030\000\000\001\000",
 4561                   0,
 4562               };
 4563               
 4564               static SourceProperty
 4565               _CIM_MethodParameters_MethodParametersId =
 4566 mike  1.1.2.1 {
 4567                   /* flags */
 4568                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4569                   /* name */
 4570                   "MethodParametersId",
 4571                   /* qualifiers */
 4572                   _CIM_MethodParameters_MethodParametersId_qualifiers,
 4573                   /* type */
 4574                   CIMTYPE_STRING,
 4575                   /* subscript */
 4576                   -1,
 4577                   /* value */
 4578                   0,
 4579               };
 4580               
 4581               static const char*
 4582               _CIM_MethodParameters_ResetValues_SourceME_qualifiers[] =
 4583               {
 4584                   0,
 4585               };
 4586               
 4587 mike  1.1.2.1 static SourceReference
 4588               _CIM_MethodParameters_ResetValues_SourceME =
 4589               {
 4590                   /* flags */
 4591                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 4592                   /* name */
 4593                   "SourceME",
 4594                   /* qualifiers */
 4595                   _CIM_MethodParameters_ResetValues_SourceME_qualifiers,
 4596                   /* subscript */
 4597                   -1,
 4598 mike  1.1.2.2     /* ref */
 4599 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4600               };
 4601               
 4602 mike  1.1.2.2 static SourceFeature*
 4603 mike  1.1.2.1 _CIM_MethodParameters_ResetValues_parameters[] =
 4604               {
 4605 mike  1.1.2.2     (SourceFeature*)&_CIM_MethodParameters_ResetValues_SourceME,
 4606 mike  1.1.2.1     0,
 4607               };
 4608               
 4609               static const char*
 4610               _CIM_MethodParameters_ResetValues_qualifiers[] =
 4611               {
 4612                   0,
 4613               };
 4614               
 4615               static SourceMethod
 4616               _CIM_MethodParameters_ResetValues =
 4617               {
 4618                   /* flags */
 4619                   PEGASUS_FLAG_METHOD,
 4620                   /* name */
 4621                   "CIM_MethodParameters",
 4622                   /* qualifiers */
 4623                   _CIM_MethodParameters_ResetValues_qualifiers,
 4624                   /* type */
 4625                   CIMTYPE_UINT32,
 4626                   /* parameters */
 4627 mike  1.1.2.1     _CIM_MethodParameters_ResetValues_parameters,
 4628               };
 4629               
 4630               static SourceFeature*
 4631               _CIM_MethodParameters_features[] =
 4632               {
 4633                   (SourceFeature*)&_CIM_MethodParameters_MethodParametersId,
 4634                   (SourceFeature*)&_CIM_MethodParameters_ResetValues,
 4635                   0,
 4636               };
 4637               
 4638               static const char*
 4639               __root_PG_InterOp_CIM_MethodParameters_qualifiers[] =
 4640               {
 4641                   /* UMLPackagePath */
 4642                   "\057CIM::Core::MethodParms",
 4643                   /* Version */
 4644                   "\0632.10.0",
 4645                   0,
 4646               };
 4647               
 4648 mike  1.1.2.1 SourceClass
 4649               __root_PG_InterOp_CIM_MethodParameters =
 4650               {
 4651                   /* flags */
 4652                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 4653                   /* name */
 4654                   "CIM_MethodParameters",
 4655                   /* qualifiers */
 4656                   __root_PG_InterOp_CIM_MethodParameters_qualifiers,
 4657 mike  1.1.2.2     /* super */
 4658 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4659                   /* features */
 4660                   _CIM_MethodParameters_features,
 4661               };
 4662               
 4663               //==============================================================================
 4664               //
 4665               // Class: CIM_OrderedMemberOfCollection
 4666               //
 4667               //==============================================================================
 4668               
 4669               static const char*
 4670               _CIM_OrderedMemberOfCollection_AssignedSequence_qualifiers[] =
 4671               {
 4672                   0,
 4673               };
 4674               
 4675               static SourceProperty
 4676               _CIM_OrderedMemberOfCollection_AssignedSequence =
 4677               {
 4678                   /* flags */
 4679 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4680                   /* name */
 4681                   "AssignedSequence",
 4682                   /* qualifiers */
 4683                   _CIM_OrderedMemberOfCollection_AssignedSequence_qualifiers,
 4684                   /* type */
 4685                   CIMTYPE_UINT64,
 4686                   /* subscript */
 4687                   -1,
 4688                   /* value */
 4689                   0,
 4690               };
 4691               
 4692               static SourceFeature*
 4693               _CIM_OrderedMemberOfCollection_features[] =
 4694               {
 4695                   (SourceFeature*)&_CIM_OrderedMemberOfCollection_AssignedSequence,
 4696                   0,
 4697               };
 4698               
 4699               static const char*
 4700 mike  1.1.2.1 __root_PG_InterOp_CIM_OrderedMemberOfCollection_qualifiers[] =
 4701               {
 4702                   /* UMLPackagePath */
 4703                   "\057CIM::Core::Collection",
 4704                   /* Version */
 4705                   "\0632.10.0",
 4706                   0,
 4707               };
 4708               
 4709               SourceClass
 4710               __root_PG_InterOp_CIM_OrderedMemberOfCollection =
 4711               {
 4712                   /* flags */
 4713                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 4714                   /* name */
 4715                   "CIM_OrderedMemberOfCollection",
 4716                   /* qualifiers */
 4717                   __root_PG_InterOp_CIM_OrderedMemberOfCollection_qualifiers,
 4718 mike  1.1.2.2     /* super */
 4719 mike  1.1.2.1     &__root_PG_InterOp_CIM_MemberOfCollection,
 4720                   /* features */
 4721                   _CIM_OrderedMemberOfCollection_features,
 4722               };
 4723               
 4724               //==============================================================================
 4725               //
 4726               // Class: CIM_ParametersForMethod
 4727               //
 4728               //==============================================================================
 4729               
 4730               static const char*
 4731               _CIM_ParametersForMethod_Parameters_qualifiers[] =
 4732               {
 4733                   0,
 4734               };
 4735               
 4736               static SourceReference
 4737               _CIM_ParametersForMethod_Parameters =
 4738               {
 4739                   /* flags */
 4740 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4741                   /* name */
 4742                   "Parameters",
 4743                   /* qualifiers */
 4744                   _CIM_ParametersForMethod_Parameters_qualifiers,
 4745                   /* subscript */
 4746                   -1,
 4747 mike  1.1.2.2     /* refId */
 4748 mike  1.1.2.1     &__root_PG_InterOp_CIM_MethodParameters,
 4749               };
 4750               
 4751               static const char*
 4752               _CIM_ParametersForMethod_TheMethod_qualifiers[] =
 4753               {
 4754                   0,
 4755               };
 4756               
 4757               static SourceReference
 4758               _CIM_ParametersForMethod_TheMethod =
 4759               {
 4760                   /* flags */
 4761                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4762                   /* name */
 4763                   "TheMethod",
 4764                   /* qualifiers */
 4765                   _CIM_ParametersForMethod_TheMethod_qualifiers,
 4766                   /* subscript */
 4767                   -1,
 4768 mike  1.1.2.2     /* refId */
 4769 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4770               };
 4771               
 4772               static const char*
 4773               _CIM_ParametersForMethod_MethodName_qualifiers[] =
 4774               {
 4775                   /* MaxLen */
 4776                   "\030\000\000\000\100",
 4777                   0,
 4778               };
 4779               
 4780               static SourceProperty
 4781               _CIM_ParametersForMethod_MethodName =
 4782               {
 4783                   /* flags */
 4784                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4785                   /* name */
 4786                   "MethodName",
 4787                   /* qualifiers */
 4788                   _CIM_ParametersForMethod_MethodName_qualifiers,
 4789                   /* type */
 4790 mike  1.1.2.1     CIMTYPE_STRING,
 4791                   /* subscript */
 4792                   -1,
 4793                   /* value */
 4794                   0,
 4795               };
 4796               
 4797               static SourceFeature*
 4798               _CIM_ParametersForMethod_features[] =
 4799               {
 4800                   (SourceFeature*)&_CIM_ParametersForMethod_Parameters,
 4801                   (SourceFeature*)&_CIM_ParametersForMethod_TheMethod,
 4802                   (SourceFeature*)&_CIM_ParametersForMethod_MethodName,
 4803                   0,
 4804               };
 4805               
 4806               static const char*
 4807               __root_PG_InterOp_CIM_ParametersForMethod_qualifiers[] =
 4808               {
 4809                   /* UMLPackagePath */
 4810                   "\057CIM::Core::MethodParms",
 4811 mike  1.1.2.1     /* Version */
 4812                   "\0632.10.0",
 4813                   0,
 4814               };
 4815               
 4816               SourceClass
 4817               __root_PG_InterOp_CIM_ParametersForMethod =
 4818               {
 4819                   /* flags */
 4820                   PEGASUS_FLAG_ASSOCIATION,
 4821                   /* name */
 4822                   "CIM_ParametersForMethod",
 4823                   /* qualifiers */
 4824                   __root_PG_InterOp_CIM_ParametersForMethod_qualifiers,
 4825 mike  1.1.2.2     /* super */
 4826 mike  1.1.2.1     0,
 4827                   /* features */
 4828                   _CIM_ParametersForMethod_features,
 4829               };
 4830               
 4831               //==============================================================================
 4832               //
 4833               // Class: CIM_ParameterValueSources
 4834               //
 4835               //==============================================================================
 4836               
 4837               static const char*
 4838               _CIM_ParameterValueSources_Parameters_qualifiers[] =
 4839               {
 4840                   0,
 4841               };
 4842               
 4843               static SourceReference
 4844               _CIM_ParameterValueSources_Parameters =
 4845               {
 4846                   /* flags */
 4847 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4848                   /* name */
 4849                   "Parameters",
 4850                   /* qualifiers */
 4851                   _CIM_ParameterValueSources_Parameters_qualifiers,
 4852                   /* subscript */
 4853                   -1,
 4854 mike  1.1.2.2     /* refId */
 4855 mike  1.1.2.1     &__root_PG_InterOp_CIM_MethodParameters,
 4856               };
 4857               
 4858               static const char*
 4859               _CIM_ParameterValueSources_ValueSource_qualifiers[] =
 4860               {
 4861                   0,
 4862               };
 4863               
 4864               static SourceReference
 4865               _CIM_ParameterValueSources_ValueSource =
 4866               {
 4867                   /* flags */
 4868                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4869                   /* name */
 4870                   "ValueSource",
 4871                   /* qualifiers */
 4872                   _CIM_ParameterValueSources_ValueSource_qualifiers,
 4873                   /* subscript */
 4874                   -1,
 4875 mike  1.1.2.2     /* refId */
 4876 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4877               };
 4878               
 4879               static SourceFeature*
 4880               _CIM_ParameterValueSources_features[] =
 4881               {
 4882                   (SourceFeature*)&_CIM_ParameterValueSources_Parameters,
 4883                   (SourceFeature*)&_CIM_ParameterValueSources_ValueSource,
 4884                   0,
 4885               };
 4886               
 4887               static const char*
 4888               __root_PG_InterOp_CIM_ParameterValueSources_qualifiers[] =
 4889               {
 4890                   /* UMLPackagePath */
 4891                   "\057CIM::Core::MethodParms",
 4892                   /* Version */
 4893                   "\0632.10.0",
 4894                   0,
 4895               };
 4896               
 4897 mike  1.1.2.1 SourceClass
 4898               __root_PG_InterOp_CIM_ParameterValueSources =
 4899               {
 4900                   /* flags */
 4901                   PEGASUS_FLAG_ASSOCIATION,
 4902                   /* name */
 4903                   "CIM_ParameterValueSources",
 4904                   /* qualifiers */
 4905                   __root_PG_InterOp_CIM_ParameterValueSources_qualifiers,
 4906 mike  1.1.2.2     /* super */
 4907 mike  1.1.2.1     0,
 4908                   /* features */
 4909                   _CIM_ParameterValueSources_features,
 4910               };
 4911               
 4912               //==============================================================================
 4913               //
 4914               // Class: CIM_PhysicalElement
 4915               //
 4916               //==============================================================================
 4917               
 4918               static const char*
 4919               _CIM_PhysicalElement_Tag_qualifiers[] =
 4920               {
 4921                   /* MaxLen */
 4922                   "\030\000\000\001\000",
 4923                   0,
 4924               };
 4925               
 4926               static SourceProperty
 4927               _CIM_PhysicalElement_Tag =
 4928 mike  1.1.2.1 {
 4929                   /* flags */
 4930                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4931                   /* name */
 4932                   "Tag",
 4933                   /* qualifiers */
 4934                   _CIM_PhysicalElement_Tag_qualifiers,
 4935                   /* type */
 4936                   CIMTYPE_STRING,
 4937                   /* subscript */
 4938                   -1,
 4939                   /* value */
 4940                   0,
 4941               };
 4942               
 4943               static const char*
 4944               _CIM_PhysicalElement_Description_qualifiers[] =
 4945               {
 4946                   /* Override */
 4947                   "\044Description",
 4948                   /* MappingStrings */
 4949 mike  1.1.2.1     "\026\000\001MIF.DMTF|FRU|003.3\000",
 4950                   0,
 4951               };
 4952               
 4953               static SourceProperty
 4954               _CIM_PhysicalElement_Description =
 4955               {
 4956                   /* flags */
 4957                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4958                   /* name */
 4959                   "Description",
 4960                   /* qualifiers */
 4961                   _CIM_PhysicalElement_Description_qualifiers,
 4962                   /* type */
 4963                   CIMTYPE_STRING,
 4964                   /* subscript */
 4965                   -1,
 4966                   /* value */
 4967                   0,
 4968               };
 4969               
 4970 mike  1.1.2.1 static const char*
 4971               _CIM_PhysicalElement_CreationClassName_qualifiers[] =
 4972               {
 4973                   /* MaxLen */
 4974                   "\030\000\000\001\000",
 4975                   0,
 4976               };
 4977               
 4978               static SourceProperty
 4979               _CIM_PhysicalElement_CreationClassName =
 4980               {
 4981                   /* flags */
 4982                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4983                   /* name */
 4984                   "CreationClassName",
 4985                   /* qualifiers */
 4986                   _CIM_PhysicalElement_CreationClassName_qualifiers,
 4987                   /* type */
 4988                   CIMTYPE_STRING,
 4989                   /* subscript */
 4990                   -1,
 4991 mike  1.1.2.1     /* value */
 4992                   0,
 4993               };
 4994               
 4995               static const char*
 4996               _CIM_PhysicalElement_ElementName_qualifiers[] =
 4997               {
 4998                   /* Override */
 4999                   "\044ElementName",
 5000                   /* MappingStrings */
 5001                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalName\000",
 5002                   0,
 5003               };
 5004               
 5005               static SourceProperty
 5006               _CIM_PhysicalElement_ElementName =
 5007               {
 5008                   /* flags */
 5009                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5010                   /* name */
 5011                   "ElementName",
 5012 mike  1.1.2.1     /* qualifiers */
 5013                   _CIM_PhysicalElement_ElementName_qualifiers,
 5014                   /* type */
 5015                   CIMTYPE_STRING,
 5016                   /* subscript */
 5017                   -1,
 5018                   /* value */
 5019                   0,
 5020               };
 5021               
 5022               static const char*
 5023               _CIM_PhysicalElement_Manufacturer_qualifiers[] =
 5024               {
 5025                   /* MaxLen */
 5026                   "\030\000\000\001\000",
 5027                   /* MappingStrings */
 5028                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalMfgName\000MIF.DMTF|FRU|003.4\000",
 5029                   0,
 5030               };
 5031               
 5032               static SourceProperty
 5033 mike  1.1.2.1 _CIM_PhysicalElement_Manufacturer =
 5034               {
 5035                   /* flags */
 5036                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5037                   /* name */
 5038                   "Manufacturer",
 5039                   /* qualifiers */
 5040                   _CIM_PhysicalElement_Manufacturer_qualifiers,
 5041                   /* type */
 5042                   CIMTYPE_STRING,
 5043                   /* subscript */
 5044                   -1,
 5045                   /* value */
 5046                   0,
 5047               };
 5048               
 5049               static const char*
 5050               _CIM_PhysicalElement_Model_qualifiers[] =
 5051               {
 5052                   /* MaxLen */
 5053                   "\030\000\000\001\000",
 5054 mike  1.1.2.1     /* MappingStrings */
 5055                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalDescr\000MIF.DMTF|FRU|003.5\000",
 5056                   0,
 5057               };
 5058               
 5059               static SourceProperty
 5060               _CIM_PhysicalElement_Model =
 5061               {
 5062                   /* flags */
 5063                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5064                   /* name */
 5065                   "Model",
 5066                   /* qualifiers */
 5067                   _CIM_PhysicalElement_Model_qualifiers,
 5068                   /* type */
 5069                   CIMTYPE_STRING,
 5070                   /* subscript */
 5071                   -1,
 5072                   /* value */
 5073                   0,
 5074               };
 5075 mike  1.1.2.1 
 5076               static const char*
 5077               _CIM_PhysicalElement_SKU_qualifiers[] =
 5078               {
 5079                   /* MaxLen */
 5080                   "\030\000\000\000\100",
 5081                   0,
 5082               };
 5083               
 5084               static SourceProperty
 5085               _CIM_PhysicalElement_SKU =
 5086               {
 5087                   /* flags */
 5088                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5089                   /* name */
 5090                   "SKU",
 5091                   /* qualifiers */
 5092                   _CIM_PhysicalElement_SKU_qualifiers,
 5093                   /* type */
 5094                   CIMTYPE_STRING,
 5095                   /* subscript */
 5096 mike  1.1.2.1     -1,
 5097                   /* value */
 5098                   0,
 5099               };
 5100               
 5101               static const char*
 5102               _CIM_PhysicalElement_SerialNumber_qualifiers[] =
 5103               {
 5104                   /* MaxLen */
 5105                   "\030\000\000\001\000",
 5106                   /* MappingStrings */
 5107                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalSerialNum\000MIF.DMTF|FRU|003.7\000",
 5108                   0,
 5109               };
 5110               
 5111               static SourceProperty
 5112               _CIM_PhysicalElement_SerialNumber =
 5113               {
 5114                   /* flags */
 5115                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5116                   /* name */
 5117 mike  1.1.2.1     "SerialNumber",
 5118                   /* qualifiers */
 5119                   _CIM_PhysicalElement_SerialNumber_qualifiers,
 5120                   /* type */
 5121                   CIMTYPE_STRING,
 5122                   /* subscript */
 5123                   -1,
 5124                   /* value */
 5125                   0,
 5126               };
 5127               
 5128               static const char*
 5129               _CIM_PhysicalElement_Version_qualifiers[] =
 5130               {
 5131                   /* MaxLen */
 5132                   "\030\000\000\000\100",
 5133                   /* MappingStrings */
 5134                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalHardwareRev\000MIF.DMTF|FRU|003.8\000",
 5135                   0,
 5136               };
 5137               
 5138 mike  1.1.2.1 static SourceProperty
 5139               _CIM_PhysicalElement_Version =
 5140               {
 5141                   /* flags */
 5142                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5143                   /* name */
 5144                   "Version",
 5145                   /* qualifiers */
 5146                   _CIM_PhysicalElement_Version_qualifiers,
 5147                   /* type */
 5148                   CIMTYPE_STRING,
 5149                   /* subscript */
 5150                   -1,
 5151                   /* value */
 5152                   0,
 5153               };
 5154               
 5155               static const char*
 5156               _CIM_PhysicalElement_PartNumber_qualifiers[] =
 5157               {
 5158                   /* MaxLen */
 5159 mike  1.1.2.1     "\030\000\000\001\000",
 5160                   /* MappingStrings */
 5161                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalModelName\000",
 5162                   0,
 5163               };
 5164               
 5165               static SourceProperty
 5166               _CIM_PhysicalElement_PartNumber =
 5167               {
 5168                   /* flags */
 5169                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5170                   /* name */
 5171                   "PartNumber",
 5172                   /* qualifiers */
 5173                   _CIM_PhysicalElement_PartNumber_qualifiers,
 5174                   /* type */
 5175                   CIMTYPE_STRING,
 5176                   /* subscript */
 5177                   -1,
 5178                   /* value */
 5179                   0,
 5180 mike  1.1.2.1 };
 5181               
 5182               static const char*
 5183               _CIM_PhysicalElement_OtherIdentifyingInfo_qualifiers[] =
 5184               {
 5185                   /* MappingStrings */
 5186                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAlias\000",
 5187                   0,
 5188               };
 5189               
 5190               static SourceProperty
 5191               _CIM_PhysicalElement_OtherIdentifyingInfo =
 5192               {
 5193                   /* flags */
 5194                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
 5195                   /* name */
 5196                   "OtherIdentifyingInfo",
 5197                   /* qualifiers */
 5198                   _CIM_PhysicalElement_OtherIdentifyingInfo_qualifiers,
 5199                   /* type */
 5200                   CIMTYPE_STRING,
 5201 mike  1.1.2.1     /* subscript */
 5202                   -1,
 5203                   /* value */
 5204                   0,
 5205               };
 5206               
 5207               static const char*
 5208               _CIM_PhysicalElement_PoweredOn_qualifiers[] =
 5209               {
 5210                   0,
 5211               };
 5212               
 5213               static SourceProperty
 5214               _CIM_PhysicalElement_PoweredOn =
 5215               {
 5216                   /* flags */
 5217                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5218                   /* name */
 5219                   "PoweredOn",
 5220                   /* qualifiers */
 5221                   _CIM_PhysicalElement_PoweredOn_qualifiers,
 5222 mike  1.1.2.1     /* type */
 5223                   CIMTYPE_BOOLEAN,
 5224                   /* subscript */
 5225                   -1,
 5226                   /* value */
 5227                   0,
 5228               };
 5229               
 5230               static const char*
 5231               _CIM_PhysicalElement_ManufactureDate_qualifiers[] =
 5232               {
 5233                   0,
 5234               };
 5235               
 5236               static SourceProperty
 5237               _CIM_PhysicalElement_ManufactureDate =
 5238               {
 5239                   /* flags */
 5240                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5241                   /* name */
 5242                   "ManufactureDate",
 5243 mike  1.1.2.1     /* qualifiers */
 5244                   _CIM_PhysicalElement_ManufactureDate_qualifiers,
 5245                   /* type */
 5246                   CIMTYPE_DATETIME,
 5247                   /* subscript */
 5248                   -1,
 5249                   /* value */
 5250                   0,
 5251               };
 5252               
 5253               static const char*
 5254               _CIM_PhysicalElement_VendorEquipmentType_qualifiers[] =
 5255               {
 5256                   /* MappingStrings */
 5257                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalVendorType\000",
 5258                   0,
 5259               };
 5260               
 5261               static SourceProperty
 5262               _CIM_PhysicalElement_VendorEquipmentType =
 5263               {
 5264 mike  1.1.2.1     /* flags */
 5265                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5266                   /* name */
 5267                   "VendorEquipmentType",
 5268                   /* qualifiers */
 5269                   _CIM_PhysicalElement_VendorEquipmentType_qualifiers,
 5270                   /* type */
 5271                   CIMTYPE_STRING,
 5272                   /* subscript */
 5273                   -1,
 5274                   /* value */
 5275                   0,
 5276               };
 5277               
 5278               static const char*
 5279               _CIM_PhysicalElement_UserTracking_qualifiers[] =
 5280               {
 5281                   /* MappingStrings */
 5282                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAssetID\000",
 5283                   0,
 5284               };
 5285 mike  1.1.2.1 
 5286               static SourceProperty
 5287               _CIM_PhysicalElement_UserTracking =
 5288               {
 5289                   /* flags */
 5290                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
 5291                   /* name */
 5292                   "UserTracking",
 5293                   /* qualifiers */
 5294                   _CIM_PhysicalElement_UserTracking_qualifiers,
 5295                   /* type */
 5296                   CIMTYPE_STRING,
 5297                   /* subscript */
 5298                   -1,
 5299                   /* value */
 5300                   0,
 5301               };
 5302               
 5303               static const char*
 5304               _CIM_PhysicalElement_CanBeFRUed_qualifiers[] =
 5305               {
 5306 mike  1.1.2.1     /* MappingStrings */
 5307                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalIsFRU\000",
 5308                   0,
 5309               };
 5310               
 5311               static SourceProperty
 5312               _CIM_PhysicalElement_CanBeFRUed =
 5313               {
 5314                   /* flags */
 5315                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5316                   /* name */
 5317                   "CanBeFRUed",
 5318                   /* qualifiers */
 5319                   _CIM_PhysicalElement_CanBeFRUed_qualifiers,
 5320                   /* type */
 5321                   CIMTYPE_BOOLEAN,
 5322                   /* subscript */
 5323                   -1,
 5324                   /* value */
 5325                   0,
 5326               };
 5327 mike  1.1.2.1 
 5328               static SourceFeature*
 5329               _CIM_PhysicalElement_features[] =
 5330               {
 5331                   (SourceFeature*)&_CIM_PhysicalElement_Tag,
 5332                   (SourceFeature*)&_CIM_PhysicalElement_Description,
 5333                   (SourceFeature*)&_CIM_PhysicalElement_CreationClassName,
 5334                   (SourceFeature*)&_CIM_PhysicalElement_ElementName,
 5335                   (SourceFeature*)&_CIM_PhysicalElement_Manufacturer,
 5336                   (SourceFeature*)&_CIM_PhysicalElement_Model,
 5337                   (SourceFeature*)&_CIM_PhysicalElement_SKU,
 5338                   (SourceFeature*)&_CIM_PhysicalElement_SerialNumber,
 5339                   (SourceFeature*)&_CIM_PhysicalElement_Version,
 5340                   (SourceFeature*)&_CIM_PhysicalElement_PartNumber,
 5341                   (SourceFeature*)&_CIM_PhysicalElement_OtherIdentifyingInfo,
 5342                   (SourceFeature*)&_CIM_PhysicalElement_PoweredOn,
 5343                   (SourceFeature*)&_CIM_PhysicalElement_ManufactureDate,
 5344                   (SourceFeature*)&_CIM_PhysicalElement_VendorEquipmentType,
 5345                   (SourceFeature*)&_CIM_PhysicalElement_UserTracking,
 5346                   (SourceFeature*)&_CIM_PhysicalElement_CanBeFRUed,
 5347                   0,
 5348 mike  1.1.2.1 };
 5349               
 5350               static const char*
 5351               __root_PG_InterOp_CIM_PhysicalElement_qualifiers[] =
 5352               {
 5353                   /* UMLPackagePath */
 5354                   "\057CIM::Core::Physical",
 5355                   /* Version */
 5356                   "\0632.10.0",
 5357                   0,
 5358               };
 5359               
 5360               SourceClass
 5361               __root_PG_InterOp_CIM_PhysicalElement =
 5362               {
 5363                   /* flags */
 5364                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 5365                   /* name */
 5366                   "CIM_PhysicalElement",
 5367                   /* qualifiers */
 5368                   __root_PG_InterOp_CIM_PhysicalElement_qualifiers,
 5369 mike  1.1.2.2     /* super */
 5370 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 5371                   /* features */
 5372                   _CIM_PhysicalElement_features,
 5373               };
 5374               
 5375               //==============================================================================
 5376               //
 5377               // Class: CIM_PowerManagementCapabilities
 5378               //
 5379               //==============================================================================
 5380               
 5381               static const char*
 5382               _CIM_PowerManagementCapabilities_PowerCapabilities_qualifiers[] =
 5383               {
 5384                   /* ValueMap */
 5385                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 5386                   /* Values */
 5387                   "\062\000\006Unknown\000Other\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
 5388                   /* MappingStrings */
 5389                   "\026\000\001MIF.DMTF|System Power Controls|001.2\000",
 5390                   /* ModelCorrespondence */
 5391 mike  1.1.2.1     "\036\000\002CIM_PowerManagementCapabilities.OtherPowerCapabilitiesDescriptions\000CIM_PowerManagementService.SetPowerState\000",
 5392                   0,
 5393               };
 5394               
 5395               static SourceProperty
 5396               _CIM_PowerManagementCapabilities_PowerCapabilities =
 5397               {
 5398                   /* flags */
 5399                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5400                   /* name */
 5401                   "PowerCapabilities",
 5402                   /* qualifiers */
 5403                   _CIM_PowerManagementCapabilities_PowerCapabilities_qualifiers,
 5404                   /* type */
 5405                   CIMTYPE_UINT16,
 5406                   /* subscript */
 5407                   0,
 5408                   /* value */
 5409                   0,
 5410               };
 5411               
 5412 mike  1.1.2.1 static const char*
 5413               _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions_qualifiers[] =
 5414               {
 5415                   /* ModelCorrespondence */
 5416                   "\036\000\001CIM_PowerManagementCapabilities.PowerCapabilities\000",
 5417                   0,
 5418               };
 5419               
 5420               static SourceProperty
 5421               _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions =
 5422               {
 5423                   /* flags */
 5424                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5425                   /* name */
 5426                   "OtherPowerCapabilitiesDescriptions",
 5427                   /* qualifiers */
 5428                   _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions_qualifiers,
 5429                   /* type */
 5430                   CIMTYPE_STRING,
 5431                   /* subscript */
 5432                   0,
 5433 mike  1.1.2.1     /* value */
 5434                   0,
 5435               };
 5436               
 5437               static SourceFeature*
 5438               _CIM_PowerManagementCapabilities_features[] =
 5439               {
 5440                   (SourceFeature*)&_CIM_PowerManagementCapabilities_PowerCapabilities,
 5441                   (SourceFeature*)&_CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions,
 5442                   0,
 5443               };
 5444               
 5445               static const char*
 5446               __root_PG_InterOp_CIM_PowerManagementCapabilities_qualifiers[] =
 5447               {
 5448                   /* UMLPackagePath */
 5449                   "\057CIM::Core::PowerMgmt",
 5450                   /* Version */
 5451                   "\0632.7.0",
 5452                   0,
 5453               };
 5454 mike  1.1.2.1 
 5455               SourceClass
 5456               __root_PG_InterOp_CIM_PowerManagementCapabilities =
 5457               {
 5458                   /* flags */
 5459                   PEGASUS_FLAG_CLASS,
 5460                   /* name */
 5461                   "CIM_PowerManagementCapabilities",
 5462                   /* qualifiers */
 5463                   __root_PG_InterOp_CIM_PowerManagementCapabilities_qualifiers,
 5464 mike  1.1.2.2     /* super */
 5465 mike  1.1.2.1     &__root_PG_InterOp_CIM_Capabilities,
 5466                   /* features */
 5467                   _CIM_PowerManagementCapabilities_features,
 5468               };
 5469               
 5470               //==============================================================================
 5471               //
 5472               // Class: CIM_Product
 5473               //
 5474               //==============================================================================
 5475               
 5476               static const char*
 5477               _CIM_Product_Name_qualifiers[] =
 5478               {
 5479                   /* MaxLen */
 5480                   "\030\000\000\001\000",
 5481                   /* MappingStrings */
 5482                   "\026\000\001MIF.DMTF|ComponentID|001.2\000",
 5483                   /* ModelCorrespondence */
 5484                   "\036\000\001PRS_Product.ProductName\000",
 5485                   0,
 5486 mike  1.1.2.1 };
 5487               
 5488               static SourceProperty
 5489               _CIM_Product_Name =
 5490               {
 5491                   /* flags */
 5492                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 5493                   /* name */
 5494                   "Name",
 5495                   /* qualifiers */
 5496                   _CIM_Product_Name_qualifiers,
 5497                   /* type */
 5498                   CIMTYPE_STRING,
 5499                   /* subscript */
 5500                   -1,
 5501                   /* value */
 5502                   0,
 5503               };
 5504               
 5505               static const char*
 5506               _CIM_Product_IdentifyingNumber_qualifiers[] =
 5507 mike  1.1.2.1 {
 5508                   /* MaxLen */
 5509                   "\030\000\000\000\100",
 5510                   /* MappingStrings */
 5511                   "\026\000\001MIF.DMTF|ComponentID|001.4\000",
 5512                   0,
 5513               };
 5514               
 5515               static SourceProperty
 5516               _CIM_Product_IdentifyingNumber =
 5517               {
 5518                   /* flags */
 5519                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 5520                   /* name */
 5521                   "IdentifyingNumber",
 5522                   /* qualifiers */
 5523                   _CIM_Product_IdentifyingNumber_qualifiers,
 5524                   /* type */
 5525                   CIMTYPE_STRING,
 5526                   /* subscript */
 5527                   -1,
 5528 mike  1.1.2.1     /* value */
 5529                   0,
 5530               };
 5531               
 5532               static const char*
 5533               _CIM_Product_Vendor_qualifiers[] =
 5534               {
 5535                   /* MaxLen */
 5536                   "\030\000\000\001\000",
 5537                   /* MappingStrings */
 5538                   "\026\000\001MIF.DMTF|ComponentID|001.1\000",
 5539                   /* ModelCorrespondence */
 5540                   "\036\000\001PRS_Product.Vendor\000",
 5541                   0,
 5542               };
 5543               
 5544               static SourceProperty
 5545               _CIM_Product_Vendor =
 5546               {
 5547                   /* flags */
 5548                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 5549 mike  1.1.2.1     /* name */
 5550                   "Vendor",
 5551                   /* qualifiers */
 5552                   _CIM_Product_Vendor_qualifiers,
 5553                   /* type */
 5554                   CIMTYPE_STRING,
 5555                   /* subscript */
 5556                   -1,
 5557                   /* value */
 5558                   0,
 5559               };
 5560               
 5561               static const char*
 5562               _CIM_Product_Version_qualifiers[] =
 5563               {
 5564                   /* MaxLen */
 5565                   "\030\000\000\000\100",
 5566                   /* MappingStrings */
 5567                   "\026\000\001MIF.DMTF|ComponentID|001.3\000",
 5568                   /* ModelCorrespondence */
 5569                   "\036\000\001PRS_Product.Version\000",
 5570 mike  1.1.2.1     0,
 5571               };
 5572               
 5573               static SourceProperty
 5574               _CIM_Product_Version =
 5575               {
 5576                   /* flags */
 5577                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 5578                   /* name */
 5579                   "Version",
 5580                   /* qualifiers */
 5581                   _CIM_Product_Version_qualifiers,
 5582                   /* type */
 5583                   CIMTYPE_STRING,
 5584                   /* subscript */
 5585                   -1,
 5586                   /* value */
 5587                   0,
 5588               };
 5589               
 5590               static const char*
 5591 mike  1.1.2.1 _CIM_Product_SKUNumber_qualifiers[] =
 5592               {
 5593                   /* MaxLen */
 5594                   "\030\000\000\000\100",
 5595                   0,
 5596               };
 5597               
 5598               static SourceProperty
 5599               _CIM_Product_SKUNumber =
 5600               {
 5601                   /* flags */
 5602                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5603                   /* name */
 5604                   "SKUNumber",
 5605                   /* qualifiers */
 5606                   _CIM_Product_SKUNumber_qualifiers,
 5607                   /* type */
 5608                   CIMTYPE_STRING,
 5609                   /* subscript */
 5610                   -1,
 5611                   /* value */
 5612 mike  1.1.2.1     0,
 5613               };
 5614               
 5615               static const char*
 5616               _CIM_Product_WarrantyStartDate_qualifiers[] =
 5617               {
 5618                   /* MappingStrings */
 5619                   "\026\000\001MIF.DMTF|FRU|002.9\000",
 5620                   /* ModelCorrespondence */
 5621                   "\036\000\001CIM_Product.WarrantyDuration\000",
 5622                   0,
 5623               };
 5624               
 5625               static SourceProperty
 5626               _CIM_Product_WarrantyStartDate =
 5627               {
 5628                   /* flags */
 5629                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5630                   /* name */
 5631                   "WarrantyStartDate",
 5632                   /* qualifiers */
 5633 mike  1.1.2.1     _CIM_Product_WarrantyStartDate_qualifiers,
 5634                   /* type */
 5635                   CIMTYPE_DATETIME,
 5636                   /* subscript */
 5637                   -1,
 5638                   /* value */
 5639                   0,
 5640               };
 5641               
 5642               static const char*
 5643               _CIM_Product_WarrantyDuration_qualifiers[] =
 5644               {
 5645                   /* Units */
 5646                   "\060Days",
 5647                   /* MappingStrings */
 5648                   "\026\000\001MIF.DMTF|FRU|002.10\000",
 5649                   /* ModelCorrespondence */
 5650                   "\036\000\001CIM_Product.WarrantyStartDate\000",
 5651                   0,
 5652               };
 5653               
 5654 mike  1.1.2.1 static SourceProperty
 5655               _CIM_Product_WarrantyDuration =
 5656               {
 5657                   /* flags */
 5658                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5659                   /* name */
 5660                   "WarrantyDuration",
 5661                   /* qualifiers */
 5662                   _CIM_Product_WarrantyDuration_qualifiers,
 5663                   /* type */
 5664                   CIMTYPE_UINT32,
 5665                   /* subscript */
 5666                   -1,
 5667                   /* value */
 5668                   0,
 5669               };
 5670               
 5671               static SourceFeature*
 5672               _CIM_Product_features[] =
 5673               {
 5674                   (SourceFeature*)&_CIM_Product_Name,
 5675 mike  1.1.2.1     (SourceFeature*)&_CIM_Product_IdentifyingNumber,
 5676                   (SourceFeature*)&_CIM_Product_Vendor,
 5677                   (SourceFeature*)&_CIM_Product_Version,
 5678                   (SourceFeature*)&_CIM_Product_SKUNumber,
 5679                   (SourceFeature*)&_CIM_Product_WarrantyStartDate,
 5680                   (SourceFeature*)&_CIM_Product_WarrantyDuration,
 5681                   0,
 5682               };
 5683               
 5684               static const char*
 5685               __root_PG_InterOp_CIM_Product_qualifiers[] =
 5686               {
 5687                   /* UMLPackagePath */
 5688                   "\057CIM::Core::ProductFRU",
 5689                   /* Version */
 5690                   "\0632.7.0",
 5691                   0,
 5692               };
 5693               
 5694               SourceClass
 5695               __root_PG_InterOp_CIM_Product =
 5696 mike  1.1.2.1 {
 5697                   /* flags */
 5698                   PEGASUS_FLAG_CLASS,
 5699                   /* name */
 5700                   "CIM_Product",
 5701                   /* qualifiers */
 5702                   __root_PG_InterOp_CIM_Product_qualifiers,
 5703 mike  1.1.2.2     /* super */
 5704 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 5705                   /* features */
 5706                   _CIM_Product_features,
 5707               };
 5708               
 5709               //==============================================================================
 5710               //
 5711               // Class: CIM_ProductComponent
 5712               //
 5713               //==============================================================================
 5714               
 5715               static const char*
 5716               _CIM_ProductComponent_GroupComponent_qualifiers[] =
 5717               {
 5718                   /* Override */
 5719                   "\044GroupComponent",
 5720                   /* ModelCorrespondence */
 5721                   "\036\000\001PRS_ProductComponent.Antecedent\000",
 5722                   0,
 5723               };
 5724               
 5725 mike  1.1.2.1 static SourceReference
 5726               _CIM_ProductComponent_GroupComponent =
 5727               {
 5728                   /* flags */
 5729                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 5730                   /* name */
 5731                   "GroupComponent",
 5732                   /* qualifiers */
 5733                   _CIM_ProductComponent_GroupComponent_qualifiers,
 5734                   /* subscript */
 5735                   -1,
 5736 mike  1.1.2.2     /* refId */
 5737 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 5738               };
 5739               
 5740               static const char*
 5741               _CIM_ProductComponent_PartComponent_qualifiers[] =
 5742               {
 5743                   /* Override */
 5744                   "\044PartComponent",
 5745                   /* ModelCorrespondence */
 5746                   "\036\000\001PRS_ProductComponent.Dependent\000",
 5747                   0,
 5748               };
 5749               
 5750               static SourceReference
 5751               _CIM_ProductComponent_PartComponent =
 5752               {
 5753                   /* flags */
 5754                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 5755                   /* name */
 5756                   "PartComponent",
 5757                   /* qualifiers */
 5758 mike  1.1.2.1     _CIM_ProductComponent_PartComponent_qualifiers,
 5759                   /* subscript */
 5760                   -1,
 5761 mike  1.1.2.2     /* refId */
 5762 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 5763               };
 5764               
 5765               static SourceFeature*
 5766               _CIM_ProductComponent_features[] =
 5767               {
 5768                   (SourceFeature*)&_CIM_ProductComponent_GroupComponent,
 5769                   (SourceFeature*)&_CIM_ProductComponent_PartComponent,
 5770                   0,
 5771               };
 5772               
 5773               static const char*
 5774               __root_PG_InterOp_CIM_ProductComponent_qualifiers[] =
 5775               {
 5776                   /* UMLPackagePath */
 5777                   "\057CIM::Core::ProductFRU",
 5778                   /* Version */
 5779                   "\0632.7.0",
 5780                   0,
 5781               };
 5782               
 5783 mike  1.1.2.1 SourceClass
 5784               __root_PG_InterOp_CIM_ProductComponent =
 5785               {
 5786                   /* flags */
 5787                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 5788                   /* name */
 5789                   "CIM_ProductComponent",
 5790                   /* qualifiers */
 5791                   __root_PG_InterOp_CIM_ProductComponent_qualifiers,
 5792 mike  1.1.2.2     /* super */
 5793 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
 5794                   /* features */
 5795                   _CIM_ProductComponent_features,
 5796               };
 5797               
 5798               //==============================================================================
 5799               //
 5800               // Class: CIM_ProductFRU
 5801               //
 5802               //==============================================================================
 5803               
 5804               static const char*
 5805               _CIM_ProductFRU_Product_qualifiers[] =
 5806               {
 5807                   /* Max */
 5808                   "\027\000\000\000\001",
 5809                   0,
 5810               };
 5811               
 5812               static SourceReference
 5813               _CIM_ProductFRU_Product =
 5814 mike  1.1.2.1 {
 5815                   /* flags */
 5816                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 5817                   /* name */
 5818                   "Product",
 5819                   /* qualifiers */
 5820                   _CIM_ProductFRU_Product_qualifiers,
 5821                   /* subscript */
 5822                   -1,
 5823 mike  1.1.2.2     /* refId */
 5824 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 5825               };
 5826               
 5827               static const char*
 5828               _CIM_ProductFRU_FRU_qualifiers[] =
 5829               {
 5830                   0,
 5831               };
 5832               
 5833               static SourceReference
 5834               _CIM_ProductFRU_FRU =
 5835               {
 5836                   /* flags */
 5837                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 5838                   /* name */
 5839                   "FRU",
 5840                   /* qualifiers */
 5841                   _CIM_ProductFRU_FRU_qualifiers,
 5842                   /* subscript */
 5843                   -1,
 5844 mike  1.1.2.2     /* refId */
 5845 mike  1.1.2.1     &__root_PG_InterOp_CIM_FRU,
 5846               };
 5847               
 5848               static SourceFeature*
 5849               _CIM_ProductFRU_features[] =
 5850               {
 5851                   (SourceFeature*)&_CIM_ProductFRU_Product,
 5852                   (SourceFeature*)&_CIM_ProductFRU_FRU,
 5853                   0,
 5854               };
 5855               
 5856               static const char*
 5857               __root_PG_InterOp_CIM_ProductFRU_qualifiers[] =
 5858               {
 5859                   /* UMLPackagePath */
 5860                   "\057CIM::Core::ProductFRU",
 5861                   /* Version */
 5862                   "\0632.6.0",
 5863                   0,
 5864               };
 5865               
 5866 mike  1.1.2.1 SourceClass
 5867               __root_PG_InterOp_CIM_ProductFRU =
 5868               {
 5869                   /* flags */
 5870                   PEGASUS_FLAG_ASSOCIATION,
 5871                   /* name */
 5872                   "CIM_ProductFRU",
 5873                   /* qualifiers */
 5874                   __root_PG_InterOp_CIM_ProductFRU_qualifiers,
 5875 mike  1.1.2.2     /* super */
 5876 mike  1.1.2.1     0,
 5877                   /* features */
 5878                   _CIM_ProductFRU_features,
 5879               };
 5880               
 5881               //==============================================================================
 5882               //
 5883               // Class: CIM_ProductParentChild
 5884               //
 5885               //==============================================================================
 5886               
 5887               static const char*
 5888               _CIM_ProductParentChild_Parent_qualifiers[] =
 5889               {
 5890                   0,
 5891               };
 5892               
 5893               static SourceReference
 5894               _CIM_ProductParentChild_Parent =
 5895               {
 5896                   /* flags */
 5897 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 5898                   /* name */
 5899                   "Parent",
 5900                   /* qualifiers */
 5901                   _CIM_ProductParentChild_Parent_qualifiers,
 5902                   /* subscript */
 5903                   -1,
 5904 mike  1.1.2.2     /* refId */
 5905 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 5906               };
 5907               
 5908               static const char*
 5909               _CIM_ProductParentChild_Child_qualifiers[] =
 5910               {
 5911                   0,
 5912               };
 5913               
 5914               static SourceReference
 5915               _CIM_ProductParentChild_Child =
 5916               {
 5917                   /* flags */
 5918                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 5919                   /* name */
 5920                   "Child",
 5921                   /* qualifiers */
 5922                   _CIM_ProductParentChild_Child_qualifiers,
 5923                   /* subscript */
 5924                   -1,
 5925 mike  1.1.2.2     /* refId */
 5926 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 5927               };
 5928               
 5929               static SourceFeature*
 5930               _CIM_ProductParentChild_features[] =
 5931               {
 5932                   (SourceFeature*)&_CIM_ProductParentChild_Parent,
 5933                   (SourceFeature*)&_CIM_ProductParentChild_Child,
 5934                   0,
 5935               };
 5936               
 5937               static const char*
 5938               __root_PG_InterOp_CIM_ProductParentChild_qualifiers[] =
 5939               {
 5940                   /* UMLPackagePath */
 5941                   "\057CIM::Core::ProductFRU",
 5942                   /* Version */
 5943                   "\0632.7.0",
 5944                   0,
 5945               };
 5946               
 5947 mike  1.1.2.1 SourceClass
 5948               __root_PG_InterOp_CIM_ProductParentChild =
 5949               {
 5950                   /* flags */
 5951                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 5952                   /* name */
 5953                   "CIM_ProductParentChild",
 5954                   /* qualifiers */
 5955                   __root_PG_InterOp_CIM_ProductParentChild_qualifiers,
 5956 mike  1.1.2.2     /* super */
 5957 mike  1.1.2.1     0,
 5958                   /* features */
 5959                   _CIM_ProductParentChild_features,
 5960               };
 5961               
 5962               //==============================================================================
 5963               //
 5964               // Class: CIM_ProductPhysicalComponent
 5965               //
 5966               //==============================================================================
 5967               
 5968               static const char*
 5969               _CIM_ProductPhysicalComponent_GroupComponent_qualifiers[] =
 5970               {
 5971                   /* Override */
 5972                   "\044GroupComponent",
 5973                   /* Max */
 5974                   "\027\000\000\000\001",
 5975                   0,
 5976               };
 5977               
 5978 mike  1.1.2.1 static SourceReference
 5979               _CIM_ProductPhysicalComponent_GroupComponent =
 5980               {
 5981                   /* flags */
 5982                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 5983                   /* name */
 5984                   "GroupComponent",
 5985                   /* qualifiers */
 5986                   _CIM_ProductPhysicalComponent_GroupComponent_qualifiers,
 5987                   /* subscript */
 5988                   -1,
 5989 mike  1.1.2.2     /* refId */
 5990 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 5991               };
 5992               
 5993               static const char*
 5994               _CIM_ProductPhysicalComponent_PartComponent_qualifiers[] =
 5995               {
 5996                   /* Override */
 5997                   "\044PartComponent",
 5998                   0,
 5999               };
 6000               
 6001               static SourceReference
 6002               _CIM_ProductPhysicalComponent_PartComponent =
 6003               {
 6004                   /* flags */
 6005                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 6006                   /* name */
 6007                   "PartComponent",
 6008                   /* qualifiers */
 6009                   _CIM_ProductPhysicalComponent_PartComponent_qualifiers,
 6010                   /* subscript */
 6011 mike  1.1.2.1     -1,
 6012 mike  1.1.2.2     /* refId */
 6013 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalElement,
 6014               };
 6015               
 6016               static SourceFeature*
 6017               _CIM_ProductPhysicalComponent_features[] =
 6018               {
 6019                   (SourceFeature*)&_CIM_ProductPhysicalComponent_GroupComponent,
 6020                   (SourceFeature*)&_CIM_ProductPhysicalComponent_PartComponent,
 6021                   0,
 6022               };
 6023               
 6024               static const char*
 6025               __root_PG_InterOp_CIM_ProductPhysicalComponent_qualifiers[] =
 6026               {
 6027                   /* UMLPackagePath */
 6028                   "\057CIM::Core::ProductFRU",
 6029                   /* Version */
 6030                   "\0632.7.0",
 6031                   0,
 6032               };
 6033               
 6034 mike  1.1.2.1 SourceClass
 6035               __root_PG_InterOp_CIM_ProductPhysicalComponent =
 6036               {
 6037                   /* flags */
 6038                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 6039                   /* name */
 6040                   "CIM_ProductPhysicalComponent",
 6041                   /* qualifiers */
 6042                   __root_PG_InterOp_CIM_ProductPhysicalComponent_qualifiers,
 6043 mike  1.1.2.2     /* super */
 6044 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
 6045                   /* features */
 6046                   _CIM_ProductPhysicalComponent_features,
 6047               };
 6048               
 6049               //==============================================================================
 6050               //
 6051               // Class: CIM_ProductPhysicalElements
 6052               //
 6053               //==============================================================================
 6054               
 6055               static const char*
 6056               _CIM_ProductPhysicalElements_Product_qualifiers[] =
 6057               {
 6058                   /* Deprecated */
 6059                   "\013\000\001CIM_ProductPhysicalComponent.GroupComponent\000",
 6060                   /* Max */
 6061                   "\027\000\000\000\001",
 6062                   0,
 6063               };
 6064               
 6065 mike  1.1.2.1 static SourceReference
 6066               _CIM_ProductPhysicalElements_Product =
 6067               {
 6068                   /* flags */
 6069                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 6070                   /* name */
 6071                   "Product",
 6072                   /* qualifiers */
 6073                   _CIM_ProductPhysicalElements_Product_qualifiers,
 6074                   /* subscript */
 6075                   -1,
 6076 mike  1.1.2.2     /* refId */
 6077 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 6078               };
 6079               
 6080               static const char*
 6081               _CIM_ProductPhysicalElements_Component_qualifiers[] =
 6082               {
 6083                   /* Deprecated */
 6084                   "\013\000\001CIM_ProductPhysicalComponent.PartComponent\000",
 6085                   0,
 6086               };
 6087               
 6088               static SourceReference
 6089               _CIM_ProductPhysicalElements_Component =
 6090               {
 6091                   /* flags */
 6092                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6093                   /* name */
 6094                   "Component",
 6095                   /* qualifiers */
 6096                   _CIM_ProductPhysicalElements_Component_qualifiers,
 6097                   /* subscript */
 6098 mike  1.1.2.1     -1,
 6099 mike  1.1.2.2     /* refId */
 6100 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalElement,
 6101               };
 6102               
 6103               static SourceFeature*
 6104               _CIM_ProductPhysicalElements_features[] =
 6105               {
 6106                   (SourceFeature*)&_CIM_ProductPhysicalElements_Product,
 6107                   (SourceFeature*)&_CIM_ProductPhysicalElements_Component,
 6108                   0,
 6109               };
 6110               
 6111               static const char*
 6112               __root_PG_InterOp_CIM_ProductPhysicalElements_qualifiers[] =
 6113               {
 6114                   /* Deprecated */
 6115                   "\013\000\001CIM_ProductPhysicalComponent\000",
 6116                   /* UMLPackagePath */
 6117                   "\057CIM::Core::ProductFRU",
 6118                   /* Version */
 6119                   "\0632.7.0",
 6120                   0,
 6121 mike  1.1.2.1 };
 6122               
 6123               SourceClass
 6124               __root_PG_InterOp_CIM_ProductPhysicalElements =
 6125               {
 6126                   /* flags */
 6127                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 6128                   /* name */
 6129                   "CIM_ProductPhysicalElements",
 6130                   /* qualifiers */
 6131                   __root_PG_InterOp_CIM_ProductPhysicalElements_qualifiers,
 6132 mike  1.1.2.2     /* super */
 6133 mike  1.1.2.1     0,
 6134                   /* features */
 6135                   _CIM_ProductPhysicalElements_features,
 6136               };
 6137               
 6138               //==============================================================================
 6139               //
 6140               // Class: CIM_ProductProductDependency
 6141               //
 6142               //==============================================================================
 6143               
 6144               static const char*
 6145               _CIM_ProductProductDependency_RequiredProduct_qualifiers[] =
 6146               {
 6147                   0,
 6148               };
 6149               
 6150               static SourceReference
 6151               _CIM_ProductProductDependency_RequiredProduct =
 6152               {
 6153                   /* flags */
 6154 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6155                   /* name */
 6156                   "RequiredProduct",
 6157                   /* qualifiers */
 6158                   _CIM_ProductProductDependency_RequiredProduct_qualifiers,
 6159                   /* subscript */
 6160                   -1,
 6161 mike  1.1.2.2     /* refId */
 6162 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 6163               };
 6164               
 6165               static const char*
 6166               _CIM_ProductProductDependency_DependentProduct_qualifiers[] =
 6167               {
 6168                   0,
 6169               };
 6170               
 6171               static SourceReference
 6172               _CIM_ProductProductDependency_DependentProduct =
 6173               {
 6174                   /* flags */
 6175                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6176                   /* name */
 6177                   "DependentProduct",
 6178                   /* qualifiers */
 6179                   _CIM_ProductProductDependency_DependentProduct_qualifiers,
 6180                   /* subscript */
 6181                   -1,
 6182 mike  1.1.2.2     /* refId */
 6183 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 6184               };
 6185               
 6186               static const char*
 6187               _CIM_ProductProductDependency_TypeOfDependency_qualifiers[] =
 6188               {
 6189                   /* ValueMap */
 6190                   "\061\000\0040\0001\0002\0003\000",
 6191                   /* Values */
 6192                   "\062\000\004Unknown\000Other\000Product Must Be Installed\000Product Must Not Be Installed\000",
 6193                   0,
 6194               };
 6195               
 6196               static SourceProperty
 6197               _CIM_ProductProductDependency_TypeOfDependency =
 6198               {
 6199                   /* flags */
 6200                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 6201                   /* name */
 6202                   "TypeOfDependency",
 6203                   /* qualifiers */
 6204 mike  1.1.2.1     _CIM_ProductProductDependency_TypeOfDependency_qualifiers,
 6205                   /* type */
 6206                   CIMTYPE_UINT16,
 6207                   /* subscript */
 6208                   -1,
 6209                   /* value */
 6210                   0,
 6211               };
 6212               
 6213               static SourceFeature*
 6214               _CIM_ProductProductDependency_features[] =
 6215               {
 6216                   (SourceFeature*)&_CIM_ProductProductDependency_RequiredProduct,
 6217                   (SourceFeature*)&_CIM_ProductProductDependency_DependentProduct,
 6218                   (SourceFeature*)&_CIM_ProductProductDependency_TypeOfDependency,
 6219                   0,
 6220               };
 6221               
 6222               static const char*
 6223               __root_PG_InterOp_CIM_ProductProductDependency_qualifiers[] =
 6224               {
 6225 mike  1.1.2.1     /* UMLPackagePath */
 6226                   "\057CIM::Core::ProductFRU",
 6227                   /* Version */
 6228                   "\0632.6.0",
 6229                   0,
 6230               };
 6231               
 6232               SourceClass
 6233               __root_PG_InterOp_CIM_ProductProductDependency =
 6234               {
 6235                   /* flags */
 6236                   PEGASUS_FLAG_ASSOCIATION,
 6237                   /* name */
 6238                   "CIM_ProductProductDependency",
 6239                   /* qualifiers */
 6240                   __root_PG_InterOp_CIM_ProductProductDependency_qualifiers,
 6241 mike  1.1.2.2     /* super */
 6242 mike  1.1.2.1     0,
 6243                   /* features */
 6244                   _CIM_ProductProductDependency_features,
 6245               };
 6246               
 6247               //==============================================================================
 6248               //
 6249               // Class: CIM_Profile
 6250               //
 6251               //==============================================================================
 6252               
 6253               static const char*
 6254               _CIM_Profile_InstanceID_qualifiers[] =
 6255               {
 6256                   0,
 6257               };
 6258               
 6259               static SourceProperty
 6260               _CIM_Profile_InstanceID =
 6261               {
 6262                   /* flags */
 6263 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6264                   /* name */
 6265                   "InstanceID",
 6266                   /* qualifiers */
 6267                   _CIM_Profile_InstanceID_qualifiers,
 6268                   /* type */
 6269                   CIMTYPE_STRING,
 6270                   /* subscript */
 6271                   -1,
 6272                   /* value */
 6273                   0,
 6274               };
 6275               
 6276               static SourceFeature*
 6277               _CIM_Profile_features[] =
 6278               {
 6279                   (SourceFeature*)&_CIM_Profile_InstanceID,
 6280                   0,
 6281               };
 6282               
 6283               static const char*
 6284 mike  1.1.2.1 __root_PG_InterOp_CIM_Profile_qualifiers[] =
 6285               {
 6286                   /* UMLPackagePath */
 6287                   "\057CIM::Core::Settings",
 6288                   /* Version */
 6289                   "\0632.7.0",
 6290                   0,
 6291               };
 6292               
 6293               SourceClass
 6294               __root_PG_InterOp_CIM_Profile =
 6295               {
 6296                   /* flags */
 6297                   PEGASUS_FLAG_CLASS,
 6298                   /* name */
 6299                   "CIM_Profile",
 6300                   /* qualifiers */
 6301                   __root_PG_InterOp_CIM_Profile_qualifiers,
 6302 mike  1.1.2.2     /* super */
 6303 mike  1.1.2.1     &__root_PG_InterOp_CIM_Collection,
 6304                   /* features */
 6305                   _CIM_Profile_features,
 6306               };
 6307               
 6308               //==============================================================================
 6309               //
 6310               // Class: CIM_ReplaceableProductFRU
 6311               //
 6312               //==============================================================================
 6313               
 6314               static const char*
 6315               _CIM_ReplaceableProductFRU_Product_qualifiers[] =
 6316               {
 6317                   /* Max */
 6318                   "\027\000\000\000\001",
 6319                   0,
 6320               };
 6321               
 6322               static SourceReference
 6323               _CIM_ReplaceableProductFRU_Product =
 6324 mike  1.1.2.1 {
 6325                   /* flags */
 6326                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6327                   /* name */
 6328                   "Product",
 6329                   /* qualifiers */
 6330                   _CIM_ReplaceableProductFRU_Product_qualifiers,
 6331                   /* subscript */
 6332                   -1,
 6333 mike  1.1.2.2     /* refId */
 6334 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 6335               };
 6336               
 6337               static const char*
 6338               _CIM_ReplaceableProductFRU_FRU_qualifiers[] =
 6339               {
 6340                   0,
 6341               };
 6342               
 6343               static SourceReference
 6344               _CIM_ReplaceableProductFRU_FRU =
 6345               {
 6346                   /* flags */
 6347                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6348                   /* name */
 6349                   "FRU",
 6350                   /* qualifiers */
 6351                   _CIM_ReplaceableProductFRU_FRU_qualifiers,
 6352                   /* subscript */
 6353                   -1,
 6354 mike  1.1.2.2     /* refId */
 6355 mike  1.1.2.1     &__root_PG_InterOp_CIM_FRU,
 6356               };
 6357               
 6358               static SourceFeature*
 6359               _CIM_ReplaceableProductFRU_features[] =
 6360               {
 6361                   (SourceFeature*)&_CIM_ReplaceableProductFRU_Product,
 6362                   (SourceFeature*)&_CIM_ReplaceableProductFRU_FRU,
 6363                   0,
 6364               };
 6365               
 6366               static const char*
 6367               __root_PG_InterOp_CIM_ReplaceableProductFRU_qualifiers[] =
 6368               {
 6369                   /* UMLPackagePath */
 6370                   "\057CIM::Core::ProductFRU",
 6371                   /* Version */
 6372                   "\0632.6.0",
 6373                   0,
 6374               };
 6375               
 6376 mike  1.1.2.1 SourceClass
 6377               __root_PG_InterOp_CIM_ReplaceableProductFRU =
 6378               {
 6379                   /* flags */
 6380                   PEGASUS_FLAG_ASSOCIATION,
 6381                   /* name */
 6382                   "CIM_ReplaceableProductFRU",
 6383                   /* qualifiers */
 6384                   __root_PG_InterOp_CIM_ReplaceableProductFRU_qualifiers,
 6385 mike  1.1.2.2     /* super */
 6386 mike  1.1.2.1     0,
 6387                   /* features */
 6388                   _CIM_ReplaceableProductFRU_features,
 6389               };
 6390               
 6391               //==============================================================================
 6392               //
 6393               // Class: CIM_Spared
 6394               //
 6395               //==============================================================================
 6396               
 6397               static const char*
 6398               _CIM_Spared_Antecedent_qualifiers[] =
 6399               {
 6400                   /* Override */
 6401                   "\044Antecedent",
 6402                   0,
 6403               };
 6404               
 6405               static SourceReference
 6406               _CIM_Spared_Antecedent =
 6407 mike  1.1.2.1 {
 6408                   /* flags */
 6409                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 6410                   /* name */
 6411                   "Antecedent",
 6412                   /* qualifiers */
 6413                   _CIM_Spared_Antecedent_qualifiers,
 6414                   /* subscript */
 6415                   -1,
 6416 mike  1.1.2.2     /* refId */
 6417 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 6418               };
 6419               
 6420               static const char*
 6421               _CIM_Spared_Dependent_qualifiers[] =
 6422               {
 6423                   /* Override */
 6424                   "\044Dependent",
 6425                   0,
 6426               };
 6427               
 6428               static SourceReference
 6429               _CIM_Spared_Dependent =
 6430               {
 6431                   /* flags */
 6432                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 6433                   /* name */
 6434                   "Dependent",
 6435                   /* qualifiers */
 6436                   _CIM_Spared_Dependent_qualifiers,
 6437                   /* subscript */
 6438 mike  1.1.2.1     -1,
 6439 mike  1.1.2.2     /* refId */
 6440 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 6441               };
 6442               
 6443               static SourceFeature*
 6444               _CIM_Spared_features[] =
 6445               {
 6446                   (SourceFeature*)&_CIM_Spared_Antecedent,
 6447                   (SourceFeature*)&_CIM_Spared_Dependent,
 6448                   0,
 6449               };
 6450               
 6451               static const char*
 6452               __root_PG_InterOp_CIM_Spared_qualifiers[] =
 6453               {
 6454                   /* UMLPackagePath */
 6455                   "\057CIM::Core::Redundancy",
 6456                   /* Version */
 6457                   "\0632.10.0",
 6458                   0,
 6459               };
 6460               
 6461 mike  1.1.2.1 SourceClass
 6462               __root_PG_InterOp_CIM_Spared =
 6463               {
 6464                   /* flags */
 6465                   PEGASUS_FLAG_ASSOCIATION,
 6466                   /* name */
 6467                   "CIM_Spared",
 6468                   /* qualifiers */
 6469                   __root_PG_InterOp_CIM_Spared_qualifiers,
 6470 mike  1.1.2.2     /* super */
 6471 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
 6472                   /* features */
 6473                   _CIM_Spared_features,
 6474               };
 6475               
 6476               //==============================================================================
 6477               //
 6478               // Class: CIM_StatisticalData
 6479               //
 6480               //==============================================================================
 6481               
 6482               static const char*
 6483               _CIM_StatisticalData_InstanceID_qualifiers[] =
 6484               {
 6485                   0,
 6486               };
 6487               
 6488               static SourceProperty
 6489               _CIM_StatisticalData_InstanceID =
 6490               {
 6491                   /* flags */
 6492 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6493                   /* name */
 6494                   "InstanceID",
 6495                   /* qualifiers */
 6496                   _CIM_StatisticalData_InstanceID_qualifiers,
 6497                   /* type */
 6498                   CIMTYPE_STRING,
 6499                   /* subscript */
 6500                   -1,
 6501                   /* value */
 6502                   0,
 6503               };
 6504               
 6505               static const char*
 6506               _CIM_StatisticalData_ElementName_qualifiers[] =
 6507               {
 6508                   /* Override */
 6509                   "\044ElementName",
 6510                   0,
 6511               };
 6512               
 6513 mike  1.1.2.1 static SourceProperty
 6514               _CIM_StatisticalData_ElementName =
 6515               {
 6516                   /* flags */
 6517                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
 6518                   /* name */
 6519                   "ElementName",
 6520                   /* qualifiers */
 6521                   _CIM_StatisticalData_ElementName_qualifiers,
 6522                   /* type */
 6523                   CIMTYPE_STRING,
 6524                   /* subscript */
 6525                   -1,
 6526                   /* value */
 6527                   0,
 6528               };
 6529               
 6530               static const char*
 6531               _CIM_StatisticalData_StartStatisticTime_qualifiers[] =
 6532               {
 6533                   0,
 6534 mike  1.1.2.1 };
 6535               
 6536               static SourceProperty
 6537               _CIM_StatisticalData_StartStatisticTime =
 6538               {
 6539                   /* flags */
 6540                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 6541                   /* name */
 6542                   "StartStatisticTime",
 6543                   /* qualifiers */
 6544                   _CIM_StatisticalData_StartStatisticTime_qualifiers,
 6545                   /* type */
 6546                   CIMTYPE_DATETIME,
 6547                   /* subscript */
 6548                   -1,
 6549                   /* value */
 6550                   0,
 6551               };
 6552               
 6553               static const char*
 6554               _CIM_StatisticalData_StatisticTime_qualifiers[] =
 6555 mike  1.1.2.1 {
 6556                   0,
 6557               };
 6558               
 6559               static SourceProperty
 6560               _CIM_StatisticalData_StatisticTime =
 6561               {
 6562                   /* flags */
 6563                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 6564                   /* name */
 6565                   "StatisticTime",
 6566                   /* qualifiers */
 6567                   _CIM_StatisticalData_StatisticTime_qualifiers,
 6568                   /* type */
 6569                   CIMTYPE_DATETIME,
 6570                   /* subscript */
 6571                   -1,
 6572                   /* value */
 6573                   0,
 6574               };
 6575               
 6576 mike  1.1.2.1 static const char*
 6577               _CIM_StatisticalData_SampleInterval_qualifiers[] =
 6578               {
 6579                   0,
 6580               };
 6581               
 6582               static SourceProperty
 6583               _CIM_StatisticalData_SampleInterval =
 6584               {
 6585                   /* flags */
 6586                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 6587                   /* name */
 6588                   "SampleInterval",
 6589                   /* qualifiers */
 6590                   _CIM_StatisticalData_SampleInterval_qualifiers,
 6591                   /* type */
 6592                   CIMTYPE_DATETIME,
 6593                   /* subscript */
 6594                   -1,
 6595                   /* value */
 6596                   "00000000000000.000000:000",
 6597 mike  1.1.2.1 };
 6598               
 6599               static const char*
 6600               _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics_qualifiers[] =
 6601               {
 6602                   0,
 6603               };
 6604               
 6605               static SourceProperty
 6606               _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics =
 6607               {
 6608                   /* flags */
 6609                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 6610                   /* name */
 6611                   "SelectedStatistics",
 6612                   /* qualifiers */
 6613                   _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics_qualifiers,
 6614                   /* type */
 6615                   CIMTYPE_STRING,
 6616                   /* subscript */
 6617                   0,
 6618 mike  1.1.2.1     /* value */
 6619                   0,
 6620               };
 6621               
 6622 mike  1.1.2.2 static SourceFeature*
 6623 mike  1.1.2.1 _CIM_StatisticalData_ResetSelectedStats_parameters[] =
 6624               {
 6625 mike  1.1.2.2     (SourceFeature*)&_CIM_StatisticalData_ResetSelectedStats_SelectedStatistics,
 6626 mike  1.1.2.1     0,
 6627               };
 6628               
 6629               static const char*
 6630               _CIM_StatisticalData_ResetSelectedStats_qualifiers[] =
 6631               {
 6632                   0,
 6633               };
 6634               
 6635               static SourceMethod
 6636               _CIM_StatisticalData_ResetSelectedStats =
 6637               {
 6638                   /* flags */
 6639                   PEGASUS_FLAG_METHOD,
 6640                   /* name */
 6641                   "CIM_StatisticalData",
 6642                   /* qualifiers */
 6643                   _CIM_StatisticalData_ResetSelectedStats_qualifiers,
 6644                   /* type */
 6645                   CIMTYPE_UINT32,
 6646                   /* parameters */
 6647 mike  1.1.2.1     _CIM_StatisticalData_ResetSelectedStats_parameters,
 6648               };
 6649               
 6650               static SourceFeature*
 6651               _CIM_StatisticalData_features[] =
 6652               {
 6653                   (SourceFeature*)&_CIM_StatisticalData_InstanceID,
 6654                   (SourceFeature*)&_CIM_StatisticalData_ElementName,
 6655                   (SourceFeature*)&_CIM_StatisticalData_StartStatisticTime,
 6656                   (SourceFeature*)&_CIM_StatisticalData_StatisticTime,
 6657                   (SourceFeature*)&_CIM_StatisticalData_SampleInterval,
 6658                   (SourceFeature*)&_CIM_StatisticalData_ResetSelectedStats,
 6659                   0,
 6660               };
 6661               
 6662               static const char*
 6663               __root_PG_InterOp_CIM_StatisticalData_qualifiers[] =
 6664               {
 6665                   /* UMLPackagePath */
 6666                   "\057CIM::Core::Statistics",
 6667                   /* Version */
 6668 mike  1.1.2.1     "\0632.8.0",
 6669                   0,
 6670               };
 6671               
 6672               SourceClass
 6673               __root_PG_InterOp_CIM_StatisticalData =
 6674               {
 6675                   /* flags */
 6676                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 6677                   /* name */
 6678                   "CIM_StatisticalData",
 6679                   /* qualifiers */
 6680                   __root_PG_InterOp_CIM_StatisticalData_qualifiers,
 6681 mike  1.1.2.2     /* super */
 6682 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 6683                   /* features */
 6684                   _CIM_StatisticalData_features,
 6685               };
 6686               
 6687               //==============================================================================
 6688               //
 6689               // Class: CIM_StatisticalInformation
 6690               //
 6691               //==============================================================================
 6692               
 6693               static const char*
 6694               _CIM_StatisticalInformation_Name_qualifiers[] =
 6695               {
 6696                   /* MaxLen */
 6697                   "\030\000\000\001\000",
 6698                   0,
 6699               };
 6700               
 6701               static SourceProperty
 6702               _CIM_StatisticalInformation_Name =
 6703 mike  1.1.2.1 {
 6704                   /* flags */
 6705                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 6706                   /* name */
 6707                   "Name",
 6708                   /* qualifiers */
 6709                   _CIM_StatisticalInformation_Name_qualifiers,
 6710                   /* type */
 6711                   CIMTYPE_STRING,
 6712                   /* subscript */
 6713                   -1,
 6714                   /* value */
 6715                   0,
 6716               };
 6717               
 6718               static SourceFeature*
 6719               _CIM_StatisticalInformation_features[] =
 6720               {
 6721                   (SourceFeature*)&_CIM_StatisticalInformation_Name,
 6722                   0,
 6723               };
 6724 mike  1.1.2.1 
 6725               static const char*
 6726               __root_PG_InterOp_CIM_StatisticalInformation_qualifiers[] =
 6727               {
 6728                   /* UMLPackagePath */
 6729                   "\057CIM::Core::Statistics",
 6730                   /* Version */
 6731                   "\0632.6.0",
 6732                   0,
 6733               };
 6734               
 6735               SourceClass
 6736               __root_PG_InterOp_CIM_StatisticalInformation =
 6737               {
 6738                   /* flags */
 6739                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 6740                   /* name */
 6741                   "CIM_StatisticalInformation",
 6742                   /* qualifiers */
 6743                   __root_PG_InterOp_CIM_StatisticalInformation_qualifiers,
 6744 mike  1.1.2.2     /* super */
 6745 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 6746                   /* features */
 6747                   _CIM_StatisticalInformation_features,
 6748               };
 6749               
 6750               //==============================================================================
 6751               //
 6752               // Class: CIM_StatisticalSetting
 6753               //
 6754               //==============================================================================
 6755               
 6756               static const char*
 6757               _CIM_StatisticalSetting_StartStatisticTime_qualifiers[] =
 6758               {
 6759                   /* ModelCorrespondence */
 6760                   "\036\000\001CIM_StatisticalData.StartStatisticTime\000",
 6761                   0,
 6762               };
 6763               
 6764               static SourceProperty
 6765               _CIM_StatisticalSetting_StartStatisticTime =
 6766 mike  1.1.2.1 {
 6767                   /* flags */
 6768                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
 6769                   /* name */
 6770                   "StartStatisticTime",
 6771                   /* qualifiers */
 6772                   _CIM_StatisticalSetting_StartStatisticTime_qualifiers,
 6773                   /* type */
 6774                   CIMTYPE_DATETIME,
 6775                   /* subscript */
 6776                   -1,
 6777                   /* value */
 6778                   0,
 6779               };
 6780               
 6781               static const char*
 6782               _CIM_StatisticalSetting_EndStatisticTime_qualifiers[] =
 6783               {
 6784                   0,
 6785               };
 6786               
 6787 mike  1.1.2.1 static SourceProperty
 6788               _CIM_StatisticalSetting_EndStatisticTime =
 6789               {
 6790                   /* flags */
 6791                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
 6792                   /* name */
 6793                   "EndStatisticTime",
 6794                   /* qualifiers */
 6795                   _CIM_StatisticalSetting_EndStatisticTime_qualifiers,
 6796                   /* type */
 6797                   CIMTYPE_DATETIME,
 6798                   /* subscript */
 6799                   -1,
 6800                   /* value */
 6801                   0,
 6802               };
 6803               
 6804               static const char*
 6805               _CIM_StatisticalSetting_SampleInterval_qualifiers[] =
 6806               {
 6807                   /* ModelCorrespondence */
 6808 mike  1.1.2.1     "\036\000\001CIM_StatisticalData.SampleInterval\000",
 6809                   0,
 6810               };
 6811               
 6812               static SourceProperty
 6813               _CIM_StatisticalSetting_SampleInterval =
 6814               {
 6815                   /* flags */
 6816                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
 6817                   /* name */
 6818                   "SampleInterval",
 6819                   /* qualifiers */
 6820                   _CIM_StatisticalSetting_SampleInterval_qualifiers,
 6821                   /* type */
 6822                   CIMTYPE_DATETIME,
 6823                   /* subscript */
 6824                   -1,
 6825                   /* value */
 6826                   0,
 6827               };
 6828               
 6829 mike  1.1.2.1 static SourceFeature*
 6830               _CIM_StatisticalSetting_features[] =
 6831               {
 6832                   (SourceFeature*)&_CIM_StatisticalSetting_StartStatisticTime,
 6833                   (SourceFeature*)&_CIM_StatisticalSetting_EndStatisticTime,
 6834                   (SourceFeature*)&_CIM_StatisticalSetting_SampleInterval,
 6835                   0,
 6836               };
 6837               
 6838               static const char*
 6839               __root_PG_InterOp_CIM_StatisticalSetting_qualifiers[] =
 6840               {
 6841                   /* UMLPackagePath */
 6842                   "\057CIM::Core::Statistics",
 6843                   /* Version */
 6844                   "\0632.8.0",
 6845                   0,
 6846               };
 6847               
 6848               SourceClass
 6849               __root_PG_InterOp_CIM_StatisticalSetting =
 6850 mike  1.1.2.1 {
 6851                   /* flags */
 6852                   PEGASUS_FLAG_CLASS,
 6853                   /* name */
 6854                   "CIM_StatisticalSetting",
 6855                   /* qualifiers */
 6856                   __root_PG_InterOp_CIM_StatisticalSetting_qualifiers,
 6857 mike  1.1.2.2     /* super */
 6858 mike  1.1.2.1     &__root_PG_InterOp_CIM_SettingData,
 6859                   /* features */
 6860                   _CIM_StatisticalSetting_features,
 6861               };
 6862               
 6863               //==============================================================================
 6864               //
 6865               // Class: CIM_Statistics
 6866               //
 6867               //==============================================================================
 6868               
 6869               static const char*
 6870               _CIM_Statistics_Stats_qualifiers[] =
 6871               {
 6872                   0,
 6873               };
 6874               
 6875               static SourceReference
 6876               _CIM_Statistics_Stats =
 6877               {
 6878                   /* flags */
 6879 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6880                   /* name */
 6881                   "Stats",
 6882                   /* qualifiers */
 6883                   _CIM_Statistics_Stats_qualifiers,
 6884                   /* subscript */
 6885                   -1,
 6886 mike  1.1.2.2     /* refId */
 6887 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
 6888               };
 6889               
 6890               static const char*
 6891               _CIM_Statistics_Element_qualifiers[] =
 6892               {
 6893                   0,
 6894               };
 6895               
 6896               static SourceReference
 6897               _CIM_Statistics_Element =
 6898               {
 6899                   /* flags */
 6900                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6901                   /* name */
 6902                   "Element",
 6903                   /* qualifiers */
 6904                   _CIM_Statistics_Element_qualifiers,
 6905                   /* subscript */
 6906                   -1,
 6907 mike  1.1.2.2     /* refId */
 6908 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 6909               };
 6910               
 6911               static SourceFeature*
 6912               _CIM_Statistics_features[] =
 6913               {
 6914                   (SourceFeature*)&_CIM_Statistics_Stats,
 6915                   (SourceFeature*)&_CIM_Statistics_Element,
 6916                   0,
 6917               };
 6918               
 6919               static const char*
 6920               __root_PG_InterOp_CIM_Statistics_qualifiers[] =
 6921               {
 6922                   /* UMLPackagePath */
 6923                   "\057CIM::Core::Statistics",
 6924                   /* Version */
 6925                   "\0632.6.0",
 6926                   0,
 6927               };
 6928               
 6929 mike  1.1.2.1 SourceClass
 6930               __root_PG_InterOp_CIM_Statistics =
 6931               {
 6932                   /* flags */
 6933                   PEGASUS_FLAG_ASSOCIATION,
 6934                   /* name */
 6935                   "CIM_Statistics",
 6936                   /* qualifiers */
 6937                   __root_PG_InterOp_CIM_Statistics_qualifiers,
 6938 mike  1.1.2.2     /* super */
 6939 mike  1.1.2.1     0,
 6940                   /* features */
 6941                   _CIM_Statistics_features,
 6942               };
 6943               
 6944               //==============================================================================
 6945               //
 6946               // Class: CIM_SupportAccess
 6947               //
 6948               //==============================================================================
 6949               
 6950               static const char*
 6951               _CIM_SupportAccess_SupportAccessId_qualifiers[] =
 6952               {
 6953                   /* MaxLen */
 6954                   "\030\000\000\001\000",
 6955                   0,
 6956               };
 6957               
 6958               static SourceProperty
 6959               _CIM_SupportAccess_SupportAccessId =
 6960 mike  1.1.2.1 {
 6961                   /* flags */
 6962                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6963                   /* name */
 6964                   "SupportAccessId",
 6965                   /* qualifiers */
 6966                   _CIM_SupportAccess_SupportAccessId_qualifiers,
 6967                   /* type */
 6968                   CIMTYPE_STRING,
 6969                   /* subscript */
 6970                   -1,
 6971                   /* value */
 6972                   0,
 6973               };
 6974               
 6975               static const char*
 6976               _CIM_SupportAccess_Description_qualifiers[] =
 6977               {
 6978                   /* Override */
 6979                   "\044Description",
 6980                   /* MappingStrings */
 6981 mike  1.1.2.1     "\026\000\001MIF.DMTF|Support|001.3\000",
 6982                   0,
 6983               };
 6984               
 6985               static SourceProperty
 6986               _CIM_SupportAccess_Description =
 6987               {
 6988                   /* flags */
 6989                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 6990                   /* name */
 6991                   "Description",
 6992                   /* qualifiers */
 6993                   _CIM_SupportAccess_Description_qualifiers,
 6994                   /* type */
 6995                   CIMTYPE_STRING,
 6996                   /* subscript */
 6997                   -1,
 6998                   /* value */
 6999                   0,
 7000               };
 7001               
 7002 mike  1.1.2.1 static const char*
 7003               _CIM_SupportAccess_CommunicationInfo_qualifiers[] =
 7004               {
 7005                   /* MappingStrings */
 7006                   "\026\000\002MIF.DMTF|FRU|002.11\000MIF.DMTF|FRU|002.12\000",
 7007                   0,
 7008               };
 7009               
 7010               static SourceProperty
 7011               _CIM_SupportAccess_CommunicationInfo =
 7012               {
 7013                   /* flags */
 7014                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 7015                   /* name */
 7016                   "CommunicationInfo",
 7017                   /* qualifiers */
 7018                   _CIM_SupportAccess_CommunicationInfo_qualifiers,
 7019                   /* type */
 7020                   CIMTYPE_STRING,
 7021                   /* subscript */
 7022                   -1,
 7023 mike  1.1.2.1     /* value */
 7024                   0,
 7025               };
 7026               
 7027               static const char*
 7028               _CIM_SupportAccess_CommunicationMode_qualifiers[] =
 7029               {
 7030                   /* ValueMap */
 7031                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
 7032                   /* Values */
 7033                   "\062\000\010Other\000Phone\000Fax\000BBS\000Online Service\000Web Page\000FTP\000E-mail\000",
 7034                   /* MappingStrings */
 7035                   "\026\000\001MIF.DMTF|Support|001.5\000",
 7036                   0,
 7037               };
 7038               
 7039               static SourceProperty
 7040               _CIM_SupportAccess_CommunicationMode =
 7041               {
 7042                   /* flags */
 7043                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 7044 mike  1.1.2.1     /* name */
 7045                   "CommunicationMode",
 7046                   /* qualifiers */
 7047                   _CIM_SupportAccess_CommunicationMode_qualifiers,
 7048                   /* type */
 7049                   CIMTYPE_UINT16,
 7050                   /* subscript */
 7051                   -1,
 7052                   /* value */
 7053                   0,
 7054               };
 7055               
 7056               static const char*
 7057               _CIM_SupportAccess_Locale_qualifiers[] =
 7058               {
 7059                   /* MaxLen */
 7060                   "\030\000\000\000\100",
 7061                   /* MappingStrings */
 7062                   "\026\000\001MIF.DMTF|Support|001.2\000",
 7063                   0,
 7064               };
 7065 mike  1.1.2.1 
 7066               static SourceProperty
 7067               _CIM_SupportAccess_Locale =
 7068               {
 7069                   /* flags */
 7070                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 7071                   /* name */
 7072                   "Locale",
 7073                   /* qualifiers */
 7074                   _CIM_SupportAccess_Locale_qualifiers,
 7075                   /* type */
 7076                   CIMTYPE_STRING,
 7077                   /* subscript */
 7078                   -1,
 7079                   /* value */
 7080                   0,
 7081               };
 7082               
 7083               static SourceFeature*
 7084               _CIM_SupportAccess_features[] =
 7085               {
 7086 mike  1.1.2.1     (SourceFeature*)&_CIM_SupportAccess_SupportAccessId,
 7087                   (SourceFeature*)&_CIM_SupportAccess_Description,
 7088                   (SourceFeature*)&_CIM_SupportAccess_CommunicationInfo,
 7089                   (SourceFeature*)&_CIM_SupportAccess_CommunicationMode,
 7090                   (SourceFeature*)&_CIM_SupportAccess_Locale,
 7091                   0,
 7092               };
 7093               
 7094               static const char*
 7095               __root_PG_InterOp_CIM_SupportAccess_qualifiers[] =
 7096               {
 7097                   /* UMLPackagePath */
 7098                   "\057CIM::Core::ProductFRU",
 7099                   /* Version */
 7100                   "\0632.6.0",
 7101                   0,
 7102               };
 7103               
 7104               SourceClass
 7105               __root_PG_InterOp_CIM_SupportAccess =
 7106               {
 7107 mike  1.1.2.1     /* flags */
 7108                   PEGASUS_FLAG_CLASS,
 7109                   /* name */
 7110                   "CIM_SupportAccess",
 7111                   /* qualifiers */
 7112                   __root_PG_InterOp_CIM_SupportAccess_qualifiers,
 7113 mike  1.1.2.2     /* super */
 7114 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 7115                   /* features */
 7116                   _CIM_SupportAccess_features,
 7117               };
 7118               
 7119               //==============================================================================
 7120               //
 7121               // Class: CIM_Synchronized
 7122               //
 7123               //==============================================================================
 7124               
 7125               static const char*
 7126               _CIM_Synchronized_SystemElement_qualifiers[] =
 7127               {
 7128                   0,
 7129               };
 7130               
 7131               static SourceReference
 7132               _CIM_Synchronized_SystemElement =
 7133               {
 7134                   /* flags */
 7135 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7136                   /* name */
 7137                   "SystemElement",
 7138                   /* qualifiers */
 7139                   _CIM_Synchronized_SystemElement_qualifiers,
 7140                   /* subscript */
 7141                   -1,
 7142 mike  1.1.2.2     /* refId */
 7143 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 7144               };
 7145               
 7146               static const char*
 7147               _CIM_Synchronized_SyncedElement_qualifiers[] =
 7148               {
 7149                   0,
 7150               };
 7151               
 7152               static SourceReference
 7153               _CIM_Synchronized_SyncedElement =
 7154               {
 7155                   /* flags */
 7156                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7157                   /* name */
 7158                   "SyncedElement",
 7159                   /* qualifiers */
 7160                   _CIM_Synchronized_SyncedElement_qualifiers,
 7161                   /* subscript */
 7162                   -1,
 7163 mike  1.1.2.2     /* refId */
 7164 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 7165               };
 7166               
 7167               static const char*
 7168               _CIM_Synchronized_WhenSynced_qualifiers[] =
 7169               {
 7170                   0,
 7171               };
 7172               
 7173               static SourceProperty
 7174               _CIM_Synchronized_WhenSynced =
 7175               {
 7176                   /* flags */
 7177                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 7178                   /* name */
 7179                   "WhenSynced",
 7180                   /* qualifiers */
 7181                   _CIM_Synchronized_WhenSynced_qualifiers,
 7182                   /* type */
 7183                   CIMTYPE_DATETIME,
 7184                   /* subscript */
 7185 mike  1.1.2.1     -1,
 7186                   /* value */
 7187                   0,
 7188               };
 7189               
 7190               static const char*
 7191               _CIM_Synchronized_SyncMaintained_qualifiers[] =
 7192               {
 7193                   0,
 7194               };
 7195               
 7196               static SourceProperty
 7197               _CIM_Synchronized_SyncMaintained =
 7198               {
 7199                   /* flags */
 7200                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 7201                   /* name */
 7202                   "SyncMaintained",
 7203                   /* qualifiers */
 7204                   _CIM_Synchronized_SyncMaintained_qualifiers,
 7205                   /* type */
 7206 mike  1.1.2.1     CIMTYPE_BOOLEAN,
 7207                   /* subscript */
 7208                   -1,
 7209                   /* value */
 7210                   0,
 7211               };
 7212               
 7213               static SourceFeature*
 7214               _CIM_Synchronized_features[] =
 7215               {
 7216                   (SourceFeature*)&_CIM_Synchronized_SystemElement,
 7217                   (SourceFeature*)&_CIM_Synchronized_SyncedElement,
 7218                   (SourceFeature*)&_CIM_Synchronized_WhenSynced,
 7219                   (SourceFeature*)&_CIM_Synchronized_SyncMaintained,
 7220                   0,
 7221               };
 7222               
 7223               static const char*
 7224               __root_PG_InterOp_CIM_Synchronized_qualifiers[] =
 7225               {
 7226                   /* UMLPackagePath */
 7227 mike  1.1.2.1     "\057CIM::Core::CoreElements",
 7228                   /* Version */
 7229                   "\0632.8.0",
 7230                   0,
 7231               };
 7232               
 7233               SourceClass
 7234               __root_PG_InterOp_CIM_Synchronized =
 7235               {
 7236                   /* flags */
 7237                   PEGASUS_FLAG_ASSOCIATION,
 7238                   /* name */
 7239                   "CIM_Synchronized",
 7240                   /* qualifiers */
 7241                   __root_PG_InterOp_CIM_Synchronized_qualifiers,
 7242 mike  1.1.2.2     /* super */
 7243 mike  1.1.2.1     0,
 7244                   /* features */
 7245                   _CIM_Synchronized_features,
 7246               };
 7247               
 7248               //==============================================================================
 7249               //
 7250               // Class: CIM_SystemConfiguration
 7251               //
 7252               //==============================================================================
 7253               
 7254               static const char*
 7255               _CIM_SystemConfiguration_SystemCreationClassName_qualifiers[] =
 7256               {
 7257                   /* Propagated */
 7258                   "\045CIM_System.CreationClassName",
 7259                   /* MaxLen */
 7260                   "\030\000\000\001\000",
 7261                   0,
 7262               };
 7263               
 7264 mike  1.1.2.1 static SourceProperty
 7265               _CIM_SystemConfiguration_SystemCreationClassName =
 7266               {
 7267                   /* flags */
 7268                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7269                   /* name */
 7270                   "SystemCreationClassName",
 7271                   /* qualifiers */
 7272                   _CIM_SystemConfiguration_SystemCreationClassName_qualifiers,
 7273                   /* type */
 7274                   CIMTYPE_STRING,
 7275                   /* subscript */
 7276                   -1,
 7277                   /* value */
 7278                   0,
 7279               };
 7280               
 7281               static const char*
 7282               _CIM_SystemConfiguration_SystemName_qualifiers[] =
 7283               {
 7284                   /* Propagated */
 7285 mike  1.1.2.1     "\045CIM_System.Name",
 7286                   /* MaxLen */
 7287                   "\030\000\000\001\000",
 7288                   0,
 7289               };
 7290               
 7291               static SourceProperty
 7292               _CIM_SystemConfiguration_SystemName =
 7293               {
 7294                   /* flags */
 7295                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7296                   /* name */
 7297                   "SystemName",
 7298                   /* qualifiers */
 7299                   _CIM_SystemConfiguration_SystemName_qualifiers,
 7300                   /* type */
 7301                   CIMTYPE_STRING,
 7302                   /* subscript */
 7303                   -1,
 7304                   /* value */
 7305                   0,
 7306 mike  1.1.2.1 };
 7307               
 7308               static const char*
 7309               _CIM_SystemConfiguration_CreationClassName_qualifiers[] =
 7310               {
 7311                   /* MaxLen */
 7312                   "\030\000\000\001\000",
 7313                   0,
 7314               };
 7315               
 7316               static SourceProperty
 7317               _CIM_SystemConfiguration_CreationClassName =
 7318               {
 7319                   /* flags */
 7320                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7321                   /* name */
 7322                   "CreationClassName",
 7323                   /* qualifiers */
 7324                   _CIM_SystemConfiguration_CreationClassName_qualifiers,
 7325                   /* type */
 7326                   CIMTYPE_STRING,
 7327 mike  1.1.2.1     /* subscript */
 7328                   -1,
 7329                   /* value */
 7330                   0,
 7331               };
 7332               
 7333               static const char*
 7334               _CIM_SystemConfiguration_Name_qualifiers[] =
 7335               {
 7336                   /* MaxLen */
 7337                   "\030\000\000\001\000",
 7338                   0,
 7339               };
 7340               
 7341               static SourceProperty
 7342               _CIM_SystemConfiguration_Name =
 7343               {
 7344                   /* flags */
 7345                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7346                   /* name */
 7347                   "Name",
 7348 mike  1.1.2.1     /* qualifiers */
 7349                   _CIM_SystemConfiguration_Name_qualifiers,
 7350                   /* type */
 7351                   CIMTYPE_STRING,
 7352                   /* subscript */
 7353                   -1,
 7354                   /* value */
 7355                   0,
 7356               };
 7357               
 7358               static SourceFeature*
 7359               _CIM_SystemConfiguration_features[] =
 7360               {
 7361                   (SourceFeature*)&_CIM_SystemConfiguration_SystemCreationClassName,
 7362                   (SourceFeature*)&_CIM_SystemConfiguration_SystemName,
 7363                   (SourceFeature*)&_CIM_SystemConfiguration_CreationClassName,
 7364                   (SourceFeature*)&_CIM_SystemConfiguration_Name,
 7365                   0,
 7366               };
 7367               
 7368               static const char*
 7369 mike  1.1.2.1 __root_PG_InterOp_CIM_SystemConfiguration_qualifiers[] =
 7370               {
 7371                   /* UMLPackagePath */
 7372                   "\057CIM::Core::Settings",
 7373                   /* Version */
 7374                   "\0632.6.0",
 7375                   0,
 7376               };
 7377               
 7378               SourceClass
 7379               __root_PG_InterOp_CIM_SystemConfiguration =
 7380               {
 7381                   /* flags */
 7382                   PEGASUS_FLAG_CLASS,
 7383                   /* name */
 7384                   "CIM_SystemConfiguration",
 7385                   /* qualifiers */
 7386                   __root_PG_InterOp_CIM_SystemConfiguration_qualifiers,
 7387 mike  1.1.2.2     /* super */
 7388 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 7389                   /* features */
 7390                   _CIM_SystemConfiguration_features,
 7391               };
 7392               
 7393               //==============================================================================
 7394               //
 7395               // Class: CIM_SystemSetting
 7396               //
 7397               //==============================================================================
 7398               
 7399               static const char*
 7400               _CIM_SystemSetting_SystemCreationClassName_qualifiers[] =
 7401               {
 7402                   /* Propagated */
 7403                   "\045CIM_System.CreationClassName",
 7404                   /* MaxLen */
 7405                   "\030\000\000\001\000",
 7406                   0,
 7407               };
 7408               
 7409 mike  1.1.2.1 static SourceProperty
 7410               _CIM_SystemSetting_SystemCreationClassName =
 7411               {
 7412                   /* flags */
 7413                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7414                   /* name */
 7415                   "SystemCreationClassName",
 7416                   /* qualifiers */
 7417                   _CIM_SystemSetting_SystemCreationClassName_qualifiers,
 7418                   /* type */
 7419                   CIMTYPE_STRING,
 7420                   /* subscript */
 7421                   -1,
 7422                   /* value */
 7423                   0,
 7424               };
 7425               
 7426               static const char*
 7427               _CIM_SystemSetting_SystemName_qualifiers[] =
 7428               {
 7429                   /* Propagated */
 7430 mike  1.1.2.1     "\045CIM_System.Name",
 7431                   /* MaxLen */
 7432                   "\030\000\000\001\000",
 7433                   0,
 7434               };
 7435               
 7436               static SourceProperty
 7437               _CIM_SystemSetting_SystemName =
 7438               {
 7439                   /* flags */
 7440                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7441                   /* name */
 7442                   "SystemName",
 7443                   /* qualifiers */
 7444                   _CIM_SystemSetting_SystemName_qualifiers,
 7445                   /* type */
 7446                   CIMTYPE_STRING,
 7447                   /* subscript */
 7448                   -1,
 7449                   /* value */
 7450                   0,
 7451 mike  1.1.2.1 };
 7452               
 7453               static const char*
 7454               _CIM_SystemSetting_CreationClassName_qualifiers[] =
 7455               {
 7456                   /* MaxLen */
 7457                   "\030\000\000\001\000",
 7458                   0,
 7459               };
 7460               
 7461               static SourceProperty
 7462               _CIM_SystemSetting_CreationClassName =
 7463               {
 7464                   /* flags */
 7465                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7466                   /* name */
 7467                   "CreationClassName",
 7468                   /* qualifiers */
 7469                   _CIM_SystemSetting_CreationClassName_qualifiers,
 7470                   /* type */
 7471                   CIMTYPE_STRING,
 7472 mike  1.1.2.1     /* subscript */
 7473                   -1,
 7474                   /* value */
 7475                   0,
 7476               };
 7477               
 7478               static const char*
 7479               _CIM_SystemSetting_SettingID_qualifiers[] =
 7480               {
 7481                   /* Override */
 7482                   "\044SettingID",
 7483                   /* MaxLen */
 7484                   "\030\000\000\001\000",
 7485                   0,
 7486               };
 7487               
 7488               static SourceProperty
 7489               _CIM_SystemSetting_SettingID =
 7490               {
 7491                   /* flags */
 7492                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7493 mike  1.1.2.1     /* name */
 7494                   "SettingID",
 7495                   /* qualifiers */
 7496                   _CIM_SystemSetting_SettingID_qualifiers,
 7497                   /* type */
 7498                   CIMTYPE_STRING,
 7499                   /* subscript */
 7500                   -1,
 7501                   /* value */
 7502                   0,
 7503               };
 7504               
 7505               static SourceFeature*
 7506               _CIM_SystemSetting_features[] =
 7507               {
 7508                   (SourceFeature*)&_CIM_SystemSetting_SystemCreationClassName,
 7509                   (SourceFeature*)&_CIM_SystemSetting_SystemName,
 7510                   (SourceFeature*)&_CIM_SystemSetting_CreationClassName,
 7511                   (SourceFeature*)&_CIM_SystemSetting_SettingID,
 7512                   0,
 7513               };
 7514 mike  1.1.2.1 
 7515               static const char*
 7516               __root_PG_InterOp_CIM_SystemSetting_qualifiers[] =
 7517               {
 7518                   /* UMLPackagePath */
 7519                   "\057CIM::Core::Settings",
 7520                   /* Version */
 7521                   "\0632.10.0",
 7522                   0,
 7523               };
 7524               
 7525               SourceClass
 7526               __root_PG_InterOp_CIM_SystemSetting =
 7527               {
 7528                   /* flags */
 7529                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 7530                   /* name */
 7531                   "CIM_SystemSetting",
 7532                   /* qualifiers */
 7533                   __root_PG_InterOp_CIM_SystemSetting_qualifiers,
 7534 mike  1.1.2.2     /* super */
 7535 mike  1.1.2.1     &__root_PG_InterOp_CIM_Setting,
 7536                   /* features */
 7537                   _CIM_SystemSetting_features,
 7538               };
 7539               
 7540               //==============================================================================
 7541               //
 7542               // Class: CIM_SystemSettingContext
 7543               //
 7544               //==============================================================================
 7545               
 7546               static const char*
 7547               _CIM_SystemSettingContext_Context_qualifiers[] =
 7548               {
 7549                   0,
 7550               };
 7551               
 7552               static SourceReference
 7553               _CIM_SystemSettingContext_Context =
 7554               {
 7555                   /* flags */
 7556 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 7557                   /* name */
 7558                   "Context",
 7559                   /* qualifiers */
 7560                   _CIM_SystemSettingContext_Context_qualifiers,
 7561                   /* subscript */
 7562                   -1,
 7563 mike  1.1.2.2     /* refId */
 7564 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemConfiguration,
 7565               };
 7566               
 7567               static const char*
 7568               _CIM_SystemSettingContext_Setting_qualifiers[] =
 7569               {
 7570                   0,
 7571               };
 7572               
 7573               static SourceReference
 7574               _CIM_SystemSettingContext_Setting =
 7575               {
 7576                   /* flags */
 7577                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7578                   /* name */
 7579                   "Setting",
 7580                   /* qualifiers */
 7581                   _CIM_SystemSettingContext_Setting_qualifiers,
 7582                   /* subscript */
 7583                   -1,
 7584 mike  1.1.2.2     /* refId */
 7585 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemSetting,
 7586               };
 7587               
 7588               static SourceFeature*
 7589               _CIM_SystemSettingContext_features[] =
 7590               {
 7591                   (SourceFeature*)&_CIM_SystemSettingContext_Context,
 7592                   (SourceFeature*)&_CIM_SystemSettingContext_Setting,
 7593                   0,
 7594               };
 7595               
 7596               static const char*
 7597               __root_PG_InterOp_CIM_SystemSettingContext_qualifiers[] =
 7598               {
 7599                   /* UMLPackagePath */
 7600                   "\057CIM::Core::Settings",
 7601                   /* Version */
 7602                   "\0632.6.0",
 7603                   0,
 7604               };
 7605               
 7606 mike  1.1.2.1 SourceClass
 7607               __root_PG_InterOp_CIM_SystemSettingContext =
 7608               {
 7609                   /* flags */
 7610                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 7611                   /* name */
 7612                   "CIM_SystemSettingContext",
 7613                   /* qualifiers */
 7614                   __root_PG_InterOp_CIM_SystemSettingContext_qualifiers,
 7615 mike  1.1.2.2     /* super */
 7616 mike  1.1.2.1     0,
 7617                   /* features */
 7618                   _CIM_SystemSettingContext_features,
 7619               };
 7620               
 7621               //==============================================================================
 7622               //
 7623               // Class: CIM_SystemSpecificCollection
 7624               //
 7625               //==============================================================================
 7626               
 7627               static const char*
 7628               _CIM_SystemSpecificCollection_InstanceID_qualifiers[] =
 7629               {
 7630                   0,
 7631               };
 7632               
 7633               static SourceProperty
 7634               _CIM_SystemSpecificCollection_InstanceID =
 7635               {
 7636                   /* flags */
 7637 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7638                   /* name */
 7639                   "InstanceID",
 7640                   /* qualifiers */
 7641                   _CIM_SystemSpecificCollection_InstanceID_qualifiers,
 7642                   /* type */
 7643                   CIMTYPE_STRING,
 7644                   /* subscript */
 7645                   -1,
 7646                   /* value */
 7647                   0,
 7648               };
 7649               
 7650               static SourceFeature*
 7651               _CIM_SystemSpecificCollection_features[] =
 7652               {
 7653                   (SourceFeature*)&_CIM_SystemSpecificCollection_InstanceID,
 7654                   0,
 7655               };
 7656               
 7657               static const char*
 7658 mike  1.1.2.1 __root_PG_InterOp_CIM_SystemSpecificCollection_qualifiers[] =
 7659               {
 7660                   /* UMLPackagePath */
 7661                   "\057CIM::Core::Collection",
 7662                   /* Version */
 7663                   "\0632.10.0",
 7664                   0,
 7665               };
 7666               
 7667               SourceClass
 7668               __root_PG_InterOp_CIM_SystemSpecificCollection =
 7669               {
 7670                   /* flags */
 7671                   PEGASUS_FLAG_CLASS,
 7672                   /* name */
 7673                   "CIM_SystemSpecificCollection",
 7674                   /* qualifiers */
 7675                   __root_PG_InterOp_CIM_SystemSpecificCollection_qualifiers,
 7676 mike  1.1.2.2     /* super */
 7677 mike  1.1.2.1     &__root_PG_InterOp_CIM_Collection,
 7678                   /* features */
 7679                   _CIM_SystemSpecificCollection_features,
 7680               };
 7681               
 7682               //==============================================================================
 7683               //
 7684               // Class: CIM_SystemStatisticalInformation
 7685               //
 7686               //==============================================================================
 7687               
 7688               static const char*
 7689               _CIM_SystemStatisticalInformation_SystemCreationClassName_qualifiers[] =
 7690               {
 7691                   /* Propagated */
 7692                   "\045CIM_System.CreationClassName",
 7693                   /* MaxLen */
 7694                   "\030\000\000\001\000",
 7695                   0,
 7696               };
 7697               
 7698 mike  1.1.2.1 static SourceProperty
 7699               _CIM_SystemStatisticalInformation_SystemCreationClassName =
 7700               {
 7701                   /* flags */
 7702                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7703                   /* name */
 7704                   "SystemCreationClassName",
 7705                   /* qualifiers */
 7706                   _CIM_SystemStatisticalInformation_SystemCreationClassName_qualifiers,
 7707                   /* type */
 7708                   CIMTYPE_STRING,
 7709                   /* subscript */
 7710                   -1,
 7711                   /* value */
 7712                   0,
 7713               };
 7714               
 7715               static const char*
 7716               _CIM_SystemStatisticalInformation_SystemName_qualifiers[] =
 7717               {
 7718                   /* Propagated */
 7719 mike  1.1.2.1     "\045CIM_System.Name",
 7720                   /* MaxLen */
 7721                   "\030\000\000\001\000",
 7722                   0,
 7723               };
 7724               
 7725               static SourceProperty
 7726               _CIM_SystemStatisticalInformation_SystemName =
 7727               {
 7728                   /* flags */
 7729                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7730                   /* name */
 7731                   "SystemName",
 7732                   /* qualifiers */
 7733                   _CIM_SystemStatisticalInformation_SystemName_qualifiers,
 7734                   /* type */
 7735                   CIMTYPE_STRING,
 7736                   /* subscript */
 7737                   -1,
 7738                   /* value */
 7739                   0,
 7740 mike  1.1.2.1 };
 7741               
 7742               static const char*
 7743               _CIM_SystemStatisticalInformation_CreationClassName_qualifiers[] =
 7744               {
 7745                   /* MaxLen */
 7746                   "\030\000\000\001\000",
 7747                   0,
 7748               };
 7749               
 7750               static SourceProperty
 7751               _CIM_SystemStatisticalInformation_CreationClassName =
 7752               {
 7753                   /* flags */
 7754                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7755                   /* name */
 7756                   "CreationClassName",
 7757                   /* qualifiers */
 7758                   _CIM_SystemStatisticalInformation_CreationClassName_qualifiers,
 7759                   /* type */
 7760                   CIMTYPE_STRING,
 7761 mike  1.1.2.1     /* subscript */
 7762                   -1,
 7763                   /* value */
 7764                   0,
 7765               };
 7766               
 7767               static const char*
 7768               _CIM_SystemStatisticalInformation_Name_qualifiers[] =
 7769               {
 7770                   /* Override */
 7771                   "\044Name",
 7772                   /* MaxLen */
 7773                   "\030\000\000\001\000",
 7774                   0,
 7775               };
 7776               
 7777               static SourceProperty
 7778               _CIM_SystemStatisticalInformation_Name =
 7779               {
 7780                   /* flags */
 7781                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7782 mike  1.1.2.1     /* name */
 7783                   "Name",
 7784                   /* qualifiers */
 7785                   _CIM_SystemStatisticalInformation_Name_qualifiers,
 7786                   /* type */
 7787                   CIMTYPE_STRING,
 7788                   /* subscript */
 7789                   -1,
 7790                   /* value */
 7791                   0,
 7792               };
 7793               
 7794               static SourceFeature*
 7795               _CIM_SystemStatisticalInformation_features[] =
 7796               {
 7797                   (SourceFeature*)&_CIM_SystemStatisticalInformation_SystemCreationClassName,
 7798                   (SourceFeature*)&_CIM_SystemStatisticalInformation_SystemName,
 7799                   (SourceFeature*)&_CIM_SystemStatisticalInformation_CreationClassName,
 7800                   (SourceFeature*)&_CIM_SystemStatisticalInformation_Name,
 7801                   0,
 7802               };
 7803 mike  1.1.2.1 
 7804               static const char*
 7805               __root_PG_InterOp_CIM_SystemStatisticalInformation_qualifiers[] =
 7806               {
 7807                   /* UMLPackagePath */
 7808                   "\057CIM::Core::Statistics",
 7809                   /* Version */
 7810                   "\0632.6.0",
 7811                   0,
 7812               };
 7813               
 7814               SourceClass
 7815               __root_PG_InterOp_CIM_SystemStatisticalInformation =
 7816               {
 7817                   /* flags */
 7818                   PEGASUS_FLAG_CLASS,
 7819                   /* name */
 7820                   "CIM_SystemStatisticalInformation",
 7821                   /* qualifiers */
 7822                   __root_PG_InterOp_CIM_SystemStatisticalInformation_qualifiers,
 7823 mike  1.1.2.2     /* super */
 7824 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
 7825                   /* features */
 7826                   _CIM_SystemStatisticalInformation_features,
 7827               };
 7828               
 7829               //==============================================================================
 7830               //
 7831               // Class: CIM_CollectedCollections
 7832               //
 7833               //==============================================================================
 7834               
 7835               static const char*
 7836               _CIM_CollectedCollections_Collection_qualifiers[] =
 7837               {
 7838                   0,
 7839               };
 7840               
 7841               static SourceReference
 7842               _CIM_CollectedCollections_Collection =
 7843               {
 7844                   /* flags */
 7845 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 7846                   /* name */
 7847                   "Collection",
 7848                   /* qualifiers */
 7849                   _CIM_CollectedCollections_Collection_qualifiers,
 7850                   /* subscript */
 7851                   -1,
 7852 mike  1.1.2.2     /* refId */
 7853 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 7854               };
 7855               
 7856               static const char*
 7857               _CIM_CollectedCollections_CollectionInCollection_qualifiers[] =
 7858               {
 7859                   0,
 7860               };
 7861               
 7862               static SourceReference
 7863               _CIM_CollectedCollections_CollectionInCollection =
 7864               {
 7865                   /* flags */
 7866                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7867                   /* name */
 7868                   "CollectionInCollection",
 7869                   /* qualifiers */
 7870                   _CIM_CollectedCollections_CollectionInCollection_qualifiers,
 7871                   /* subscript */
 7872                   -1,
 7873 mike  1.1.2.2     /* refId */
 7874 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 7875               };
 7876               
 7877               static SourceFeature*
 7878               _CIM_CollectedCollections_features[] =
 7879               {
 7880                   (SourceFeature*)&_CIM_CollectedCollections_Collection,
 7881                   (SourceFeature*)&_CIM_CollectedCollections_CollectionInCollection,
 7882                   0,
 7883               };
 7884               
 7885               static const char*
 7886               __root_PG_InterOp_CIM_CollectedCollections_qualifiers[] =
 7887               {
 7888                   /* UMLPackagePath */
 7889                   "\057CIM::Core::Collection",
 7890                   /* Version */
 7891                   "\0632.10.0",
 7892                   0,
 7893               };
 7894               
 7895 mike  1.1.2.1 SourceClass
 7896               __root_PG_InterOp_CIM_CollectedCollections =
 7897               {
 7898                   /* flags */
 7899                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 7900                   /* name */
 7901                   "CIM_CollectedCollections",
 7902                   /* qualifiers */
 7903                   __root_PG_InterOp_CIM_CollectedCollections_qualifiers,
 7904 mike  1.1.2.2     /* super */
 7905 mike  1.1.2.1     0,
 7906                   /* features */
 7907                   _CIM_CollectedCollections_features,
 7908               };
 7909               
 7910               //==============================================================================
 7911               //
 7912               // Class: CIM_CollectedMSEs
 7913               //
 7914               //==============================================================================
 7915               
 7916               static const char*
 7917               _CIM_CollectedMSEs_Collection_qualifiers[] =
 7918               {
 7919                   /* Override */
 7920                   "\044Collection",
 7921                   0,
 7922               };
 7923               
 7924               static SourceReference
 7925               _CIM_CollectedMSEs_Collection =
 7926 mike  1.1.2.1 {
 7927                   /* flags */
 7928                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 7929                   /* name */
 7930                   "Collection",
 7931                   /* qualifiers */
 7932                   _CIM_CollectedMSEs_Collection_qualifiers,
 7933                   /* subscript */
 7934                   -1,
 7935 mike  1.1.2.2     /* refId */
 7936 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 7937               };
 7938               
 7939               static const char*
 7940               _CIM_CollectedMSEs_Member_qualifiers[] =
 7941               {
 7942                   /* Override */
 7943                   "\044Member",
 7944                   0,
 7945               };
 7946               
 7947               static SourceReference
 7948               _CIM_CollectedMSEs_Member =
 7949               {
 7950                   /* flags */
 7951                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 7952                   /* name */
 7953                   "Member",
 7954                   /* qualifiers */
 7955                   _CIM_CollectedMSEs_Member_qualifiers,
 7956                   /* subscript */
 7957 mike  1.1.2.1     -1,
 7958 mike  1.1.2.2     /* refId */
 7959 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 7960               };
 7961               
 7962               static SourceFeature*
 7963               _CIM_CollectedMSEs_features[] =
 7964               {
 7965                   (SourceFeature*)&_CIM_CollectedMSEs_Collection,
 7966                   (SourceFeature*)&_CIM_CollectedMSEs_Member,
 7967                   0,
 7968               };
 7969               
 7970               static const char*
 7971               __root_PG_InterOp_CIM_CollectedMSEs_qualifiers[] =
 7972               {
 7973                   /* UMLPackagePath */
 7974                   "\057CIM::Core::Collection",
 7975                   /* Version */
 7976                   "\0632.6.0",
 7977                   0,
 7978               };
 7979               
 7980 mike  1.1.2.1 SourceClass
 7981               __root_PG_InterOp_CIM_CollectedMSEs =
 7982               {
 7983                   /* flags */
 7984                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 7985                   /* name */
 7986                   "CIM_CollectedMSEs",
 7987                   /* qualifiers */
 7988                   __root_PG_InterOp_CIM_CollectedMSEs_qualifiers,
 7989 mike  1.1.2.2     /* super */
 7990 mike  1.1.2.1     &__root_PG_InterOp_CIM_MemberOfCollection,
 7991                   /* features */
 7992                   _CIM_CollectedMSEs_features,
 7993               };
 7994               
 7995               //==============================================================================
 7996               //
 7997               // Class: CIM_CollectionConfiguration
 7998               //
 7999               //==============================================================================
 8000               
 8001               static const char*
 8002               _CIM_CollectionConfiguration_Collection_qualifiers[] =
 8003               {
 8004                   /* Deprecated */
 8005                   "\013\000\002CIM_ElementSettingData.ManagedElement\000CIM_CollectionSetting.Collection\000",
 8006                   0,
 8007               };
 8008               
 8009               static SourceReference
 8010               _CIM_CollectionConfiguration_Collection =
 8011 mike  1.1.2.1 {
 8012                   /* flags */
 8013                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8014                   /* name */
 8015                   "Collection",
 8016                   /* qualifiers */
 8017                   _CIM_CollectionConfiguration_Collection_qualifiers,
 8018                   /* subscript */
 8019                   -1,
 8020 mike  1.1.2.2     /* refId */
 8021 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 8022               };
 8023               
 8024               static const char*
 8025               _CIM_CollectionConfiguration_Configuration_qualifiers[] =
 8026               {
 8027                   /* Deprecated */
 8028                   "\013\000\002CIM_ElementSettingData.SettingData\000CIM_CollectionSetting.Setting\000",
 8029                   0,
 8030               };
 8031               
 8032               static SourceReference
 8033               _CIM_CollectionConfiguration_Configuration =
 8034               {
 8035                   /* flags */
 8036                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8037                   /* name */
 8038                   "Configuration",
 8039                   /* qualifiers */
 8040                   _CIM_CollectionConfiguration_Configuration_qualifiers,
 8041                   /* subscript */
 8042 mike  1.1.2.1     -1,
 8043 mike  1.1.2.2     /* refId */
 8044 mike  1.1.2.1     &__root_PG_InterOp_CIM_Configuration,
 8045               };
 8046               
 8047               static SourceFeature*
 8048               _CIM_CollectionConfiguration_features[] =
 8049               {
 8050                   (SourceFeature*)&_CIM_CollectionConfiguration_Collection,
 8051                   (SourceFeature*)&_CIM_CollectionConfiguration_Configuration,
 8052                   0,
 8053               };
 8054               
 8055               static const char*
 8056               __root_PG_InterOp_CIM_CollectionConfiguration_qualifiers[] =
 8057               {
 8058                   /* Deprecated */
 8059                   "\013\000\002CIM_ElementSettingData\000CIM_CollectionSetting\000",
 8060                   /* UMLPackagePath */
 8061                   "\057CIM::Core::Settings",
 8062                   /* Version */
 8063                   "\0632.10.0",
 8064                   0,
 8065 mike  1.1.2.1 };
 8066               
 8067               SourceClass
 8068               __root_PG_InterOp_CIM_CollectionConfiguration =
 8069               {
 8070                   /* flags */
 8071                   PEGASUS_FLAG_ASSOCIATION,
 8072                   /* name */
 8073                   "CIM_CollectionConfiguration",
 8074                   /* qualifiers */
 8075                   __root_PG_InterOp_CIM_CollectionConfiguration_qualifiers,
 8076 mike  1.1.2.2     /* super */
 8077 mike  1.1.2.1     0,
 8078                   /* features */
 8079                   _CIM_CollectionConfiguration_features,
 8080               };
 8081               
 8082               //==============================================================================
 8083               //
 8084               // Class: CIM_CollectionSetting
 8085               //
 8086               //==============================================================================
 8087               
 8088               static const char*
 8089               _CIM_CollectionSetting_Collection_qualifiers[] =
 8090               {
 8091                   0,
 8092               };
 8093               
 8094               static SourceReference
 8095               _CIM_CollectionSetting_Collection =
 8096               {
 8097                   /* flags */
 8098 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8099                   /* name */
 8100                   "Collection",
 8101                   /* qualifiers */
 8102                   _CIM_CollectionSetting_Collection_qualifiers,
 8103                   /* subscript */
 8104                   -1,
 8105 mike  1.1.2.2     /* refId */
 8106 mike  1.1.2.1     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 8107               };
 8108               
 8109               static const char*
 8110               _CIM_CollectionSetting_Setting_qualifiers[] =
 8111               {
 8112                   0,
 8113               };
 8114               
 8115               static SourceReference
 8116               _CIM_CollectionSetting_Setting =
 8117               {
 8118                   /* flags */
 8119                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8120                   /* name */
 8121                   "Setting",
 8122                   /* qualifiers */
 8123                   _CIM_CollectionSetting_Setting_qualifiers,
 8124                   /* subscript */
 8125                   -1,
 8126 mike  1.1.2.2     /* refId */
 8127 mike  1.1.2.1     &__root_PG_InterOp_CIM_Setting,
 8128               };
 8129               
 8130               static SourceFeature*
 8131               _CIM_CollectionSetting_features[] =
 8132               {
 8133                   (SourceFeature*)&_CIM_CollectionSetting_Collection,
 8134                   (SourceFeature*)&_CIM_CollectionSetting_Setting,
 8135                   0,
 8136               };
 8137               
 8138               static const char*
 8139               __root_PG_InterOp_CIM_CollectionSetting_qualifiers[] =
 8140               {
 8141                   /* UMLPackagePath */
 8142                   "\057CIM::Core::Settings",
 8143                   /* Version */
 8144                   "\0632.6.0",
 8145                   0,
 8146               };
 8147               
 8148 mike  1.1.2.1 SourceClass
 8149               __root_PG_InterOp_CIM_CollectionSetting =
 8150               {
 8151                   /* flags */
 8152                   PEGASUS_FLAG_ASSOCIATION,
 8153                   /* name */
 8154                   "CIM_CollectionSetting",
 8155                   /* qualifiers */
 8156                   __root_PG_InterOp_CIM_CollectionSetting_qualifiers,
 8157 mike  1.1.2.2     /* super */
 8158 mike  1.1.2.1     0,
 8159                   /* features */
 8160                   _CIM_CollectionSetting_features,
 8161               };
 8162               
 8163               //==============================================================================
 8164               //
 8165               // Class: CIM_CompatibleProduct
 8166               //
 8167               //==============================================================================
 8168               
 8169               static const char*
 8170               _CIM_CompatibleProduct_Product_qualifiers[] =
 8171               {
 8172                   0,
 8173               };
 8174               
 8175               static SourceReference
 8176               _CIM_CompatibleProduct_Product =
 8177               {
 8178                   /* flags */
 8179 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8180                   /* name */
 8181                   "Product",
 8182                   /* qualifiers */
 8183                   _CIM_CompatibleProduct_Product_qualifiers,
 8184                   /* subscript */
 8185                   -1,
 8186 mike  1.1.2.2     /* refId */
 8187 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 8188               };
 8189               
 8190               static const char*
 8191               _CIM_CompatibleProduct_CompatibleProduct_qualifiers[] =
 8192               {
 8193                   0,
 8194               };
 8195               
 8196               static SourceReference
 8197               _CIM_CompatibleProduct_CompatibleProduct =
 8198               {
 8199                   /* flags */
 8200                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8201                   /* name */
 8202                   "CompatibleProduct",
 8203                   /* qualifiers */
 8204                   _CIM_CompatibleProduct_CompatibleProduct_qualifiers,
 8205                   /* subscript */
 8206                   -1,
 8207 mike  1.1.2.2     /* refId */
 8208 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 8209               };
 8210               
 8211               static const char*
 8212               _CIM_CompatibleProduct_CompatibilityDescription_qualifiers[] =
 8213               {
 8214                   0,
 8215               };
 8216               
 8217               static SourceProperty
 8218               _CIM_CompatibleProduct_CompatibilityDescription =
 8219               {
 8220                   /* flags */
 8221                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 8222                   /* name */
 8223                   "CompatibilityDescription",
 8224                   /* qualifiers */
 8225                   _CIM_CompatibleProduct_CompatibilityDescription_qualifiers,
 8226                   /* type */
 8227                   CIMTYPE_STRING,
 8228                   /* subscript */
 8229 mike  1.1.2.1     -1,
 8230                   /* value */
 8231                   0,
 8232               };
 8233               
 8234               static SourceFeature*
 8235               _CIM_CompatibleProduct_features[] =
 8236               {
 8237                   (SourceFeature*)&_CIM_CompatibleProduct_Product,
 8238                   (SourceFeature*)&_CIM_CompatibleProduct_CompatibleProduct,
 8239                   (SourceFeature*)&_CIM_CompatibleProduct_CompatibilityDescription,
 8240                   0,
 8241               };
 8242               
 8243               static const char*
 8244               __root_PG_InterOp_CIM_CompatibleProduct_qualifiers[] =
 8245               {
 8246                   /* UMLPackagePath */
 8247                   "\057CIM::Core::ProductFRU",
 8248                   /* Version */
 8249                   "\0632.6.0",
 8250 mike  1.1.2.1     0,
 8251               };
 8252               
 8253               SourceClass
 8254               __root_PG_InterOp_CIM_CompatibleProduct =
 8255               {
 8256                   /* flags */
 8257                   PEGASUS_FLAG_ASSOCIATION,
 8258                   /* name */
 8259                   "CIM_CompatibleProduct",
 8260                   /* qualifiers */
 8261                   __root_PG_InterOp_CIM_CompatibleProduct_qualifiers,
 8262 mike  1.1.2.2     /* super */
 8263 mike  1.1.2.1     0,
 8264                   /* features */
 8265                   _CIM_CompatibleProduct_features,
 8266               };
 8267               
 8268               //==============================================================================
 8269               //
 8270               // Class: CIM_ConcreteDependency
 8271               //
 8272               //==============================================================================
 8273               
 8274               static const char*
 8275               _CIM_ConcreteDependency_Antecedent_qualifiers[] =
 8276               {
 8277                   /* Override */
 8278                   "\044Antecedent",
 8279                   0,
 8280               };
 8281               
 8282               static SourceReference
 8283               _CIM_ConcreteDependency_Antecedent =
 8284 mike  1.1.2.1 {
 8285                   /* flags */
 8286                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 8287                   /* name */
 8288                   "Antecedent",
 8289                   /* qualifiers */
 8290                   _CIM_ConcreteDependency_Antecedent_qualifiers,
 8291                   /* subscript */
 8292                   -1,
 8293 mike  1.1.2.2     /* refId */
 8294 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 8295               };
 8296               
 8297               static const char*
 8298               _CIM_ConcreteDependency_Dependent_qualifiers[] =
 8299               {
 8300                   /* Override */
 8301                   "\044Dependent",
 8302                   0,
 8303               };
 8304               
 8305               static SourceReference
 8306               _CIM_ConcreteDependency_Dependent =
 8307               {
 8308                   /* flags */
 8309                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 8310                   /* name */
 8311                   "Dependent",
 8312                   /* qualifiers */
 8313                   _CIM_ConcreteDependency_Dependent_qualifiers,
 8314                   /* subscript */
 8315 mike  1.1.2.1     -1,
 8316 mike  1.1.2.2     /* refId */
 8317 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 8318               };
 8319               
 8320               static SourceFeature*
 8321               _CIM_ConcreteDependency_features[] =
 8322               {
 8323                   (SourceFeature*)&_CIM_ConcreteDependency_Antecedent,
 8324                   (SourceFeature*)&_CIM_ConcreteDependency_Dependent,
 8325                   0,
 8326               };
 8327               
 8328               static const char*
 8329               __root_PG_InterOp_CIM_ConcreteDependency_qualifiers[] =
 8330               {
 8331                   /* UMLPackagePath */
 8332                   "\057CIM::Core::CoreElements",
 8333                   /* Version */
 8334                   "\0632.10.0",
 8335                   0,
 8336               };
 8337               
 8338 mike  1.1.2.1 SourceClass
 8339               __root_PG_InterOp_CIM_ConcreteDependency =
 8340               {
 8341                   /* flags */
 8342                   PEGASUS_FLAG_ASSOCIATION,
 8343                   /* name */
 8344                   "CIM_ConcreteDependency",
 8345                   /* qualifiers */
 8346                   __root_PG_InterOp_CIM_ConcreteDependency_qualifiers,
 8347 mike  1.1.2.2     /* super */
 8348 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
 8349                   /* features */
 8350                   _CIM_ConcreteDependency_features,
 8351               };
 8352               
 8353               //==============================================================================
 8354               //
 8355               // Class: CIM_ConcreteIdentity
 8356               //
 8357               //==============================================================================
 8358               
 8359               static const char*
 8360               _CIM_ConcreteIdentity_SystemElement_qualifiers[] =
 8361               {
 8362                   /* Override */
 8363                   "\044SystemElement",
 8364                   0,
 8365               };
 8366               
 8367               static SourceReference
 8368               _CIM_ConcreteIdentity_SystemElement =
 8369 mike  1.1.2.1 {
 8370                   /* flags */
 8371                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 8372                   /* name */
 8373                   "SystemElement",
 8374                   /* qualifiers */
 8375                   _CIM_ConcreteIdentity_SystemElement_qualifiers,
 8376                   /* subscript */
 8377                   -1,
 8378 mike  1.1.2.2     /* refId */
 8379 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 8380               };
 8381               
 8382               static const char*
 8383               _CIM_ConcreteIdentity_SameElement_qualifiers[] =
 8384               {
 8385                   /* Override */
 8386                   "\044SameElement",
 8387                   0,
 8388               };
 8389               
 8390               static SourceReference
 8391               _CIM_ConcreteIdentity_SameElement =
 8392               {
 8393                   /* flags */
 8394                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 8395                   /* name */
 8396                   "SameElement",
 8397                   /* qualifiers */
 8398                   _CIM_ConcreteIdentity_SameElement_qualifiers,
 8399                   /* subscript */
 8400 mike  1.1.2.1     -1,
 8401 mike  1.1.2.2     /* refId */
 8402 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 8403               };
 8404               
 8405               static SourceFeature*
 8406               _CIM_ConcreteIdentity_features[] =
 8407               {
 8408                   (SourceFeature*)&_CIM_ConcreteIdentity_SystemElement,
 8409                   (SourceFeature*)&_CIM_ConcreteIdentity_SameElement,
 8410                   0,
 8411               };
 8412               
 8413               static const char*
 8414               __root_PG_InterOp_CIM_ConcreteIdentity_qualifiers[] =
 8415               {
 8416                   /* UMLPackagePath */
 8417                   "\057CIM::Core::CoreElements",
 8418                   /* Version */
 8419                   "\0632.10.0",
 8420                   0,
 8421               };
 8422               
 8423 mike  1.1.2.1 SourceClass
 8424               __root_PG_InterOp_CIM_ConcreteIdentity =
 8425               {
 8426                   /* flags */
 8427                   PEGASUS_FLAG_ASSOCIATION,
 8428                   /* name */
 8429                   "CIM_ConcreteIdentity",
 8430                   /* qualifiers */
 8431                   __root_PG_InterOp_CIM_ConcreteIdentity_qualifiers,
 8432 mike  1.1.2.2     /* super */
 8433 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalIdentity,
 8434                   /* features */
 8435                   _CIM_ConcreteIdentity_features,
 8436               };
 8437               
 8438               //==============================================================================
 8439               //
 8440               // Class: CIM_ContainedLocation
 8441               //
 8442               //==============================================================================
 8443               
 8444               static const char*
 8445               _CIM_ContainedLocation_GroupComponent_qualifiers[] =
 8446               {
 8447                   /* Override */
 8448                   "\044GroupComponent",
 8449                   /* Max */
 8450                   "\027\000\000\000\001",
 8451                   0,
 8452               };
 8453               
 8454 mike  1.1.2.1 static SourceReference
 8455               _CIM_ContainedLocation_GroupComponent =
 8456               {
 8457                   /* flags */
 8458                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 8459                   /* name */
 8460                   "GroupComponent",
 8461                   /* qualifiers */
 8462                   _CIM_ContainedLocation_GroupComponent_qualifiers,
 8463                   /* subscript */
 8464                   -1,
 8465 mike  1.1.2.2     /* refId */
 8466 mike  1.1.2.1     &__root_PG_InterOp_CIM_Location,
 8467               };
 8468               
 8469               static const char*
 8470               _CIM_ContainedLocation_PartComponent_qualifiers[] =
 8471               {
 8472                   /* Override */
 8473                   "\044PartComponent",
 8474                   0,
 8475               };
 8476               
 8477               static SourceReference
 8478               _CIM_ContainedLocation_PartComponent =
 8479               {
 8480                   /* flags */
 8481                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 8482                   /* name */
 8483                   "PartComponent",
 8484                   /* qualifiers */
 8485                   _CIM_ContainedLocation_PartComponent_qualifiers,
 8486                   /* subscript */
 8487 mike  1.1.2.1     -1,
 8488 mike  1.1.2.2     /* refId */
 8489 mike  1.1.2.1     &__root_PG_InterOp_CIM_Location,
 8490               };
 8491               
 8492               static SourceFeature*
 8493               _CIM_ContainedLocation_features[] =
 8494               {
 8495                   (SourceFeature*)&_CIM_ContainedLocation_GroupComponent,
 8496                   (SourceFeature*)&_CIM_ContainedLocation_PartComponent,
 8497                   0,
 8498               };
 8499               
 8500               static const char*
 8501               __root_PG_InterOp_CIM_ContainedLocation_qualifiers[] =
 8502               {
 8503                   /* UMLPackagePath */
 8504                   "\057CIM::Core::Physical",
 8505                   /* Version */
 8506                   "\0632.7.0",
 8507                   0,
 8508               };
 8509               
 8510 mike  1.1.2.1 SourceClass
 8511               __root_PG_InterOp_CIM_ContainedLocation =
 8512               {
 8513                   /* flags */
 8514                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 8515                   /* name */
 8516                   "CIM_ContainedLocation",
 8517                   /* qualifiers */
 8518                   __root_PG_InterOp_CIM_ContainedLocation_qualifiers,
 8519 mike  1.1.2.2     /* super */
 8520 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
 8521                   /* features */
 8522                   _CIM_ContainedLocation_features,
 8523               };
 8524               
 8525               //==============================================================================
 8526               //
 8527               // Class: CIM_DeviceStatisticalInformation
 8528               //
 8529               //==============================================================================
 8530               
 8531               static const char*
 8532               _CIM_DeviceStatisticalInformation_SystemCreationClassName_qualifiers[] =
 8533               {
 8534                   /* Propagated */
 8535                   "\045CIM_LogicalDevice.SystemCreationClassName",
 8536                   /* MaxLen */
 8537                   "\030\000\000\001\000",
 8538                   0,
 8539               };
 8540               
 8541 mike  1.1.2.1 static SourceProperty
 8542               _CIM_DeviceStatisticalInformation_SystemCreationClassName =
 8543               {
 8544                   /* flags */
 8545                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8546                   /* name */
 8547                   "SystemCreationClassName",
 8548                   /* qualifiers */
 8549                   _CIM_DeviceStatisticalInformation_SystemCreationClassName_qualifiers,
 8550                   /* type */
 8551                   CIMTYPE_STRING,
 8552                   /* subscript */
 8553                   -1,
 8554                   /* value */
 8555                   0,
 8556               };
 8557               
 8558               static const char*
 8559               _CIM_DeviceStatisticalInformation_SystemName_qualifiers[] =
 8560               {
 8561                   /* Propagated */
 8562 mike  1.1.2.1     "\045CIM_LogicalDevice.SystemName",
 8563                   /* MaxLen */
 8564                   "\030\000\000\001\000",
 8565                   0,
 8566               };
 8567               
 8568               static SourceProperty
 8569               _CIM_DeviceStatisticalInformation_SystemName =
 8570               {
 8571                   /* flags */
 8572                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8573                   /* name */
 8574                   "SystemName",
 8575                   /* qualifiers */
 8576                   _CIM_DeviceStatisticalInformation_SystemName_qualifiers,
 8577                   /* type */
 8578                   CIMTYPE_STRING,
 8579                   /* subscript */
 8580                   -1,
 8581                   /* value */
 8582                   0,
 8583 mike  1.1.2.1 };
 8584               
 8585               static const char*
 8586               _CIM_DeviceStatisticalInformation_DeviceCreationClassName_qualifiers[] =
 8587               {
 8588                   /* Propagated */
 8589                   "\045CIM_LogicalDevice.CreationClassName",
 8590                   /* MaxLen */
 8591                   "\030\000\000\001\000",
 8592                   0,
 8593               };
 8594               
 8595               static SourceProperty
 8596               _CIM_DeviceStatisticalInformation_DeviceCreationClassName =
 8597               {
 8598                   /* flags */
 8599                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8600                   /* name */
 8601                   "DeviceCreationClassName",
 8602                   /* qualifiers */
 8603                   _CIM_DeviceStatisticalInformation_DeviceCreationClassName_qualifiers,
 8604 mike  1.1.2.1     /* type */
 8605                   CIMTYPE_STRING,
 8606                   /* subscript */
 8607                   -1,
 8608                   /* value */
 8609                   0,
 8610               };
 8611               
 8612               static const char*
 8613               _CIM_DeviceStatisticalInformation_DeviceID_qualifiers[] =
 8614               {
 8615                   /* Propagated */
 8616                   "\045CIM_LogicalDevice.DeviceID",
 8617                   /* MaxLen */
 8618                   "\030\000\000\000\100",
 8619                   0,
 8620               };
 8621               
 8622               static SourceProperty
 8623               _CIM_DeviceStatisticalInformation_DeviceID =
 8624               {
 8625 mike  1.1.2.1     /* flags */
 8626                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8627                   /* name */
 8628                   "DeviceID",
 8629                   /* qualifiers */
 8630                   _CIM_DeviceStatisticalInformation_DeviceID_qualifiers,
 8631                   /* type */
 8632                   CIMTYPE_STRING,
 8633                   /* subscript */
 8634                   -1,
 8635                   /* value */
 8636                   0,
 8637               };
 8638               
 8639               static const char*
 8640               _CIM_DeviceStatisticalInformation_CreationClassName_qualifiers[] =
 8641               {
 8642                   /* MaxLen */
 8643                   "\030\000\000\001\000",
 8644                   0,
 8645               };
 8646 mike  1.1.2.1 
 8647               static SourceProperty
 8648               _CIM_DeviceStatisticalInformation_CreationClassName =
 8649               {
 8650                   /* flags */
 8651                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8652                   /* name */
 8653                   "CreationClassName",
 8654                   /* qualifiers */
 8655                   _CIM_DeviceStatisticalInformation_CreationClassName_qualifiers,
 8656                   /* type */
 8657                   CIMTYPE_STRING,
 8658                   /* subscript */
 8659                   -1,
 8660                   /* value */
 8661                   0,
 8662               };
 8663               
 8664               static const char*
 8665               _CIM_DeviceStatisticalInformation_Name_qualifiers[] =
 8666               {
 8667 mike  1.1.2.1     /* Override */
 8668                   "\044Name",
 8669                   /* MaxLen */
 8670                   "\030\000\000\001\000",
 8671                   0,
 8672               };
 8673               
 8674               static SourceProperty
 8675               _CIM_DeviceStatisticalInformation_Name =
 8676               {
 8677                   /* flags */
 8678                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8679                   /* name */
 8680                   "Name",
 8681                   /* qualifiers */
 8682                   _CIM_DeviceStatisticalInformation_Name_qualifiers,
 8683                   /* type */
 8684                   CIMTYPE_STRING,
 8685                   /* subscript */
 8686                   -1,
 8687                   /* value */
 8688 mike  1.1.2.1     0,
 8689               };
 8690               
 8691               static SourceFeature*
 8692               _CIM_DeviceStatisticalInformation_features[] =
 8693               {
 8694                   (SourceFeature*)&_CIM_DeviceStatisticalInformation_SystemCreationClassName,
 8695                   (SourceFeature*)&_CIM_DeviceStatisticalInformation_SystemName,
 8696                   (SourceFeature*)&_CIM_DeviceStatisticalInformation_DeviceCreationClassName,
 8697                   (SourceFeature*)&_CIM_DeviceStatisticalInformation_DeviceID,
 8698                   (SourceFeature*)&_CIM_DeviceStatisticalInformation_CreationClassName,
 8699                   (SourceFeature*)&_CIM_DeviceStatisticalInformation_Name,
 8700                   0,
 8701               };
 8702               
 8703               static const char*
 8704               __root_PG_InterOp_CIM_DeviceStatisticalInformation_qualifiers[] =
 8705               {
 8706                   /* UMLPackagePath */
 8707                   "\057CIM::Core::Statistics",
 8708                   /* Version */
 8709 mike  1.1.2.1     "\0632.6.0",
 8710                   0,
 8711               };
 8712               
 8713               SourceClass
 8714               __root_PG_InterOp_CIM_DeviceStatisticalInformation =
 8715               {
 8716                   /* flags */
 8717                   PEGASUS_FLAG_CLASS,
 8718                   /* name */
 8719                   "CIM_DeviceStatisticalInformation",
 8720                   /* qualifiers */
 8721                   __root_PG_InterOp_CIM_DeviceStatisticalInformation_qualifiers,
 8722 mike  1.1.2.2     /* super */
 8723 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
 8724                   /* features */
 8725                   _CIM_DeviceStatisticalInformation_features,
 8726               };
 8727               
 8728               //==============================================================================
 8729               //
 8730               // Class: CIM_ElementConfiguration
 8731               //
 8732               //==============================================================================
 8733               
 8734               static const char*
 8735               _CIM_ElementConfiguration_Element_qualifiers[] =
 8736               {
 8737                   0,
 8738               };
 8739               
 8740               static SourceReference
 8741               _CIM_ElementConfiguration_Element =
 8742               {
 8743                   /* flags */
 8744 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8745                   /* name */
 8746                   "Element",
 8747                   /* qualifiers */
 8748                   _CIM_ElementConfiguration_Element_qualifiers,
 8749                   /* subscript */
 8750                   -1,
 8751 mike  1.1.2.2     /* refId */
 8752 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 8753               };
 8754               
 8755               static const char*
 8756               _CIM_ElementConfiguration_Configuration_qualifiers[] =
 8757               {
 8758                   0,
 8759               };
 8760               
 8761               static SourceReference
 8762               _CIM_ElementConfiguration_Configuration =
 8763               {
 8764                   /* flags */
 8765                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8766                   /* name */
 8767                   "Configuration",
 8768                   /* qualifiers */
 8769                   _CIM_ElementConfiguration_Configuration_qualifiers,
 8770                   /* subscript */
 8771                   -1,
 8772 mike  1.1.2.2     /* refId */
 8773 mike  1.1.2.1     &__root_PG_InterOp_CIM_Configuration,
 8774               };
 8775               
 8776               static SourceFeature*
 8777               _CIM_ElementConfiguration_features[] =
 8778               {
 8779                   (SourceFeature*)&_CIM_ElementConfiguration_Element,
 8780                   (SourceFeature*)&_CIM_ElementConfiguration_Configuration,
 8781                   0,
 8782               };
 8783               
 8784               static const char*
 8785               __root_PG_InterOp_CIM_ElementConfiguration_qualifiers[] =
 8786               {
 8787                   /* UMLPackagePath */
 8788                   "\057CIM::Core::Settings",
 8789                   /* Version */
 8790                   "\0632.6.0",
 8791                   0,
 8792               };
 8793               
 8794 mike  1.1.2.1 SourceClass
 8795               __root_PG_InterOp_CIM_ElementConfiguration =
 8796               {
 8797                   /* flags */
 8798                   PEGASUS_FLAG_ASSOCIATION,
 8799                   /* name */
 8800                   "CIM_ElementConfiguration",
 8801                   /* qualifiers */
 8802                   __root_PG_InterOp_CIM_ElementConfiguration_qualifiers,
 8803 mike  1.1.2.2     /* super */
 8804 mike  1.1.2.1     0,
 8805                   /* features */
 8806                   _CIM_ElementConfiguration_features,
 8807               };
 8808               
 8809               //==============================================================================
 8810               //
 8811               // Class: CIM_ElementLocation
 8812               //
 8813               //==============================================================================
 8814               
 8815               static const char*
 8816               _CIM_ElementLocation_Element_qualifiers[] =
 8817               {
 8818                   0,
 8819               };
 8820               
 8821               static SourceReference
 8822               _CIM_ElementLocation_Element =
 8823               {
 8824                   /* flags */
 8825 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8826                   /* name */
 8827                   "Element",
 8828                   /* qualifiers */
 8829                   _CIM_ElementLocation_Element_qualifiers,
 8830                   /* subscript */
 8831                   -1,
 8832 mike  1.1.2.2     /* refId */
 8833 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 8834               };
 8835               
 8836               static const char*
 8837               _CIM_ElementLocation_PhysicalLocation_qualifiers[] =
 8838               {
 8839                   0,
 8840               };
 8841               
 8842               static SourceReference
 8843               _CIM_ElementLocation_PhysicalLocation =
 8844               {
 8845                   /* flags */
 8846                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8847                   /* name */
 8848                   "PhysicalLocation",
 8849                   /* qualifiers */
 8850                   _CIM_ElementLocation_PhysicalLocation_qualifiers,
 8851                   /* subscript */
 8852                   -1,
 8853 mike  1.1.2.2     /* refId */
 8854 mike  1.1.2.1     &__root_PG_InterOp_CIM_Location,
 8855               };
 8856               
 8857               static SourceFeature*
 8858               _CIM_ElementLocation_features[] =
 8859               {
 8860                   (SourceFeature*)&_CIM_ElementLocation_Element,
 8861                   (SourceFeature*)&_CIM_ElementLocation_PhysicalLocation,
 8862                   0,
 8863               };
 8864               
 8865               static const char*
 8866               __root_PG_InterOp_CIM_ElementLocation_qualifiers[] =
 8867               {
 8868                   /* UMLPackagePath */
 8869                   "\057CIM::Core::Physical",
 8870                   /* Version */
 8871                   "\0632.10.0",
 8872                   0,
 8873               };
 8874               
 8875 mike  1.1.2.1 SourceClass
 8876               __root_PG_InterOp_CIM_ElementLocation =
 8877               {
 8878                   /* flags */
 8879                   PEGASUS_FLAG_ASSOCIATION,
 8880                   /* name */
 8881                   "CIM_ElementLocation",
 8882                   /* qualifiers */
 8883                   __root_PG_InterOp_CIM_ElementLocation_qualifiers,
 8884 mike  1.1.2.2     /* super */
 8885 mike  1.1.2.1     0,
 8886                   /* features */
 8887                   _CIM_ElementLocation_features,
 8888               };
 8889               
 8890               //==============================================================================
 8891               //
 8892               // Class: CIM_ElementProfile
 8893               //
 8894               //==============================================================================
 8895               
 8896               static const char*
 8897               _CIM_ElementProfile_ManagedElement_qualifiers[] =
 8898               {
 8899                   0,
 8900               };
 8901               
 8902               static SourceReference
 8903               _CIM_ElementProfile_ManagedElement =
 8904               {
 8905                   /* flags */
 8906 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8907                   /* name */
 8908                   "ManagedElement",
 8909                   /* qualifiers */
 8910                   _CIM_ElementProfile_ManagedElement_qualifiers,
 8911                   /* subscript */
 8912                   -1,
 8913 mike  1.1.2.2     /* refId */
 8914 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 8915               };
 8916               
 8917               static const char*
 8918               _CIM_ElementProfile_Profile_qualifiers[] =
 8919               {
 8920                   0,
 8921               };
 8922               
 8923               static SourceReference
 8924               _CIM_ElementProfile_Profile =
 8925               {
 8926                   /* flags */
 8927                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8928                   /* name */
 8929                   "Profile",
 8930                   /* qualifiers */
 8931                   _CIM_ElementProfile_Profile_qualifiers,
 8932                   /* subscript */
 8933                   -1,
 8934 mike  1.1.2.2     /* refId */
 8935 mike  1.1.2.1     &__root_PG_InterOp_CIM_Profile,
 8936               };
 8937               
 8938               static SourceFeature*
 8939               _CIM_ElementProfile_features[] =
 8940               {
 8941                   (SourceFeature*)&_CIM_ElementProfile_ManagedElement,
 8942                   (SourceFeature*)&_CIM_ElementProfile_Profile,
 8943                   0,
 8944               };
 8945               
 8946               static const char*
 8947               __root_PG_InterOp_CIM_ElementProfile_qualifiers[] =
 8948               {
 8949                   /* UMLPackagePath */
 8950                   "\057CIM::Core::Settings",
 8951                   /* Version */
 8952                   "\0632.7.0",
 8953                   0,
 8954               };
 8955               
 8956 mike  1.1.2.1 SourceClass
 8957               __root_PG_InterOp_CIM_ElementProfile =
 8958               {
 8959                   /* flags */
 8960                   PEGASUS_FLAG_ASSOCIATION,
 8961                   /* name */
 8962                   "CIM_ElementProfile",
 8963                   /* qualifiers */
 8964                   __root_PG_InterOp_CIM_ElementProfile_qualifiers,
 8965 mike  1.1.2.2     /* super */
 8966 mike  1.1.2.1     0,
 8967                   /* features */
 8968                   _CIM_ElementProfile_features,
 8969               };
 8970               
 8971               //==============================================================================
 8972               //
 8973               // Class: CIM_ElementSetting
 8974               //
 8975               //==============================================================================
 8976               
 8977               static const char*
 8978               _CIM_ElementSetting_Element_qualifiers[] =
 8979               {
 8980                   0,
 8981               };
 8982               
 8983               static SourceReference
 8984               _CIM_ElementSetting_Element =
 8985               {
 8986                   /* flags */
 8987 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8988                   /* name */
 8989                   "Element",
 8990                   /* qualifiers */
 8991                   _CIM_ElementSetting_Element_qualifiers,
 8992                   /* subscript */
 8993                   -1,
 8994 mike  1.1.2.2     /* refId */
 8995 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 8996               };
 8997               
 8998               static const char*
 8999               _CIM_ElementSetting_Setting_qualifiers[] =
 9000               {
 9001                   0,
 9002               };
 9003               
 9004               static SourceReference
 9005               _CIM_ElementSetting_Setting =
 9006               {
 9007                   /* flags */
 9008                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9009                   /* name */
 9010                   "Setting",
 9011                   /* qualifiers */
 9012                   _CIM_ElementSetting_Setting_qualifiers,
 9013                   /* subscript */
 9014                   -1,
 9015 mike  1.1.2.2     /* refId */
 9016 mike  1.1.2.1     &__root_PG_InterOp_CIM_Setting,
 9017               };
 9018               
 9019               static SourceFeature*
 9020               _CIM_ElementSetting_features[] =
 9021               {
 9022                   (SourceFeature*)&_CIM_ElementSetting_Element,
 9023                   (SourceFeature*)&_CIM_ElementSetting_Setting,
 9024                   0,
 9025               };
 9026               
 9027               static const char*
 9028               __root_PG_InterOp_CIM_ElementSetting_qualifiers[] =
 9029               {
 9030                   /* UMLPackagePath */
 9031                   "\057CIM::Core::Settings",
 9032                   /* Version */
 9033                   "\0632.10.0",
 9034                   0,
 9035               };
 9036               
 9037 mike  1.1.2.1 SourceClass
 9038               __root_PG_InterOp_CIM_ElementSetting =
 9039               {
 9040                   /* flags */
 9041                   PEGASUS_FLAG_ASSOCIATION,
 9042                   /* name */
 9043                   "CIM_ElementSetting",
 9044                   /* qualifiers */
 9045                   __root_PG_InterOp_CIM_ElementSetting_qualifiers,
 9046 mike  1.1.2.2     /* super */
 9047 mike  1.1.2.1     0,
 9048                   /* features */
 9049                   _CIM_ElementSetting_features,
 9050               };
 9051               
 9052               //==============================================================================
 9053               //
 9054               // Class: CIM_ElementSettingData
 9055               //
 9056               //==============================================================================
 9057               
 9058               static const char*
 9059               _CIM_ElementSettingData_ManagedElement_qualifiers[] =
 9060               {
 9061                   0,
 9062               };
 9063               
 9064               static SourceReference
 9065               _CIM_ElementSettingData_ManagedElement =
 9066               {
 9067                   /* flags */
 9068 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9069                   /* name */
 9070                   "ManagedElement",
 9071                   /* qualifiers */
 9072                   _CIM_ElementSettingData_ManagedElement_qualifiers,
 9073                   /* subscript */
 9074                   -1,
 9075 mike  1.1.2.2     /* refId */
 9076 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 9077               };
 9078               
 9079               static const char*
 9080               _CIM_ElementSettingData_SettingData_qualifiers[] =
 9081               {
 9082                   0,
 9083               };
 9084               
 9085               static SourceReference
 9086               _CIM_ElementSettingData_SettingData =
 9087               {
 9088                   /* flags */
 9089                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9090                   /* name */
 9091                   "SettingData",
 9092                   /* qualifiers */
 9093                   _CIM_ElementSettingData_SettingData_qualifiers,
 9094                   /* subscript */
 9095                   -1,
 9096 mike  1.1.2.2     /* refId */
 9097 mike  1.1.2.1     &__root_PG_InterOp_CIM_SettingData,
 9098               };
 9099               
 9100               static const char*
 9101               _CIM_ElementSettingData_IsDefault_qualifiers[] =
 9102               {
 9103                   /* ValueMap */
 9104                   "\061\000\0030\0001\0002\000",
 9105                   /* Values */
 9106                   "\062\000\003Unknown\000Is Default\000Is Not Default\000",
 9107                   0,
 9108               };
 9109               
 9110               static SourceProperty
 9111               _CIM_ElementSettingData_IsDefault =
 9112               {
 9113                   /* flags */
 9114                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 9115                   /* name */
 9116                   "IsDefault",
 9117                   /* qualifiers */
 9118 mike  1.1.2.1     _CIM_ElementSettingData_IsDefault_qualifiers,
 9119                   /* type */
 9120                   CIMTYPE_UINT16,
 9121                   /* subscript */
 9122                   -1,
 9123                   /* value */
 9124                   0,
 9125               };
 9126               
 9127               static const char*
 9128               _CIM_ElementSettingData_IsCurrent_qualifiers[] =
 9129               {
 9130                   /* ValueMap */
 9131                   "\061\000\0030\0001\0002\000",
 9132                   /* Values */
 9133                   "\062\000\003Unknown\000Is Current\000Is Not Current\000",
 9134                   0,
 9135               };
 9136               
 9137               static SourceProperty
 9138               _CIM_ElementSettingData_IsCurrent =
 9139 mike  1.1.2.1 {
 9140                   /* flags */
 9141                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 9142                   /* name */
 9143                   "IsCurrent",
 9144                   /* qualifiers */
 9145                   _CIM_ElementSettingData_IsCurrent_qualifiers,
 9146                   /* type */
 9147                   CIMTYPE_UINT16,
 9148                   /* subscript */
 9149                   -1,
 9150                   /* value */
 9151                   0,
 9152               };
 9153               
 9154               static SourceFeature*
 9155               _CIM_ElementSettingData_features[] =
 9156               {
 9157                   (SourceFeature*)&_CIM_ElementSettingData_ManagedElement,
 9158                   (SourceFeature*)&_CIM_ElementSettingData_SettingData,
 9159                   (SourceFeature*)&_CIM_ElementSettingData_IsDefault,
 9160 mike  1.1.2.1     (SourceFeature*)&_CIM_ElementSettingData_IsCurrent,
 9161                   0,
 9162               };
 9163               
 9164               static const char*
 9165               __root_PG_InterOp_CIM_ElementSettingData_qualifiers[] =
 9166               {
 9167                   /* UMLPackagePath */
 9168                   "\057CIM::Core::Settings",
 9169                   /* Version */
 9170                   "\0632.7.0",
 9171                   0,
 9172               };
 9173               
 9174               SourceClass
 9175               __root_PG_InterOp_CIM_ElementSettingData =
 9176               {
 9177                   /* flags */
 9178                   PEGASUS_FLAG_ASSOCIATION,
 9179                   /* name */
 9180                   "CIM_ElementSettingData",
 9181 mike  1.1.2.1     /* qualifiers */
 9182                   __root_PG_InterOp_CIM_ElementSettingData_qualifiers,
 9183 mike  1.1.2.2     /* super */
 9184 mike  1.1.2.1     0,
 9185                   /* features */
 9186                   _CIM_ElementSettingData_features,
 9187               };
 9188               
 9189               //==============================================================================
 9190               //
 9191               // Class: CIM_ElementStatisticalData
 9192               //
 9193               //==============================================================================
 9194               
 9195               static const char*
 9196               _CIM_ElementStatisticalData_ManagedElement_qualifiers[] =
 9197               {
 9198                   /* Min */
 9199                   "\033\000\000\000\001",
 9200                   /* Max */
 9201                   "\027\000\000\000\001",
 9202                   0,
 9203               };
 9204               
 9205 mike  1.1.2.1 static SourceReference
 9206               _CIM_ElementStatisticalData_ManagedElement =
 9207               {
 9208                   /* flags */
 9209                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9210                   /* name */
 9211                   "ManagedElement",
 9212                   /* qualifiers */
 9213                   _CIM_ElementStatisticalData_ManagedElement_qualifiers,
 9214                   /* subscript */
 9215                   -1,
 9216 mike  1.1.2.2     /* refId */
 9217 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 9218               };
 9219               
 9220               static const char*
 9221               _CIM_ElementStatisticalData_Stats_qualifiers[] =
 9222               {
 9223                   0,
 9224               };
 9225               
 9226               static SourceReference
 9227               _CIM_ElementStatisticalData_Stats =
 9228               {
 9229                   /* flags */
 9230                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9231                   /* name */
 9232                   "Stats",
 9233                   /* qualifiers */
 9234                   _CIM_ElementStatisticalData_Stats_qualifiers,
 9235                   /* subscript */
 9236                   -1,
 9237 mike  1.1.2.2     /* refId */
 9238 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalData,
 9239               };
 9240               
 9241               static SourceFeature*
 9242               _CIM_ElementStatisticalData_features[] =
 9243               {
 9244                   (SourceFeature*)&_CIM_ElementStatisticalData_ManagedElement,
 9245                   (SourceFeature*)&_CIM_ElementStatisticalData_Stats,
 9246                   0,
 9247               };
 9248               
 9249               static const char*
 9250               __root_PG_InterOp_CIM_ElementStatisticalData_qualifiers[] =
 9251               {
 9252                   /* UMLPackagePath */
 9253                   "\057CIM::Core::Statistics",
 9254                   /* Version */
 9255                   "\0632.7.0",
 9256                   0,
 9257               };
 9258               
 9259 mike  1.1.2.1 SourceClass
 9260               __root_PG_InterOp_CIM_ElementStatisticalData =
 9261               {
 9262                   /* flags */
 9263                   PEGASUS_FLAG_ASSOCIATION,
 9264                   /* name */
 9265                   "CIM_ElementStatisticalData",
 9266                   /* qualifiers */
 9267                   __root_PG_InterOp_CIM_ElementStatisticalData_qualifiers,
 9268 mike  1.1.2.2     /* super */
 9269 mike  1.1.2.1     0,
 9270                   /* features */
 9271                   _CIM_ElementStatisticalData_features,
 9272               };
 9273               
 9274               //==============================================================================
 9275               //
 9276               // Class: CIM_FRUIncludesProduct
 9277               //
 9278               //==============================================================================
 9279               
 9280               static const char*
 9281               _CIM_FRUIncludesProduct_FRU_qualifiers[] =
 9282               {
 9283                   /* Max */
 9284                   "\027\000\000\000\001",
 9285                   0,
 9286               };
 9287               
 9288               static SourceReference
 9289               _CIM_FRUIncludesProduct_FRU =
 9290 mike  1.1.2.1 {
 9291                   /* flags */
 9292                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 9293                   /* name */
 9294                   "FRU",
 9295                   /* qualifiers */
 9296                   _CIM_FRUIncludesProduct_FRU_qualifiers,
 9297                   /* subscript */
 9298                   -1,
 9299 mike  1.1.2.2     /* refId */
 9300 mike  1.1.2.1     &__root_PG_InterOp_CIM_FRU,
 9301               };
 9302               
 9303               static const char*
 9304               _CIM_FRUIncludesProduct_Component_qualifiers[] =
 9305               {
 9306                   0,
 9307               };
 9308               
 9309               static SourceReference
 9310               _CIM_FRUIncludesProduct_Component =
 9311               {
 9312                   /* flags */
 9313                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9314                   /* name */
 9315                   "Component",
 9316                   /* qualifiers */
 9317                   _CIM_FRUIncludesProduct_Component_qualifiers,
 9318                   /* subscript */
 9319                   -1,
 9320 mike  1.1.2.2     /* refId */
 9321 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 9322               };
 9323               
 9324               static SourceFeature*
 9325               _CIM_FRUIncludesProduct_features[] =
 9326               {
 9327                   (SourceFeature*)&_CIM_FRUIncludesProduct_FRU,
 9328                   (SourceFeature*)&_CIM_FRUIncludesProduct_Component,
 9329                   0,
 9330               };
 9331               
 9332               static const char*
 9333               __root_PG_InterOp_CIM_FRUIncludesProduct_qualifiers[] =
 9334               {
 9335                   /* UMLPackagePath */
 9336                   "\057CIM::Core::ProductFRU",
 9337                   /* Version */
 9338                   "\0632.7.0",
 9339                   0,
 9340               };
 9341               
 9342 mike  1.1.2.1 SourceClass
 9343               __root_PG_InterOp_CIM_FRUIncludesProduct =
 9344               {
 9345                   /* flags */
 9346                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 9347                   /* name */
 9348                   "CIM_FRUIncludesProduct",
 9349                   /* qualifiers */
 9350                   __root_PG_InterOp_CIM_FRUIncludesProduct_qualifiers,
 9351 mike  1.1.2.2     /* super */
 9352 mike  1.1.2.1     0,
 9353                   /* features */
 9354                   _CIM_FRUIncludesProduct_features,
 9355               };
 9356               
 9357               //==============================================================================
 9358               //
 9359               // Class: CIM_FRUPhysicalElements
 9360               //
 9361               //==============================================================================
 9362               
 9363               static const char*
 9364               _CIM_FRUPhysicalElements_FRU_qualifiers[] =
 9365               {
 9366                   /* Max */
 9367                   "\027\000\000\000\001",
 9368                   0,
 9369               };
 9370               
 9371               static SourceReference
 9372               _CIM_FRUPhysicalElements_FRU =
 9373 mike  1.1.2.1 {
 9374                   /* flags */
 9375                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 9376                   /* name */
 9377                   "FRU",
 9378                   /* qualifiers */
 9379                   _CIM_FRUPhysicalElements_FRU_qualifiers,
 9380                   /* subscript */
 9381                   -1,
 9382 mike  1.1.2.2     /* refId */
 9383 mike  1.1.2.1     &__root_PG_InterOp_CIM_FRU,
 9384               };
 9385               
 9386               static const char*
 9387               _CIM_FRUPhysicalElements_Component_qualifiers[] =
 9388               {
 9389                   0,
 9390               };
 9391               
 9392               static SourceReference
 9393               _CIM_FRUPhysicalElements_Component =
 9394               {
 9395                   /* flags */
 9396                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9397                   /* name */
 9398                   "Component",
 9399                   /* qualifiers */
 9400                   _CIM_FRUPhysicalElements_Component_qualifiers,
 9401                   /* subscript */
 9402                   -1,
 9403 mike  1.1.2.2     /* refId */
 9404 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalElement,
 9405               };
 9406               
 9407               static SourceFeature*
 9408               _CIM_FRUPhysicalElements_features[] =
 9409               {
 9410                   (SourceFeature*)&_CIM_FRUPhysicalElements_FRU,
 9411                   (SourceFeature*)&_CIM_FRUPhysicalElements_Component,
 9412                   0,
 9413               };
 9414               
 9415               static const char*
 9416               __root_PG_InterOp_CIM_FRUPhysicalElements_qualifiers[] =
 9417               {
 9418                   /* UMLPackagePath */
 9419                   "\057CIM::Core::ProductFRU",
 9420                   /* Version */
 9421                   "\0632.7.0",
 9422                   0,
 9423               };
 9424               
 9425 mike  1.1.2.1 SourceClass
 9426               __root_PG_InterOp_CIM_FRUPhysicalElements =
 9427               {
 9428                   /* flags */
 9429                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 9430                   /* name */
 9431                   "CIM_FRUPhysicalElements",
 9432                   /* qualifiers */
 9433                   __root_PG_InterOp_CIM_FRUPhysicalElements_qualifiers,
 9434 mike  1.1.2.2     /* super */
 9435 mike  1.1.2.1     0,
 9436                   /* features */
 9437                   _CIM_FRUPhysicalElements_features,
 9438               };
 9439               
 9440               //==============================================================================
 9441               //
 9442               // Class: CIM_LogicalElement
 9443               //
 9444               //==============================================================================
 9445               
 9446               static SourceFeature*
 9447               _CIM_LogicalElement_features[] =
 9448               {
 9449                   0,
 9450               };
 9451               
 9452               static const char*
 9453               __root_PG_InterOp_CIM_LogicalElement_qualifiers[] =
 9454               {
 9455                   /* UMLPackagePath */
 9456 mike  1.1.2.1     "\057CIM::Core::CoreElements",
 9457                   /* Version */
 9458                   "\0632.6.0",
 9459                   0,
 9460               };
 9461               
 9462               SourceClass
 9463               __root_PG_InterOp_CIM_LogicalElement =
 9464               {
 9465                   /* flags */
 9466                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 9467                   /* name */
 9468                   "CIM_LogicalElement",
 9469                   /* qualifiers */
 9470                   __root_PG_InterOp_CIM_LogicalElement_qualifiers,
 9471 mike  1.1.2.2     /* super */
 9472 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
 9473                   /* features */
 9474                   _CIM_LogicalElement_features,
 9475               };
 9476               
 9477               //==============================================================================
 9478               //
 9479               // Class: CIM_PhysicalElementLocation
 9480               //
 9481               //==============================================================================
 9482               
 9483               static const char*
 9484               _CIM_PhysicalElementLocation_Element_qualifiers[] =
 9485               {
 9486                   /* Override */
 9487                   "\044Element",
 9488                   0,
 9489               };
 9490               
 9491               static SourceReference
 9492               _CIM_PhysicalElementLocation_Element =
 9493 mike  1.1.2.1 {
 9494                   /* flags */
 9495                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 9496                   /* name */
 9497                   "Element",
 9498                   /* qualifiers */
 9499                   _CIM_PhysicalElementLocation_Element_qualifiers,
 9500                   /* subscript */
 9501                   -1,
 9502 mike  1.1.2.2     /* refId */
 9503 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalElement,
 9504               };
 9505               
 9506               static const char*
 9507               _CIM_PhysicalElementLocation_PhysicalLocation_qualifiers[] =
 9508               {
 9509                   /* Override */
 9510                   "\044PhysicalLocation",
 9511                   /* Max */
 9512                   "\027\000\000\000\001",
 9513                   0,
 9514               };
 9515               
 9516               static SourceReference
 9517               _CIM_PhysicalElementLocation_PhysicalLocation =
 9518               {
 9519                   /* flags */
 9520                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 9521                   /* name */
 9522                   "PhysicalLocation",
 9523                   /* qualifiers */
 9524 mike  1.1.2.1     _CIM_PhysicalElementLocation_PhysicalLocation_qualifiers,
 9525                   /* subscript */
 9526                   -1,
 9527 mike  1.1.2.2     /* refId */
 9528 mike  1.1.2.1     &__root_PG_InterOp_CIM_Location,
 9529               };
 9530               
 9531               static SourceFeature*
 9532               _CIM_PhysicalElementLocation_features[] =
 9533               {
 9534                   (SourceFeature*)&_CIM_PhysicalElementLocation_Element,
 9535                   (SourceFeature*)&_CIM_PhysicalElementLocation_PhysicalLocation,
 9536                   0,
 9537               };
 9538               
 9539               static const char*
 9540               __root_PG_InterOp_CIM_PhysicalElementLocation_qualifiers[] =
 9541               {
 9542                   /* UMLPackagePath */
 9543                   "\057CIM::Core::Physical",
 9544                   /* Version */
 9545                   "\0632.10.0",
 9546                   0,
 9547               };
 9548               
 9549 mike  1.1.2.1 SourceClass
 9550               __root_PG_InterOp_CIM_PhysicalElementLocation =
 9551               {
 9552                   /* flags */
 9553                   PEGASUS_FLAG_ASSOCIATION,
 9554                   /* name */
 9555                   "CIM_PhysicalElementLocation",
 9556                   /* qualifiers */
 9557                   __root_PG_InterOp_CIM_PhysicalElementLocation_qualifiers,
 9558 mike  1.1.2.2     /* super */
 9559 mike  1.1.2.1     &__root_PG_InterOp_CIM_ElementLocation,
 9560                   /* features */
 9561                   _CIM_PhysicalElementLocation_features,
 9562               };
 9563               
 9564               //==============================================================================
 9565               //
 9566               // Class: CIM_PhysicalStatisticalInformation
 9567               //
 9568               //==============================================================================
 9569               
 9570               static const char*
 9571               _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName_qualifiers[] =
 9572               {
 9573                   /* Propagated */
 9574                   "\045CIM_PhysicalElement.CreationClassName",
 9575                   /* MaxLen */
 9576                   "\030\000\000\001\000",
 9577                   0,
 9578               };
 9579               
 9580 mike  1.1.2.1 static SourceProperty
 9581               _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName =
 9582               {
 9583                   /* flags */
 9584                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9585                   /* name */
 9586                   "PhysicalCreationClassName",
 9587                   /* qualifiers */
 9588                   _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName_qualifiers,
 9589                   /* type */
 9590                   CIMTYPE_STRING,
 9591                   /* subscript */
 9592                   -1,
 9593                   /* value */
 9594                   0,
 9595               };
 9596               
 9597               static const char*
 9598               _CIM_PhysicalStatisticalInformation_Tag_qualifiers[] =
 9599               {
 9600                   /* Propagated */
 9601 mike  1.1.2.1     "\045CIM_PhysicalElement.Tag",
 9602                   /* MaxLen */
 9603                   "\030\000\000\001\000",
 9604                   0,
 9605               };
 9606               
 9607               static SourceProperty
 9608               _CIM_PhysicalStatisticalInformation_Tag =
 9609               {
 9610                   /* flags */
 9611                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9612                   /* name */
 9613                   "Tag",
 9614                   /* qualifiers */
 9615                   _CIM_PhysicalStatisticalInformation_Tag_qualifiers,
 9616                   /* type */
 9617                   CIMTYPE_STRING,
 9618                   /* subscript */
 9619                   -1,
 9620                   /* value */
 9621                   0,
 9622 mike  1.1.2.1 };
 9623               
 9624               static const char*
 9625               _CIM_PhysicalStatisticalInformation_CreationClassName_qualifiers[] =
 9626               {
 9627                   /* MaxLen */
 9628                   "\030\000\000\001\000",
 9629                   0,
 9630               };
 9631               
 9632               static SourceProperty
 9633               _CIM_PhysicalStatisticalInformation_CreationClassName =
 9634               {
 9635                   /* flags */
 9636                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9637                   /* name */
 9638                   "CreationClassName",
 9639                   /* qualifiers */
 9640                   _CIM_PhysicalStatisticalInformation_CreationClassName_qualifiers,
 9641                   /* type */
 9642                   CIMTYPE_STRING,
 9643 mike  1.1.2.1     /* subscript */
 9644                   -1,
 9645                   /* value */
 9646                   0,
 9647               };
 9648               
 9649               static const char*
 9650               _CIM_PhysicalStatisticalInformation_Name_qualifiers[] =
 9651               {
 9652                   /* Override */
 9653                   "\044Name",
 9654                   /* MaxLen */
 9655                   "\030\000\000\001\000",
 9656                   0,
 9657               };
 9658               
 9659               static SourceProperty
 9660               _CIM_PhysicalStatisticalInformation_Name =
 9661               {
 9662                   /* flags */
 9663                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9664 mike  1.1.2.1     /* name */
 9665                   "Name",
 9666                   /* qualifiers */
 9667                   _CIM_PhysicalStatisticalInformation_Name_qualifiers,
 9668                   /* type */
 9669                   CIMTYPE_STRING,
 9670                   /* subscript */
 9671                   -1,
 9672                   /* value */
 9673                   0,
 9674               };
 9675               
 9676               static SourceFeature*
 9677               _CIM_PhysicalStatisticalInformation_features[] =
 9678               {
 9679                   (SourceFeature*)&_CIM_PhysicalStatisticalInformation_PhysicalCreationClassName,
 9680                   (SourceFeature*)&_CIM_PhysicalStatisticalInformation_Tag,
 9681                   (SourceFeature*)&_CIM_PhysicalStatisticalInformation_CreationClassName,
 9682                   (SourceFeature*)&_CIM_PhysicalStatisticalInformation_Name,
 9683                   0,
 9684               };
 9685 mike  1.1.2.1 
 9686               static const char*
 9687               __root_PG_InterOp_CIM_PhysicalStatisticalInformation_qualifiers[] =
 9688               {
 9689                   /* UMLPackagePath */
 9690                   "\057CIM::Core::Statistics",
 9691                   /* Version */
 9692                   "\0632.6.0",
 9693                   0,
 9694               };
 9695               
 9696               SourceClass
 9697               __root_PG_InterOp_CIM_PhysicalStatisticalInformation =
 9698               {
 9699                   /* flags */
 9700                   PEGASUS_FLAG_CLASS,
 9701                   /* name */
 9702                   "CIM_PhysicalStatisticalInformation",
 9703                   /* qualifiers */
 9704                   __root_PG_InterOp_CIM_PhysicalStatisticalInformation_qualifiers,
 9705 mike  1.1.2.2     /* super */
 9706 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
 9707                   /* features */
 9708                   _CIM_PhysicalStatisticalInformation_features,
 9709               };
 9710               
 9711               //==============================================================================
 9712               //
 9713               // Class: CIM_PhysicalStatistics
 9714               //
 9715               //==============================================================================
 9716               
 9717               static const char*
 9718               _CIM_PhysicalStatistics_Stats_qualifiers[] =
 9719               {
 9720                   /* Override */
 9721                   "\044Stats",
 9722                   0,
 9723               };
 9724               
 9725               static SourceReference
 9726               _CIM_PhysicalStatistics_Stats =
 9727 mike  1.1.2.1 {
 9728                   /* flags */
 9729                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
 9730                   /* name */
 9731                   "Stats",
 9732                   /* qualifiers */
 9733                   _CIM_PhysicalStatistics_Stats_qualifiers,
 9734                   /* subscript */
 9735                   -1,
 9736 mike  1.1.2.2     /* refId */
 9737 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalStatisticalInformation,
 9738               };
 9739               
 9740               static const char*
 9741               _CIM_PhysicalStatistics_Element_qualifiers[] =
 9742               {
 9743                   /* Override */
 9744                   "\044Element",
 9745                   /* Min */
 9746                   "\033\000\000\000\001",
 9747                   /* Max */
 9748                   "\027\000\000\000\001",
 9749                   0,
 9750               };
 9751               
 9752               static SourceReference
 9753               _CIM_PhysicalStatistics_Element =
 9754               {
 9755                   /* flags */
 9756                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 9757                   /* name */
 9758 mike  1.1.2.1     "Element",
 9759                   /* qualifiers */
 9760                   _CIM_PhysicalStatistics_Element_qualifiers,
 9761                   /* subscript */
 9762                   -1,
 9763 mike  1.1.2.2     /* refId */
 9764 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalElement,
 9765               };
 9766               
 9767               static SourceFeature*
 9768               _CIM_PhysicalStatistics_features[] =
 9769               {
 9770                   (SourceFeature*)&_CIM_PhysicalStatistics_Stats,
 9771                   (SourceFeature*)&_CIM_PhysicalStatistics_Element,
 9772                   0,
 9773               };
 9774               
 9775               static const char*
 9776               __root_PG_InterOp_CIM_PhysicalStatistics_qualifiers[] =
 9777               {
 9778                   /* UMLPackagePath */
 9779                   "\057CIM::Core::Statistics",
 9780                   /* Version */
 9781                   "\0632.6.0",
 9782                   0,
 9783               };
 9784               
 9785 mike  1.1.2.1 SourceClass
 9786               __root_PG_InterOp_CIM_PhysicalStatistics =
 9787               {
 9788                   /* flags */
 9789                   PEGASUS_FLAG_ASSOCIATION,
 9790                   /* name */
 9791                   "CIM_PhysicalStatistics",
 9792                   /* qualifiers */
 9793                   __root_PG_InterOp_CIM_PhysicalStatistics_qualifiers,
 9794 mike  1.1.2.2     /* super */
 9795 mike  1.1.2.1     &__root_PG_InterOp_CIM_Statistics,
 9796                   /* features */
 9797                   _CIM_PhysicalStatistics_features,
 9798               };
 9799               
 9800               //==============================================================================
 9801               //
 9802               // Class: CIM_ProductSupport
 9803               //
 9804               //==============================================================================
 9805               
 9806               static const char*
 9807               _CIM_ProductSupport_Product_qualifiers[] =
 9808               {
 9809                   0,
 9810               };
 9811               
 9812               static SourceReference
 9813               _CIM_ProductSupport_Product =
 9814               {
 9815                   /* flags */
 9816 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9817                   /* name */
 9818                   "Product",
 9819                   /* qualifiers */
 9820                   _CIM_ProductSupport_Product_qualifiers,
 9821                   /* subscript */
 9822                   -1,
 9823 mike  1.1.2.2     /* refId */
 9824 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
 9825               };
 9826               
 9827               static const char*
 9828               _CIM_ProductSupport_Support_qualifiers[] =
 9829               {
 9830                   0,
 9831               };
 9832               
 9833               static SourceReference
 9834               _CIM_ProductSupport_Support =
 9835               {
 9836                   /* flags */
 9837                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9838                   /* name */
 9839                   "Support",
 9840                   /* qualifiers */
 9841                   _CIM_ProductSupport_Support_qualifiers,
 9842                   /* subscript */
 9843                   -1,
 9844 mike  1.1.2.2     /* refId */
 9845 mike  1.1.2.1     &__root_PG_InterOp_CIM_SupportAccess,
 9846               };
 9847               
 9848               static SourceFeature*
 9849               _CIM_ProductSupport_features[] =
 9850               {
 9851                   (SourceFeature*)&_CIM_ProductSupport_Product,
 9852                   (SourceFeature*)&_CIM_ProductSupport_Support,
 9853                   0,
 9854               };
 9855               
 9856               static const char*
 9857               __root_PG_InterOp_CIM_ProductSupport_qualifiers[] =
 9858               {
 9859                   /* UMLPackagePath */
 9860                   "\057CIM::Core::ProductFRU",
 9861                   /* Version */
 9862                   "\0632.6.0",
 9863                   0,
 9864               };
 9865               
 9866 mike  1.1.2.1 SourceClass
 9867               __root_PG_InterOp_CIM_ProductSupport =
 9868               {
 9869                   /* flags */
 9870                   PEGASUS_FLAG_ASSOCIATION,
 9871                   /* name */
 9872                   "CIM_ProductSupport",
 9873                   /* qualifiers */
 9874                   __root_PG_InterOp_CIM_ProductSupport_qualifiers,
 9875 mike  1.1.2.2     /* super */
 9876 mike  1.1.2.1     0,
 9877                   /* features */
 9878                   _CIM_ProductSupport_features,
 9879               };
 9880               
 9881               //==============================================================================
 9882               //
 9883               // Class: CIM_RedundancyGroup
 9884               //
 9885               //==============================================================================
 9886               
 9887               static const char*
 9888               _CIM_RedundancyGroup_CreationClassName_qualifiers[] =
 9889               {
 9890                   /* Deprecated */
 9891                   "\013\000\001No Value\000",
 9892                   /* MaxLen */
 9893                   "\030\000\000\001\000",
 9894                   0,
 9895               };
 9896               
 9897 mike  1.1.2.1 static SourceProperty
 9898               _CIM_RedundancyGroup_CreationClassName =
 9899               {
 9900                   /* flags */
 9901                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9902                   /* name */
 9903                   "CreationClassName",
 9904                   /* qualifiers */
 9905                   _CIM_RedundancyGroup_CreationClassName_qualifiers,
 9906                   /* type */
 9907                   CIMTYPE_STRING,
 9908                   /* subscript */
 9909                   -1,
 9910                   /* value */
 9911                   0,
 9912               };
 9913               
 9914               static const char*
 9915               _CIM_RedundancyGroup_Name_qualifiers[] =
 9916               {
 9917                   /* Deprecated */
 9918 mike  1.1.2.1     "\013\000\001CIM_RedundancySet.InstanceID\000",
 9919                   /* Override */
 9920                   "\044Name",
 9921                   /* MaxLen */
 9922                   "\030\000\000\001\000",
 9923                   0,
 9924               };
 9925               
 9926               static SourceProperty
 9927               _CIM_RedundancyGroup_Name =
 9928               {
 9929                   /* flags */
 9930                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9931                   /* name */
 9932                   "Name",
 9933                   /* qualifiers */
 9934                   _CIM_RedundancyGroup_Name_qualifiers,
 9935                   /* type */
 9936                   CIMTYPE_STRING,
 9937                   /* subscript */
 9938                   -1,
 9939 mike  1.1.2.1     /* value */
 9940                   0,
 9941               };
 9942               
 9943               static const char*
 9944               _CIM_RedundancyGroup_RedundancyStatus_qualifiers[] =
 9945               {
 9946                   /* Deprecated */
 9947                   "\013\000\001CIM_RedundancySet.RedundancyStatus\000",
 9948                   /* ValueMap */
 9949                   "\061\000\0050\0001\0002\0003\0004\000",
 9950                   /* Values */
 9951                   "\062\000\005Unknown\000Other\000Fully Redundant\000Degraded Redundancy\000Redundancy Lost\000",
 9952                   0,
 9953               };
 9954               
 9955               static SourceProperty
 9956               _CIM_RedundancyGroup_RedundancyStatus =
 9957               {
 9958                   /* flags */
 9959                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 9960 mike  1.1.2.1     /* name */
 9961                   "RedundancyStatus",
 9962                   /* qualifiers */
 9963                   _CIM_RedundancyGroup_RedundancyStatus_qualifiers,
 9964                   /* type */
 9965                   CIMTYPE_UINT16,
 9966                   /* subscript */
 9967                   -1,
 9968                   /* value */
 9969                   0,
 9970               };
 9971               
 9972               static SourceFeature*
 9973               _CIM_RedundancyGroup_features[] =
 9974               {
 9975                   (SourceFeature*)&_CIM_RedundancyGroup_CreationClassName,
 9976                   (SourceFeature*)&_CIM_RedundancyGroup_Name,
 9977                   (SourceFeature*)&_CIM_RedundancyGroup_RedundancyStatus,
 9978                   0,
 9979               };
 9980               
 9981 mike  1.1.2.1 static const char*
 9982               __root_PG_InterOp_CIM_RedundancyGroup_qualifiers[] =
 9983               {
 9984                   /* Deprecated */
 9985                   "\013\000\001CIM_RedundancySet\000",
 9986                   /* UMLPackagePath */
 9987                   "\057CIM::Core::Redundancy",
 9988                   /* Version */
 9989                   "\0632.13.0",
 9990                   0,
 9991               };
 9992               
 9993               SourceClass
 9994               __root_PG_InterOp_CIM_RedundancyGroup =
 9995               {
 9996                   /* flags */
 9997                   PEGASUS_FLAG_CLASS,
 9998                   /* name */
 9999                   "CIM_RedundancyGroup",
10000                   /* qualifiers */
10001                   __root_PG_InterOp_CIM_RedundancyGroup_qualifiers,
10002 mike  1.1.2.2     /* super */
10003 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalElement,
10004                   /* features */
10005                   _CIM_RedundancyGroup_features,
10006               };
10007               
10008               //==============================================================================
10009               //
10010               // Class: CIM_RedundancySet
10011               //
10012               //==============================================================================
10013               
10014               static const char*
10015               _CIM_RedundancySet_RedundancyStatus_qualifiers[] =
10016               {
10017                   /* ValueMap */
10018                   "\061\000\0060\0001\0002\0003\0004\0005\000",
10019                   /* Values */
10020                   "\062\000\006Unknown\000DMTF Reserved\000Fully Redundant\000Degraded Redundancy\000Redundancy Lost\000Overall Failure\000",
10021                   /* ModelCorrespondence */
10022                   "\036\000\001CIM_RedundancySet.MinNumberNeeded\000",
10023                   0,
10024 mike  1.1.2.1 };
10025               
10026               static SourceProperty
10027               _CIM_RedundancySet_RedundancyStatus =
10028               {
10029                   /* flags */
10030                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
10031                   /* name */
10032                   "RedundancyStatus",
10033                   /* qualifiers */
10034                   _CIM_RedundancySet_RedundancyStatus_qualifiers,
10035                   /* type */
10036                   CIMTYPE_UINT16,
10037                   /* subscript */
10038                   -1,
10039                   /* value */
10040                   0,
10041               };
10042               
10043               static const char*
10044               _CIM_RedundancySet_TypeOfSet_qualifiers[] =
10045 mike  1.1.2.1 {
10046                   /* ValueMap */
10047                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
10048                   /* Values */
10049                   "\062\000\010Unknown\000Other\000N+1\000Load Balanced\000Sparing\000Limited Sparing\000DMTF Reserved\000Vendor Reserved\000",
10050                   /* ArrayType */
10051                   "\005Indexed",
10052                   /* ModelCorrespondence */
10053                   "\036\000\001CIM_RedundancySet.OtherTypeOfSet\000",
10054                   0,
10055               };
10056               
10057               static SourceProperty
10058               _CIM_RedundancySet_TypeOfSet =
10059               {
10060                   /* flags */
10061                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
10062                   /* name */
10063                   "TypeOfSet",
10064                   /* qualifiers */
10065                   _CIM_RedundancySet_TypeOfSet_qualifiers,
10066 mike  1.1.2.1     /* type */
10067                   CIMTYPE_UINT16,
10068                   /* subscript */
10069                   0,
10070                   /* value */
10071                   0,
10072               };
10073               
10074               static const char*
10075               _CIM_RedundancySet_MinNumberNeeded_qualifiers[] =
10076               {
10077                   /* MinValue */
10078                   "\035\000\000\000\000\000\000\000\000",
10079                   0,
10080               };
10081               
10082               static SourceProperty
10083               _CIM_RedundancySet_MinNumberNeeded =
10084               {
10085                   /* flags */
10086                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
10087 mike  1.1.2.1     /* name */
10088                   "MinNumberNeeded",
10089                   /* qualifiers */
10090                   _CIM_RedundancySet_MinNumberNeeded_qualifiers,
10091                   /* type */
10092                   CIMTYPE_UINT32,
10093                   /* subscript */
10094                   -1,
10095                   /* value */
10096                   0,
10097               };
10098               
10099               static const char*
10100               _CIM_RedundancySet_MaxNumberSupported_qualifiers[] =
10101               {
10102                   0,
10103               };
10104               
10105               static SourceProperty
10106               _CIM_RedundancySet_MaxNumberSupported =
10107               {
10108 mike  1.1.2.1     /* flags */
10109                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
10110                   /* name */
10111                   "MaxNumberSupported",
10112                   /* qualifiers */
10113                   _CIM_RedundancySet_MaxNumberSupported_qualifiers,
10114                   /* type */
10115                   CIMTYPE_UINT32,
10116                   /* subscript */
10117                   -1,
10118                   /* value */
10119                   0,
10120               };
10121               
10122               static const char*
10123               _CIM_RedundancySet_VendorIdentifyingInfo_qualifiers[] =
10124               {
10125                   0,
10126               };
10127               
10128               static SourceProperty
10129 mike  1.1.2.1 _CIM_RedundancySet_VendorIdentifyingInfo =
10130               {
10131                   /* flags */
10132                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
10133                   /* name */
10134                   "VendorIdentifyingInfo",
10135                   /* qualifiers */
10136                   _CIM_RedundancySet_VendorIdentifyingInfo_qualifiers,
10137                   /* type */
10138                   CIMTYPE_STRING,
10139                   /* subscript */
10140                   -1,
10141                   /* value */
10142                   0,
10143               };
10144               
10145               static const char*
10146               _CIM_RedundancySet_OtherTypeOfSet_qualifiers[] =
10147               {
10148                   /* ArrayType */
10149                   "\005Indexed",
10150 mike  1.1.2.1     /* ModelCorrespondence */
10151                   "\036\000\001CIM_RedundancySet.TypeOfSet\000",
10152                   0,
10153               };
10154               
10155               static SourceProperty
10156               _CIM_RedundancySet_OtherTypeOfSet =
10157               {
10158                   /* flags */
10159                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
10160                   /* name */
10161                   "OtherTypeOfSet",
10162                   /* qualifiers */
10163                   _CIM_RedundancySet_OtherTypeOfSet_qualifiers,
10164                   /* type */
10165                   CIMTYPE_STRING,
10166                   /* subscript */
10167                   0,
10168                   /* value */
10169                   0,
10170               };
10171 mike  1.1.2.1 
10172               static const char*
10173               _CIM_RedundancySet_LoadBalanceAlgorithm_qualifiers[] =
10174               {
10175                   /* ValueMap */
10176                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
10177                   /* Values */
10178                   "\062\000\010Unknown\000Other\000No Load Balancing\000Round Robin\000Least Blocks\000Least IO\000Address Region\000Product Specific\000",
10179                   /* ModelCorrespondence */
10180                   "\036\000\001CIM_RedundancySet.OtherLoadBalanceAlgorithm\000",
10181                   0,
10182               };
10183               
10184               static SourceProperty
10185               _CIM_RedundancySet_LoadBalanceAlgorithm =
10186               {
10187                   /* flags */
10188                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
10189                   /* name */
10190                   "LoadBalanceAlgorithm",
10191                   /* qualifiers */
10192 mike  1.1.2.1     _CIM_RedundancySet_LoadBalanceAlgorithm_qualifiers,
10193                   /* type */
10194                   CIMTYPE_UINT16,
10195                   /* subscript */
10196                   -1,
10197                   /* value */
10198                   "\000\002",
10199               };
10200               
10201               static const char*
10202               _CIM_RedundancySet_OtherLoadBalanceAlgorithm_qualifiers[] =
10203               {
10204                   /* ModelCorrespondence */
10205                   "\036\000\001CIM_RedundancySet.LoadBalanceAlgorithm\000",
10206                   0,
10207               };
10208               
10209               static SourceProperty
10210               _CIM_RedundancySet_OtherLoadBalanceAlgorithm =
10211               {
10212                   /* flags */
10213 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
10214                   /* name */
10215                   "OtherLoadBalanceAlgorithm",
10216                   /* qualifiers */
10217                   _CIM_RedundancySet_OtherLoadBalanceAlgorithm_qualifiers,
10218                   /* type */
10219                   CIMTYPE_STRING,
10220                   /* subscript */
10221                   -1,
10222                   /* value */
10223                   0,
10224               };
10225               
10226               static const char*
10227               _CIM_RedundancySet_Failover_FailoverFrom_qualifiers[] =
10228               {
10229                   0,
10230               };
10231               
10232               static SourceReference
10233               _CIM_RedundancySet_Failover_FailoverFrom =
10234 mike  1.1.2.1 {
10235                   /* flags */
10236                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
10237                   /* name */
10238                   "FailoverFrom",
10239                   /* qualifiers */
10240                   _CIM_RedundancySet_Failover_FailoverFrom_qualifiers,
10241                   /* subscript */
10242                   -1,
10243 mike  1.1.2.2     /* ref */
10244 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
10245               };
10246               
10247               static const char*
10248               _CIM_RedundancySet_Failover_FailoverTo_qualifiers[] =
10249               {
10250                   0,
10251               };
10252               
10253               static SourceReference
10254               _CIM_RedundancySet_Failover_FailoverTo =
10255               {
10256                   /* flags */
10257                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
10258                   /* name */
10259                   "FailoverTo",
10260                   /* qualifiers */
10261                   _CIM_RedundancySet_Failover_FailoverTo_qualifiers,
10262                   /* subscript */
10263                   -1,
10264 mike  1.1.2.2     /* ref */
10265 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
10266               };
10267               
10268 mike  1.1.2.2 static SourceFeature*
10269 mike  1.1.2.1 _CIM_RedundancySet_Failover_parameters[] =
10270               {
10271 mike  1.1.2.2     (SourceFeature*)&_CIM_RedundancySet_Failover_FailoverFrom,
10272                   (SourceFeature*)&_CIM_RedundancySet_Failover_FailoverTo,
10273 mike  1.1.2.1     0,
10274               };
10275               
10276               static const char*
10277               _CIM_RedundancySet_Failover_qualifiers[] =
10278               {
10279                   /* ValueMap */
10280                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
10281                   /* Values */
10282                   "\062\000\007Completed with No Error\000Not Supported\000Unknown/Unspecified Error\000Busy/In Use\000Paramter Error\000DMTF Reserved\000Vendor Reserved\000",
10283                   0,
10284               };
10285               
10286               static SourceMethod
10287               _CIM_RedundancySet_Failover =
10288               {
10289                   /* flags */
10290                   PEGASUS_FLAG_METHOD,
10291                   /* name */
10292                   "CIM_RedundancySet",
10293                   /* qualifiers */
10294 mike  1.1.2.1     _CIM_RedundancySet_Failover_qualifiers,
10295                   /* type */
10296                   CIMTYPE_UINT32,
10297                   /* parameters */
10298                   _CIM_RedundancySet_Failover_parameters,
10299               };
10300               
10301               static SourceFeature*
10302               _CIM_RedundancySet_features[] =
10303               {
10304                   (SourceFeature*)&_CIM_RedundancySet_RedundancyStatus,
10305                   (SourceFeature*)&_CIM_RedundancySet_TypeOfSet,
10306                   (SourceFeature*)&_CIM_RedundancySet_MinNumberNeeded,
10307                   (SourceFeature*)&_CIM_RedundancySet_MaxNumberSupported,
10308                   (SourceFeature*)&_CIM_RedundancySet_VendorIdentifyingInfo,
10309                   (SourceFeature*)&_CIM_RedundancySet_OtherTypeOfSet,
10310                   (SourceFeature*)&_CIM_RedundancySet_LoadBalanceAlgorithm,
10311                   (SourceFeature*)&_CIM_RedundancySet_OtherLoadBalanceAlgorithm,
10312                   (SourceFeature*)&_CIM_RedundancySet_Failover,
10313                   0,
10314               };
10315 mike  1.1.2.1 
10316               static const char*
10317               __root_PG_InterOp_CIM_RedundancySet_qualifiers[] =
10318               {
10319                   /* UMLPackagePath */
10320                   "\057CIM::Core::Redundancy",
10321                   /* Version */
10322                   "\0632.10.0",
10323                   0,
10324               };
10325               
10326               SourceClass
10327               __root_PG_InterOp_CIM_RedundancySet =
10328               {
10329                   /* flags */
10330                   PEGASUS_FLAG_CLASS,
10331                   /* name */
10332                   "CIM_RedundancySet",
10333                   /* qualifiers */
10334                   __root_PG_InterOp_CIM_RedundancySet_qualifiers,
10335 mike  1.1.2.2     /* super */
10336 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemSpecificCollection,
10337                   /* features */
10338                   _CIM_RedundancySet_features,
10339               };
10340               
10341               //==============================================================================
10342               //
10343               // Class: CIM_RelatedStatisticalData
10344               //
10345               //==============================================================================
10346               
10347               static const char*
10348               _CIM_RelatedStatisticalData_Stats_qualifiers[] =
10349               {
10350                   0,
10351               };
10352               
10353               static SourceReference
10354               _CIM_RelatedStatisticalData_Stats =
10355               {
10356                   /* flags */
10357 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10358                   /* name */
10359                   "Stats",
10360                   /* qualifiers */
10361                   _CIM_RelatedStatisticalData_Stats_qualifiers,
10362                   /* subscript */
10363                   -1,
10364 mike  1.1.2.2     /* refId */
10365 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalData,
10366               };
10367               
10368               static const char*
10369               _CIM_RelatedStatisticalData_RelatedStats_qualifiers[] =
10370               {
10371                   0,
10372               };
10373               
10374               static SourceReference
10375               _CIM_RelatedStatisticalData_RelatedStats =
10376               {
10377                   /* flags */
10378                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10379                   /* name */
10380                   "RelatedStats",
10381                   /* qualifiers */
10382                   _CIM_RelatedStatisticalData_RelatedStats_qualifiers,
10383                   /* subscript */
10384                   -1,
10385 mike  1.1.2.2     /* refId */
10386 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalData,
10387               };
10388               
10389               static const char*
10390               _CIM_RelatedStatisticalData_Description_qualifiers[] =
10391               {
10392                   0,
10393               };
10394               
10395               static SourceProperty
10396               _CIM_RelatedStatisticalData_Description =
10397               {
10398                   /* flags */
10399                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
10400                   /* name */
10401                   "Description",
10402                   /* qualifiers */
10403                   _CIM_RelatedStatisticalData_Description_qualifiers,
10404                   /* type */
10405                   CIMTYPE_STRING,
10406                   /* subscript */
10407 mike  1.1.2.1     -1,
10408                   /* value */
10409                   0,
10410               };
10411               
10412               static SourceFeature*
10413               _CIM_RelatedStatisticalData_features[] =
10414               {
10415                   (SourceFeature*)&_CIM_RelatedStatisticalData_Stats,
10416                   (SourceFeature*)&_CIM_RelatedStatisticalData_RelatedStats,
10417                   (SourceFeature*)&_CIM_RelatedStatisticalData_Description,
10418                   0,
10419               };
10420               
10421               static const char*
10422               __root_PG_InterOp_CIM_RelatedStatisticalData_qualifiers[] =
10423               {
10424                   /* UMLPackagePath */
10425                   "\057CIM::Core::Statistics",
10426                   /* Version */
10427                   "\0632.7.0",
10428 mike  1.1.2.1     0,
10429               };
10430               
10431               SourceClass
10432               __root_PG_InterOp_CIM_RelatedStatisticalData =
10433               {
10434                   /* flags */
10435                   PEGASUS_FLAG_ASSOCIATION,
10436                   /* name */
10437                   "CIM_RelatedStatisticalData",
10438                   /* qualifiers */
10439                   __root_PG_InterOp_CIM_RelatedStatisticalData_qualifiers,
10440 mike  1.1.2.2     /* super */
10441 mike  1.1.2.1     0,
10442                   /* features */
10443                   _CIM_RelatedStatisticalData_features,
10444               };
10445               
10446               //==============================================================================
10447               //
10448               // Class: CIM_RelatedStatistics
10449               //
10450               //==============================================================================
10451               
10452               static const char*
10453               _CIM_RelatedStatistics_Stats_qualifiers[] =
10454               {
10455                   0,
10456               };
10457               
10458               static SourceReference
10459               _CIM_RelatedStatistics_Stats =
10460               {
10461                   /* flags */
10462 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10463                   /* name */
10464                   "Stats",
10465                   /* qualifiers */
10466                   _CIM_RelatedStatistics_Stats_qualifiers,
10467                   /* subscript */
10468                   -1,
10469 mike  1.1.2.2     /* refId */
10470 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
10471               };
10472               
10473               static const char*
10474               _CIM_RelatedStatistics_RelatedStats_qualifiers[] =
10475               {
10476                   0,
10477               };
10478               
10479               static SourceReference
10480               _CIM_RelatedStatistics_RelatedStats =
10481               {
10482                   /* flags */
10483                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10484                   /* name */
10485                   "RelatedStats",
10486                   /* qualifiers */
10487                   _CIM_RelatedStatistics_RelatedStats_qualifiers,
10488                   /* subscript */
10489                   -1,
10490 mike  1.1.2.2     /* refId */
10491 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
10492               };
10493               
10494               static SourceFeature*
10495               _CIM_RelatedStatistics_features[] =
10496               {
10497                   (SourceFeature*)&_CIM_RelatedStatistics_Stats,
10498                   (SourceFeature*)&_CIM_RelatedStatistics_RelatedStats,
10499                   0,
10500               };
10501               
10502               static const char*
10503               __root_PG_InterOp_CIM_RelatedStatistics_qualifiers[] =
10504               {
10505                   /* UMLPackagePath */
10506                   "\057CIM::Core::Statistics",
10507                   /* Version */
10508                   "\0632.6.0",
10509                   0,
10510               };
10511               
10512 mike  1.1.2.1 SourceClass
10513               __root_PG_InterOp_CIM_RelatedStatistics =
10514               {
10515                   /* flags */
10516                   PEGASUS_FLAG_ASSOCIATION,
10517                   /* name */
10518                   "CIM_RelatedStatistics",
10519                   /* qualifiers */
10520                   __root_PG_InterOp_CIM_RelatedStatistics_qualifiers,
10521 mike  1.1.2.2     /* super */
10522 mike  1.1.2.1     0,
10523                   /* features */
10524                   _CIM_RelatedStatistics_features,
10525               };
10526               
10527               //==============================================================================
10528               //
10529               // Class: CIM_SAPStatisticalInformation
10530               //
10531               //==============================================================================
10532               
10533               static const char*
10534               _CIM_SAPStatisticalInformation_SystemCreationClassName_qualifiers[] =
10535               {
10536                   /* Propagated */
10537                   "\045CIM_ServiceAccessPoint.SystemCreationClassName",
10538                   /* MaxLen */
10539                   "\030\000\000\001\000",
10540                   0,
10541               };
10542               
10543 mike  1.1.2.1 static SourceProperty
10544               _CIM_SAPStatisticalInformation_SystemCreationClassName =
10545               {
10546                   /* flags */
10547                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10548                   /* name */
10549                   "SystemCreationClassName",
10550                   /* qualifiers */
10551                   _CIM_SAPStatisticalInformation_SystemCreationClassName_qualifiers,
10552                   /* type */
10553                   CIMTYPE_STRING,
10554                   /* subscript */
10555                   -1,
10556                   /* value */
10557                   0,
10558               };
10559               
10560               static const char*
10561               _CIM_SAPStatisticalInformation_SystemName_qualifiers[] =
10562               {
10563                   /* Propagated */
10564 mike  1.1.2.1     "\045CIM_ServiceAccessPoint.SystemName",
10565                   /* MaxLen */
10566                   "\030\000\000\001\000",
10567                   0,
10568               };
10569               
10570               static SourceProperty
10571               _CIM_SAPStatisticalInformation_SystemName =
10572               {
10573                   /* flags */
10574                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10575                   /* name */
10576                   "SystemName",
10577                   /* qualifiers */
10578                   _CIM_SAPStatisticalInformation_SystemName_qualifiers,
10579                   /* type */
10580                   CIMTYPE_STRING,
10581                   /* subscript */
10582                   -1,
10583                   /* value */
10584                   0,
10585 mike  1.1.2.1 };
10586               
10587               static const char*
10588               _CIM_SAPStatisticalInformation_SAPCreationClassName_qualifiers[] =
10589               {
10590                   /* Propagated */
10591                   "\045CIM_ServiceAccessPoint.CreationClassName",
10592                   /* MaxLen */
10593                   "\030\000\000\001\000",
10594                   0,
10595               };
10596               
10597               static SourceProperty
10598               _CIM_SAPStatisticalInformation_SAPCreationClassName =
10599               {
10600                   /* flags */
10601                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10602                   /* name */
10603                   "SAPCreationClassName",
10604                   /* qualifiers */
10605                   _CIM_SAPStatisticalInformation_SAPCreationClassName_qualifiers,
10606 mike  1.1.2.1     /* type */
10607                   CIMTYPE_STRING,
10608                   /* subscript */
10609                   -1,
10610                   /* value */
10611                   0,
10612               };
10613               
10614               static const char*
10615               _CIM_SAPStatisticalInformation_SAPName_qualifiers[] =
10616               {
10617                   /* Propagated */
10618                   "\045CIM_ServiceAccessPoint.Name",
10619                   /* MaxLen */
10620                   "\030\000\000\001\000",
10621                   0,
10622               };
10623               
10624               static SourceProperty
10625               _CIM_SAPStatisticalInformation_SAPName =
10626               {
10627 mike  1.1.2.1     /* flags */
10628                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10629                   /* name */
10630                   "SAPName",
10631                   /* qualifiers */
10632                   _CIM_SAPStatisticalInformation_SAPName_qualifiers,
10633                   /* type */
10634                   CIMTYPE_STRING,
10635                   /* subscript */
10636                   -1,
10637                   /* value */
10638                   0,
10639               };
10640               
10641               static const char*
10642               _CIM_SAPStatisticalInformation_CreationClassName_qualifiers[] =
10643               {
10644                   /* MaxLen */
10645                   "\030\000\000\001\000",
10646                   0,
10647               };
10648 mike  1.1.2.1 
10649               static SourceProperty
10650               _CIM_SAPStatisticalInformation_CreationClassName =
10651               {
10652                   /* flags */
10653                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10654                   /* name */
10655                   "CreationClassName",
10656                   /* qualifiers */
10657                   _CIM_SAPStatisticalInformation_CreationClassName_qualifiers,
10658                   /* type */
10659                   CIMTYPE_STRING,
10660                   /* subscript */
10661                   -1,
10662                   /* value */
10663                   0,
10664               };
10665               
10666               static const char*
10667               _CIM_SAPStatisticalInformation_Name_qualifiers[] =
10668               {
10669 mike  1.1.2.1     /* Override */
10670                   "\044Name",
10671                   /* MaxLen */
10672                   "\030\000\000\001\000",
10673                   0,
10674               };
10675               
10676               static SourceProperty
10677               _CIM_SAPStatisticalInformation_Name =
10678               {
10679                   /* flags */
10680                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10681                   /* name */
10682                   "Name",
10683                   /* qualifiers */
10684                   _CIM_SAPStatisticalInformation_Name_qualifiers,
10685                   /* type */
10686                   CIMTYPE_STRING,
10687                   /* subscript */
10688                   -1,
10689                   /* value */
10690 mike  1.1.2.1     0,
10691               };
10692               
10693               static SourceFeature*
10694               _CIM_SAPStatisticalInformation_features[] =
10695               {
10696                   (SourceFeature*)&_CIM_SAPStatisticalInformation_SystemCreationClassName,
10697                   (SourceFeature*)&_CIM_SAPStatisticalInformation_SystemName,
10698                   (SourceFeature*)&_CIM_SAPStatisticalInformation_SAPCreationClassName,
10699                   (SourceFeature*)&_CIM_SAPStatisticalInformation_SAPName,
10700                   (SourceFeature*)&_CIM_SAPStatisticalInformation_CreationClassName,
10701                   (SourceFeature*)&_CIM_SAPStatisticalInformation_Name,
10702                   0,
10703               };
10704               
10705               static const char*
10706               __root_PG_InterOp_CIM_SAPStatisticalInformation_qualifiers[] =
10707               {
10708                   /* UMLPackagePath */
10709                   "\057CIM::Core::Statistics",
10710                   /* Version */
10711 mike  1.1.2.1     "\0632.6.0",
10712                   0,
10713               };
10714               
10715               SourceClass
10716               __root_PG_InterOp_CIM_SAPStatisticalInformation =
10717               {
10718                   /* flags */
10719                   PEGASUS_FLAG_CLASS,
10720                   /* name */
10721                   "CIM_SAPStatisticalInformation",
10722                   /* qualifiers */
10723                   __root_PG_InterOp_CIM_SAPStatisticalInformation_qualifiers,
10724 mike  1.1.2.2     /* super */
10725 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
10726                   /* features */
10727                   _CIM_SAPStatisticalInformation_features,
10728               };
10729               
10730               //==============================================================================
10731               //
10732               // Class: CIM_ScopedSettingData
10733               //
10734               //==============================================================================
10735               
10736               static SourceFeature*
10737               _CIM_ScopedSettingData_features[] =
10738               {
10739                   0,
10740               };
10741               
10742               static const char*
10743               __root_PG_InterOp_CIM_ScopedSettingData_qualifiers[] =
10744               {
10745                   /* UMLPackagePath */
10746 mike  1.1.2.1     "\057CIM::Core::Settings",
10747                   /* Version */
10748                   "\0632.10.0",
10749                   0,
10750               };
10751               
10752               SourceClass
10753               __root_PG_InterOp_CIM_ScopedSettingData =
10754               {
10755                   /* flags */
10756                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
10757                   /* name */
10758                   "CIM_ScopedSettingData",
10759                   /* qualifiers */
10760                   __root_PG_InterOp_CIM_ScopedSettingData_qualifiers,
10761 mike  1.1.2.2     /* super */
10762 mike  1.1.2.1     &__root_PG_InterOp_CIM_SettingData,
10763                   /* features */
10764                   _CIM_ScopedSettingData_features,
10765               };
10766               
10767               //==============================================================================
10768               //
10769               // Class: CIM_ServiceStatisticalInformation
10770               //
10771               //==============================================================================
10772               
10773               static const char*
10774               _CIM_ServiceStatisticalInformation_SystemCreationClassName_qualifiers[] =
10775               {
10776                   /* Propagated */
10777                   "\045CIM_Service.SystemCreationClassName",
10778                   /* MaxLen */
10779                   "\030\000\000\001\000",
10780                   0,
10781               };
10782               
10783 mike  1.1.2.1 static SourceProperty
10784               _CIM_ServiceStatisticalInformation_SystemCreationClassName =
10785               {
10786                   /* flags */
10787                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10788                   /* name */
10789                   "SystemCreationClassName",
10790                   /* qualifiers */
10791                   _CIM_ServiceStatisticalInformation_SystemCreationClassName_qualifiers,
10792                   /* type */
10793                   CIMTYPE_STRING,
10794                   /* subscript */
10795                   -1,
10796                   /* value */
10797                   0,
10798               };
10799               
10800               static const char*
10801               _CIM_ServiceStatisticalInformation_SystemName_qualifiers[] =
10802               {
10803                   /* Propagated */
10804 mike  1.1.2.1     "\045CIM_Service.SystemName",
10805                   /* MaxLen */
10806                   "\030\000\000\001\000",
10807                   0,
10808               };
10809               
10810               static SourceProperty
10811               _CIM_ServiceStatisticalInformation_SystemName =
10812               {
10813                   /* flags */
10814                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10815                   /* name */
10816                   "SystemName",
10817                   /* qualifiers */
10818                   _CIM_ServiceStatisticalInformation_SystemName_qualifiers,
10819                   /* type */
10820                   CIMTYPE_STRING,
10821                   /* subscript */
10822                   -1,
10823                   /* value */
10824                   0,
10825 mike  1.1.2.1 };
10826               
10827               static const char*
10828               _CIM_ServiceStatisticalInformation_ServiceCreationClassName_qualifiers[] =
10829               {
10830                   /* Propagated */
10831                   "\045CIM_Service.CreationClassName",
10832                   /* MaxLen */
10833                   "\030\000\000\001\000",
10834                   0,
10835               };
10836               
10837               static SourceProperty
10838               _CIM_ServiceStatisticalInformation_ServiceCreationClassName =
10839               {
10840                   /* flags */
10841                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10842                   /* name */
10843                   "ServiceCreationClassName",
10844                   /* qualifiers */
10845                   _CIM_ServiceStatisticalInformation_ServiceCreationClassName_qualifiers,
10846 mike  1.1.2.1     /* type */
10847                   CIMTYPE_STRING,
10848                   /* subscript */
10849                   -1,
10850                   /* value */
10851                   0,
10852               };
10853               
10854               static const char*
10855               _CIM_ServiceStatisticalInformation_ServiceName_qualifiers[] =
10856               {
10857                   /* Propagated */
10858                   "\045CIM_Service.Name",
10859                   /* MaxLen */
10860                   "\030\000\000\001\000",
10861                   0,
10862               };
10863               
10864               static SourceProperty
10865               _CIM_ServiceStatisticalInformation_ServiceName =
10866               {
10867 mike  1.1.2.1     /* flags */
10868                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10869                   /* name */
10870                   "ServiceName",
10871                   /* qualifiers */
10872                   _CIM_ServiceStatisticalInformation_ServiceName_qualifiers,
10873                   /* type */
10874                   CIMTYPE_STRING,
10875                   /* subscript */
10876                   -1,
10877                   /* value */
10878                   0,
10879               };
10880               
10881               static const char*
10882               _CIM_ServiceStatisticalInformation_CreationClassName_qualifiers[] =
10883               {
10884                   /* MaxLen */
10885                   "\030\000\000\001\000",
10886                   0,
10887               };
10888 mike  1.1.2.1 
10889               static SourceProperty
10890               _CIM_ServiceStatisticalInformation_CreationClassName =
10891               {
10892                   /* flags */
10893                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10894                   /* name */
10895                   "CreationClassName",
10896                   /* qualifiers */
10897                   _CIM_ServiceStatisticalInformation_CreationClassName_qualifiers,
10898                   /* type */
10899                   CIMTYPE_STRING,
10900                   /* subscript */
10901                   -1,
10902                   /* value */
10903                   0,
10904               };
10905               
10906               static const char*
10907               _CIM_ServiceStatisticalInformation_Name_qualifiers[] =
10908               {
10909 mike  1.1.2.1     /* Override */
10910                   "\044Name",
10911                   /* MaxLen */
10912                   "\030\000\000\001\000",
10913                   0,
10914               };
10915               
10916               static SourceProperty
10917               _CIM_ServiceStatisticalInformation_Name =
10918               {
10919                   /* flags */
10920                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10921                   /* name */
10922                   "Name",
10923                   /* qualifiers */
10924                   _CIM_ServiceStatisticalInformation_Name_qualifiers,
10925                   /* type */
10926                   CIMTYPE_STRING,
10927                   /* subscript */
10928                   -1,
10929                   /* value */
10930 mike  1.1.2.1     0,
10931               };
10932               
10933               static SourceFeature*
10934               _CIM_ServiceStatisticalInformation_features[] =
10935               {
10936                   (SourceFeature*)&_CIM_ServiceStatisticalInformation_SystemCreationClassName,
10937                   (SourceFeature*)&_CIM_ServiceStatisticalInformation_SystemName,
10938                   (SourceFeature*)&_CIM_ServiceStatisticalInformation_ServiceCreationClassName,
10939                   (SourceFeature*)&_CIM_ServiceStatisticalInformation_ServiceName,
10940                   (SourceFeature*)&_CIM_ServiceStatisticalInformation_CreationClassName,
10941                   (SourceFeature*)&_CIM_ServiceStatisticalInformation_Name,
10942                   0,
10943               };
10944               
10945               static const char*
10946               __root_PG_InterOp_CIM_ServiceStatisticalInformation_qualifiers[] =
10947               {
10948                   /* UMLPackagePath */
10949                   "\057CIM::Core::Statistics",
10950                   /* Version */
10951 mike  1.1.2.1     "\0632.6.0",
10952                   0,
10953               };
10954               
10955               SourceClass
10956               __root_PG_InterOp_CIM_ServiceStatisticalInformation =
10957               {
10958                   /* flags */
10959                   PEGASUS_FLAG_CLASS,
10960                   /* name */
10961                   "CIM_ServiceStatisticalInformation",
10962                   /* qualifiers */
10963                   __root_PG_InterOp_CIM_ServiceStatisticalInformation_qualifiers,
10964 mike  1.1.2.2     /* super */
10965 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalInformation,
10966                   /* features */
10967                   _CIM_ServiceStatisticalInformation_features,
10968               };
10969               
10970               //==============================================================================
10971               //
10972               // Class: CIM_SettingAssociatedToCapabilities
10973               //
10974               //==============================================================================
10975               
10976               static const char*
10977               _CIM_SettingAssociatedToCapabilities_Antecedent_qualifiers[] =
10978               {
10979                   /* Override */
10980                   "\044Antecedent",
10981                   0,
10982               };
10983               
10984               static SourceReference
10985               _CIM_SettingAssociatedToCapabilities_Antecedent =
10986 mike  1.1.2.1 {
10987                   /* flags */
10988                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
10989                   /* name */
10990                   "Antecedent",
10991                   /* qualifiers */
10992                   _CIM_SettingAssociatedToCapabilities_Antecedent_qualifiers,
10993                   /* subscript */
10994                   -1,
10995 mike  1.1.2.2     /* refId */
10996 mike  1.1.2.1     &__root_PG_InterOp_CIM_Capabilities,
10997               };
10998               
10999               static const char*
11000               _CIM_SettingAssociatedToCapabilities_Dependent_qualifiers[] =
11001               {
11002                   /* Override */
11003                   "\044Dependent",
11004                   0,
11005               };
11006               
11007               static SourceReference
11008               _CIM_SettingAssociatedToCapabilities_Dependent =
11009               {
11010                   /* flags */
11011                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
11012                   /* name */
11013                   "Dependent",
11014                   /* qualifiers */
11015                   _CIM_SettingAssociatedToCapabilities_Dependent_qualifiers,
11016                   /* subscript */
11017 mike  1.1.2.1     -1,
11018 mike  1.1.2.2     /* refId */
11019 mike  1.1.2.1     &__root_PG_InterOp_CIM_SettingData,
11020               };
11021               
11022               static const char*
11023               _CIM_SettingAssociatedToCapabilities_DefaultSetting_qualifiers[] =
11024               {
11025                   0,
11026               };
11027               
11028               static SourceProperty
11029               _CIM_SettingAssociatedToCapabilities_DefaultSetting =
11030               {
11031                   /* flags */
11032                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
11033                   /* name */
11034                   "DefaultSetting",
11035                   /* qualifiers */
11036                   _CIM_SettingAssociatedToCapabilities_DefaultSetting_qualifiers,
11037                   /* type */
11038                   CIMTYPE_BOOLEAN,
11039                   /* subscript */
11040 mike  1.1.2.1     -1,
11041                   /* value */
11042                   "\000",
11043               };
11044               
11045               static SourceFeature*
11046               _CIM_SettingAssociatedToCapabilities_features[] =
11047               {
11048                   (SourceFeature*)&_CIM_SettingAssociatedToCapabilities_Antecedent,
11049                   (SourceFeature*)&_CIM_SettingAssociatedToCapabilities_Dependent,
11050                   (SourceFeature*)&_CIM_SettingAssociatedToCapabilities_DefaultSetting,
11051                   0,
11052               };
11053               
11054               static const char*
11055               __root_PG_InterOp_CIM_SettingAssociatedToCapabilities_qualifiers[] =
11056               {
11057                   /* UMLPackagePath */
11058                   "\057CIM::System::FilesystemServices",
11059                   /* Version */
11060                   "\0632.11.0",
11061 mike  1.1.2.1     0,
11062               };
11063               
11064               SourceClass
11065               __root_PG_InterOp_CIM_SettingAssociatedToCapabilities =
11066               {
11067                   /* flags */
11068                   PEGASUS_FLAG_ASSOCIATION,
11069                   /* name */
11070                   "CIM_SettingAssociatedToCapabilities",
11071                   /* qualifiers */
11072                   __root_PG_InterOp_CIM_SettingAssociatedToCapabilities_qualifiers,
11073 mike  1.1.2.2     /* super */
11074 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
11075                   /* features */
11076                   _CIM_SettingAssociatedToCapabilities_features,
11077               };
11078               
11079               //==============================================================================
11080               //
11081               // Class: CIM_SoftwareIdentity
11082               //
11083               //==============================================================================
11084               
11085               static const char*
11086               _CIM_SoftwareIdentity_InstanceID_qualifiers[] =
11087               {
11088                   0,
11089               };
11090               
11091               static SourceProperty
11092               _CIM_SoftwareIdentity_InstanceID =
11093               {
11094                   /* flags */
11095 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
11096                   /* name */
11097                   "InstanceID",
11098                   /* qualifiers */
11099                   _CIM_SoftwareIdentity_InstanceID_qualifiers,
11100                   /* type */
11101                   CIMTYPE_STRING,
11102                   /* subscript */
11103                   -1,
11104                   /* value */
11105                   0,
11106               };
11107               
11108               static const char*
11109               _CIM_SoftwareIdentity_MajorVersion_qualifiers[] =
11110               {
11111                   0,
11112               };
11113               
11114               static SourceProperty
11115               _CIM_SoftwareIdentity_MajorVersion =
11116 mike  1.1.2.1 {
11117                   /* flags */
11118                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11119                   /* name */
11120                   "MajorVersion",
11121                   /* qualifiers */
11122                   _CIM_SoftwareIdentity_MajorVersion_qualifiers,
11123                   /* type */
11124                   CIMTYPE_UINT16,
11125                   /* subscript */
11126                   -1,
11127                   /* value */
11128                   0,
11129               };
11130               
11131               static const char*
11132               _CIM_SoftwareIdentity_MinorVersion_qualifiers[] =
11133               {
11134                   0,
11135               };
11136               
11137 mike  1.1.2.1 static SourceProperty
11138               _CIM_SoftwareIdentity_MinorVersion =
11139               {
11140                   /* flags */
11141                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11142                   /* name */
11143                   "MinorVersion",
11144                   /* qualifiers */
11145                   _CIM_SoftwareIdentity_MinorVersion_qualifiers,
11146                   /* type */
11147                   CIMTYPE_UINT16,
11148                   /* subscript */
11149                   -1,
11150                   /* value */
11151                   0,
11152               };
11153               
11154               static const char*
11155               _CIM_SoftwareIdentity_RevisionNumber_qualifiers[] =
11156               {
11157                   0,
11158 mike  1.1.2.1 };
11159               
11160               static SourceProperty
11161               _CIM_SoftwareIdentity_RevisionNumber =
11162               {
11163                   /* flags */
11164                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11165                   /* name */
11166                   "RevisionNumber",
11167                   /* qualifiers */
11168                   _CIM_SoftwareIdentity_RevisionNumber_qualifiers,
11169                   /* type */
11170                   CIMTYPE_UINT16,
11171                   /* subscript */
11172                   -1,
11173                   /* value */
11174                   0,
11175               };
11176               
11177               static const char*
11178               _CIM_SoftwareIdentity_BuildNumber_qualifiers[] =
11179 mike  1.1.2.1 {
11180                   0,
11181               };
11182               
11183               static SourceProperty
11184               _CIM_SoftwareIdentity_BuildNumber =
11185               {
11186                   /* flags */
11187                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11188                   /* name */
11189                   "BuildNumber",
11190                   /* qualifiers */
11191                   _CIM_SoftwareIdentity_BuildNumber_qualifiers,
11192                   /* type */
11193                   CIMTYPE_UINT16,
11194                   /* subscript */
11195                   -1,
11196                   /* value */
11197                   0,
11198               };
11199               
11200 mike  1.1.2.1 static const char*
11201               _CIM_SoftwareIdentity_VersionString_qualifiers[] =
11202               {
11203                   0,
11204               };
11205               
11206               static SourceProperty
11207               _CIM_SoftwareIdentity_VersionString =
11208               {
11209                   /* flags */
11210                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11211                   /* name */
11212                   "VersionString",
11213                   /* qualifiers */
11214                   _CIM_SoftwareIdentity_VersionString_qualifiers,
11215                   /* type */
11216                   CIMTYPE_STRING,
11217                   /* subscript */
11218                   -1,
11219                   /* value */
11220                   0,
11221 mike  1.1.2.1 };
11222               
11223               static const char*
11224               _CIM_SoftwareIdentity_TargetOperatingSystems_qualifiers[] =
11225               {
11226                   0,
11227               };
11228               
11229               static SourceProperty
11230               _CIM_SoftwareIdentity_TargetOperatingSystems =
11231               {
11232                   /* flags */
11233                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11234                   /* name */
11235                   "TargetOperatingSystems",
11236                   /* qualifiers */
11237                   _CIM_SoftwareIdentity_TargetOperatingSystems_qualifiers,
11238                   /* type */
11239                   CIMTYPE_STRING,
11240                   /* subscript */
11241                   0,
11242 mike  1.1.2.1     /* value */
11243                   0,
11244               };
11245               
11246               static const char*
11247               _CIM_SoftwareIdentity_Manufacturer_qualifiers[] =
11248               {
11249                   0,
11250               };
11251               
11252               static SourceProperty
11253               _CIM_SoftwareIdentity_Manufacturer =
11254               {
11255                   /* flags */
11256                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11257                   /* name */
11258                   "Manufacturer",
11259                   /* qualifiers */
11260                   _CIM_SoftwareIdentity_Manufacturer_qualifiers,
11261                   /* type */
11262                   CIMTYPE_STRING,
11263 mike  1.1.2.1     /* subscript */
11264                   -1,
11265                   /* value */
11266                   0,
11267               };
11268               
11269               static const char*
11270               _CIM_SoftwareIdentity_Languages_qualifiers[] =
11271               {
11272                   0,
11273               };
11274               
11275               static SourceProperty
11276               _CIM_SoftwareIdentity_Languages =
11277               {
11278                   /* flags */
11279                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11280                   /* name */
11281                   "Languages",
11282                   /* qualifiers */
11283                   _CIM_SoftwareIdentity_Languages_qualifiers,
11284 mike  1.1.2.1     /* type */
11285                   CIMTYPE_STRING,
11286                   /* subscript */
11287                   0,
11288                   /* value */
11289                   0,
11290               };
11291               
11292               static const char*
11293               _CIM_SoftwareIdentity_Classifications_qualifiers[] =
11294               {
11295                   /* ValueMap */
11296                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000..\0000x8000..0xFFFF\000",
11297                   /* Values */
11298                   "\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",
11299                   /* ArrayType */
11300                   "\005Indexed",
11301                   /* ModelCorrespondence */
11302                   "\036\000\001CIM_SoftwareIdentity.ClassificationDescriptions\000",
11303                   0,
11304               };
11305 mike  1.1.2.1 
11306               static SourceProperty
11307               _CIM_SoftwareIdentity_Classifications =
11308               {
11309                   /* flags */
11310                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11311                   /* name */
11312                   "Classifications",
11313                   /* qualifiers */
11314                   _CIM_SoftwareIdentity_Classifications_qualifiers,
11315                   /* type */
11316                   CIMTYPE_UINT16,
11317                   /* subscript */
11318                   0,
11319                   /* value */
11320                   0,
11321               };
11322               
11323               static const char*
11324               _CIM_SoftwareIdentity_ClassificationDescriptions_qualifiers[] =
11325               {
11326 mike  1.1.2.1     /* ArrayType */
11327                   "\005Indexed",
11328                   /* ModelCorrespondence */
11329                   "\036\000\001CIM_SoftwareIdentity.Classifications\000",
11330                   0,
11331               };
11332               
11333               static SourceProperty
11334               _CIM_SoftwareIdentity_ClassificationDescriptions =
11335               {
11336                   /* flags */
11337                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11338                   /* name */
11339                   "ClassificationDescriptions",
11340                   /* qualifiers */
11341                   _CIM_SoftwareIdentity_ClassificationDescriptions_qualifiers,
11342                   /* type */
11343                   CIMTYPE_STRING,
11344                   /* subscript */
11345                   0,
11346                   /* value */
11347 mike  1.1.2.1     0,
11348               };
11349               
11350               static const char*
11351               _CIM_SoftwareIdentity_SerialNumber_qualifiers[] =
11352               {
11353                   0,
11354               };
11355               
11356               static SourceProperty
11357               _CIM_SoftwareIdentity_SerialNumber =
11358               {
11359                   /* flags */
11360                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11361                   /* name */
11362                   "SerialNumber",
11363                   /* qualifiers */
11364                   _CIM_SoftwareIdentity_SerialNumber_qualifiers,
11365                   /* type */
11366                   CIMTYPE_STRING,
11367                   /* subscript */
11368 mike  1.1.2.1     -1,
11369                   /* value */
11370                   0,
11371               };
11372               
11373               static const char*
11374               _CIM_SoftwareIdentity_ReleaseDate_qualifiers[] =
11375               {
11376                   0,
11377               };
11378               
11379               static SourceProperty
11380               _CIM_SoftwareIdentity_ReleaseDate =
11381               {
11382                   /* flags */
11383                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11384                   /* name */
11385                   "ReleaseDate",
11386                   /* qualifiers */
11387                   _CIM_SoftwareIdentity_ReleaseDate_qualifiers,
11388                   /* type */
11389 mike  1.1.2.1     CIMTYPE_DATETIME,
11390                   /* subscript */
11391                   -1,
11392                   /* value */
11393                   0,
11394               };
11395               
11396               static SourceFeature*
11397               _CIM_SoftwareIdentity_features[] =
11398               {
11399                   (SourceFeature*)&_CIM_SoftwareIdentity_InstanceID,
11400                   (SourceFeature*)&_CIM_SoftwareIdentity_MajorVersion,
11401                   (SourceFeature*)&_CIM_SoftwareIdentity_MinorVersion,
11402                   (SourceFeature*)&_CIM_SoftwareIdentity_RevisionNumber,
11403                   (SourceFeature*)&_CIM_SoftwareIdentity_BuildNumber,
11404                   (SourceFeature*)&_CIM_SoftwareIdentity_VersionString,
11405                   (SourceFeature*)&_CIM_SoftwareIdentity_TargetOperatingSystems,
11406                   (SourceFeature*)&_CIM_SoftwareIdentity_Manufacturer,
11407                   (SourceFeature*)&_CIM_SoftwareIdentity_Languages,
11408                   (SourceFeature*)&_CIM_SoftwareIdentity_Classifications,
11409                   (SourceFeature*)&_CIM_SoftwareIdentity_ClassificationDescriptions,
11410 mike  1.1.2.1     (SourceFeature*)&_CIM_SoftwareIdentity_SerialNumber,
11411                   (SourceFeature*)&_CIM_SoftwareIdentity_ReleaseDate,
11412                   0,
11413               };
11414               
11415               static const char*
11416               __root_PG_InterOp_CIM_SoftwareIdentity_qualifiers[] =
11417               {
11418                   /* UMLPackagePath */
11419                   "\057CIM::Core::Software",
11420                   /* Version */
11421                   "\0632.13.0",
11422                   0,
11423               };
11424               
11425               SourceClass
11426               __root_PG_InterOp_CIM_SoftwareIdentity =
11427               {
11428                   /* flags */
11429                   PEGASUS_FLAG_CLASS,
11430                   /* name */
11431 mike  1.1.2.1     "CIM_SoftwareIdentity",
11432                   /* qualifiers */
11433                   __root_PG_InterOp_CIM_SoftwareIdentity_qualifiers,
11434 mike  1.1.2.2     /* super */
11435 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalElement,
11436                   /* features */
11437                   _CIM_SoftwareIdentity_features,
11438               };
11439               
11440               //==============================================================================
11441               //
11442               // Class: CIM_SpareGroup
11443               //
11444               //==============================================================================
11445               
11446               static const char*
11447               _CIM_SpareGroup_Failover_FailoverFrom_qualifiers[] =
11448               {
11449                   0,
11450               };
11451               
11452               static SourceReference
11453               _CIM_SpareGroup_Failover_FailoverFrom =
11454               {
11455                   /* flags */
11456 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
11457                   /* name */
11458                   "FailoverFrom",
11459                   /* qualifiers */
11460                   _CIM_SpareGroup_Failover_FailoverFrom_qualifiers,
11461                   /* subscript */
11462                   -1,
11463 mike  1.1.2.2     /* ref */
11464 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
11465               };
11466               
11467               static const char*
11468               _CIM_SpareGroup_Failover_FailoverTo_qualifiers[] =
11469               {
11470                   0,
11471               };
11472               
11473               static SourceReference
11474               _CIM_SpareGroup_Failover_FailoverTo =
11475               {
11476                   /* flags */
11477                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
11478                   /* name */
11479                   "FailoverTo",
11480                   /* qualifiers */
11481                   _CIM_SpareGroup_Failover_FailoverTo_qualifiers,
11482                   /* subscript */
11483                   -1,
11484 mike  1.1.2.2     /* ref */
11485 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
11486               };
11487               
11488 mike  1.1.2.2 static SourceFeature*
11489 mike  1.1.2.1 _CIM_SpareGroup_Failover_parameters[] =
11490               {
11491 mike  1.1.2.2     (SourceFeature*)&_CIM_SpareGroup_Failover_FailoverFrom,
11492                   (SourceFeature*)&_CIM_SpareGroup_Failover_FailoverTo,
11493 mike  1.1.2.1     0,
11494               };
11495               
11496               static const char*
11497               _CIM_SpareGroup_Failover_qualifiers[] =
11498               {
11499                   /* Deprecated */
11500                   "\013\000\001CIM_RedundancySet.FailOver()\000",
11501                   0,
11502               };
11503               
11504               static SourceMethod
11505               _CIM_SpareGroup_Failover =
11506               {
11507                   /* flags */
11508                   PEGASUS_FLAG_METHOD,
11509                   /* name */
11510                   "CIM_SpareGroup",
11511                   /* qualifiers */
11512                   _CIM_SpareGroup_Failover_qualifiers,
11513                   /* type */
11514 mike  1.1.2.1     CIMTYPE_UINT32,
11515                   /* parameters */
11516                   _CIM_SpareGroup_Failover_parameters,
11517               };
11518               
11519               static SourceFeature*
11520               _CIM_SpareGroup_features[] =
11521               {
11522                   (SourceFeature*)&_CIM_SpareGroup_Failover,
11523                   0,
11524               };
11525               
11526               static const char*
11527               __root_PG_InterOp_CIM_SpareGroup_qualifiers[] =
11528               {
11529                   /* Deprecated */
11530                   "\013\000\001CIM_RedundancySet\000",
11531                   /* UMLPackagePath */
11532                   "\057CIM::Core::Redundancy",
11533                   /* Version */
11534                   "\0632.13.0",
11535 mike  1.1.2.1     0,
11536               };
11537               
11538               SourceClass
11539               __root_PG_InterOp_CIM_SpareGroup =
11540               {
11541                   /* flags */
11542                   PEGASUS_FLAG_CLASS,
11543                   /* name */
11544                   "CIM_SpareGroup",
11545                   /* qualifiers */
11546                   __root_PG_InterOp_CIM_SpareGroup_qualifiers,
11547 mike  1.1.2.2     /* super */
11548 mike  1.1.2.1     &__root_PG_InterOp_CIM_RedundancyGroup,
11549                   /* features */
11550                   _CIM_SpareGroup_features,
11551               };
11552               
11553               //==============================================================================
11554               //
11555               // Class: CIM_StatisticsCollection
11556               //
11557               //==============================================================================
11558               
11559               static const char*
11560               _CIM_StatisticsCollection_SampleInterval_qualifiers[] =
11561               {
11562                   0,
11563               };
11564               
11565               static SourceProperty
11566               _CIM_StatisticsCollection_SampleInterval =
11567               {
11568                   /* flags */
11569 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11570                   /* name */
11571                   "SampleInterval",
11572                   /* qualifiers */
11573                   _CIM_StatisticsCollection_SampleInterval_qualifiers,
11574                   /* type */
11575                   CIMTYPE_DATETIME,
11576                   /* subscript */
11577                   -1,
11578                   /* value */
11579                   "00000000000000.000000:000",
11580               };
11581               
11582               static const char*
11583               _CIM_StatisticsCollection_TimeLastSampled_qualifiers[] =
11584               {
11585                   0,
11586               };
11587               
11588               static SourceProperty
11589               _CIM_StatisticsCollection_TimeLastSampled =
11590 mike  1.1.2.1 {
11591                   /* flags */
11592                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11593                   /* name */
11594                   "TimeLastSampled",
11595                   /* qualifiers */
11596                   _CIM_StatisticsCollection_TimeLastSampled_qualifiers,
11597                   /* type */
11598                   CIMTYPE_DATETIME,
11599                   /* subscript */
11600                   -1,
11601                   /* value */
11602                   0,
11603               };
11604               
11605               static SourceFeature*
11606               _CIM_StatisticsCollection_features[] =
11607               {
11608                   (SourceFeature*)&_CIM_StatisticsCollection_SampleInterval,
11609                   (SourceFeature*)&_CIM_StatisticsCollection_TimeLastSampled,
11610                   0,
11611 mike  1.1.2.1 };
11612               
11613               static const char*
11614               __root_PG_InterOp_CIM_StatisticsCollection_qualifiers[] =
11615               {
11616                   /* UMLPackagePath */
11617                   "\057CIM::Core::Statistics",
11618                   /* Version */
11619                   "\0632.8.1000",
11620                   0,
11621               };
11622               
11623               SourceClass
11624               __root_PG_InterOp_CIM_StatisticsCollection =
11625               {
11626                   /* flags */
11627                   PEGASUS_FLAG_CLASS,
11628                   /* name */
11629                   "CIM_StatisticsCollection",
11630                   /* qualifiers */
11631                   __root_PG_InterOp_CIM_StatisticsCollection_qualifiers,
11632 mike  1.1.2.2     /* super */
11633 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemSpecificCollection,
11634                   /* features */
11635                   _CIM_StatisticsCollection_features,
11636               };
11637               
11638               //==============================================================================
11639               //
11640               // Class: CIM_StorageRedundancyGroup
11641               //
11642               //==============================================================================
11643               
11644               static const char*
11645               _CIM_StorageRedundancyGroup_TypeOfAlgorithm_qualifiers[] =
11646               {
11647                   /* Deprecated */
11648                   "\013\000\001CIM_StorageRedundancySet.TypeOfAlgorithm\000",
11649                   /* ValueMap */
11650                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
11651                   /* Values */
11652                   "\062\000\010None\000Other\000Unknown\000Copy\000XOR\000P+Q\000S\000P+S\000",
11653                   /* MappingStrings */
11654 mike  1.1.2.1     "\026\000\001MIF.DMTF|Redundancy Group|001.2\000",
11655                   0,
11656               };
11657               
11658               static SourceProperty
11659               _CIM_StorageRedundancyGroup_TypeOfAlgorithm =
11660               {
11661                   /* flags */
11662                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11663                   /* name */
11664                   "TypeOfAlgorithm",
11665                   /* qualifiers */
11666                   _CIM_StorageRedundancyGroup_TypeOfAlgorithm_qualifiers,
11667                   /* type */
11668                   CIMTYPE_UINT16,
11669                   /* subscript */
11670                   -1,
11671                   /* value */
11672                   0,
11673               };
11674               
11675 mike  1.1.2.1 static const char*
11676               _CIM_StorageRedundancyGroup_StorageRedundancy_qualifiers[] =
11677               {
11678                   /* Deprecated */
11679                   "\013\000\001No Value\000",
11680                   /* ValueMap */
11681                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
11682                   /* Values */
11683                   "\062\000\011No Additional Status\000Reconfig In Progress\000Data Lost\000Not Currently Configured\000Protected Rebuild\000Redundancy Disabled\000Unprotected Rebuild\000Recalculating\000Verifying\000",
11684                   0,
11685               };
11686               
11687               static SourceProperty
11688               _CIM_StorageRedundancyGroup_StorageRedundancy =
11689               {
11690                   /* flags */
11691                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11692                   /* name */
11693                   "StorageRedundancy",
11694                   /* qualifiers */
11695                   _CIM_StorageRedundancyGroup_StorageRedundancy_qualifiers,
11696 mike  1.1.2.1     /* type */
11697                   CIMTYPE_UINT16,
11698                   /* subscript */
11699                   -1,
11700                   /* value */
11701                   0,
11702               };
11703               
11704               static const char*
11705               _CIM_StorageRedundancyGroup_IsStriped_qualifiers[] =
11706               {
11707                   /* Deprecated */
11708                   "\013\000\001CIM_CompositeExtent.ExtentStripeLength\000",
11709                   0,
11710               };
11711               
11712               static SourceProperty
11713               _CIM_StorageRedundancyGroup_IsStriped =
11714               {
11715                   /* flags */
11716                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11717 mike  1.1.2.1     /* name */
11718                   "IsStriped",
11719                   /* qualifiers */
11720                   _CIM_StorageRedundancyGroup_IsStriped_qualifiers,
11721                   /* type */
11722                   CIMTYPE_BOOLEAN,
11723                   /* subscript */
11724                   -1,
11725                   /* value */
11726                   0,
11727               };
11728               
11729               static const char*
11730               _CIM_StorageRedundancyGroup_IsConcatenated_qualifiers[] =
11731               {
11732                   /* Deprecated */
11733                   "\013\000\001CIM_CompositeExtent.IsConcatenated\000",
11734                   0,
11735               };
11736               
11737               static SourceProperty
11738 mike  1.1.2.1 _CIM_StorageRedundancyGroup_IsConcatenated =
11739               {
11740                   /* flags */
11741                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11742                   /* name */
11743                   "IsConcatenated",
11744                   /* qualifiers */
11745                   _CIM_StorageRedundancyGroup_IsConcatenated_qualifiers,
11746                   /* type */
11747                   CIMTYPE_BOOLEAN,
11748                   /* subscript */
11749                   -1,
11750                   /* value */
11751                   0,
11752               };
11753               
11754               static SourceFeature*
11755               _CIM_StorageRedundancyGroup_features[] =
11756               {
11757                   (SourceFeature*)&_CIM_StorageRedundancyGroup_TypeOfAlgorithm,
11758                   (SourceFeature*)&_CIM_StorageRedundancyGroup_StorageRedundancy,
11759 mike  1.1.2.1     (SourceFeature*)&_CIM_StorageRedundancyGroup_IsStriped,
11760                   (SourceFeature*)&_CIM_StorageRedundancyGroup_IsConcatenated,
11761                   0,
11762               };
11763               
11764               static const char*
11765               __root_PG_InterOp_CIM_StorageRedundancyGroup_qualifiers[] =
11766               {
11767                   /* Deprecated */
11768                   "\013\000\001CIM_StorageRedundancySet\000",
11769                   /* UMLPackagePath */
11770                   "\057CIM::Core::Redundancy",
11771                   /* Version */
11772                   "\0632.13.0",
11773                   0,
11774               };
11775               
11776               SourceClass
11777               __root_PG_InterOp_CIM_StorageRedundancyGroup =
11778               {
11779                   /* flags */
11780 mike  1.1.2.1     PEGASUS_FLAG_CLASS,
11781                   /* name */
11782                   "CIM_StorageRedundancyGroup",
11783                   /* qualifiers */
11784                   __root_PG_InterOp_CIM_StorageRedundancyGroup_qualifiers,
11785 mike  1.1.2.2     /* super */
11786 mike  1.1.2.1     &__root_PG_InterOp_CIM_RedundancyGroup,
11787                   /* features */
11788                   _CIM_StorageRedundancyGroup_features,
11789               };
11790               
11791               //==============================================================================
11792               //
11793               // Class: CIM_StorageRedundancySet
11794               //
11795               //==============================================================================
11796               
11797               static const char*
11798               _CIM_StorageRedundancySet_TypeOfAlgorithm_qualifiers[] =
11799               {
11800                   /* ValueMap */
11801                   "\061\000\0070\0001\0003\0004\0005\0006\0007\000",
11802                   /* Values */
11803                   "\062\000\007Unknown\000Other\000Copy\000XOR\000P+Q\000S\000P+S\000",
11804                   /* MappingStrings */
11805                   "\026\000\001MIF.DMTF|Redundancy Group|001.2\000",
11806                   /* ModelCorrespondence */
11807 mike  1.1.2.1     "\036\000\001CIM_StorageRedundancySet.OtherAlgorithm\000",
11808                   0,
11809               };
11810               
11811               static SourceProperty
11812               _CIM_StorageRedundancySet_TypeOfAlgorithm =
11813               {
11814                   /* flags */
11815                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11816                   /* name */
11817                   "TypeOfAlgorithm",
11818                   /* qualifiers */
11819                   _CIM_StorageRedundancySet_TypeOfAlgorithm_qualifiers,
11820                   /* type */
11821                   CIMTYPE_UINT16,
11822                   /* subscript */
11823                   -1,
11824                   /* value */
11825                   0,
11826               };
11827               
11828 mike  1.1.2.1 static const char*
11829               _CIM_StorageRedundancySet_OtherAlgorithm_qualifiers[] =
11830               {
11831                   /* ModelCorrespondence */
11832                   "\036\000\001CIM_StorageRedundancySet.TypeOfAlgorithm\000",
11833                   0,
11834               };
11835               
11836               static SourceProperty
11837               _CIM_StorageRedundancySet_OtherAlgorithm =
11838               {
11839                   /* flags */
11840                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11841                   /* name */
11842                   "OtherAlgorithm",
11843                   /* qualifiers */
11844                   _CIM_StorageRedundancySet_OtherAlgorithm_qualifiers,
11845                   /* type */
11846                   CIMTYPE_STRING,
11847                   /* subscript */
11848                   -1,
11849 mike  1.1.2.1     /* value */
11850                   0,
11851               };
11852               
11853               static SourceFeature*
11854               _CIM_StorageRedundancySet_features[] =
11855               {
11856                   (SourceFeature*)&_CIM_StorageRedundancySet_TypeOfAlgorithm,
11857                   (SourceFeature*)&_CIM_StorageRedundancySet_OtherAlgorithm,
11858                   0,
11859               };
11860               
11861               static const char*
11862               __root_PG_InterOp_CIM_StorageRedundancySet_qualifiers[] =
11863               {
11864                   /* UMLPackagePath */
11865                   "\057CIM::Core::Redundancy",
11866                   /* Version */
11867                   "\0632.8.1000",
11868                   0,
11869               };
11870 mike  1.1.2.1 
11871               SourceClass
11872               __root_PG_InterOp_CIM_StorageRedundancySet =
11873               {
11874                   /* flags */
11875                   PEGASUS_FLAG_CLASS,
11876                   /* name */
11877                   "CIM_StorageRedundancySet",
11878                   /* qualifiers */
11879                   __root_PG_InterOp_CIM_StorageRedundancySet_qualifiers,
11880 mike  1.1.2.2     /* super */
11881 mike  1.1.2.1     &__root_PG_InterOp_CIM_RedundancySet,
11882                   /* features */
11883                   _CIM_StorageRedundancySet_features,
11884               };
11885               
11886               //==============================================================================
11887               //
11888               // Class: CIM_ActsAsSpare
11889               //
11890               //==============================================================================
11891               
11892               static const char*
11893               _CIM_ActsAsSpare_Group_qualifiers[] =
11894               {
11895                   /* Deprecated */
11896                   "\013\000\001CIM_IsSpare.Dependent\000",
11897                   0,
11898               };
11899               
11900               static SourceReference
11901               _CIM_ActsAsSpare_Group =
11902 mike  1.1.2.1 {
11903                   /* flags */
11904                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
11905                   /* name */
11906                   "Group",
11907                   /* qualifiers */
11908                   _CIM_ActsAsSpare_Group_qualifiers,
11909                   /* subscript */
11910                   -1,
11911 mike  1.1.2.2     /* refId */
11912 mike  1.1.2.1     &__root_PG_InterOp_CIM_SpareGroup,
11913               };
11914               
11915               static const char*
11916               _CIM_ActsAsSpare_Spare_qualifiers[] =
11917               {
11918                   /* Deprecated */
11919                   "\013\000\001CIM_IsSpare.Antecedent\000",
11920                   0,
11921               };
11922               
11923               static SourceReference
11924               _CIM_ActsAsSpare_Spare =
11925               {
11926                   /* flags */
11927                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
11928                   /* name */
11929                   "Spare",
11930                   /* qualifiers */
11931                   _CIM_ActsAsSpare_Spare_qualifiers,
11932                   /* subscript */
11933 mike  1.1.2.1     -1,
11934 mike  1.1.2.2     /* refId */
11935 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
11936               };
11937               
11938               static const char*
11939               _CIM_ActsAsSpare_HotStandby_qualifiers[] =
11940               {
11941                   /* Deprecated */
11942                   "\013\000\001CIM_IsSpare.SpareStatus\000",
11943                   0,
11944               };
11945               
11946               static SourceProperty
11947               _CIM_ActsAsSpare_HotStandby =
11948               {
11949                   /* flags */
11950                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11951                   /* name */
11952                   "HotStandby",
11953                   /* qualifiers */
11954                   _CIM_ActsAsSpare_HotStandby_qualifiers,
11955                   /* type */
11956 mike  1.1.2.1     CIMTYPE_BOOLEAN,
11957                   /* subscript */
11958                   -1,
11959                   /* value */
11960                   0,
11961               };
11962               
11963               static SourceFeature*
11964               _CIM_ActsAsSpare_features[] =
11965               {
11966                   (SourceFeature*)&_CIM_ActsAsSpare_Group,
11967                   (SourceFeature*)&_CIM_ActsAsSpare_Spare,
11968                   (SourceFeature*)&_CIM_ActsAsSpare_HotStandby,
11969                   0,
11970               };
11971               
11972               static const char*
11973               __root_PG_InterOp_CIM_ActsAsSpare_qualifiers[] =
11974               {
11975                   /* Deprecated */
11976                   "\013\000\001CIM_IsSpare\000",
11977 mike  1.1.2.1     /* UMLPackagePath */
11978                   "\057CIM::Core::Redundancy",
11979                   /* Version */
11980                   "\0632.13.0",
11981                   0,
11982               };
11983               
11984               SourceClass
11985               __root_PG_InterOp_CIM_ActsAsSpare =
11986               {
11987                   /* flags */
11988                   PEGASUS_FLAG_ASSOCIATION,
11989                   /* name */
11990                   "CIM_ActsAsSpare",
11991                   /* qualifiers */
11992                   __root_PG_InterOp_CIM_ActsAsSpare_qualifiers,
11993 mike  1.1.2.2     /* super */
11994 mike  1.1.2.1     0,
11995                   /* features */
11996                   _CIM_ActsAsSpare_features,
11997               };
11998               
11999               //==============================================================================
12000               //
12001               // Class: CIM_DefaultSetting
12002               //
12003               //==============================================================================
12004               
12005               static const char*
12006               _CIM_DefaultSetting_Setting_qualifiers[] =
12007               {
12008                   /* Override */
12009                   "\044Setting",
12010                   /* Max */
12011                   "\027\000\000\000\001",
12012                   0,
12013               };
12014               
12015 mike  1.1.2.1 static SourceReference
12016               _CIM_DefaultSetting_Setting =
12017               {
12018                   /* flags */
12019                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
12020                   /* name */
12021                   "Setting",
12022                   /* qualifiers */
12023                   _CIM_DefaultSetting_Setting_qualifiers,
12024                   /* subscript */
12025                   -1,
12026 mike  1.1.2.2     /* refId */
12027 mike  1.1.2.1     &__root_PG_InterOp_CIM_Setting,
12028               };
12029               
12030               static SourceFeature*
12031               _CIM_DefaultSetting_features[] =
12032               {
12033                   (SourceFeature*)&_CIM_DefaultSetting_Setting,
12034                   0,
12035               };
12036               
12037               static const char*
12038               __root_PG_InterOp_CIM_DefaultSetting_qualifiers[] =
12039               {
12040                   /* UMLPackagePath */
12041                   "\057CIM::Core::Settings",
12042                   /* Version */
12043                   "\0632.10.0",
12044                   0,
12045               };
12046               
12047               SourceClass
12048 mike  1.1.2.1 __root_PG_InterOp_CIM_DefaultSetting =
12049               {
12050                   /* flags */
12051                   PEGASUS_FLAG_ASSOCIATION,
12052                   /* name */
12053                   "CIM_DefaultSetting",
12054                   /* qualifiers */
12055                   __root_PG_InterOp_CIM_DefaultSetting_qualifiers,
12056 mike  1.1.2.2     /* super */
12057 mike  1.1.2.1     &__root_PG_InterOp_CIM_ElementSetting,
12058                   /* features */
12059                   _CIM_DefaultSetting_features,
12060               };
12061               
12062               //==============================================================================
12063               //
12064               // Class: CIM_ElementSoftwareIdentity
12065               //
12066               //==============================================================================
12067               
12068               static const char*
12069               _CIM_ElementSoftwareIdentity_Antecedent_qualifiers[] =
12070               {
12071                   /* Override */
12072                   "\044Antecedent",
12073                   0,
12074               };
12075               
12076               static SourceReference
12077               _CIM_ElementSoftwareIdentity_Antecedent =
12078 mike  1.1.2.1 {
12079                   /* flags */
12080                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
12081                   /* name */
12082                   "Antecedent",
12083                   /* qualifiers */
12084                   _CIM_ElementSoftwareIdentity_Antecedent_qualifiers,
12085                   /* subscript */
12086                   -1,
12087 mike  1.1.2.2     /* refId */
12088 mike  1.1.2.1     &__root_PG_InterOp_CIM_SoftwareIdentity,
12089               };
12090               
12091               static const char*
12092               _CIM_ElementSoftwareIdentity_Dependent_qualifiers[] =
12093               {
12094                   /* Override */
12095                   "\044Dependent",
12096                   0,
12097               };
12098               
12099               static SourceReference
12100               _CIM_ElementSoftwareIdentity_Dependent =
12101               {
12102                   /* flags */
12103                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
12104                   /* name */
12105                   "Dependent",
12106                   /* qualifiers */
12107                   _CIM_ElementSoftwareIdentity_Dependent_qualifiers,
12108                   /* subscript */
12109 mike  1.1.2.1     -1,
12110 mike  1.1.2.2     /* refId */
12111 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
12112               };
12113               
12114               static const char*
12115               _CIM_ElementSoftwareIdentity_UpgradeCondition_qualifiers[] =
12116               {
12117                   /* ValueMap */
12118                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..0xFFFF\000",
12119                   /* Values */
12120                   "\062\000\010Unknown\000Other\000Resides off device\000Owner Upgradeable\000Factory Upgradeable\000Not Upgradeable\000DMTF Reserved\000Vendor Reserved\000",
12121                   /* ModelCorrespondence */
12122                   "\036\000\001CIM_ElementSoftwareIdentity.OtherUpgradeCondition\000",
12123                   0,
12124               };
12125               
12126               static SourceProperty
12127               _CIM_ElementSoftwareIdentity_UpgradeCondition =
12128               {
12129                   /* flags */
12130                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12131                   /* name */
12132 mike  1.1.2.1     "UpgradeCondition",
12133                   /* qualifiers */
12134                   _CIM_ElementSoftwareIdentity_UpgradeCondition_qualifiers,
12135                   /* type */
12136                   CIMTYPE_UINT16,
12137                   /* subscript */
12138                   -1,
12139                   /* value */
12140                   0,
12141               };
12142               
12143               static const char*
12144               _CIM_ElementSoftwareIdentity_OtherUpgradeCondition_qualifiers[] =
12145               {
12146                   /* ModelCorrespondence */
12147                   "\036\000\001CIM_ElementSoftwareIdentity.UpgradeCondition\000",
12148                   0,
12149               };
12150               
12151               static SourceProperty
12152               _CIM_ElementSoftwareIdentity_OtherUpgradeCondition =
12153 mike  1.1.2.1 {
12154                   /* flags */
12155                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12156                   /* name */
12157                   "OtherUpgradeCondition",
12158                   /* qualifiers */
12159                   _CIM_ElementSoftwareIdentity_OtherUpgradeCondition_qualifiers,
12160                   /* type */
12161                   CIMTYPE_STRING,
12162                   /* subscript */
12163                   -1,
12164                   /* value */
12165                   0,
12166               };
12167               
12168               static SourceFeature*
12169               _CIM_ElementSoftwareIdentity_features[] =
12170               {
12171                   (SourceFeature*)&_CIM_ElementSoftwareIdentity_Antecedent,
12172                   (SourceFeature*)&_CIM_ElementSoftwareIdentity_Dependent,
12173                   (SourceFeature*)&_CIM_ElementSoftwareIdentity_UpgradeCondition,
12174 mike  1.1.2.1     (SourceFeature*)&_CIM_ElementSoftwareIdentity_OtherUpgradeCondition,
12175                   0,
12176               };
12177               
12178               static const char*
12179               __root_PG_InterOp_CIM_ElementSoftwareIdentity_qualifiers[] =
12180               {
12181                   /* UMLPackagePath */
12182                   "\057CIM::Core::Software",
12183                   /* Version */
12184                   "\0632.8.0",
12185                   0,
12186               };
12187               
12188               SourceClass
12189               __root_PG_InterOp_CIM_ElementSoftwareIdentity =
12190               {
12191                   /* flags */
12192                   PEGASUS_FLAG_ASSOCIATION,
12193                   /* name */
12194                   "CIM_ElementSoftwareIdentity",
12195 mike  1.1.2.1     /* qualifiers */
12196                   __root_PG_InterOp_CIM_ElementSoftwareIdentity_qualifiers,
12197 mike  1.1.2.2     /* super */
12198 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
12199                   /* features */
12200                   _CIM_ElementSoftwareIdentity_features,
12201               };
12202               
12203               //==============================================================================
12204               //
12205               // Class: CIM_ExtraCapacityGroup
12206               //
12207               //==============================================================================
12208               
12209               static const char*
12210               _CIM_ExtraCapacityGroup_MinNumberNeeded_qualifiers[] =
12211               {
12212                   /* Deprecated */
12213                   "\013\000\001CIM_RedundancySet.MinNumberNeeded\000",
12214                   0,
12215               };
12216               
12217               static SourceProperty
12218               _CIM_ExtraCapacityGroup_MinNumberNeeded =
12219 mike  1.1.2.1 {
12220                   /* flags */
12221                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12222                   /* name */
12223                   "MinNumberNeeded",
12224                   /* qualifiers */
12225                   _CIM_ExtraCapacityGroup_MinNumberNeeded_qualifiers,
12226                   /* type */
12227                   CIMTYPE_UINT32,
12228                   /* subscript */
12229                   -1,
12230                   /* value */
12231                   0,
12232               };
12233               
12234               static const char*
12235               _CIM_ExtraCapacityGroup_LoadBalancedGroup_qualifiers[] =
12236               {
12237                   /* Deprecated */
12238                   "\013\000\001CIM_RedundancySet.TypeOfSet\000",
12239                   0,
12240 mike  1.1.2.1 };
12241               
12242               static SourceProperty
12243               _CIM_ExtraCapacityGroup_LoadBalancedGroup =
12244               {
12245                   /* flags */
12246                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12247                   /* name */
12248                   "LoadBalancedGroup",
12249                   /* qualifiers */
12250                   _CIM_ExtraCapacityGroup_LoadBalancedGroup_qualifiers,
12251                   /* type */
12252                   CIMTYPE_BOOLEAN,
12253                   /* subscript */
12254                   -1,
12255                   /* value */
12256                   0,
12257               };
12258               
12259               static SourceFeature*
12260               _CIM_ExtraCapacityGroup_features[] =
12261 mike  1.1.2.1 {
12262                   (SourceFeature*)&_CIM_ExtraCapacityGroup_MinNumberNeeded,
12263                   (SourceFeature*)&_CIM_ExtraCapacityGroup_LoadBalancedGroup,
12264                   0,
12265               };
12266               
12267               static const char*
12268               __root_PG_InterOp_CIM_ExtraCapacityGroup_qualifiers[] =
12269               {
12270                   /* Deprecated */
12271                   "\013\000\001CIM_RedundancySet\000",
12272                   /* UMLPackagePath */
12273                   "\057CIM::Core::Redundancy",
12274                   /* Version */
12275                   "\0632.13.0",
12276                   0,
12277               };
12278               
12279               SourceClass
12280               __root_PG_InterOp_CIM_ExtraCapacityGroup =
12281               {
12282 mike  1.1.2.1     /* flags */
12283                   PEGASUS_FLAG_CLASS,
12284                   /* name */
12285                   "CIM_ExtraCapacityGroup",
12286                   /* qualifiers */
12287                   __root_PG_InterOp_CIM_ExtraCapacityGroup_qualifiers,
12288 mike  1.1.2.2     /* super */
12289 mike  1.1.2.1     &__root_PG_InterOp_CIM_RedundancyGroup,
12290                   /* features */
12291                   _CIM_ExtraCapacityGroup_features,
12292               };
12293               
12294               //==============================================================================
12295               //
12296               // Class: CIM_IsSpare
12297               //
12298               //==============================================================================
12299               
12300               static const char*
12301               _CIM_IsSpare_Antecedent_qualifiers[] =
12302               {
12303                   /* Override */
12304                   "\044Antecedent",
12305                   0,
12306               };
12307               
12308               static SourceReference
12309               _CIM_IsSpare_Antecedent =
12310 mike  1.1.2.1 {
12311                   /* flags */
12312                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
12313                   /* name */
12314                   "Antecedent",
12315                   /* qualifiers */
12316                   _CIM_IsSpare_Antecedent_qualifiers,
12317                   /* subscript */
12318                   -1,
12319 mike  1.1.2.2     /* refId */
12320 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
12321               };
12322               
12323               static const char*
12324               _CIM_IsSpare_Dependent_qualifiers[] =
12325               {
12326                   /* Override */
12327                   "\044Dependent",
12328                   0,
12329               };
12330               
12331               static SourceReference
12332               _CIM_IsSpare_Dependent =
12333               {
12334                   /* flags */
12335                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
12336                   /* name */
12337                   "Dependent",
12338                   /* qualifiers */
12339                   _CIM_IsSpare_Dependent_qualifiers,
12340                   /* subscript */
12341 mike  1.1.2.1     -1,
12342 mike  1.1.2.2     /* refId */
12343 mike  1.1.2.1     &__root_PG_InterOp_CIM_RedundancySet,
12344               };
12345               
12346               static const char*
12347               _CIM_IsSpare_SpareStatus_qualifiers[] =
12348               {
12349                   /* ValueMap */
12350                   "\061\000\0030\0002\0003\000",
12351                   /* Values */
12352                   "\062\000\003Unknown\000Hot Standby\000Cold Standby\000",
12353                   0,
12354               };
12355               
12356               static SourceProperty
12357               _CIM_IsSpare_SpareStatus =
12358               {
12359                   /* flags */
12360                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12361                   /* name */
12362                   "SpareStatus",
12363                   /* qualifiers */
12364 mike  1.1.2.1     _CIM_IsSpare_SpareStatus_qualifiers,
12365                   /* type */
12366                   CIMTYPE_UINT16,
12367                   /* subscript */
12368                   -1,
12369                   /* value */
12370                   0,
12371               };
12372               
12373               static const char*
12374               _CIM_IsSpare_FailoverSupported_qualifiers[] =
12375               {
12376                   /* ValueMap */
12377                   "\061\000\0040\0002\0003\0004\000",
12378                   /* Values */
12379                   "\062\000\004Unknown\000Automatic\000Manual\000Both Manual and Automatic\000",
12380                   0,
12381               };
12382               
12383               static SourceProperty
12384               _CIM_IsSpare_FailoverSupported =
12385 mike  1.1.2.1 {
12386                   /* flags */
12387                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12388                   /* name */
12389                   "FailoverSupported",
12390                   /* qualifiers */
12391                   _CIM_IsSpare_FailoverSupported_qualifiers,
12392                   /* type */
12393                   CIMTYPE_UINT16,
12394                   /* subscript */
12395                   -1,
12396                   /* value */
12397                   0,
12398               };
12399               
12400               static SourceFeature*
12401               _CIM_IsSpare_features[] =
12402               {
12403                   (SourceFeature*)&_CIM_IsSpare_Antecedent,
12404                   (SourceFeature*)&_CIM_IsSpare_Dependent,
12405                   (SourceFeature*)&_CIM_IsSpare_SpareStatus,
12406 mike  1.1.2.1     (SourceFeature*)&_CIM_IsSpare_FailoverSupported,
12407                   0,
12408               };
12409               
12410               static const char*
12411               __root_PG_InterOp_CIM_IsSpare_qualifiers[] =
12412               {
12413                   /* UMLPackagePath */
12414                   "\057CIM::Core::Redundancy",
12415                   /* Version */
12416                   "\0632.10.0",
12417                   0,
12418               };
12419               
12420               SourceClass
12421               __root_PG_InterOp_CIM_IsSpare =
12422               {
12423                   /* flags */
12424                   PEGASUS_FLAG_ASSOCIATION,
12425                   /* name */
12426                   "CIM_IsSpare",
12427 mike  1.1.2.1     /* qualifiers */
12428                   __root_PG_InterOp_CIM_IsSpare_qualifiers,
12429 mike  1.1.2.2     /* super */
12430 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
12431                   /* features */
12432                   _CIM_IsSpare_features,
12433               };
12434               
12435               //==============================================================================
12436               //
12437               // Class: CIM_Job
12438               //
12439               //==============================================================================
12440               
12441               static const char*
12442               _CIM_Job_JobStatus_qualifiers[] =
12443               {
12444                   /* ModelCorrespondence */
12445                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
12446                   0,
12447               };
12448               
12449               static SourceProperty
12450               _CIM_Job_JobStatus =
12451 mike  1.1.2.1 {
12452                   /* flags */
12453                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12454                   /* name */
12455                   "JobStatus",
12456                   /* qualifiers */
12457                   _CIM_Job_JobStatus_qualifiers,
12458                   /* type */
12459                   CIMTYPE_STRING,
12460                   /* subscript */
12461                   -1,
12462                   /* value */
12463                   0,
12464               };
12465               
12466               static const char*
12467               _CIM_Job_TimeSubmitted_qualifiers[] =
12468               {
12469                   0,
12470               };
12471               
12472 mike  1.1.2.1 static SourceProperty
12473               _CIM_Job_TimeSubmitted =
12474               {
12475                   /* flags */
12476                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12477                   /* name */
12478                   "TimeSubmitted",
12479                   /* qualifiers */
12480                   _CIM_Job_TimeSubmitted_qualifiers,
12481                   /* type */
12482                   CIMTYPE_DATETIME,
12483                   /* subscript */
12484                   -1,
12485                   /* value */
12486                   0,
12487               };
12488               
12489               static const char*
12490               _CIM_Job_ScheduledStartTime_qualifiers[] =
12491               {
12492                   /* Deprecated */
12493 mike  1.1.2.1     "\013\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
12494                   0,
12495               };
12496               
12497               static SourceProperty
12498               _CIM_Job_ScheduledStartTime =
12499               {
12500                   /* flags */
12501                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12502                   /* name */
12503                   "ScheduledStartTime",
12504                   /* qualifiers */
12505                   _CIM_Job_ScheduledStartTime_qualifiers,
12506                   /* type */
12507                   CIMTYPE_DATETIME,
12508                   /* subscript */
12509                   -1,
12510                   /* value */
12511                   0,
12512               };
12513               
12514 mike  1.1.2.1 static const char*
12515               _CIM_Job_StartTime_qualifiers[] =
12516               {
12517                   0,
12518               };
12519               
12520               static SourceProperty
12521               _CIM_Job_StartTime =
12522               {
12523                   /* flags */
12524                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12525                   /* name */
12526                   "StartTime",
12527                   /* qualifiers */
12528                   _CIM_Job_StartTime_qualifiers,
12529                   /* type */
12530                   CIMTYPE_DATETIME,
12531                   /* subscript */
12532                   -1,
12533                   /* value */
12534                   0,
12535 mike  1.1.2.1 };
12536               
12537               static const char*
12538               _CIM_Job_ElapsedTime_qualifiers[] =
12539               {
12540                   0,
12541               };
12542               
12543               static SourceProperty
12544               _CIM_Job_ElapsedTime =
12545               {
12546                   /* flags */
12547                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12548                   /* name */
12549                   "ElapsedTime",
12550                   /* qualifiers */
12551                   _CIM_Job_ElapsedTime_qualifiers,
12552                   /* type */
12553                   CIMTYPE_DATETIME,
12554                   /* subscript */
12555                   -1,
12556 mike  1.1.2.1     /* value */
12557                   0,
12558               };
12559               
12560               static const char*
12561               _CIM_Job_JobRunTimes_qualifiers[] =
12562               {
12563                   0,
12564               };
12565               
12566               static SourceProperty
12567               _CIM_Job_JobRunTimes =
12568               {
12569                   /* flags */
12570                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12571                   /* name */
12572                   "JobRunTimes",
12573                   /* qualifiers */
12574                   _CIM_Job_JobRunTimes_qualifiers,
12575                   /* type */
12576                   CIMTYPE_UINT32,
12577 mike  1.1.2.1     /* subscript */
12578                   -1,
12579                   /* value */
12580                   "\000\000\000\001",
12581               };
12582               
12583               static const char*
12584               _CIM_Job_RunMonth_qualifiers[] =
12585               {
12586                   /* ValueMap */
12587                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
12588                   /* Values */
12589                   "\062\000\014January\000February\000March\000April\000May\000June\000July\000August\000September\000October\000November\000December\000",
12590                   /* ModelCorrespondence */
12591                   "\036\000\003CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
12592                   0,
12593               };
12594               
12595               static SourceProperty
12596               _CIM_Job_RunMonth =
12597               {
12598 mike  1.1.2.1     /* flags */
12599                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12600                   /* name */
12601                   "RunMonth",
12602                   /* qualifiers */
12603                   _CIM_Job_RunMonth_qualifiers,
12604                   /* type */
12605                   CIMTYPE_UINT8,
12606                   /* subscript */
12607                   -1,
12608                   /* value */
12609                   0,
12610               };
12611               
12612               static const char*
12613               _CIM_Job_RunDay_qualifiers[] =
12614               {
12615                   /* MinValue */
12616                   "\035\377\377\377\377\377\377\377\341",
12617                   /* MaxValue */
12618                   "\031\000\000\000\000\000\000\000\037",
12619 mike  1.1.2.1     /* ModelCorrespondence */
12620                   "\036\000\003CIM_Job.RunMonth\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
12621                   0,
12622               };
12623               
12624               static SourceProperty
12625               _CIM_Job_RunDay =
12626               {
12627                   /* flags */
12628                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12629                   /* name */
12630                   "RunDay",
12631                   /* qualifiers */
12632                   _CIM_Job_RunDay_qualifiers,
12633                   /* type */
12634                   CIMTYPE_SINT8,
12635                   /* subscript */
12636                   -1,
12637                   /* value */
12638                   0,
12639               };
12640 mike  1.1.2.1 
12641               static const char*
12642               _CIM_Job_RunDayOfWeek_qualifiers[] =
12643               {
12644                   /* ValueMap */
12645                   "\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",
12646                   /* Values */
12647                   "\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",
12648                   /* ModelCorrespondence */
12649                   "\036\000\003CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunStartInterval\000",
12650                   0,
12651               };
12652               
12653               static SourceProperty
12654               _CIM_Job_RunDayOfWeek =
12655               {
12656                   /* flags */
12657                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12658                   /* name */
12659                   "RunDayOfWeek",
12660                   /* qualifiers */
12661 mike  1.1.2.1     _CIM_Job_RunDayOfWeek_qualifiers,
12662                   /* type */
12663                   CIMTYPE_SINT8,
12664                   /* subscript */
12665                   -1,
12666                   /* value */
12667                   0,
12668               };
12669               
12670               static const char*
12671               _CIM_Job_RunStartInterval_qualifiers[] =
12672               {
12673                   /* ModelCorrespondence */
12674                   "\036\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
12675                   0,
12676               };
12677               
12678               static SourceProperty
12679               _CIM_Job_RunStartInterval =
12680               {
12681                   /* flags */
12682 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12683                   /* name */
12684                   "RunStartInterval",
12685                   /* qualifiers */
12686                   _CIM_Job_RunStartInterval_qualifiers,
12687                   /* type */
12688                   CIMTYPE_DATETIME,
12689                   /* subscript */
12690                   -1,
12691                   /* value */
12692                   0,
12693               };
12694               
12695               static const char*
12696               _CIM_Job_LocalOrUtcTime_qualifiers[] =
12697               {
12698                   /* ValueMap */
12699                   "\061\000\0021\0002\000",
12700                   /* Values */
12701                   "\062\000\002Local Time\000UTC Time\000",
12702                   0,
12703 mike  1.1.2.1 };
12704               
12705               static SourceProperty
12706               _CIM_Job_LocalOrUtcTime =
12707               {
12708                   /* flags */
12709                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12710                   /* name */
12711                   "LocalOrUtcTime",
12712                   /* qualifiers */
12713                   _CIM_Job_LocalOrUtcTime_qualifiers,
12714                   /* type */
12715                   CIMTYPE_UINT16,
12716                   /* subscript */
12717                   -1,
12718                   /* value */
12719                   0,
12720               };
12721               
12722               static const char*
12723               _CIM_Job_UntilTime_qualifiers[] =
12724 mike  1.1.2.1 {
12725                   /* ModelCorrespondence */
12726                   "\036\000\001CIM_Job.LocalOrUtcTime\000",
12727                   0,
12728               };
12729               
12730               static SourceProperty
12731               _CIM_Job_UntilTime =
12732               {
12733                   /* flags */
12734                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12735                   /* name */
12736                   "UntilTime",
12737                   /* qualifiers */
12738                   _CIM_Job_UntilTime_qualifiers,
12739                   /* type */
12740                   CIMTYPE_DATETIME,
12741                   /* subscript */
12742                   -1,
12743                   /* value */
12744                   0,
12745 mike  1.1.2.1 };
12746               
12747               static const char*
12748               _CIM_Job_Notify_qualifiers[] =
12749               {
12750                   0,
12751               };
12752               
12753               static SourceProperty
12754               _CIM_Job_Notify =
12755               {
12756                   /* flags */
12757                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12758                   /* name */
12759                   "Notify",
12760                   /* qualifiers */
12761                   _CIM_Job_Notify_qualifiers,
12762                   /* type */
12763                   CIMTYPE_STRING,
12764                   /* subscript */
12765                   -1,
12766 mike  1.1.2.1     /* value */
12767                   0,
12768               };
12769               
12770               static const char*
12771               _CIM_Job_Owner_qualifiers[] =
12772               {
12773                   /* ModelCorrespondence */
12774                   "\036\000\001CIM_OwningJobElement\000",
12775                   0,
12776               };
12777               
12778               static SourceProperty
12779               _CIM_Job_Owner =
12780               {
12781                   /* flags */
12782                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12783                   /* name */
12784                   "Owner",
12785                   /* qualifiers */
12786                   _CIM_Job_Owner_qualifiers,
12787 mike  1.1.2.1     /* type */
12788                   CIMTYPE_STRING,
12789                   /* subscript */
12790                   -1,
12791                   /* value */
12792                   0,
12793               };
12794               
12795               static const char*
12796               _CIM_Job_Priority_qualifiers[] =
12797               {
12798                   0,
12799               };
12800               
12801               static SourceProperty
12802               _CIM_Job_Priority =
12803               {
12804                   /* flags */
12805                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12806                   /* name */
12807                   "Priority",
12808 mike  1.1.2.1     /* qualifiers */
12809                   _CIM_Job_Priority_qualifiers,
12810                   /* type */
12811                   CIMTYPE_UINT32,
12812                   /* subscript */
12813                   -1,
12814                   /* value */
12815                   0,
12816               };
12817               
12818               static const char*
12819               _CIM_Job_PercentComplete_qualifiers[] =
12820               {
12821                   /* Units */
12822                   "\060Percent",
12823                   /* MinValue */
12824                   "\035\000\000\000\000\000\000\000\000",
12825                   /* MaxValue */
12826                   "\031\000\000\000\000\000\000\000\145",
12827                   0,
12828               };
12829 mike  1.1.2.1 
12830               static SourceProperty
12831               _CIM_Job_PercentComplete =
12832               {
12833                   /* flags */
12834                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12835                   /* name */
12836                   "PercentComplete",
12837                   /* qualifiers */
12838                   _CIM_Job_PercentComplete_qualifiers,
12839                   /* type */
12840                   CIMTYPE_UINT16,
12841                   /* subscript */
12842                   -1,
12843                   /* value */
12844                   0,
12845               };
12846               
12847               static const char*
12848               _CIM_Job_DeleteOnCompletion_qualifiers[] =
12849               {
12850 mike  1.1.2.1     0,
12851               };
12852               
12853               static SourceProperty
12854               _CIM_Job_DeleteOnCompletion =
12855               {
12856                   /* flags */
12857                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12858                   /* name */
12859                   "DeleteOnCompletion",
12860                   /* qualifiers */
12861                   _CIM_Job_DeleteOnCompletion_qualifiers,
12862                   /* type */
12863                   CIMTYPE_BOOLEAN,
12864                   /* subscript */
12865                   -1,
12866                   /* value */
12867                   0,
12868               };
12869               
12870               static const char*
12871 mike  1.1.2.1 _CIM_Job_ErrorCode_qualifiers[] =
12872               {
12873                   /* ModelCorrespondence */
12874                   "\036\000\001CIM_Job.ErrorDescription\000",
12875                   0,
12876               };
12877               
12878               static SourceProperty
12879               _CIM_Job_ErrorCode =
12880               {
12881                   /* flags */
12882                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12883                   /* name */
12884                   "ErrorCode",
12885                   /* qualifiers */
12886                   _CIM_Job_ErrorCode_qualifiers,
12887                   /* type */
12888                   CIMTYPE_UINT16,
12889                   /* subscript */
12890                   -1,
12891                   /* value */
12892 mike  1.1.2.1     0,
12893               };
12894               
12895               static const char*
12896               _CIM_Job_ErrorDescription_qualifiers[] =
12897               {
12898                   /* ModelCorrespondence */
12899                   "\036\000\001CIM_Job.ErrorCode\000",
12900                   0,
12901               };
12902               
12903               static SourceProperty
12904               _CIM_Job_ErrorDescription =
12905               {
12906                   /* flags */
12907                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12908                   /* name */
12909                   "ErrorDescription",
12910                   /* qualifiers */
12911                   _CIM_Job_ErrorDescription_qualifiers,
12912                   /* type */
12913 mike  1.1.2.1     CIMTYPE_STRING,
12914                   /* subscript */
12915                   -1,
12916                   /* value */
12917                   0,
12918               };
12919               
12920               static const char*
12921               _CIM_Job_RecoveryAction_qualifiers[] =
12922               {
12923                   /* ValueMap */
12924                   "\061\000\0060\0001\0002\0003\0004\0005\000",
12925                   /* Values */
12926                   "\062\000\006Unknown\000Other\000Do Not Continue\000Continue With Next Job\000Re-run Job\000Run Recovery Job\000",
12927                   /* ModelCorrespondence */
12928                   "\036\000\001CIM_Job.OtherRecoveryAction\000",
12929                   0,
12930               };
12931               
12932               static SourceProperty
12933               _CIM_Job_RecoveryAction =
12934 mike  1.1.2.1 {
12935                   /* flags */
12936                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12937                   /* name */
12938                   "RecoveryAction",
12939                   /* qualifiers */
12940                   _CIM_Job_RecoveryAction_qualifiers,
12941                   /* type */
12942                   CIMTYPE_UINT16,
12943                   /* subscript */
12944                   -1,
12945                   /* value */
12946                   0,
12947               };
12948               
12949               static const char*
12950               _CIM_Job_OtherRecoveryAction_qualifiers[] =
12951               {
12952                   /* ModelCorrespondence */
12953                   "\036\000\001CIM_Job.RecoveryAction\000",
12954                   0,
12955 mike  1.1.2.1 };
12956               
12957               static SourceProperty
12958               _CIM_Job_OtherRecoveryAction =
12959               {
12960                   /* flags */
12961                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12962                   /* name */
12963                   "OtherRecoveryAction",
12964                   /* qualifiers */
12965                   _CIM_Job_OtherRecoveryAction_qualifiers,
12966                   /* type */
12967                   CIMTYPE_STRING,
12968                   /* subscript */
12969                   -1,
12970                   /* value */
12971                   0,
12972               };
12973               
12974               static const char*
12975               _CIM_Job_KillJob_DeleteOnKill_qualifiers[] =
12976 mike  1.1.2.1 {
12977                   0,
12978               };
12979               
12980               static SourceProperty
12981               _CIM_Job_KillJob_DeleteOnKill =
12982               {
12983                   /* flags */
12984                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
12985                   /* name */
12986                   "DeleteOnKill",
12987                   /* qualifiers */
12988                   _CIM_Job_KillJob_DeleteOnKill_qualifiers,
12989                   /* type */
12990                   CIMTYPE_BOOLEAN,
12991                   /* subscript */
12992                   -1,
12993                   /* value */
12994                   0,
12995               };
12996               
12997 mike  1.1.2.2 static SourceFeature*
12998 mike  1.1.2.1 _CIM_Job_KillJob_parameters[] =
12999               {
13000 mike  1.1.2.2     (SourceFeature*)&_CIM_Job_KillJob_DeleteOnKill,
13001 mike  1.1.2.1     0,
13002               };
13003               
13004               static const char*
13005               _CIM_Job_KillJob_qualifiers[] =
13006               {
13007                   /* Deprecated */
13008                   "\013\000\001CIM_ConcreteJob.RequestStateChange()\000",
13009                   /* ValueMap */
13010                   "\061\000\0110\0001\0002\0003\0004\0006\0007\000..\00032768..65535\000",
13011                   /* Values */
13012                   "\062\000\011Success\000Not Supported\000Unknown\000Timeout\000Failed\000Access Denied\000Not Found\000DMTF Reserved\000Vendor Specific\000",
13013                   0,
13014               };
13015               
13016               static SourceMethod
13017               _CIM_Job_KillJob =
13018               {
13019                   /* flags */
13020                   PEGASUS_FLAG_METHOD,
13021                   /* name */
13022 mike  1.1.2.1     "CIM_Job",
13023                   /* qualifiers */
13024                   _CIM_Job_KillJob_qualifiers,
13025                   /* type */
13026                   CIMTYPE_UINT32,
13027                   /* parameters */
13028                   _CIM_Job_KillJob_parameters,
13029               };
13030               
13031               static SourceFeature*
13032               _CIM_Job_features[] =
13033               {
13034                   (SourceFeature*)&_CIM_Job_JobStatus,
13035                   (SourceFeature*)&_CIM_Job_TimeSubmitted,
13036                   (SourceFeature*)&_CIM_Job_ScheduledStartTime,
13037                   (SourceFeature*)&_CIM_Job_StartTime,
13038                   (SourceFeature*)&_CIM_Job_ElapsedTime,
13039                   (SourceFeature*)&_CIM_Job_JobRunTimes,
13040                   (SourceFeature*)&_CIM_Job_RunMonth,
13041                   (SourceFeature*)&_CIM_Job_RunDay,
13042                   (SourceFeature*)&_CIM_Job_RunDayOfWeek,
13043 mike  1.1.2.1     (SourceFeature*)&_CIM_Job_RunStartInterval,
13044                   (SourceFeature*)&_CIM_Job_LocalOrUtcTime,
13045                   (SourceFeature*)&_CIM_Job_UntilTime,
13046                   (SourceFeature*)&_CIM_Job_Notify,
13047                   (SourceFeature*)&_CIM_Job_Owner,
13048                   (SourceFeature*)&_CIM_Job_Priority,
13049                   (SourceFeature*)&_CIM_Job_PercentComplete,
13050                   (SourceFeature*)&_CIM_Job_DeleteOnCompletion,
13051                   (SourceFeature*)&_CIM_Job_ErrorCode,
13052                   (SourceFeature*)&_CIM_Job_ErrorDescription,
13053                   (SourceFeature*)&_CIM_Job_RecoveryAction,
13054                   (SourceFeature*)&_CIM_Job_OtherRecoveryAction,
13055                   (SourceFeature*)&_CIM_Job_KillJob,
13056                   0,
13057               };
13058               
13059               static const char*
13060               __root_PG_InterOp_CIM_Job_qualifiers[] =
13061               {
13062                   /* UMLPackagePath */
13063                   "\057CIM::Core::CoreElements",
13064 mike  1.1.2.1     /* Version */
13065                   "\0632.10.0",
13066                   0,
13067               };
13068               
13069               SourceClass
13070               __root_PG_InterOp_CIM_Job =
13071               {
13072                   /* flags */
13073                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
13074                   /* name */
13075                   "CIM_Job",
13076                   /* qualifiers */
13077                   __root_PG_InterOp_CIM_Job_qualifiers,
13078 mike  1.1.2.2     /* super */
13079 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalElement,
13080                   /* features */
13081                   _CIM_Job_features,
13082               };
13083               
13084               //==============================================================================
13085               //
13086               // Class: CIM_ProductSoftwareComponent
13087               //
13088               //==============================================================================
13089               
13090               static const char*
13091               _CIM_ProductSoftwareComponent_GroupComponent_qualifiers[] =
13092               {
13093                   /* Override */
13094                   "\044GroupComponent",
13095                   /* Max */
13096                   "\027\000\000\000\001",
13097                   0,
13098               };
13099               
13100 mike  1.1.2.1 static SourceReference
13101               _CIM_ProductSoftwareComponent_GroupComponent =
13102               {
13103                   /* flags */
13104                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
13105                   /* name */
13106                   "GroupComponent",
13107                   /* qualifiers */
13108                   _CIM_ProductSoftwareComponent_GroupComponent_qualifiers,
13109                   /* subscript */
13110                   -1,
13111 mike  1.1.2.2     /* refId */
13112 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
13113               };
13114               
13115               static const char*
13116               _CIM_ProductSoftwareComponent_PartComponent_qualifiers[] =
13117               {
13118                   /* Override */
13119                   "\044PartComponent",
13120                   0,
13121               };
13122               
13123               static SourceReference
13124               _CIM_ProductSoftwareComponent_PartComponent =
13125               {
13126                   /* flags */
13127                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
13128                   /* name */
13129                   "PartComponent",
13130                   /* qualifiers */
13131                   _CIM_ProductSoftwareComponent_PartComponent_qualifiers,
13132                   /* subscript */
13133 mike  1.1.2.1     -1,
13134 mike  1.1.2.2     /* refId */
13135 mike  1.1.2.1     &__root_PG_InterOp_CIM_SoftwareIdentity,
13136               };
13137               
13138               static SourceFeature*
13139               _CIM_ProductSoftwareComponent_features[] =
13140               {
13141                   (SourceFeature*)&_CIM_ProductSoftwareComponent_GroupComponent,
13142                   (SourceFeature*)&_CIM_ProductSoftwareComponent_PartComponent,
13143                   0,
13144               };
13145               
13146               static const char*
13147               __root_PG_InterOp_CIM_ProductSoftwareComponent_qualifiers[] =
13148               {
13149                   /* UMLPackagePath */
13150                   "\057CIM::Core::ProductFRU",
13151                   /* Version */
13152                   "\0632.7.0",
13153                   0,
13154               };
13155               
13156 mike  1.1.2.1 SourceClass
13157               __root_PG_InterOp_CIM_ProductSoftwareComponent =
13158               {
13159                   /* flags */
13160                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
13161                   /* name */
13162                   "CIM_ProductSoftwareComponent",
13163                   /* qualifiers */
13164                   __root_PG_InterOp_CIM_ProductSoftwareComponent_qualifiers,
13165 mike  1.1.2.2     /* super */
13166 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
13167                   /* features */
13168                   _CIM_ProductSoftwareComponent_features,
13169               };
13170               
13171               //==============================================================================
13172               //
13173               // Class: CIM_RedundancyComponent
13174               //
13175               //==============================================================================
13176               
13177               static const char*
13178               _CIM_RedundancyComponent_GroupComponent_qualifiers[] =
13179               {
13180                   /* Deprecated */
13181                   "\013\000\001CIM_MemberOfCollection.Collection\000",
13182                   /* Override */
13183                   "\044GroupComponent",
13184                   0,
13185               };
13186               
13187 mike  1.1.2.1 static SourceReference
13188               _CIM_RedundancyComponent_GroupComponent =
13189               {
13190                   /* flags */
13191                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
13192                   /* name */
13193                   "GroupComponent",
13194                   /* qualifiers */
13195                   _CIM_RedundancyComponent_GroupComponent_qualifiers,
13196                   /* subscript */
13197                   -1,
13198 mike  1.1.2.2     /* refId */
13199 mike  1.1.2.1     &__root_PG_InterOp_CIM_RedundancyGroup,
13200               };
13201               
13202               static const char*
13203               _CIM_RedundancyComponent_PartComponent_qualifiers[] =
13204               {
13205                   /* Deprecated */
13206                   "\013\000\001CIM_MemberOfCollection.Member\000",
13207                   /* Override */
13208                   "\044PartComponent",
13209                   0,
13210               };
13211               
13212               static SourceReference
13213               _CIM_RedundancyComponent_PartComponent =
13214               {
13215                   /* flags */
13216                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
13217                   /* name */
13218                   "PartComponent",
13219                   /* qualifiers */
13220 mike  1.1.2.1     _CIM_RedundancyComponent_PartComponent_qualifiers,
13221                   /* subscript */
13222                   -1,
13223 mike  1.1.2.2     /* refId */
13224 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
13225               };
13226               
13227               static SourceFeature*
13228               _CIM_RedundancyComponent_features[] =
13229               {
13230                   (SourceFeature*)&_CIM_RedundancyComponent_GroupComponent,
13231                   (SourceFeature*)&_CIM_RedundancyComponent_PartComponent,
13232                   0,
13233               };
13234               
13235               static const char*
13236               __root_PG_InterOp_CIM_RedundancyComponent_qualifiers[] =
13237               {
13238                   /* Deprecated */
13239                   "\013\000\001CIM_MemberOfCollection\000",
13240                   /* UMLPackagePath */
13241                   "\057CIM::Core::Redundancy",
13242                   /* Version */
13243                   "\0632.13.0",
13244                   0,
13245 mike  1.1.2.1 };
13246               
13247               SourceClass
13248               __root_PG_InterOp_CIM_RedundancyComponent =
13249               {
13250                   /* flags */
13251                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
13252                   /* name */
13253                   "CIM_RedundancyComponent",
13254                   /* qualifiers */
13255                   __root_PG_InterOp_CIM_RedundancyComponent_qualifiers,
13256 mike  1.1.2.2     /* super */
13257 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
13258                   /* features */
13259                   _CIM_RedundancyComponent_features,
13260               };
13261               
13262               //==============================================================================
13263               //
13264               // Class: CIM_ScopedSetting
13265               //
13266               //==============================================================================
13267               
13268               static const char*
13269               _CIM_ScopedSetting_Antecedent_qualifiers[] =
13270               {
13271                   /* Override */
13272                   "\044Antecedent",
13273                   /* Min */
13274                   "\033\000\000\000\001",
13275                   /* Max */
13276                   "\027\000\000\000\001",
13277                   0,
13278 mike  1.1.2.1 };
13279               
13280               static SourceReference
13281               _CIM_ScopedSetting_Antecedent =
13282               {
13283                   /* flags */
13284                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
13285                   /* name */
13286                   "Antecedent",
13287                   /* qualifiers */
13288                   _CIM_ScopedSetting_Antecedent_qualifiers,
13289                   /* subscript */
13290                   -1,
13291 mike  1.1.2.2     /* refId */
13292 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
13293               };
13294               
13295               static const char*
13296               _CIM_ScopedSetting_Dependent_qualifiers[] =
13297               {
13298                   /* Override */
13299                   "\044Dependent",
13300                   0,
13301               };
13302               
13303               static SourceReference
13304               _CIM_ScopedSetting_Dependent =
13305               {
13306                   /* flags */
13307                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
13308                   /* name */
13309                   "Dependent",
13310                   /* qualifiers */
13311                   _CIM_ScopedSetting_Dependent_qualifiers,
13312                   /* subscript */
13313 mike  1.1.2.1     -1,
13314 mike  1.1.2.2     /* refId */
13315 mike  1.1.2.1     &__root_PG_InterOp_CIM_ScopedSettingData,
13316               };
13317               
13318               static SourceFeature*
13319               _CIM_ScopedSetting_features[] =
13320               {
13321                   (SourceFeature*)&_CIM_ScopedSetting_Antecedent,
13322                   (SourceFeature*)&_CIM_ScopedSetting_Dependent,
13323                   0,
13324               };
13325               
13326               static const char*
13327               __root_PG_InterOp_CIM_ScopedSetting_qualifiers[] =
13328               {
13329                   /* UMLPackagePath */
13330                   "\057CIM::Core::Settings",
13331                   /* Version */
13332                   "\0632.10.0",
13333                   0,
13334               };
13335               
13336 mike  1.1.2.1 SourceClass
13337               __root_PG_InterOp_CIM_ScopedSetting =
13338               {
13339                   /* flags */
13340                   PEGASUS_FLAG_ASSOCIATION,
13341                   /* name */
13342                   "CIM_ScopedSetting",
13343                   /* qualifiers */
13344                   __root_PG_InterOp_CIM_ScopedSetting_qualifiers,
13345 mike  1.1.2.2     /* super */
13346 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedDependency,
13347                   /* features */
13348                   _CIM_ScopedSetting_features,
13349               };
13350               
13351               //==============================================================================
13352               //
13353               // Class: CIM_ConcreteJob
13354               //
13355               //==============================================================================
13356               
13357               static const char*
13358               _CIM_ConcreteJob_InstanceID_qualifiers[] =
13359               {
13360                   0,
13361               };
13362               
13363               static SourceProperty
13364               _CIM_ConcreteJob_InstanceID =
13365               {
13366                   /* flags */
13367 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
13368                   /* name */
13369                   "InstanceID",
13370                   /* qualifiers */
13371                   _CIM_ConcreteJob_InstanceID_qualifiers,
13372                   /* type */
13373                   CIMTYPE_STRING,
13374                   /* subscript */
13375                   -1,
13376                   /* value */
13377                   0,
13378               };
13379               
13380               static const char*
13381               _CIM_ConcreteJob_Name_qualifiers[] =
13382               {
13383                   /* Override */
13384                   "\044Name",
13385                   0,
13386               };
13387               
13388 mike  1.1.2.1 static SourceProperty
13389               _CIM_ConcreteJob_Name =
13390               {
13391                   /* flags */
13392                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
13393                   /* name */
13394                   "Name",
13395                   /* qualifiers */
13396                   _CIM_ConcreteJob_Name_qualifiers,
13397                   /* type */
13398                   CIMTYPE_STRING,
13399                   /* subscript */
13400                   -1,
13401                   /* value */
13402                   0,
13403               };
13404               
13405               static const char*
13406               _CIM_ConcreteJob_JobState_qualifiers[] =
13407               {
13408                   /* ValueMap */
13409 mike  1.1.2.1     "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013..32767\00032768..65535\000",
13410                   /* Values */
13411                   "\062\000\015New\000Starting\000Running\000Suspended\000Shutting Down\000Completed\000Terminated\000Killed\000Exception\000Service\000Query Pending\000DMTF Reserved\000Vendor Reserved\000",
13412                   0,
13413               };
13414               
13415               static SourceProperty
13416               _CIM_ConcreteJob_JobState =
13417               {
13418                   /* flags */
13419                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
13420                   /* name */
13421                   "JobState",
13422                   /* qualifiers */
13423                   _CIM_ConcreteJob_JobState_qualifiers,
13424                   /* type */
13425                   CIMTYPE_UINT16,
13426                   /* subscript */
13427                   -1,
13428                   /* value */
13429                   0,
13430 mike  1.1.2.1 };
13431               
13432               static const char*
13433               _CIM_ConcreteJob_TimeOfLastStateChange_qualifiers[] =
13434               {
13435                   0,
13436               };
13437               
13438               static SourceProperty
13439               _CIM_ConcreteJob_TimeOfLastStateChange =
13440               {
13441                   /* flags */
13442                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
13443                   /* name */
13444                   "TimeOfLastStateChange",
13445                   /* qualifiers */
13446                   _CIM_ConcreteJob_TimeOfLastStateChange_qualifiers,
13447                   /* type */
13448                   CIMTYPE_DATETIME,
13449                   /* subscript */
13450                   -1,
13451 mike  1.1.2.1     /* value */
13452                   0,
13453               };
13454               
13455               static const char*
13456               _CIM_ConcreteJob_TimeBeforeRemoval_qualifiers[] =
13457               {
13458                   0,
13459               };
13460               
13461               static SourceProperty
13462               _CIM_ConcreteJob_TimeBeforeRemoval =
13463               {
13464                   /* flags */
13465                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED|PEGASUS_FLAG_WRITE,
13466                   /* name */
13467                   "TimeBeforeRemoval",
13468                   /* qualifiers */
13469                   _CIM_ConcreteJob_TimeBeforeRemoval_qualifiers,
13470                   /* type */
13471                   CIMTYPE_DATETIME,
13472 mike  1.1.2.1     /* subscript */
13473                   -1,
13474                   /* value */
13475                   "00000000000500.000000:000",
13476               };
13477               
13478               static const char*
13479               _CIM_ConcreteJob_RequestStateChange_RequestedState_qualifiers[] =
13480               {
13481                   /* ValueMap */
13482                   "\061\000\0072\0003\0004\0005\0006\0007..32767\00032768..65535\000",
13483                   /* Values */
13484                   "\062\000\007Start\000Suspend\000Terminate\000Kill\000Service\000DMTF Reserved\000Vendor Reserved\000",
13485                   0,
13486               };
13487               
13488               static SourceProperty
13489               _CIM_ConcreteJob_RequestStateChange_RequestedState =
13490               {
13491                   /* flags */
13492                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
13493 mike  1.1.2.1     /* name */
13494                   "RequestedState",
13495                   /* qualifiers */
13496                   _CIM_ConcreteJob_RequestStateChange_RequestedState_qualifiers,
13497                   /* type */
13498                   CIMTYPE_UINT16,
13499                   /* subscript */
13500                   -1,
13501                   /* value */
13502                   0,
13503               };
13504               
13505               static const char*
13506               _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod_qualifiers[] =
13507               {
13508                   0,
13509               };
13510               
13511               static SourceProperty
13512               _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod =
13513               {
13514 mike  1.1.2.1     /* flags */
13515                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
13516                   /* name */
13517                   "TimeoutPeriod",
13518                   /* qualifiers */
13519                   _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod_qualifiers,
13520                   /* type */
13521                   CIMTYPE_DATETIME,
13522                   /* subscript */
13523                   -1,
13524                   /* value */
13525                   0,
13526               };
13527               
13528 mike  1.1.2.2 static SourceFeature*
13529 mike  1.1.2.1 _CIM_ConcreteJob_RequestStateChange_parameters[] =
13530               {
13531 mike  1.1.2.2     (SourceFeature*)&_CIM_ConcreteJob_RequestStateChange_RequestedState,
13532                   (SourceFeature*)&_CIM_ConcreteJob_RequestStateChange_TimeoutPeriod,
13533 mike  1.1.2.1     0,
13534               };
13535               
13536               static const char*
13537               _CIM_ConcreteJob_RequestStateChange_qualifiers[] =
13538               {
13539                   /* ValueMap */
13540                   "\061\000\0160\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098\0004099\0004100..32767\00032768..65535\000",
13541                   /* Values */
13542                   "\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",
13543                   0,
13544               };
13545               
13546               static SourceMethod
13547               _CIM_ConcreteJob_RequestStateChange =
13548               {
13549                   /* flags */
13550                   PEGASUS_FLAG_METHOD,
13551                   /* name */
13552                   "CIM_ConcreteJob",
13553                   /* qualifiers */
13554 mike  1.1.2.1     _CIM_ConcreteJob_RequestStateChange_qualifiers,
13555                   /* type */
13556                   CIMTYPE_UINT32,
13557                   /* parameters */
13558                   _CIM_ConcreteJob_RequestStateChange_parameters,
13559               };
13560               
13561               static SourceFeature*
13562               _CIM_ConcreteJob_features[] =
13563               {
13564                   (SourceFeature*)&_CIM_ConcreteJob_InstanceID,
13565                   (SourceFeature*)&_CIM_ConcreteJob_Name,
13566                   (SourceFeature*)&_CIM_ConcreteJob_JobState,
13567                   (SourceFeature*)&_CIM_ConcreteJob_TimeOfLastStateChange,
13568                   (SourceFeature*)&_CIM_ConcreteJob_TimeBeforeRemoval,
13569                   (SourceFeature*)&_CIM_ConcreteJob_RequestStateChange,
13570                   0,
13571               };
13572               
13573               static const char*
13574               __root_PG_InterOp_CIM_ConcreteJob_qualifiers[] =
13575 mike  1.1.2.1 {
13576                   /* UMLPackagePath */
13577                   "\057CIM::Core::CoreElements",
13578                   /* Version */
13579                   "\0632.13.0",
13580                   0,
13581               };
13582               
13583               SourceClass
13584               __root_PG_InterOp_CIM_ConcreteJob =
13585               {
13586                   /* flags */
13587                   PEGASUS_FLAG_CLASS,
13588                   /* name */
13589                   "CIM_ConcreteJob",
13590                   /* qualifiers */
13591                   __root_PG_InterOp_CIM_ConcreteJob_qualifiers,
13592 mike  1.1.2.2     /* super */
13593 mike  1.1.2.1     &__root_PG_InterOp_CIM_Job,
13594                   /* features */
13595                   _CIM_ConcreteJob_features,
13596               };
13597               
13598               //==============================================================================
13599               //
13600               // Class: CIM_EnabledLogicalElement
13601               //
13602               //==============================================================================
13603               
13604               static const char*
13605               _CIM_EnabledLogicalElement_EnabledState_qualifiers[] =
13606               {
13607                   /* ValueMap */
13608                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011..32767\00032768..65535\000",
13609                   /* Values */
13610                   "\062\000\015Unknown\000Other\000Enabled\000Disabled\000Shutting Down\000Not Applicable\000Enabled but Offline\000In Test\000Deferred\000Quiesce\000Starting\000DMTF Reserved\000Vendor Reserved\000",
13611                   /* ModelCorrespondence */
13612                   "\036\000\001CIM_EnabledLogicalElement.OtherEnabledState\000",
13613                   0,
13614 mike  1.1.2.1 };
13615               
13616               static SourceProperty
13617               _CIM_EnabledLogicalElement_EnabledState =
13618               {
13619                   /* flags */
13620                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
13621                   /* name */
13622                   "EnabledState",
13623                   /* qualifiers */
13624                   _CIM_EnabledLogicalElement_EnabledState_qualifiers,
13625                   /* type */
13626                   CIMTYPE_UINT16,
13627                   /* subscript */
13628                   -1,
13629                   /* value */
13630                   "\000\005",
13631               };
13632               
13633               static const char*
13634               _CIM_EnabledLogicalElement_OtherEnabledState_qualifiers[] =
13635 mike  1.1.2.1 {
13636                   /* ModelCorrespondence */
13637                   "\036\000\001CIM_EnabledLogicalElement.EnabledState\000",
13638                   0,
13639               };
13640               
13641               static SourceProperty
13642               _CIM_EnabledLogicalElement_OtherEnabledState =
13643               {
13644                   /* flags */
13645                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
13646                   /* name */
13647                   "OtherEnabledState",
13648                   /* qualifiers */
13649                   _CIM_EnabledLogicalElement_OtherEnabledState_qualifiers,
13650                   /* type */
13651                   CIMTYPE_STRING,
13652                   /* subscript */
13653                   -1,
13654                   /* value */
13655                   0,
13656 mike  1.1.2.1 };
13657               
13658               static const char*
13659               _CIM_EnabledLogicalElement_RequestedState_qualifiers[] =
13660               {
13661                   /* ValueMap */
13662                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\00032768..65535\000",
13663                   /* Values */
13664                   "\062\000\015Enabled\000Disabled\000Shut Down\000No Change\000Offline\000Test\000Deferred\000Quiesce\000Reboot\000Reset\000Not Applicable\000DMTF Reserved\000Vendor Reserved\000",
13665                   /* ModelCorrespondence */
13666                   "\036\000\001CIM_EnabledLogicalElement.EnabledState\000",
13667                   0,
13668               };
13669               
13670               static SourceProperty
13671               _CIM_EnabledLogicalElement_RequestedState =
13672               {
13673                   /* flags */
13674                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
13675                   /* name */
13676                   "RequestedState",
13677 mike  1.1.2.1     /* qualifiers */
13678                   _CIM_EnabledLogicalElement_RequestedState_qualifiers,
13679                   /* type */
13680                   CIMTYPE_UINT16,
13681                   /* subscript */
13682                   -1,
13683                   /* value */
13684                   "\000\014",
13685               };
13686               
13687               static const char*
13688               _CIM_EnabledLogicalElement_EnabledDefault_qualifiers[] =
13689               {
13690                   /* ValueMap */
13691                   "\061\000\0072\0003\0005\0006\0007\0008..32767\00032768..65535\000",
13692                   /* Values */
13693                   "\062\000\007Enabled\000Disabled\000Not Applicable\000Enabled but Offline\000No Default\000DMTF Reserved\000Vendor Reserved\000",
13694                   0,
13695               };
13696               
13697               static SourceProperty
13698 mike  1.1.2.1 _CIM_EnabledLogicalElement_EnabledDefault =
13699               {
13700                   /* flags */
13701                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
13702                   /* name */
13703                   "EnabledDefault",
13704                   /* qualifiers */
13705                   _CIM_EnabledLogicalElement_EnabledDefault_qualifiers,
13706                   /* type */
13707                   CIMTYPE_UINT16,
13708                   /* subscript */
13709                   -1,
13710                   /* value */
13711                   "\000\002",
13712               };
13713               
13714               static const char*
13715               _CIM_EnabledLogicalElement_TimeOfLastStateChange_qualifiers[] =
13716               {
13717                   0,
13718               };
13719 mike  1.1.2.1 
13720               static SourceProperty
13721               _CIM_EnabledLogicalElement_TimeOfLastStateChange =
13722               {
13723                   /* flags */
13724                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
13725                   /* name */
13726                   "TimeOfLastStateChange",
13727                   /* qualifiers */
13728                   _CIM_EnabledLogicalElement_TimeOfLastStateChange_qualifiers,
13729                   /* type */
13730                   CIMTYPE_DATETIME,
13731                   /* subscript */
13732                   -1,
13733                   /* value */
13734                   0,
13735               };
13736               
13737               static const char*
13738               _CIM_EnabledLogicalElement_RequestStateChange_RequestedState_qualifiers[] =
13739               {
13740 mike  1.1.2.1     /* ValueMap */
13741                   "\061\000\0132\0003\0004\0006\0007\0008\0009\00010\00011\000..\00032768..65535\000",
13742                   /* Values */
13743                   "\062\000\013Enabled\000Disabled\000Shut Down\000Offline\000Test\000Defer\000Quiesce\000Reboot\000Reset\000DMTF Reserved\000Vendor Reserved\000",
13744                   /* ModelCorrespondence */
13745                   "\036\000\001CIM_EnabledLogicalElement.RequestedState\000",
13746                   0,
13747               };
13748               
13749               static SourceProperty
13750               _CIM_EnabledLogicalElement_RequestStateChange_RequestedState =
13751               {
13752                   /* flags */
13753                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
13754                   /* name */
13755                   "RequestedState",
13756                   /* qualifiers */
13757                   _CIM_EnabledLogicalElement_RequestStateChange_RequestedState_qualifiers,
13758                   /* type */
13759                   CIMTYPE_UINT16,
13760                   /* subscript */
13761 mike  1.1.2.1     -1,
13762                   /* value */
13763                   0,
13764               };
13765               
13766               static const char*
13767               _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers[] =
13768               {
13769                   0,
13770               };
13771               
13772               static SourceReference
13773               _CIM_EnabledLogicalElement_RequestStateChange_Job =
13774               {
13775                   /* flags */
13776                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_OUT,
13777                   /* name */
13778                   "Job",
13779                   /* qualifiers */
13780                   _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers,
13781                   /* subscript */
13782 mike  1.1.2.1     -1,
13783 mike  1.1.2.2     /* ref */
13784 mike  1.1.2.1     &__root_PG_InterOp_CIM_ConcreteJob,
13785               };
13786               
13787               static const char*
13788               _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod_qualifiers[] =
13789               {
13790                   0,
13791               };
13792               
13793               static SourceProperty
13794               _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod =
13795               {
13796                   /* flags */
13797                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
13798                   /* name */
13799                   "TimeoutPeriod",
13800                   /* qualifiers */
13801                   _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod_qualifiers,
13802                   /* type */
13803                   CIMTYPE_DATETIME,
13804                   /* subscript */
13805 mike  1.1.2.1     -1,
13806                   /* value */
13807                   0,
13808               };
13809               
13810 mike  1.1.2.2 static SourceFeature*
13811 mike  1.1.2.1 _CIM_EnabledLogicalElement_RequestStateChange_parameters[] =
13812               {
13813 mike  1.1.2.2     (SourceFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_RequestedState,
13814                   (SourceFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_Job,
13815                   (SourceFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod,
13816 mike  1.1.2.1     0,
13817               };
13818               
13819               static const char*
13820               _CIM_EnabledLogicalElement_RequestStateChange_qualifiers[] =
13821               {
13822                   /* ValueMap */
13823                   "\061\000\0160\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098\0004099\0004100..32767\00032768..65535\000",
13824                   /* Values */
13825                   "\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",
13826                   /* ModelCorrespondence */
13827                   "\036\000\001CIM_EnabledLogicalElement.RequestedState\000",
13828                   0,
13829               };
13830               
13831               static SourceMethod
13832               _CIM_EnabledLogicalElement_RequestStateChange =
13833               {
13834                   /* flags */
13835                   PEGASUS_FLAG_METHOD,
13836                   /* name */
13837 mike  1.1.2.1     "CIM_EnabledLogicalElement",
13838                   /* qualifiers */
13839                   _CIM_EnabledLogicalElement_RequestStateChange_qualifiers,
13840                   /* type */
13841                   CIMTYPE_UINT32,
13842                   /* parameters */
13843                   _CIM_EnabledLogicalElement_RequestStateChange_parameters,
13844               };
13845               
13846               static SourceFeature*
13847               _CIM_EnabledLogicalElement_features[] =
13848               {
13849                   (SourceFeature*)&_CIM_EnabledLogicalElement_EnabledState,
13850                   (SourceFeature*)&_CIM_EnabledLogicalElement_OtherEnabledState,
13851                   (SourceFeature*)&_CIM_EnabledLogicalElement_RequestedState,
13852                   (SourceFeature*)&_CIM_EnabledLogicalElement_EnabledDefault,
13853                   (SourceFeature*)&_CIM_EnabledLogicalElement_TimeOfLastStateChange,
13854                   (SourceFeature*)&_CIM_EnabledLogicalElement_RequestStateChange,
13855                   0,
13856               };
13857               
13858 mike  1.1.2.1 static const char*
13859               __root_PG_InterOp_CIM_EnabledLogicalElement_qualifiers[] =
13860               {
13861                   /* UMLPackagePath */
13862                   "\057CIM::Core::CoreElements",
13863                   /* Version */
13864                   "\0632.10.0",
13865                   0,
13866               };
13867               
13868               SourceClass
13869               __root_PG_InterOp_CIM_EnabledLogicalElement =
13870               {
13871                   /* flags */
13872                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
13873                   /* name */
13874                   "CIM_EnabledLogicalElement",
13875                   /* qualifiers */
13876                   __root_PG_InterOp_CIM_EnabledLogicalElement_qualifiers,
13877 mike  1.1.2.2     /* super */
13878 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalElement,
13879                   /* features */
13880                   _CIM_EnabledLogicalElement_features,
13881               };
13882               
13883               //==============================================================================
13884               //
13885               // Class: CIM_LogicalDevice
13886               //
13887               //==============================================================================
13888               
13889               static const char*
13890               _CIM_LogicalDevice_SystemCreationClassName_qualifiers[] =
13891               {
13892                   /* Propagated */
13893                   "\045CIM_System.CreationClassName",
13894                   /* MaxLen */
13895                   "\030\000\000\001\000",
13896                   0,
13897               };
13898               
13899 mike  1.1.2.1 static SourceProperty
13900               _CIM_LogicalDevice_SystemCreationClassName =
13901               {
13902                   /* flags */
13903                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
13904                   /* name */
13905                   "SystemCreationClassName",
13906                   /* qualifiers */
13907                   _CIM_LogicalDevice_SystemCreationClassName_qualifiers,
13908                   /* type */
13909                   CIMTYPE_STRING,
13910                   /* subscript */
13911                   -1,
13912                   /* value */
13913                   0,
13914               };
13915               
13916               static const char*
13917               _CIM_LogicalDevice_SystemName_qualifiers[] =
13918               {
13919                   /* Propagated */
13920 mike  1.1.2.1     "\045CIM_System.Name",
13921                   /* MaxLen */
13922                   "\030\000\000\001\000",
13923                   0,
13924               };
13925               
13926               static SourceProperty
13927               _CIM_LogicalDevice_SystemName =
13928               {
13929                   /* flags */
13930                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
13931                   /* name */
13932                   "SystemName",
13933                   /* qualifiers */
13934                   _CIM_LogicalDevice_SystemName_qualifiers,
13935                   /* type */
13936                   CIMTYPE_STRING,
13937                   /* subscript */
13938                   -1,
13939                   /* value */
13940                   0,
13941 mike  1.1.2.1 };
13942               
13943               static const char*
13944               _CIM_LogicalDevice_CreationClassName_qualifiers[] =
13945               {
13946                   /* MaxLen */
13947                   "\030\000\000\001\000",
13948                   0,
13949               };
13950               
13951               static SourceProperty
13952               _CIM_LogicalDevice_CreationClassName =
13953               {
13954                   /* flags */
13955                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
13956                   /* name */
13957                   "CreationClassName",
13958                   /* qualifiers */
13959                   _CIM_LogicalDevice_CreationClassName_qualifiers,
13960                   /* type */
13961                   CIMTYPE_STRING,
13962 mike  1.1.2.1     /* subscript */
13963                   -1,
13964                   /* value */
13965                   0,
13966               };
13967               
13968               static const char*
13969               _CIM_LogicalDevice_DeviceID_qualifiers[] =
13970               {
13971                   /* MaxLen */
13972                   "\030\000\000\000\100",
13973                   0,
13974               };
13975               
13976               static SourceProperty
13977               _CIM_LogicalDevice_DeviceID =
13978               {
13979                   /* flags */
13980                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
13981                   /* name */
13982                   "DeviceID",
13983 mike  1.1.2.1     /* qualifiers */
13984                   _CIM_LogicalDevice_DeviceID_qualifiers,
13985                   /* type */
13986                   CIMTYPE_STRING,
13987                   /* subscript */
13988                   -1,
13989                   /* value */
13990                   0,
13991               };
13992               
13993               static const char*
13994               _CIM_LogicalDevice_PowerManagementSupported_qualifiers[] =
13995               {
13996                   /* Deprecated */
13997                   "\013\000\001CIM_PowerManagementCapabilities\000",
13998                   0,
13999               };
14000               
14001               static SourceProperty
14002               _CIM_LogicalDevice_PowerManagementSupported =
14003               {
14004 mike  1.1.2.1     /* flags */
14005                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14006                   /* name */
14007                   "PowerManagementSupported",
14008                   /* qualifiers */
14009                   _CIM_LogicalDevice_PowerManagementSupported_qualifiers,
14010                   /* type */
14011                   CIMTYPE_BOOLEAN,
14012                   /* subscript */
14013                   -1,
14014                   /* value */
14015                   0,
14016               };
14017               
14018               static const char*
14019               _CIM_LogicalDevice_PowerManagementCapabilities_qualifiers[] =
14020               {
14021                   /* Deprecated */
14022                   "\013\000\001CIM_PowerManagementCapabilities.PowerCapabilities\000",
14023                   /* ValueMap */
14024                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
14025 mike  1.1.2.1     /* Values */
14026                   "\062\000\010Unknown\000Not Supported\000Disabled\000Enabled\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
14027                   0,
14028               };
14029               
14030               static SourceProperty
14031               _CIM_LogicalDevice_PowerManagementCapabilities =
14032               {
14033                   /* flags */
14034                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14035                   /* name */
14036                   "PowerManagementCapabilities",
14037                   /* qualifiers */
14038                   _CIM_LogicalDevice_PowerManagementCapabilities_qualifiers,
14039                   /* type */
14040                   CIMTYPE_UINT16,
14041                   /* subscript */
14042                   0,
14043                   /* value */
14044                   0,
14045               };
14046 mike  1.1.2.1 
14047               static const char*
14048               _CIM_LogicalDevice_Availability_qualifiers[] =
14049               {
14050                   /* ValueMap */
14051                   "\061\000\0251\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
14052                   /* Values */
14053                   "\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",
14054                   /* MappingStrings */
14055                   "\026\000\003MIF.DMTF|Operational State|006.5\000MIB.IETF|HOST-RESOURCES-MIB.hrDeviceStatus\000MIF.DMTF|Host Device|001.5\000",
14056                   /* ModelCorrespondence */
14057                   "\036\000\001CIM_LogicalDevice.AdditionalAvailability\000",
14058                   0,
14059               };
14060               
14061               static SourceProperty
14062               _CIM_LogicalDevice_Availability =
14063               {
14064                   /* flags */
14065                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14066                   /* name */
14067 mike  1.1.2.1     "Availability",
14068                   /* qualifiers */
14069                   _CIM_LogicalDevice_Availability_qualifiers,
14070                   /* type */
14071                   CIMTYPE_UINT16,
14072                   /* subscript */
14073                   -1,
14074                   /* value */
14075                   0,
14076               };
14077               
14078               static const char*
14079               _CIM_LogicalDevice_StatusInfo_qualifiers[] =
14080               {
14081                   /* Deprecated */
14082                   "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
14083                   /* ValueMap */
14084                   "\061\000\0051\0002\0003\0004\0005\000",
14085                   /* Values */
14086                   "\062\000\005Other\000Unknown\000Enabled\000Disabled\000Not Applicable\000",
14087                   /* MappingStrings */
14088 mike  1.1.2.1     "\026\000\001MIF.DMTF|Operational State|006.4\000",
14089                   0,
14090               };
14091               
14092               static SourceProperty
14093               _CIM_LogicalDevice_StatusInfo =
14094               {
14095                   /* flags */
14096                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14097                   /* name */
14098                   "StatusInfo",
14099                   /* qualifiers */
14100                   _CIM_LogicalDevice_StatusInfo_qualifiers,
14101                   /* type */
14102                   CIMTYPE_UINT16,
14103                   /* subscript */
14104                   -1,
14105                   /* value */
14106                   0,
14107               };
14108               
14109 mike  1.1.2.1 static const char*
14110               _CIM_LogicalDevice_LastErrorCode_qualifiers[] =
14111               {
14112                   /* Deprecated */
14113                   "\013\000\001CIM_DeviceErrorData.LastErrorCode\000",
14114                   0,
14115               };
14116               
14117               static SourceProperty
14118               _CIM_LogicalDevice_LastErrorCode =
14119               {
14120                   /* flags */
14121                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14122                   /* name */
14123                   "LastErrorCode",
14124                   /* qualifiers */
14125                   _CIM_LogicalDevice_LastErrorCode_qualifiers,
14126                   /* type */
14127                   CIMTYPE_UINT32,
14128                   /* subscript */
14129                   -1,
14130 mike  1.1.2.1     /* value */
14131                   0,
14132               };
14133               
14134               static const char*
14135               _CIM_LogicalDevice_ErrorDescription_qualifiers[] =
14136               {
14137                   /* Deprecated */
14138                   "\013\000\001CIM_DeviceErrorData.ErrorDescription\000",
14139                   0,
14140               };
14141               
14142               static SourceProperty
14143               _CIM_LogicalDevice_ErrorDescription =
14144               {
14145                   /* flags */
14146                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14147                   /* name */
14148                   "ErrorDescription",
14149                   /* qualifiers */
14150                   _CIM_LogicalDevice_ErrorDescription_qualifiers,
14151 mike  1.1.2.1     /* type */
14152                   CIMTYPE_STRING,
14153                   /* subscript */
14154                   -1,
14155                   /* value */
14156                   0,
14157               };
14158               
14159               static const char*
14160               _CIM_LogicalDevice_ErrorCleared_qualifiers[] =
14161               {
14162                   /* Deprecated */
14163                   "\013\000\001CIM_ManagedSystemElement.OperationalStatus\000",
14164                   0,
14165               };
14166               
14167               static SourceProperty
14168               _CIM_LogicalDevice_ErrorCleared =
14169               {
14170                   /* flags */
14171                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14172 mike  1.1.2.1     /* name */
14173                   "ErrorCleared",
14174                   /* qualifiers */
14175                   _CIM_LogicalDevice_ErrorCleared_qualifiers,
14176                   /* type */
14177                   CIMTYPE_BOOLEAN,
14178                   /* subscript */
14179                   -1,
14180                   /* value */
14181                   0,
14182               };
14183               
14184               static const char*
14185               _CIM_LogicalDevice_OtherIdentifyingInfo_qualifiers[] =
14186               {
14187                   /* MaxLen */
14188                   "\030\000\000\001\000",
14189                   /* ArrayType */
14190                   "\005Indexed",
14191                   /* ModelCorrespondence */
14192                   "\036\000\001CIM_LogicalDevice.IdentifyingDescriptions\000",
14193 mike  1.1.2.1     0,
14194               };
14195               
14196               static SourceProperty
14197               _CIM_LogicalDevice_OtherIdentifyingInfo =
14198               {
14199                   /* flags */
14200                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14201                   /* name */
14202                   "OtherIdentifyingInfo",
14203                   /* qualifiers */
14204                   _CIM_LogicalDevice_OtherIdentifyingInfo_qualifiers,
14205                   /* type */
14206                   CIMTYPE_STRING,
14207                   /* subscript */
14208                   0,
14209                   /* value */
14210                   0,
14211               };
14212               
14213               static const char*
14214 mike  1.1.2.1 _CIM_LogicalDevice_PowerOnHours_qualifiers[] =
14215               {
14216                   /* Units */
14217                   "\060Hours",
14218                   0,
14219               };
14220               
14221               static SourceProperty
14222               _CIM_LogicalDevice_PowerOnHours =
14223               {
14224                   /* flags */
14225                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_COUNTER|PEGASUS_FLAG_READ,
14226                   /* name */
14227                   "PowerOnHours",
14228                   /* qualifiers */
14229                   _CIM_LogicalDevice_PowerOnHours_qualifiers,
14230                   /* type */
14231                   CIMTYPE_UINT64,
14232                   /* subscript */
14233                   -1,
14234                   /* value */
14235 mike  1.1.2.1     0,
14236               };
14237               
14238               static const char*
14239               _CIM_LogicalDevice_TotalPowerOnHours_qualifiers[] =
14240               {
14241                   /* Units */
14242                   "\060Hours",
14243                   0,
14244               };
14245               
14246               static SourceProperty
14247               _CIM_LogicalDevice_TotalPowerOnHours =
14248               {
14249                   /* flags */
14250                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_COUNTER|PEGASUS_FLAG_READ,
14251                   /* name */
14252                   "TotalPowerOnHours",
14253                   /* qualifiers */
14254                   _CIM_LogicalDevice_TotalPowerOnHours_qualifiers,
14255                   /* type */
14256 mike  1.1.2.1     CIMTYPE_UINT64,
14257                   /* subscript */
14258                   -1,
14259                   /* value */
14260                   0,
14261               };
14262               
14263               static const char*
14264               _CIM_LogicalDevice_IdentifyingDescriptions_qualifiers[] =
14265               {
14266                   /* ArrayType */
14267                   "\005Indexed",
14268                   /* ModelCorrespondence */
14269                   "\036\000\001CIM_LogicalDevice.OtherIdentifyingInfo\000",
14270                   0,
14271               };
14272               
14273               static SourceProperty
14274               _CIM_LogicalDevice_IdentifyingDescriptions =
14275               {
14276                   /* flags */
14277 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14278                   /* name */
14279                   "IdentifyingDescriptions",
14280                   /* qualifiers */
14281                   _CIM_LogicalDevice_IdentifyingDescriptions_qualifiers,
14282                   /* type */
14283                   CIMTYPE_STRING,
14284                   /* subscript */
14285                   0,
14286                   /* value */
14287                   0,
14288               };
14289               
14290               static const char*
14291               _CIM_LogicalDevice_AdditionalAvailability_qualifiers[] =
14292               {
14293                   /* ValueMap */
14294                   "\061\000\0251\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
14295                   /* Values */
14296                   "\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",
14297                   /* ModelCorrespondence */
14298 mike  1.1.2.1     "\036\000\001CIM_LogicalDevice.Availability\000",
14299                   0,
14300               };
14301               
14302               static SourceProperty
14303               _CIM_LogicalDevice_AdditionalAvailability =
14304               {
14305                   /* flags */
14306                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14307                   /* name */
14308                   "AdditionalAvailability",
14309                   /* qualifiers */
14310                   _CIM_LogicalDevice_AdditionalAvailability_qualifiers,
14311                   /* type */
14312                   CIMTYPE_UINT16,
14313                   /* subscript */
14314                   0,
14315                   /* value */
14316                   0,
14317               };
14318               
14319 mike  1.1.2.1 static const char*
14320               _CIM_LogicalDevice_MaxQuiesceTime_qualifiers[] =
14321               {
14322                   /* Deprecated */
14323                   "\013\000\001No value\000",
14324                   /* Units */
14325                   "\060MilliSeconds",
14326                   0,
14327               };
14328               
14329               static SourceProperty
14330               _CIM_LogicalDevice_MaxQuiesceTime =
14331               {
14332                   /* flags */
14333                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14334                   /* name */
14335                   "MaxQuiesceTime",
14336                   /* qualifiers */
14337                   _CIM_LogicalDevice_MaxQuiesceTime_qualifiers,
14338                   /* type */
14339                   CIMTYPE_UINT64,
14340 mike  1.1.2.1     /* subscript */
14341                   -1,
14342                   /* value */
14343                   0,
14344               };
14345               
14346               static const char*
14347               _CIM_LogicalDevice_SetPowerState_PowerState_qualifiers[] =
14348               {
14349                   /* ValueMap */
14350                   "\061\000\0061\0002\0003\0004\0005\0006\000",
14351                   /* Values */
14352                   "\062\000\006Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000",
14353                   0,
14354               };
14355               
14356               static SourceProperty
14357               _CIM_LogicalDevice_SetPowerState_PowerState =
14358               {
14359                   /* flags */
14360                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
14361 mike  1.1.2.1     /* name */
14362                   "PowerState",
14363                   /* qualifiers */
14364                   _CIM_LogicalDevice_SetPowerState_PowerState_qualifiers,
14365                   /* type */
14366                   CIMTYPE_UINT16,
14367                   /* subscript */
14368                   -1,
14369                   /* value */
14370                   0,
14371               };
14372               
14373               static const char*
14374               _CIM_LogicalDevice_SetPowerState_Time_qualifiers[] =
14375               {
14376                   0,
14377               };
14378               
14379               static SourceProperty
14380               _CIM_LogicalDevice_SetPowerState_Time =
14381               {
14382 mike  1.1.2.1     /* flags */
14383                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
14384                   /* name */
14385                   "Time",
14386                   /* qualifiers */
14387                   _CIM_LogicalDevice_SetPowerState_Time_qualifiers,
14388                   /* type */
14389                   CIMTYPE_DATETIME,
14390                   /* subscript */
14391                   -1,
14392                   /* value */
14393                   0,
14394               };
14395               
14396 mike  1.1.2.2 static SourceFeature*
14397 mike  1.1.2.1 _CIM_LogicalDevice_SetPowerState_parameters[] =
14398               {
14399 mike  1.1.2.2     (SourceFeature*)&_CIM_LogicalDevice_SetPowerState_PowerState,
14400                   (SourceFeature*)&_CIM_LogicalDevice_SetPowerState_Time,
14401 mike  1.1.2.1     0,
14402               };
14403               
14404               static const char*
14405               _CIM_LogicalDevice_SetPowerState_qualifiers[] =
14406               {
14407                   /* Deprecated */
14408                   "\013\000\001CIM_PowerManagementService.SetPowerState\000",
14409                   0,
14410               };
14411               
14412               static SourceMethod
14413               _CIM_LogicalDevice_SetPowerState =
14414               {
14415                   /* flags */
14416                   PEGASUS_FLAG_METHOD,
14417                   /* name */
14418                   "CIM_LogicalDevice",
14419                   /* qualifiers */
14420                   _CIM_LogicalDevice_SetPowerState_qualifiers,
14421                   /* type */
14422 mike  1.1.2.1     CIMTYPE_UINT32,
14423                   /* parameters */
14424                   _CIM_LogicalDevice_SetPowerState_parameters,
14425               };
14426               
14427 mike  1.1.2.2 static SourceFeature*
14428 mike  1.1.2.1 _CIM_LogicalDevice_Reset_parameters[] =
14429               {
14430                   0,
14431               };
14432               
14433               static const char*
14434               _CIM_LogicalDevice_Reset_qualifiers[] =
14435               {
14436                   0,
14437               };
14438               
14439               static SourceMethod
14440               _CIM_LogicalDevice_Reset =
14441               {
14442                   /* flags */
14443                   PEGASUS_FLAG_METHOD,
14444                   /* name */
14445                   "CIM_LogicalDevice",
14446                   /* qualifiers */
14447                   _CIM_LogicalDevice_Reset_qualifiers,
14448                   /* type */
14449 mike  1.1.2.1     CIMTYPE_UINT32,
14450                   /* parameters */
14451                   _CIM_LogicalDevice_Reset_parameters,
14452               };
14453               
14454               static const char*
14455               _CIM_LogicalDevice_EnableDevice_Enabled_qualifiers[] =
14456               {
14457                   0,
14458               };
14459               
14460               static SourceProperty
14461               _CIM_LogicalDevice_EnableDevice_Enabled =
14462               {
14463                   /* flags */
14464                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
14465                   /* name */
14466                   "Enabled",
14467                   /* qualifiers */
14468                   _CIM_LogicalDevice_EnableDevice_Enabled_qualifiers,
14469                   /* type */
14470 mike  1.1.2.1     CIMTYPE_BOOLEAN,
14471                   /* subscript */
14472                   -1,
14473                   /* value */
14474                   0,
14475               };
14476               
14477 mike  1.1.2.2 static SourceFeature*
14478 mike  1.1.2.1 _CIM_LogicalDevice_EnableDevice_parameters[] =
14479               {
14480 mike  1.1.2.2     (SourceFeature*)&_CIM_LogicalDevice_EnableDevice_Enabled,
14481 mike  1.1.2.1     0,
14482               };
14483               
14484               static const char*
14485               _CIM_LogicalDevice_EnableDevice_qualifiers[] =
14486               {
14487                   /* Deprecated */
14488                   "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
14489                   0,
14490               };
14491               
14492               static SourceMethod
14493               _CIM_LogicalDevice_EnableDevice =
14494               {
14495                   /* flags */
14496                   PEGASUS_FLAG_METHOD,
14497                   /* name */
14498                   "CIM_LogicalDevice",
14499                   /* qualifiers */
14500                   _CIM_LogicalDevice_EnableDevice_qualifiers,
14501                   /* type */
14502 mike  1.1.2.1     CIMTYPE_UINT32,
14503                   /* parameters */
14504                   _CIM_LogicalDevice_EnableDevice_parameters,
14505               };
14506               
14507               static const char*
14508               _CIM_LogicalDevice_OnlineDevice_Online_qualifiers[] =
14509               {
14510                   0,
14511               };
14512               
14513               static SourceProperty
14514               _CIM_LogicalDevice_OnlineDevice_Online =
14515               {
14516                   /* flags */
14517                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
14518                   /* name */
14519                   "Online",
14520                   /* qualifiers */
14521                   _CIM_LogicalDevice_OnlineDevice_Online_qualifiers,
14522                   /* type */
14523 mike  1.1.2.1     CIMTYPE_BOOLEAN,
14524                   /* subscript */
14525                   -1,
14526                   /* value */
14527                   0,
14528               };
14529               
14530 mike  1.1.2.2 static SourceFeature*
14531 mike  1.1.2.1 _CIM_LogicalDevice_OnlineDevice_parameters[] =
14532               {
14533 mike  1.1.2.2     (SourceFeature*)&_CIM_LogicalDevice_OnlineDevice_Online,
14534 mike  1.1.2.1     0,
14535               };
14536               
14537               static const char*
14538               _CIM_LogicalDevice_OnlineDevice_qualifiers[] =
14539               {
14540                   /* Deprecated */
14541                   "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
14542                   0,
14543               };
14544               
14545               static SourceMethod
14546               _CIM_LogicalDevice_OnlineDevice =
14547               {
14548                   /* flags */
14549                   PEGASUS_FLAG_METHOD,
14550                   /* name */
14551                   "CIM_LogicalDevice",
14552                   /* qualifiers */
14553                   _CIM_LogicalDevice_OnlineDevice_qualifiers,
14554                   /* type */
14555 mike  1.1.2.1     CIMTYPE_UINT32,
14556                   /* parameters */
14557                   _CIM_LogicalDevice_OnlineDevice_parameters,
14558               };
14559               
14560               static const char*
14561               _CIM_LogicalDevice_QuiesceDevice_Quiesce_qualifiers[] =
14562               {
14563                   0,
14564               };
14565               
14566               static SourceProperty
14567               _CIM_LogicalDevice_QuiesceDevice_Quiesce =
14568               {
14569                   /* flags */
14570                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
14571                   /* name */
14572                   "Quiesce",
14573                   /* qualifiers */
14574                   _CIM_LogicalDevice_QuiesceDevice_Quiesce_qualifiers,
14575                   /* type */
14576 mike  1.1.2.1     CIMTYPE_BOOLEAN,
14577                   /* subscript */
14578                   -1,
14579                   /* value */
14580                   0,
14581               };
14582               
14583 mike  1.1.2.2 static SourceFeature*
14584 mike  1.1.2.1 _CIM_LogicalDevice_QuiesceDevice_parameters[] =
14585               {
14586 mike  1.1.2.2     (SourceFeature*)&_CIM_LogicalDevice_QuiesceDevice_Quiesce,
14587 mike  1.1.2.1     0,
14588               };
14589               
14590               static const char*
14591               _CIM_LogicalDevice_QuiesceDevice_qualifiers[] =
14592               {
14593                   /* Deprecated */
14594                   "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
14595                   0,
14596               };
14597               
14598               static SourceMethod
14599               _CIM_LogicalDevice_QuiesceDevice =
14600               {
14601                   /* flags */
14602                   PEGASUS_FLAG_METHOD,
14603                   /* name */
14604                   "CIM_LogicalDevice",
14605                   /* qualifiers */
14606                   _CIM_LogicalDevice_QuiesceDevice_qualifiers,
14607                   /* type */
14608 mike  1.1.2.1     CIMTYPE_UINT32,
14609                   /* parameters */
14610                   _CIM_LogicalDevice_QuiesceDevice_parameters,
14611               };
14612               
14613 mike  1.1.2.2 static SourceFeature*
14614 mike  1.1.2.1 _CIM_LogicalDevice_SaveProperties_parameters[] =
14615               {
14616                   0,
14617               };
14618               
14619               static const char*
14620               _CIM_LogicalDevice_SaveProperties_qualifiers[] =
14621               {
14622                   0,
14623               };
14624               
14625               static SourceMethod
14626               _CIM_LogicalDevice_SaveProperties =
14627               {
14628                   /* flags */
14629                   PEGASUS_FLAG_METHOD,
14630                   /* name */
14631                   "CIM_LogicalDevice",
14632                   /* qualifiers */
14633                   _CIM_LogicalDevice_SaveProperties_qualifiers,
14634                   /* type */
14635 mike  1.1.2.1     CIMTYPE_UINT32,
14636                   /* parameters */
14637                   _CIM_LogicalDevice_SaveProperties_parameters,
14638               };
14639               
14640 mike  1.1.2.2 static SourceFeature*
14641 mike  1.1.2.1 _CIM_LogicalDevice_RestoreProperties_parameters[] =
14642               {
14643                   0,
14644               };
14645               
14646               static const char*
14647               _CIM_LogicalDevice_RestoreProperties_qualifiers[] =
14648               {
14649                   0,
14650               };
14651               
14652               static SourceMethod
14653               _CIM_LogicalDevice_RestoreProperties =
14654               {
14655                   /* flags */
14656                   PEGASUS_FLAG_METHOD,
14657                   /* name */
14658                   "CIM_LogicalDevice",
14659                   /* qualifiers */
14660                   _CIM_LogicalDevice_RestoreProperties_qualifiers,
14661                   /* type */
14662 mike  1.1.2.1     CIMTYPE_UINT32,
14663                   /* parameters */
14664                   _CIM_LogicalDevice_RestoreProperties_parameters,
14665               };
14666               
14667               static SourceFeature*
14668               _CIM_LogicalDevice_features[] =
14669               {
14670                   (SourceFeature*)&_CIM_LogicalDevice_SystemCreationClassName,
14671                   (SourceFeature*)&_CIM_LogicalDevice_SystemName,
14672                   (SourceFeature*)&_CIM_LogicalDevice_CreationClassName,
14673                   (SourceFeature*)&_CIM_LogicalDevice_DeviceID,
14674                   (SourceFeature*)&_CIM_LogicalDevice_PowerManagementSupported,
14675                   (SourceFeature*)&_CIM_LogicalDevice_PowerManagementCapabilities,
14676                   (SourceFeature*)&_CIM_LogicalDevice_Availability,
14677                   (SourceFeature*)&_CIM_LogicalDevice_StatusInfo,
14678                   (SourceFeature*)&_CIM_LogicalDevice_LastErrorCode,
14679                   (SourceFeature*)&_CIM_LogicalDevice_ErrorDescription,
14680                   (SourceFeature*)&_CIM_LogicalDevice_ErrorCleared,
14681                   (SourceFeature*)&_CIM_LogicalDevice_OtherIdentifyingInfo,
14682                   (SourceFeature*)&_CIM_LogicalDevice_PowerOnHours,
14683 mike  1.1.2.1     (SourceFeature*)&_CIM_LogicalDevice_TotalPowerOnHours,
14684                   (SourceFeature*)&_CIM_LogicalDevice_IdentifyingDescriptions,
14685                   (SourceFeature*)&_CIM_LogicalDevice_AdditionalAvailability,
14686                   (SourceFeature*)&_CIM_LogicalDevice_MaxQuiesceTime,
14687                   (SourceFeature*)&_CIM_LogicalDevice_SetPowerState,
14688                   (SourceFeature*)&_CIM_LogicalDevice_Reset,
14689                   (SourceFeature*)&_CIM_LogicalDevice_EnableDevice,
14690                   (SourceFeature*)&_CIM_LogicalDevice_OnlineDevice,
14691                   (SourceFeature*)&_CIM_LogicalDevice_QuiesceDevice,
14692                   (SourceFeature*)&_CIM_LogicalDevice_SaveProperties,
14693                   (SourceFeature*)&_CIM_LogicalDevice_RestoreProperties,
14694                   0,
14695               };
14696               
14697               static const char*
14698               __root_PG_InterOp_CIM_LogicalDevice_qualifiers[] =
14699               {
14700                   /* UMLPackagePath */
14701                   "\057CIM::Core::Device",
14702                   /* Version */
14703                   "\0632.8.0",
14704 mike  1.1.2.1     0,
14705               };
14706               
14707               SourceClass
14708               __root_PG_InterOp_CIM_LogicalDevice =
14709               {
14710                   /* flags */
14711                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
14712                   /* name */
14713                   "CIM_LogicalDevice",
14714                   /* qualifiers */
14715                   __root_PG_InterOp_CIM_LogicalDevice_qualifiers,
14716 mike  1.1.2.2     /* super */
14717 mike  1.1.2.1     &__root_PG_InterOp_CIM_EnabledLogicalElement,
14718                   /* features */
14719                   _CIM_LogicalDevice_features,
14720               };
14721               
14722               //==============================================================================
14723               //
14724               // Class: CIM_Realizes
14725               //
14726               //==============================================================================
14727               
14728               static const char*
14729               _CIM_Realizes_Antecedent_qualifiers[] =
14730               {
14731                   /* Override */
14732                   "\044Antecedent",
14733                   0,
14734               };
14735               
14736               static SourceReference
14737               _CIM_Realizes_Antecedent =
14738 mike  1.1.2.1 {
14739                   /* flags */
14740                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
14741                   /* name */
14742                   "Antecedent",
14743                   /* qualifiers */
14744                   _CIM_Realizes_Antecedent_qualifiers,
14745                   /* subscript */
14746                   -1,
14747 mike  1.1.2.2     /* refId */
14748 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalElement,
14749               };
14750               
14751               static const char*
14752               _CIM_Realizes_Dependent_qualifiers[] =
14753               {
14754                   /* Override */
14755                   "\044Dependent",
14756                   0,
14757               };
14758               
14759               static SourceReference
14760               _CIM_Realizes_Dependent =
14761               {
14762                   /* flags */
14763                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
14764                   /* name */
14765                   "Dependent",
14766                   /* qualifiers */
14767                   _CIM_Realizes_Dependent_qualifiers,
14768                   /* subscript */
14769 mike  1.1.2.1     -1,
14770 mike  1.1.2.2     /* refId */
14771 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalDevice,
14772               };
14773               
14774               static SourceFeature*
14775               _CIM_Realizes_features[] =
14776               {
14777                   (SourceFeature*)&_CIM_Realizes_Antecedent,
14778                   (SourceFeature*)&_CIM_Realizes_Dependent,
14779                   0,
14780               };
14781               
14782               static const char*
14783               __root_PG_InterOp_CIM_Realizes_qualifiers[] =
14784               {
14785                   /* UMLPackagePath */
14786                   "\057CIM::Core::Device",
14787                   /* Version */
14788                   "\0632.6.0",
14789                   0,
14790               };
14791               
14792 mike  1.1.2.1 SourceClass
14793               __root_PG_InterOp_CIM_Realizes =
14794               {
14795                   /* flags */
14796                   PEGASUS_FLAG_ASSOCIATION,
14797                   /* name */
14798                   "CIM_Realizes",
14799                   /* qualifiers */
14800                   __root_PG_InterOp_CIM_Realizes_qualifiers,
14801 mike  1.1.2.2     /* super */
14802 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
14803                   /* features */
14804                   _CIM_Realizes_features,
14805               };
14806               
14807               //==============================================================================
14808               //
14809               // Class: CIM_Service
14810               //
14811               //==============================================================================
14812               
14813               static const char*
14814               _CIM_Service_SystemCreationClassName_qualifiers[] =
14815               {
14816                   /* Propagated */
14817                   "\045CIM_System.CreationClassName",
14818                   /* MaxLen */
14819                   "\030\000\000\001\000",
14820                   0,
14821               };
14822               
14823 mike  1.1.2.1 static SourceProperty
14824               _CIM_Service_SystemCreationClassName =
14825               {
14826                   /* flags */
14827                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
14828                   /* name */
14829                   "SystemCreationClassName",
14830                   /* qualifiers */
14831                   _CIM_Service_SystemCreationClassName_qualifiers,
14832                   /* type */
14833                   CIMTYPE_STRING,
14834                   /* subscript */
14835                   -1,
14836                   /* value */
14837                   0,
14838               };
14839               
14840               static const char*
14841               _CIM_Service_SystemName_qualifiers[] =
14842               {
14843                   /* Propagated */
14844 mike  1.1.2.1     "\045CIM_System.Name",
14845                   /* MaxLen */
14846                   "\030\000\000\001\000",
14847                   0,
14848               };
14849               
14850               static SourceProperty
14851               _CIM_Service_SystemName =
14852               {
14853                   /* flags */
14854                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
14855                   /* name */
14856                   "SystemName",
14857                   /* qualifiers */
14858                   _CIM_Service_SystemName_qualifiers,
14859                   /* type */
14860                   CIMTYPE_STRING,
14861                   /* subscript */
14862                   -1,
14863                   /* value */
14864                   0,
14865 mike  1.1.2.1 };
14866               
14867               static const char*
14868               _CIM_Service_CreationClassName_qualifiers[] =
14869               {
14870                   /* MaxLen */
14871                   "\030\000\000\001\000",
14872                   0,
14873               };
14874               
14875               static SourceProperty
14876               _CIM_Service_CreationClassName =
14877               {
14878                   /* flags */
14879                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
14880                   /* name */
14881                   "CreationClassName",
14882                   /* qualifiers */
14883                   _CIM_Service_CreationClassName_qualifiers,
14884                   /* type */
14885                   CIMTYPE_STRING,
14886 mike  1.1.2.1     /* subscript */
14887                   -1,
14888                   /* value */
14889                   0,
14890               };
14891               
14892               static const char*
14893               _CIM_Service_Name_qualifiers[] =
14894               {
14895                   /* Override */
14896                   "\044Name",
14897                   /* MaxLen */
14898                   "\030\000\000\001\000",
14899                   0,
14900               };
14901               
14902               static SourceProperty
14903               _CIM_Service_Name =
14904               {
14905                   /* flags */
14906                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
14907 mike  1.1.2.1     /* name */
14908                   "Name",
14909                   /* qualifiers */
14910                   _CIM_Service_Name_qualifiers,
14911                   /* type */
14912                   CIMTYPE_STRING,
14913                   /* subscript */
14914                   -1,
14915                   /* value */
14916                   0,
14917               };
14918               
14919               static const char*
14920               _CIM_Service_PrimaryOwnerName_qualifiers[] =
14921               {
14922                   /* MaxLen */
14923                   "\030\000\000\000\100",
14924                   /* MappingStrings */
14925                   "\026\000\001MIF.DMTF|General Information|001.3\000",
14926                   0,
14927               };
14928 mike  1.1.2.1 
14929               static SourceProperty
14930               _CIM_Service_PrimaryOwnerName =
14931               {
14932                   /* flags */
14933                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
14934                   /* name */
14935                   "PrimaryOwnerName",
14936                   /* qualifiers */
14937                   _CIM_Service_PrimaryOwnerName_qualifiers,
14938                   /* type */
14939                   CIMTYPE_STRING,
14940                   /* subscript */
14941                   -1,
14942                   /* value */
14943                   0,
14944               };
14945               
14946               static const char*
14947               _CIM_Service_PrimaryOwnerContact_qualifiers[] =
14948               {
14949 mike  1.1.2.1     /* MaxLen */
14950                   "\030\000\000\001\000",
14951                   /* MappingStrings */
14952                   "\026\000\001MIF.DMTF|General Information|001.4\000",
14953                   0,
14954               };
14955               
14956               static SourceProperty
14957               _CIM_Service_PrimaryOwnerContact =
14958               {
14959                   /* flags */
14960                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
14961                   /* name */
14962                   "PrimaryOwnerContact",
14963                   /* qualifiers */
14964                   _CIM_Service_PrimaryOwnerContact_qualifiers,
14965                   /* type */
14966                   CIMTYPE_STRING,
14967                   /* subscript */
14968                   -1,
14969                   /* value */
14970 mike  1.1.2.1     0,
14971               };
14972               
14973               static const char*
14974               _CIM_Service_StartMode_qualifiers[] =
14975               {
14976                   /* Deprecated */
14977                   "\013\000\001CIM_Service.EnabledDefault\000",
14978                   /* ValueMap */
14979                   "\061\000\002Automatic\000Manual\000",
14980                   /* MaxLen */
14981                   "\030\000\000\000\012",
14982                   0,
14983               };
14984               
14985               static SourceProperty
14986               _CIM_Service_StartMode =
14987               {
14988                   /* flags */
14989                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14990                   /* name */
14991 mike  1.1.2.1     "StartMode",
14992                   /* qualifiers */
14993                   _CIM_Service_StartMode_qualifiers,
14994                   /* type */
14995                   CIMTYPE_STRING,
14996                   /* subscript */
14997                   -1,
14998                   /* value */
14999                   0,
15000               };
15001               
15002               static const char*
15003               _CIM_Service_Started_qualifiers[] =
15004               {
15005                   0,
15006               };
15007               
15008               static SourceProperty
15009               _CIM_Service_Started =
15010               {
15011                   /* flags */
15012 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15013                   /* name */
15014                   "Started",
15015                   /* qualifiers */
15016                   _CIM_Service_Started_qualifiers,
15017                   /* type */
15018                   CIMTYPE_BOOLEAN,
15019                   /* subscript */
15020                   -1,
15021                   /* value */
15022                   0,
15023               };
15024               
15025 mike  1.1.2.2 static SourceFeature*
15026 mike  1.1.2.1 _CIM_Service_StartService_parameters[] =
15027               {
15028                   0,
15029               };
15030               
15031               static const char*
15032               _CIM_Service_StartService_qualifiers[] =
15033               {
15034                   0,
15035               };
15036               
15037               static SourceMethod
15038               _CIM_Service_StartService =
15039               {
15040                   /* flags */
15041                   PEGASUS_FLAG_METHOD,
15042                   /* name */
15043                   "CIM_Service",
15044                   /* qualifiers */
15045                   _CIM_Service_StartService_qualifiers,
15046                   /* type */
15047 mike  1.1.2.1     CIMTYPE_UINT32,
15048                   /* parameters */
15049                   _CIM_Service_StartService_parameters,
15050               };
15051               
15052 mike  1.1.2.2 static SourceFeature*
15053 mike  1.1.2.1 _CIM_Service_StopService_parameters[] =
15054               {
15055                   0,
15056               };
15057               
15058               static const char*
15059               _CIM_Service_StopService_qualifiers[] =
15060               {
15061                   0,
15062               };
15063               
15064               static SourceMethod
15065               _CIM_Service_StopService =
15066               {
15067                   /* flags */
15068                   PEGASUS_FLAG_METHOD,
15069                   /* name */
15070                   "CIM_Service",
15071                   /* qualifiers */
15072                   _CIM_Service_StopService_qualifiers,
15073                   /* type */
15074 mike  1.1.2.1     CIMTYPE_UINT32,
15075                   /* parameters */
15076                   _CIM_Service_StopService_parameters,
15077               };
15078               
15079               static SourceFeature*
15080               _CIM_Service_features[] =
15081               {
15082                   (SourceFeature*)&_CIM_Service_SystemCreationClassName,
15083                   (SourceFeature*)&_CIM_Service_SystemName,
15084                   (SourceFeature*)&_CIM_Service_CreationClassName,
15085                   (SourceFeature*)&_CIM_Service_Name,
15086                   (SourceFeature*)&_CIM_Service_PrimaryOwnerName,
15087                   (SourceFeature*)&_CIM_Service_PrimaryOwnerContact,
15088                   (SourceFeature*)&_CIM_Service_StartMode,
15089                   (SourceFeature*)&_CIM_Service_Started,
15090                   (SourceFeature*)&_CIM_Service_StartService,
15091                   (SourceFeature*)&_CIM_Service_StopService,
15092                   0,
15093               };
15094               
15095 mike  1.1.2.1 static const char*
15096               __root_PG_InterOp_CIM_Service_qualifiers[] =
15097               {
15098                   /* UMLPackagePath */
15099                   "\057CIM::Core::Service",
15100                   /* Version */
15101                   "\0632.10.0",
15102                   0,
15103               };
15104               
15105               SourceClass
15106               __root_PG_InterOp_CIM_Service =
15107               {
15108                   /* flags */
15109                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
15110                   /* name */
15111                   "CIM_Service",
15112                   /* qualifiers */
15113                   __root_PG_InterOp_CIM_Service_qualifiers,
15114 mike  1.1.2.2     /* super */
15115 mike  1.1.2.1     &__root_PG_InterOp_CIM_EnabledLogicalElement,
15116                   /* features */
15117                   _CIM_Service_features,
15118               };
15119               
15120               //==============================================================================
15121               //
15122               // Class: CIM_ServiceAccessPoint
15123               //
15124               //==============================================================================
15125               
15126               static const char*
15127               _CIM_ServiceAccessPoint_SystemCreationClassName_qualifiers[] =
15128               {
15129                   /* Propagated */
15130                   "\045CIM_System.CreationClassName",
15131                   /* MaxLen */
15132                   "\030\000\000\001\000",
15133                   0,
15134               };
15135               
15136 mike  1.1.2.1 static SourceProperty
15137               _CIM_ServiceAccessPoint_SystemCreationClassName =
15138               {
15139                   /* flags */
15140                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15141                   /* name */
15142                   "SystemCreationClassName",
15143                   /* qualifiers */
15144                   _CIM_ServiceAccessPoint_SystemCreationClassName_qualifiers,
15145                   /* type */
15146                   CIMTYPE_STRING,
15147                   /* subscript */
15148                   -1,
15149                   /* value */
15150                   0,
15151               };
15152               
15153               static const char*
15154               _CIM_ServiceAccessPoint_SystemName_qualifiers[] =
15155               {
15156                   /* Propagated */
15157 mike  1.1.2.1     "\045CIM_System.Name",
15158                   /* MaxLen */
15159                   "\030\000\000\001\000",
15160                   0,
15161               };
15162               
15163               static SourceProperty
15164               _CIM_ServiceAccessPoint_SystemName =
15165               {
15166                   /* flags */
15167                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15168                   /* name */
15169                   "SystemName",
15170                   /* qualifiers */
15171                   _CIM_ServiceAccessPoint_SystemName_qualifiers,
15172                   /* type */
15173                   CIMTYPE_STRING,
15174                   /* subscript */
15175                   -1,
15176                   /* value */
15177                   0,
15178 mike  1.1.2.1 };
15179               
15180               static const char*
15181               _CIM_ServiceAccessPoint_CreationClassName_qualifiers[] =
15182               {
15183                   /* MaxLen */
15184                   "\030\000\000\001\000",
15185                   0,
15186               };
15187               
15188               static SourceProperty
15189               _CIM_ServiceAccessPoint_CreationClassName =
15190               {
15191                   /* flags */
15192                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15193                   /* name */
15194                   "CreationClassName",
15195                   /* qualifiers */
15196                   _CIM_ServiceAccessPoint_CreationClassName_qualifiers,
15197                   /* type */
15198                   CIMTYPE_STRING,
15199 mike  1.1.2.1     /* subscript */
15200                   -1,
15201                   /* value */
15202                   0,
15203               };
15204               
15205               static const char*
15206               _CIM_ServiceAccessPoint_Name_qualifiers[] =
15207               {
15208                   /* Override */
15209                   "\044Name",
15210                   /* MaxLen */
15211                   "\030\000\000\001\000",
15212                   0,
15213               };
15214               
15215               static SourceProperty
15216               _CIM_ServiceAccessPoint_Name =
15217               {
15218                   /* flags */
15219                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15220 mike  1.1.2.1     /* name */
15221                   "Name",
15222                   /* qualifiers */
15223                   _CIM_ServiceAccessPoint_Name_qualifiers,
15224                   /* type */
15225                   CIMTYPE_STRING,
15226                   /* subscript */
15227                   -1,
15228                   /* value */
15229                   0,
15230               };
15231               
15232               static SourceFeature*
15233               _CIM_ServiceAccessPoint_features[] =
15234               {
15235                   (SourceFeature*)&_CIM_ServiceAccessPoint_SystemCreationClassName,
15236                   (SourceFeature*)&_CIM_ServiceAccessPoint_SystemName,
15237                   (SourceFeature*)&_CIM_ServiceAccessPoint_CreationClassName,
15238                   (SourceFeature*)&_CIM_ServiceAccessPoint_Name,
15239                   0,
15240               };
15241 mike  1.1.2.1 
15242               static const char*
15243               __root_PG_InterOp_CIM_ServiceAccessPoint_qualifiers[] =
15244               {
15245                   /* UMLPackagePath */
15246                   "\057CIM::Core::Service",
15247                   /* Version */
15248                   "\0632.10.0",
15249                   0,
15250               };
15251               
15252               SourceClass
15253               __root_PG_InterOp_CIM_ServiceAccessPoint =
15254               {
15255                   /* flags */
15256                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
15257                   /* name */
15258                   "CIM_ServiceAccessPoint",
15259                   /* qualifiers */
15260                   __root_PG_InterOp_CIM_ServiceAccessPoint_qualifiers,
15261 mike  1.1.2.2     /* super */
15262 mike  1.1.2.1     &__root_PG_InterOp_CIM_EnabledLogicalElement,
15263                   /* features */
15264                   _CIM_ServiceAccessPoint_features,
15265               };
15266               
15267               //==============================================================================
15268               //
15269               // Class: CIM_ServiceAccessURI
15270               //
15271               //==============================================================================
15272               
15273               static const char*
15274               _CIM_ServiceAccessURI_LabeledURI_qualifiers[] =
15275               {
15276                   /* MaxLen */
15277                   "\030\000\000\001\000",
15278                   0,
15279               };
15280               
15281               static SourceProperty
15282               _CIM_ServiceAccessURI_LabeledURI =
15283 mike  1.1.2.1 {
15284                   /* flags */
15285                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
15286                   /* name */
15287                   "LabeledURI",
15288                   /* qualifiers */
15289                   _CIM_ServiceAccessURI_LabeledURI_qualifiers,
15290                   /* type */
15291                   CIMTYPE_STRING,
15292                   /* subscript */
15293                   -1,
15294                   /* value */
15295                   0,
15296               };
15297               
15298               static SourceFeature*
15299               _CIM_ServiceAccessURI_features[] =
15300               {
15301                   (SourceFeature*)&_CIM_ServiceAccessURI_LabeledURI,
15302                   0,
15303               };
15304 mike  1.1.2.1 
15305               static const char*
15306               __root_PG_InterOp_CIM_ServiceAccessURI_qualifiers[] =
15307               {
15308                   /* UMLPackagePath */
15309                   "\057CIM::Core::Service",
15310                   /* Version */
15311                   "\0632.10.0",
15312                   0,
15313               };
15314               
15315               SourceClass
15316               __root_PG_InterOp_CIM_ServiceAccessURI =
15317               {
15318                   /* flags */
15319                   PEGASUS_FLAG_CLASS,
15320                   /* name */
15321                   "CIM_ServiceAccessURI",
15322                   /* qualifiers */
15323                   __root_PG_InterOp_CIM_ServiceAccessURI_qualifiers,
15324 mike  1.1.2.2     /* super */
15325 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
15326                   /* features */
15327                   _CIM_ServiceAccessURI_features,
15328               };
15329               
15330               //==============================================================================
15331               //
15332               // Class: CIM_ServiceAffectsElement
15333               //
15334               //==============================================================================
15335               
15336               static const char*
15337               _CIM_ServiceAffectsElement_AffectedElement_qualifiers[] =
15338               {
15339                   0,
15340               };
15341               
15342               static SourceReference
15343               _CIM_ServiceAffectsElement_AffectedElement =
15344               {
15345                   /* flags */
15346 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15347                   /* name */
15348                   "AffectedElement",
15349                   /* qualifiers */
15350                   _CIM_ServiceAffectsElement_AffectedElement_qualifiers,
15351                   /* subscript */
15352                   -1,
15353 mike  1.1.2.2     /* refId */
15354 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
15355               };
15356               
15357               static const char*
15358               _CIM_ServiceAffectsElement_AffectingElement_qualifiers[] =
15359               {
15360                   0,
15361               };
15362               
15363               static SourceReference
15364               _CIM_ServiceAffectsElement_AffectingElement =
15365               {
15366                   /* flags */
15367                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15368                   /* name */
15369                   "AffectingElement",
15370                   /* qualifiers */
15371                   _CIM_ServiceAffectsElement_AffectingElement_qualifiers,
15372                   /* subscript */
15373                   -1,
15374 mike  1.1.2.2     /* refId */
15375 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
15376               };
15377               
15378               static const char*
15379               _CIM_ServiceAffectsElement_ElementEffects_qualifiers[] =
15380               {
15381                   /* ValueMap */
15382                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
15383                   /* Values */
15384                   "\062\000\013Unknown\000Other\000Exclusive Use\000Performance Impact\000Element Integrity\000Manages\000Consumes\000Enhances Integrity\000Degrades Integrity\000Enhances Performance\000Degrades Performance\000",
15385                   /* ArrayType */
15386                   "\005Indexed",
15387                   /* ModelCorrespondence */
15388                   "\036\000\001CIM_ServiceAffectsElement.OtherElementEffectsDescriptions\000",
15389                   0,
15390               };
15391               
15392               static SourceProperty
15393               _CIM_ServiceAffectsElement_ElementEffects =
15394               {
15395                   /* flags */
15396 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15397                   /* name */
15398                   "ElementEffects",
15399                   /* qualifiers */
15400                   _CIM_ServiceAffectsElement_ElementEffects_qualifiers,
15401                   /* type */
15402                   CIMTYPE_UINT16,
15403                   /* subscript */
15404                   0,
15405                   /* value */
15406                   0,
15407               };
15408               
15409               static const char*
15410               _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions_qualifiers[] =
15411               {
15412                   /* ArrayType */
15413                   "\005Indexed",
15414                   /* ModelCorrespondence */
15415                   "\036\000\001CIM_ServiceAffectsElement.ElementEffects\000",
15416                   0,
15417 mike  1.1.2.1 };
15418               
15419               static SourceProperty
15420               _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions =
15421               {
15422                   /* flags */
15423                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15424                   /* name */
15425                   "OtherElementEffectsDescriptions",
15426                   /* qualifiers */
15427                   _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions_qualifiers,
15428                   /* type */
15429                   CIMTYPE_STRING,
15430                   /* subscript */
15431                   0,
15432                   /* value */
15433                   0,
15434               };
15435               
15436               static SourceFeature*
15437               _CIM_ServiceAffectsElement_features[] =
15438 mike  1.1.2.1 {
15439                   (SourceFeature*)&_CIM_ServiceAffectsElement_AffectedElement,
15440                   (SourceFeature*)&_CIM_ServiceAffectsElement_AffectingElement,
15441                   (SourceFeature*)&_CIM_ServiceAffectsElement_ElementEffects,
15442                   (SourceFeature*)&_CIM_ServiceAffectsElement_OtherElementEffectsDescriptions,
15443                   0,
15444               };
15445               
15446               static const char*
15447               __root_PG_InterOp_CIM_ServiceAffectsElement_qualifiers[] =
15448               {
15449                   /* UMLPackagePath */
15450                   "\057CIM::Core::Service",
15451                   /* Version */
15452                   "\0632.10.0",
15453                   0,
15454               };
15455               
15456               SourceClass
15457               __root_PG_InterOp_CIM_ServiceAffectsElement =
15458               {
15459 mike  1.1.2.1     /* flags */
15460                   PEGASUS_FLAG_ASSOCIATION,
15461                   /* name */
15462                   "CIM_ServiceAffectsElement",
15463                   /* qualifiers */
15464                   __root_PG_InterOp_CIM_ServiceAffectsElement_qualifiers,
15465 mike  1.1.2.2     /* super */
15466 mike  1.1.2.1     0,
15467                   /* features */
15468                   _CIM_ServiceAffectsElement_features,
15469               };
15470               
15471               //==============================================================================
15472               //
15473               // Class: CIM_ServiceAvailableToElement
15474               //
15475               //==============================================================================
15476               
15477               static const char*
15478               _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers[] =
15479               {
15480                   0,
15481               };
15482               
15483               static SourceReference
15484               _CIM_ServiceAvailableToElement_ServiceProvided =
15485               {
15486                   /* flags */
15487 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15488                   /* name */
15489                   "ServiceProvided",
15490                   /* qualifiers */
15491                   _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers,
15492                   /* subscript */
15493                   -1,
15494 mike  1.1.2.2     /* refId */
15495 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
15496               };
15497               
15498               static const char*
15499               _CIM_ServiceAvailableToElement_UserOfService_qualifiers[] =
15500               {
15501                   0,
15502               };
15503               
15504               static SourceReference
15505               _CIM_ServiceAvailableToElement_UserOfService =
15506               {
15507                   /* flags */
15508                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15509                   /* name */
15510                   "UserOfService",
15511                   /* qualifiers */
15512                   _CIM_ServiceAvailableToElement_UserOfService_qualifiers,
15513                   /* subscript */
15514                   -1,
15515 mike  1.1.2.2     /* refId */
15516 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
15517               };
15518               
15519               static SourceFeature*
15520               _CIM_ServiceAvailableToElement_features[] =
15521               {
15522                   (SourceFeature*)&_CIM_ServiceAvailableToElement_ServiceProvided,
15523                   (SourceFeature*)&_CIM_ServiceAvailableToElement_UserOfService,
15524                   0,
15525               };
15526               
15527               static const char*
15528               __root_PG_InterOp_CIM_ServiceAvailableToElement_qualifiers[] =
15529               {
15530                   /* UMLPackagePath */
15531                   "\057CIM::Core::Service",
15532                   /* Version */
15533                   "\0632.10.0",
15534                   0,
15535               };
15536               
15537 mike  1.1.2.1 SourceClass
15538               __root_PG_InterOp_CIM_ServiceAvailableToElement =
15539               {
15540                   /* flags */
15541                   PEGASUS_FLAG_ASSOCIATION,
15542                   /* name */
15543                   "CIM_ServiceAvailableToElement",
15544                   /* qualifiers */
15545                   __root_PG_InterOp_CIM_ServiceAvailableToElement_qualifiers,
15546 mike  1.1.2.2     /* super */
15547 mike  1.1.2.1     0,
15548                   /* features */
15549                   _CIM_ServiceAvailableToElement_features,
15550               };
15551               
15552               //==============================================================================
15553               //
15554               // Class: CIM_ServiceComponent
15555               //
15556               //==============================================================================
15557               
15558               static const char*
15559               _CIM_ServiceComponent_GroupComponent_qualifiers[] =
15560               {
15561                   /* Override */
15562                   "\044GroupComponent",
15563                   0,
15564               };
15565               
15566               static SourceReference
15567               _CIM_ServiceComponent_GroupComponent =
15568 mike  1.1.2.1 {
15569                   /* flags */
15570                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
15571                   /* name */
15572                   "GroupComponent",
15573                   /* qualifiers */
15574                   _CIM_ServiceComponent_GroupComponent_qualifiers,
15575                   /* subscript */
15576                   -1,
15577 mike  1.1.2.2     /* refId */
15578 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
15579               };
15580               
15581               static const char*
15582               _CIM_ServiceComponent_PartComponent_qualifiers[] =
15583               {
15584                   /* Override */
15585                   "\044PartComponent",
15586                   0,
15587               };
15588               
15589               static SourceReference
15590               _CIM_ServiceComponent_PartComponent =
15591               {
15592                   /* flags */
15593                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
15594                   /* name */
15595                   "PartComponent",
15596                   /* qualifiers */
15597                   _CIM_ServiceComponent_PartComponent_qualifiers,
15598                   /* subscript */
15599 mike  1.1.2.1     -1,
15600 mike  1.1.2.2     /* refId */
15601 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
15602               };
15603               
15604               static SourceFeature*
15605               _CIM_ServiceComponent_features[] =
15606               {
15607                   (SourceFeature*)&_CIM_ServiceComponent_GroupComponent,
15608                   (SourceFeature*)&_CIM_ServiceComponent_PartComponent,
15609                   0,
15610               };
15611               
15612               static const char*
15613               __root_PG_InterOp_CIM_ServiceComponent_qualifiers[] =
15614               {
15615                   /* UMLPackagePath */
15616                   "\057CIM::Core::Service",
15617                   /* Version */
15618                   "\0632.6.0",
15619                   0,
15620               };
15621               
15622 mike  1.1.2.1 SourceClass
15623               __root_PG_InterOp_CIM_ServiceComponent =
15624               {
15625                   /* flags */
15626                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
15627                   /* name */
15628                   "CIM_ServiceComponent",
15629                   /* qualifiers */
15630                   __root_PG_InterOp_CIM_ServiceComponent_qualifiers,
15631 mike  1.1.2.2     /* super */
15632 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
15633                   /* features */
15634                   _CIM_ServiceComponent_features,
15635               };
15636               
15637               //==============================================================================
15638               //
15639               // Class: CIM_ServiceSAPDependency
15640               //
15641               //==============================================================================
15642               
15643               static const char*
15644               _CIM_ServiceSAPDependency_Antecedent_qualifiers[] =
15645               {
15646                   /* Override */
15647                   "\044Antecedent",
15648                   0,
15649               };
15650               
15651               static SourceReference
15652               _CIM_ServiceSAPDependency_Antecedent =
15653 mike  1.1.2.1 {
15654                   /* flags */
15655                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
15656                   /* name */
15657                   "Antecedent",
15658                   /* qualifiers */
15659                   _CIM_ServiceSAPDependency_Antecedent_qualifiers,
15660                   /* subscript */
15661                   -1,
15662 mike  1.1.2.2     /* refId */
15663 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
15664               };
15665               
15666               static const char*
15667               _CIM_ServiceSAPDependency_Dependent_qualifiers[] =
15668               {
15669                   /* Override */
15670                   "\044Dependent",
15671                   0,
15672               };
15673               
15674               static SourceReference
15675               _CIM_ServiceSAPDependency_Dependent =
15676               {
15677                   /* flags */
15678                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
15679                   /* name */
15680                   "Dependent",
15681                   /* qualifiers */
15682                   _CIM_ServiceSAPDependency_Dependent_qualifiers,
15683                   /* subscript */
15684 mike  1.1.2.1     -1,
15685 mike  1.1.2.2     /* refId */
15686 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
15687               };
15688               
15689               static SourceFeature*
15690               _CIM_ServiceSAPDependency_features[] =
15691               {
15692                   (SourceFeature*)&_CIM_ServiceSAPDependency_Antecedent,
15693                   (SourceFeature*)&_CIM_ServiceSAPDependency_Dependent,
15694                   0,
15695               };
15696               
15697               static const char*
15698               __root_PG_InterOp_CIM_ServiceSAPDependency_qualifiers[] =
15699               {
15700                   /* UMLPackagePath */
15701                   "\057CIM::Core::Service",
15702                   /* Version */
15703                   "\0632.10.0",
15704                   0,
15705               };
15706               
15707 mike  1.1.2.1 SourceClass
15708               __root_PG_InterOp_CIM_ServiceSAPDependency =
15709               {
15710                   /* flags */
15711                   PEGASUS_FLAG_ASSOCIATION,
15712                   /* name */
15713                   "CIM_ServiceSAPDependency",
15714                   /* qualifiers */
15715                   __root_PG_InterOp_CIM_ServiceSAPDependency_qualifiers,
15716 mike  1.1.2.2     /* super */
15717 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
15718                   /* features */
15719                   _CIM_ServiceSAPDependency_features,
15720               };
15721               
15722               //==============================================================================
15723               //
15724               // Class: CIM_ServiceStatistics
15725               //
15726               //==============================================================================
15727               
15728               static const char*
15729               _CIM_ServiceStatistics_Stats_qualifiers[] =
15730               {
15731                   /* Override */
15732                   "\044Stats",
15733                   0,
15734               };
15735               
15736               static SourceReference
15737               _CIM_ServiceStatistics_Stats =
15738 mike  1.1.2.1 {
15739                   /* flags */
15740                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
15741                   /* name */
15742                   "Stats",
15743                   /* qualifiers */
15744                   _CIM_ServiceStatistics_Stats_qualifiers,
15745                   /* subscript */
15746                   -1,
15747 mike  1.1.2.2     /* refId */
15748 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceStatisticalInformation,
15749               };
15750               
15751               static const char*
15752               _CIM_ServiceStatistics_Element_qualifiers[] =
15753               {
15754                   /* Override */
15755                   "\044Element",
15756                   /* Min */
15757                   "\033\000\000\000\001",
15758                   /* Max */
15759                   "\027\000\000\000\001",
15760                   0,
15761               };
15762               
15763               static SourceReference
15764               _CIM_ServiceStatistics_Element =
15765               {
15766                   /* flags */
15767                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
15768                   /* name */
15769 mike  1.1.2.1     "Element",
15770                   /* qualifiers */
15771                   _CIM_ServiceStatistics_Element_qualifiers,
15772                   /* subscript */
15773                   -1,
15774 mike  1.1.2.2     /* refId */
15775 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
15776               };
15777               
15778               static SourceFeature*
15779               _CIM_ServiceStatistics_features[] =
15780               {
15781                   (SourceFeature*)&_CIM_ServiceStatistics_Stats,
15782                   (SourceFeature*)&_CIM_ServiceStatistics_Element,
15783                   0,
15784               };
15785               
15786               static const char*
15787               __root_PG_InterOp_CIM_ServiceStatistics_qualifiers[] =
15788               {
15789                   /* UMLPackagePath */
15790                   "\057CIM::Core::Statistics",
15791                   /* Version */
15792                   "\0632.6.0",
15793                   0,
15794               };
15795               
15796 mike  1.1.2.1 SourceClass
15797               __root_PG_InterOp_CIM_ServiceStatistics =
15798               {
15799                   /* flags */
15800                   PEGASUS_FLAG_ASSOCIATION,
15801                   /* name */
15802                   "CIM_ServiceStatistics",
15803                   /* qualifiers */
15804                   __root_PG_InterOp_CIM_ServiceStatistics_qualifiers,
15805 mike  1.1.2.2     /* super */
15806 mike  1.1.2.1     &__root_PG_InterOp_CIM_Statistics,
15807                   /* features */
15808                   _CIM_ServiceStatistics_features,
15809               };
15810               
15811               //==============================================================================
15812               //
15813               // Class: CIM_StorageExtent
15814               //
15815               //==============================================================================
15816               
15817               static const char*
15818               _CIM_StorageExtent_DataOrganization_qualifiers[] =
15819               {
15820                   /* ValueMap */
15821                   "\061\000\0050\0001\0002\0003\0004\000",
15822                   /* Values */
15823                   "\062\000\005Other\000Unknown\000Fixed Block\000Variable Block\000Count Key Data\000",
15824                   0,
15825               };
15826               
15827 mike  1.1.2.1 static SourceProperty
15828               _CIM_StorageExtent_DataOrganization =
15829               {
15830                   /* flags */
15831                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15832                   /* name */
15833                   "DataOrganization",
15834                   /* qualifiers */
15835                   _CIM_StorageExtent_DataOrganization_qualifiers,
15836                   /* type */
15837                   CIMTYPE_UINT16,
15838                   /* subscript */
15839                   -1,
15840                   /* value */
15841                   0,
15842               };
15843               
15844               static const char*
15845               _CIM_StorageExtent_Purpose_qualifiers[] =
15846               {
15847                   /* MappingStrings */
15848 mike  1.1.2.1     "\026\000\001MIB.IETF|HOST-RESOURCES-MIB.hrStorageDescr\000",
15849                   0,
15850               };
15851               
15852               static SourceProperty
15853               _CIM_StorageExtent_Purpose =
15854               {
15855                   /* flags */
15856                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15857                   /* name */
15858                   "Purpose",
15859                   /* qualifiers */
15860                   _CIM_StorageExtent_Purpose_qualifiers,
15861                   /* type */
15862                   CIMTYPE_STRING,
15863                   /* subscript */
15864                   -1,
15865                   /* value */
15866                   0,
15867               };
15868               
15869 mike  1.1.2.1 static const char*
15870               _CIM_StorageExtent_Access_qualifiers[] =
15871               {
15872                   /* ValueMap */
15873                   "\061\000\0050\0001\0002\0003\0004\000",
15874                   /* Values */
15875                   "\062\000\005Unknown\000Readable\000Writeable\000Read/Write Supported\000Write Once\000",
15876                   0,
15877               };
15878               
15879               static SourceProperty
15880               _CIM_StorageExtent_Access =
15881               {
15882                   /* flags */
15883                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15884                   /* name */
15885                   "Access",
15886                   /* qualifiers */
15887                   _CIM_StorageExtent_Access_qualifiers,
15888                   /* type */
15889                   CIMTYPE_UINT16,
15890 mike  1.1.2.1     /* subscript */
15891                   -1,
15892                   /* value */
15893                   0,
15894               };
15895               
15896               static const char*
15897               _CIM_StorageExtent_ErrorMethodology_qualifiers[] =
15898               {
15899                   0,
15900               };
15901               
15902               static SourceProperty
15903               _CIM_StorageExtent_ErrorMethodology =
15904               {
15905                   /* flags */
15906                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15907                   /* name */
15908                   "ErrorMethodology",
15909                   /* qualifiers */
15910                   _CIM_StorageExtent_ErrorMethodology_qualifiers,
15911 mike  1.1.2.1     /* type */
15912                   CIMTYPE_STRING,
15913                   /* subscript */
15914                   -1,
15915                   /* value */
15916                   0,
15917               };
15918               
15919               static const char*
15920               _CIM_StorageExtent_BlockSize_qualifiers[] =
15921               {
15922                   /* Units */
15923                   "\060Bytes",
15924                   /* MappingStrings */
15925                   "\026\000\003MIF.DMTF|Host Storage|001.4\000MIB.IETF|HOST-RESOURCES-MIB.hrStorageAllocationUnits\000MIF.DMTF|Storage Devices|001.5\000",
15926                   0,
15927               };
15928               
15929               static SourceProperty
15930               _CIM_StorageExtent_BlockSize =
15931               {
15932 mike  1.1.2.1     /* flags */
15933                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15934                   /* name */
15935                   "BlockSize",
15936                   /* qualifiers */
15937                   _CIM_StorageExtent_BlockSize_qualifiers,
15938                   /* type */
15939                   CIMTYPE_UINT64,
15940                   /* subscript */
15941                   -1,
15942                   /* value */
15943                   0,
15944               };
15945               
15946               static const char*
15947               _CIM_StorageExtent_NumberOfBlocks_qualifiers[] =
15948               {
15949                   /* MappingStrings */
15950                   "\026\000\002MIF.DMTF|Host Storage|001.5\000MIB.IETF|HOST-RESOURCES-MIB.hrStorageSize\000",
15951                   0,
15952               };
15953 mike  1.1.2.1 
15954               static SourceProperty
15955               _CIM_StorageExtent_NumberOfBlocks =
15956               {
15957                   /* flags */
15958                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15959                   /* name */
15960                   "NumberOfBlocks",
15961                   /* qualifiers */
15962                   _CIM_StorageExtent_NumberOfBlocks_qualifiers,
15963                   /* type */
15964                   CIMTYPE_UINT64,
15965                   /* subscript */
15966                   -1,
15967                   /* value */
15968                   0,
15969               };
15970               
15971               static const char*
15972               _CIM_StorageExtent_ConsumableBlocks_qualifiers[] =
15973               {
15974 mike  1.1.2.1     0,
15975               };
15976               
15977               static SourceProperty
15978               _CIM_StorageExtent_ConsumableBlocks =
15979               {
15980                   /* flags */
15981                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15982                   /* name */
15983                   "ConsumableBlocks",
15984                   /* qualifiers */
15985                   _CIM_StorageExtent_ConsumableBlocks_qualifiers,
15986                   /* type */
15987                   CIMTYPE_UINT64,
15988                   /* subscript */
15989                   -1,
15990                   /* value */
15991                   0,
15992               };
15993               
15994               static const char*
15995 mike  1.1.2.1 _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy_qualifiers[] =
15996               {
15997                   0,
15998               };
15999               
16000               static SourceProperty
16001               _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy =
16002               {
16003                   /* flags */
16004                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16005                   /* name */
16006                   "IsBasedOnUnderlyingRedundancy",
16007                   /* qualifiers */
16008                   _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy_qualifiers,
16009                   /* type */
16010                   CIMTYPE_BOOLEAN,
16011                   /* subscript */
16012                   -1,
16013                   /* value */
16014                   0,
16015               };
16016 mike  1.1.2.1 
16017               static const char*
16018               _CIM_StorageExtent_SequentialAccess_qualifiers[] =
16019               {
16020                   0,
16021               };
16022               
16023               static SourceProperty
16024               _CIM_StorageExtent_SequentialAccess =
16025               {
16026                   /* flags */
16027                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16028                   /* name */
16029                   "SequentialAccess",
16030                   /* qualifiers */
16031                   _CIM_StorageExtent_SequentialAccess_qualifiers,
16032                   /* type */
16033                   CIMTYPE_BOOLEAN,
16034                   /* subscript */
16035                   -1,
16036                   /* value */
16037 mike  1.1.2.1     0,
16038               };
16039               
16040               static const char*
16041               _CIM_StorageExtent_ExtentStatus_qualifiers[] =
16042               {
16043                   /* ValueMap */
16044                   "\061\000\0210\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015..32767\00032768..65535\000",
16045                   /* Values */
16046                   "\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",
16047                   0,
16048               };
16049               
16050               static SourceProperty
16051               _CIM_StorageExtent_ExtentStatus =
16052               {
16053                   /* flags */
16054                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16055                   /* name */
16056                   "ExtentStatus",
16057                   /* qualifiers */
16058 mike  1.1.2.1     _CIM_StorageExtent_ExtentStatus_qualifiers,
16059                   /* type */
16060                   CIMTYPE_UINT16,
16061                   /* subscript */
16062                   0,
16063                   /* value */
16064                   0,
16065               };
16066               
16067               static const char*
16068               _CIM_StorageExtent_NoSinglePointOfFailure_qualifiers[] =
16069               {
16070                   /* ModelCorrespondence */
16071                   "\036\000\001CIM_StorageSetting.NoSinglePointOfFailure\000",
16072                   0,
16073               };
16074               
16075               static SourceProperty
16076               _CIM_StorageExtent_NoSinglePointOfFailure =
16077               {
16078                   /* flags */
16079 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16080                   /* name */
16081                   "NoSinglePointOfFailure",
16082                   /* qualifiers */
16083                   _CIM_StorageExtent_NoSinglePointOfFailure_qualifiers,
16084                   /* type */
16085                   CIMTYPE_BOOLEAN,
16086                   /* subscript */
16087                   -1,
16088                   /* value */
16089                   0,
16090               };
16091               
16092               static const char*
16093               _CIM_StorageExtent_DataRedundancy_qualifiers[] =
16094               {
16095                   /* ModelCorrespondence */
16096                   "\036\000\003CIM_StorageSetting.DataRedundancyGoal\000CIM_StorageSetting.DataRedundancyMax\000CIM_StorageSetting.DataRedundancyMin\000",
16097                   0,
16098               };
16099               
16100 mike  1.1.2.1 static SourceProperty
16101               _CIM_StorageExtent_DataRedundancy =
16102               {
16103                   /* flags */
16104                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16105                   /* name */
16106                   "DataRedundancy",
16107                   /* qualifiers */
16108                   _CIM_StorageExtent_DataRedundancy_qualifiers,
16109                   /* type */
16110                   CIMTYPE_UINT16,
16111                   /* subscript */
16112                   -1,
16113                   /* value */
16114                   0,
16115               };
16116               
16117               static const char*
16118               _CIM_StorageExtent_PackageRedundancy_qualifiers[] =
16119               {
16120                   /* ModelCorrespondence */
16121 mike  1.1.2.1     "\036\000\003CIM_StorageSetting.PackageRedundancyGoal\000CIM_StorageSetting.PackageRedundancyMax\000CIM_StorageSetting.PackageRedundancyMin\000",
16122                   0,
16123               };
16124               
16125               static SourceProperty
16126               _CIM_StorageExtent_PackageRedundancy =
16127               {
16128                   /* flags */
16129                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16130                   /* name */
16131                   "PackageRedundancy",
16132                   /* qualifiers */
16133                   _CIM_StorageExtent_PackageRedundancy_qualifiers,
16134                   /* type */
16135                   CIMTYPE_UINT16,
16136                   /* subscript */
16137                   -1,
16138                   /* value */
16139                   0,
16140               };
16141               
16142 mike  1.1.2.1 static const char*
16143               _CIM_StorageExtent_DeltaReservation_qualifiers[] =
16144               {
16145                   /* Units */
16146                   "\060Percentage",
16147                   /* MinValue */
16148                   "\035\000\000\000\000\000\000\000\001",
16149                   /* MaxValue */
16150                   "\031\000\000\000\000\000\000\000\144",
16151                   /* ModelCorrespondence */
16152                   "\036\000\003CIM_StorageSetting.DeltaReservationGoal\000CIM_StorageSetting.DeltaReservationMax\000CIM_StorageSetting.DeltaReservationMin\000",
16153                   0,
16154               };
16155               
16156               static SourceProperty
16157               _CIM_StorageExtent_DeltaReservation =
16158               {
16159                   /* flags */
16160                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16161                   /* name */
16162                   "DeltaReservation",
16163 mike  1.1.2.1     /* qualifiers */
16164                   _CIM_StorageExtent_DeltaReservation_qualifiers,
16165                   /* type */
16166                   CIMTYPE_UINT8,
16167                   /* subscript */
16168                   -1,
16169                   /* value */
16170                   0,
16171               };
16172               
16173               static const char*
16174               _CIM_StorageExtent_Primordial_qualifiers[] =
16175               {
16176                   0,
16177               };
16178               
16179               static SourceProperty
16180               _CIM_StorageExtent_Primordial =
16181               {
16182                   /* flags */
16183                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16184 mike  1.1.2.1     /* name */
16185                   "Primordial",
16186                   /* qualifiers */
16187                   _CIM_StorageExtent_Primordial_qualifiers,
16188                   /* type */
16189                   CIMTYPE_BOOLEAN,
16190                   /* subscript */
16191                   -1,
16192                   /* value */
16193                   "\000",
16194               };
16195               
16196               static SourceFeature*
16197               _CIM_StorageExtent_features[] =
16198               {
16199                   (SourceFeature*)&_CIM_StorageExtent_DataOrganization,
16200                   (SourceFeature*)&_CIM_StorageExtent_Purpose,
16201                   (SourceFeature*)&_CIM_StorageExtent_Access,
16202                   (SourceFeature*)&_CIM_StorageExtent_ErrorMethodology,
16203                   (SourceFeature*)&_CIM_StorageExtent_BlockSize,
16204                   (SourceFeature*)&_CIM_StorageExtent_NumberOfBlocks,
16205 mike  1.1.2.1     (SourceFeature*)&_CIM_StorageExtent_ConsumableBlocks,
16206                   (SourceFeature*)&_CIM_StorageExtent_IsBasedOnUnderlyingRedundancy,
16207                   (SourceFeature*)&_CIM_StorageExtent_SequentialAccess,
16208                   (SourceFeature*)&_CIM_StorageExtent_ExtentStatus,
16209                   (SourceFeature*)&_CIM_StorageExtent_NoSinglePointOfFailure,
16210                   (SourceFeature*)&_CIM_StorageExtent_DataRedundancy,
16211                   (SourceFeature*)&_CIM_StorageExtent_PackageRedundancy,
16212                   (SourceFeature*)&_CIM_StorageExtent_DeltaReservation,
16213                   (SourceFeature*)&_CIM_StorageExtent_Primordial,
16214                   0,
16215               };
16216               
16217               static const char*
16218               __root_PG_InterOp_CIM_StorageExtent_qualifiers[] =
16219               {
16220                   /* UMLPackagePath */
16221                   "\057CIM::Core::StorageExtent",
16222                   /* Version */
16223                   "\0632.8.0",
16224                   0,
16225               };
16226 mike  1.1.2.1 
16227               SourceClass
16228               __root_PG_InterOp_CIM_StorageExtent =
16229               {
16230                   /* flags */
16231                   PEGASUS_FLAG_CLASS,
16232                   /* name */
16233                   "CIM_StorageExtent",
16234                   /* qualifiers */
16235                   __root_PG_InterOp_CIM_StorageExtent_qualifiers,
16236 mike  1.1.2.2     /* super */
16237 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalDevice,
16238                   /* features */
16239                   _CIM_StorageExtent_features,
16240               };
16241               
16242               //==============================================================================
16243               //
16244               // Class: CIM_System
16245               //
16246               //==============================================================================
16247               
16248               static const char*
16249               _CIM_System_CreationClassName_qualifiers[] =
16250               {
16251                   /* MaxLen */
16252                   "\030\000\000\001\000",
16253                   0,
16254               };
16255               
16256               static SourceProperty
16257               _CIM_System_CreationClassName =
16258 mike  1.1.2.1 {
16259                   /* flags */
16260                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
16261                   /* name */
16262                   "CreationClassName",
16263                   /* qualifiers */
16264                   _CIM_System_CreationClassName_qualifiers,
16265                   /* type */
16266                   CIMTYPE_STRING,
16267                   /* subscript */
16268                   -1,
16269                   /* value */
16270                   0,
16271               };
16272               
16273               static const char*
16274               _CIM_System_Name_qualifiers[] =
16275               {
16276                   /* Override */
16277                   "\044Name",
16278                   /* MaxLen */
16279 mike  1.1.2.1     "\030\000\000\001\000",
16280                   0,
16281               };
16282               
16283               static SourceProperty
16284               _CIM_System_Name =
16285               {
16286                   /* flags */
16287                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
16288                   /* name */
16289                   "Name",
16290                   /* qualifiers */
16291                   _CIM_System_Name_qualifiers,
16292                   /* type */
16293                   CIMTYPE_STRING,
16294                   /* subscript */
16295                   -1,
16296                   /* value */
16297                   0,
16298               };
16299               
16300 mike  1.1.2.1 static const char*
16301               _CIM_System_NameFormat_qualifiers[] =
16302               {
16303                   /* MaxLen */
16304                   "\030\000\000\000\100",
16305                   0,
16306               };
16307               
16308               static SourceProperty
16309               _CIM_System_NameFormat =
16310               {
16311                   /* flags */
16312                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16313                   /* name */
16314                   "NameFormat",
16315                   /* qualifiers */
16316                   _CIM_System_NameFormat_qualifiers,
16317                   /* type */
16318                   CIMTYPE_STRING,
16319                   /* subscript */
16320                   -1,
16321 mike  1.1.2.1     /* value */
16322                   0,
16323               };
16324               
16325               static const char*
16326               _CIM_System_PrimaryOwnerName_qualifiers[] =
16327               {
16328                   /* MaxLen */
16329                   "\030\000\000\000\100",
16330                   /* MappingStrings */
16331                   "\026\000\001MIF.DMTF|General Information|001.3\000",
16332                   0,
16333               };
16334               
16335               static SourceProperty
16336               _CIM_System_PrimaryOwnerName =
16337               {
16338                   /* flags */
16339                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
16340                   /* name */
16341                   "PrimaryOwnerName",
16342 mike  1.1.2.1     /* qualifiers */
16343                   _CIM_System_PrimaryOwnerName_qualifiers,
16344                   /* type */
16345                   CIMTYPE_STRING,
16346                   /* subscript */
16347                   -1,
16348                   /* value */
16349                   0,
16350               };
16351               
16352               static const char*
16353               _CIM_System_PrimaryOwnerContact_qualifiers[] =
16354               {
16355                   /* MaxLen */
16356                   "\030\000\000\001\000",
16357                   /* MappingStrings */
16358                   "\026\000\001MIF.DMTF|General Information|001.4\000",
16359                   0,
16360               };
16361               
16362               static SourceProperty
16363 mike  1.1.2.1 _CIM_System_PrimaryOwnerContact =
16364               {
16365                   /* flags */
16366                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
16367                   /* name */
16368                   "PrimaryOwnerContact",
16369                   /* qualifiers */
16370                   _CIM_System_PrimaryOwnerContact_qualifiers,
16371                   /* type */
16372                   CIMTYPE_STRING,
16373                   /* subscript */
16374                   -1,
16375                   /* value */
16376                   0,
16377               };
16378               
16379               static const char*
16380               _CIM_System_Roles_qualifiers[] =
16381               {
16382                   0,
16383               };
16384 mike  1.1.2.1 
16385               static SourceProperty
16386               _CIM_System_Roles =
16387               {
16388                   /* flags */
16389                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
16390                   /* name */
16391                   "Roles",
16392                   /* qualifiers */
16393                   _CIM_System_Roles_qualifiers,
16394                   /* type */
16395                   CIMTYPE_STRING,
16396                   /* subscript */
16397                   0,
16398                   /* value */
16399                   0,
16400               };
16401               
16402               static SourceFeature*
16403               _CIM_System_features[] =
16404               {
16405 mike  1.1.2.1     (SourceFeature*)&_CIM_System_CreationClassName,
16406                   (SourceFeature*)&_CIM_System_Name,
16407                   (SourceFeature*)&_CIM_System_NameFormat,
16408                   (SourceFeature*)&_CIM_System_PrimaryOwnerName,
16409                   (SourceFeature*)&_CIM_System_PrimaryOwnerContact,
16410                   (SourceFeature*)&_CIM_System_Roles,
16411                   0,
16412               };
16413               
16414               static const char*
16415               __root_PG_InterOp_CIM_System_qualifiers[] =
16416               {
16417                   /* UMLPackagePath */
16418                   "\057CIM::Core::CoreElements",
16419                   /* Version */
16420                   "\0632.7.0",
16421                   0,
16422               };
16423               
16424               SourceClass
16425               __root_PG_InterOp_CIM_System =
16426 mike  1.1.2.1 {
16427                   /* flags */
16428                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
16429                   /* name */
16430                   "CIM_System",
16431                   /* qualifiers */
16432                   __root_PG_InterOp_CIM_System_qualifiers,
16433 mike  1.1.2.2     /* super */
16434 mike  1.1.2.1     &__root_PG_InterOp_CIM_EnabledLogicalElement,
16435                   /* features */
16436                   _CIM_System_features,
16437               };
16438               
16439               //==============================================================================
16440               //
16441               // Class: CIM_SystemComponent
16442               //
16443               //==============================================================================
16444               
16445               static const char*
16446               _CIM_SystemComponent_GroupComponent_qualifiers[] =
16447               {
16448                   /* Override */
16449                   "\044GroupComponent",
16450                   0,
16451               };
16452               
16453               static SourceReference
16454               _CIM_SystemComponent_GroupComponent =
16455 mike  1.1.2.1 {
16456                   /* flags */
16457                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
16458                   /* name */
16459                   "GroupComponent",
16460                   /* qualifiers */
16461                   _CIM_SystemComponent_GroupComponent_qualifiers,
16462                   /* subscript */
16463                   -1,
16464 mike  1.1.2.2     /* refId */
16465 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
16466               };
16467               
16468               static const char*
16469               _CIM_SystemComponent_PartComponent_qualifiers[] =
16470               {
16471                   /* Override */
16472                   "\044PartComponent",
16473                   0,
16474               };
16475               
16476               static SourceReference
16477               _CIM_SystemComponent_PartComponent =
16478               {
16479                   /* flags */
16480                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
16481                   /* name */
16482                   "PartComponent",
16483                   /* qualifiers */
16484                   _CIM_SystemComponent_PartComponent_qualifiers,
16485                   /* subscript */
16486 mike  1.1.2.1     -1,
16487 mike  1.1.2.2     /* refId */
16488 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedSystemElement,
16489               };
16490               
16491               static SourceFeature*
16492               _CIM_SystemComponent_features[] =
16493               {
16494                   (SourceFeature*)&_CIM_SystemComponent_GroupComponent,
16495                   (SourceFeature*)&_CIM_SystemComponent_PartComponent,
16496                   0,
16497               };
16498               
16499               static const char*
16500               __root_PG_InterOp_CIM_SystemComponent_qualifiers[] =
16501               {
16502                   /* UMLPackagePath */
16503                   "\057CIM::Core::CoreElements",
16504                   /* Version */
16505                   "\0632.10.0",
16506                   0,
16507               };
16508               
16509 mike  1.1.2.1 SourceClass
16510               __root_PG_InterOp_CIM_SystemComponent =
16511               {
16512                   /* flags */
16513                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
16514                   /* name */
16515                   "CIM_SystemComponent",
16516                   /* qualifiers */
16517                   __root_PG_InterOp_CIM_SystemComponent_qualifiers,
16518 mike  1.1.2.2     /* super */
16519 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
16520                   /* features */
16521                   _CIM_SystemComponent_features,
16522               };
16523               
16524               //==============================================================================
16525               //
16526               // Class: CIM_SystemDevice
16527               //
16528               //==============================================================================
16529               
16530               static const char*
16531               _CIM_SystemDevice_GroupComponent_qualifiers[] =
16532               {
16533                   /* Override */
16534                   "\044GroupComponent",
16535                   /* Min */
16536                   "\033\000\000\000\001",
16537                   /* Max */
16538                   "\027\000\000\000\001",
16539                   0,
16540 mike  1.1.2.1 };
16541               
16542               static SourceReference
16543               _CIM_SystemDevice_GroupComponent =
16544               {
16545                   /* flags */
16546                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
16547                   /* name */
16548                   "GroupComponent",
16549                   /* qualifiers */
16550                   _CIM_SystemDevice_GroupComponent_qualifiers,
16551                   /* subscript */
16552                   -1,
16553 mike  1.1.2.2     /* refId */
16554 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
16555               };
16556               
16557               static const char*
16558               _CIM_SystemDevice_PartComponent_qualifiers[] =
16559               {
16560                   /* Override */
16561                   "\044PartComponent",
16562                   0,
16563               };
16564               
16565               static SourceReference
16566               _CIM_SystemDevice_PartComponent =
16567               {
16568                   /* flags */
16569                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
16570                   /* name */
16571                   "PartComponent",
16572                   /* qualifiers */
16573                   _CIM_SystemDevice_PartComponent_qualifiers,
16574                   /* subscript */
16575 mike  1.1.2.1     -1,
16576 mike  1.1.2.2     /* refId */
16577 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalDevice,
16578               };
16579               
16580               static SourceFeature*
16581               _CIM_SystemDevice_features[] =
16582               {
16583                   (SourceFeature*)&_CIM_SystemDevice_GroupComponent,
16584                   (SourceFeature*)&_CIM_SystemDevice_PartComponent,
16585                   0,
16586               };
16587               
16588               static const char*
16589               __root_PG_InterOp_CIM_SystemDevice_qualifiers[] =
16590               {
16591                   /* UMLPackagePath */
16592                   "\057CIM::Core::Device",
16593                   /* Version */
16594                   "\0632.10.0",
16595                   0,
16596               };
16597               
16598 mike  1.1.2.1 SourceClass
16599               __root_PG_InterOp_CIM_SystemDevice =
16600               {
16601                   /* flags */
16602                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
16603                   /* name */
16604                   "CIM_SystemDevice",
16605                   /* qualifiers */
16606                   __root_PG_InterOp_CIM_SystemDevice_qualifiers,
16607 mike  1.1.2.2     /* super */
16608 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemComponent,
16609                   /* features */
16610                   _CIM_SystemDevice_features,
16611               };
16612               
16613               //==============================================================================
16614               //
16615               // Class: CIM_SystemPackaging
16616               //
16617               //==============================================================================
16618               
16619               static const char*
16620               _CIM_SystemPackaging_Antecedent_qualifiers[] =
16621               {
16622                   /* Override */
16623                   "\044Antecedent",
16624                   0,
16625               };
16626               
16627               static SourceReference
16628               _CIM_SystemPackaging_Antecedent =
16629 mike  1.1.2.1 {
16630                   /* flags */
16631                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
16632                   /* name */
16633                   "Antecedent",
16634                   /* qualifiers */
16635                   _CIM_SystemPackaging_Antecedent_qualifiers,
16636                   /* subscript */
16637                   -1,
16638 mike  1.1.2.2     /* refId */
16639 mike  1.1.2.1     &__root_PG_InterOp_CIM_PhysicalElement,
16640               };
16641               
16642               static const char*
16643               _CIM_SystemPackaging_Dependent_qualifiers[] =
16644               {
16645                   /* Override */
16646                   "\044Dependent",
16647                   0,
16648               };
16649               
16650               static SourceReference
16651               _CIM_SystemPackaging_Dependent =
16652               {
16653                   /* flags */
16654                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
16655                   /* name */
16656                   "Dependent",
16657                   /* qualifiers */
16658                   _CIM_SystemPackaging_Dependent_qualifiers,
16659                   /* subscript */
16660 mike  1.1.2.1     -1,
16661 mike  1.1.2.2     /* refId */
16662 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
16663               };
16664               
16665               static SourceFeature*
16666               _CIM_SystemPackaging_features[] =
16667               {
16668                   (SourceFeature*)&_CIM_SystemPackaging_Antecedent,
16669                   (SourceFeature*)&_CIM_SystemPackaging_Dependent,
16670                   0,
16671               };
16672               
16673               static const char*
16674               __root_PG_InterOp_CIM_SystemPackaging_qualifiers[] =
16675               {
16676                   /* UMLPackagePath */
16677                   "\057CIM::Core::Physical",
16678                   /* Version */
16679                   "\0632.10.0",
16680                   0,
16681               };
16682               
16683 mike  1.1.2.1 SourceClass
16684               __root_PG_InterOp_CIM_SystemPackaging =
16685               {
16686                   /* flags */
16687                   PEGASUS_FLAG_ASSOCIATION,
16688                   /* name */
16689                   "CIM_SystemPackaging",
16690                   /* qualifiers */
16691                   __root_PG_InterOp_CIM_SystemPackaging_qualifiers,
16692 mike  1.1.2.2     /* super */
16693 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
16694                   /* features */
16695                   _CIM_SystemPackaging_features,
16696               };
16697               
16698               //==============================================================================
16699               //
16700               // Class: CIM_SystemStatistics
16701               //
16702               //==============================================================================
16703               
16704               static const char*
16705               _CIM_SystemStatistics_Stats_qualifiers[] =
16706               {
16707                   /* Override */
16708                   "\044Stats",
16709                   0,
16710               };
16711               
16712               static SourceReference
16713               _CIM_SystemStatistics_Stats =
16714 mike  1.1.2.1 {
16715                   /* flags */
16716                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
16717                   /* name */
16718                   "Stats",
16719                   /* qualifiers */
16720                   _CIM_SystemStatistics_Stats_qualifiers,
16721                   /* subscript */
16722                   -1,
16723 mike  1.1.2.2     /* refId */
16724 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemStatisticalInformation,
16725               };
16726               
16727               static const char*
16728               _CIM_SystemStatistics_Element_qualifiers[] =
16729               {
16730                   /* Override */
16731                   "\044Element",
16732                   /* Min */
16733                   "\033\000\000\000\001",
16734                   /* Max */
16735                   "\027\000\000\000\001",
16736                   0,
16737               };
16738               
16739               static SourceReference
16740               _CIM_SystemStatistics_Element =
16741               {
16742                   /* flags */
16743                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
16744                   /* name */
16745 mike  1.1.2.1     "Element",
16746                   /* qualifiers */
16747                   _CIM_SystemStatistics_Element_qualifiers,
16748                   /* subscript */
16749                   -1,
16750 mike  1.1.2.2     /* refId */
16751 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
16752               };
16753               
16754               static SourceFeature*
16755               _CIM_SystemStatistics_features[] =
16756               {
16757                   (SourceFeature*)&_CIM_SystemStatistics_Stats,
16758                   (SourceFeature*)&_CIM_SystemStatistics_Element,
16759                   0,
16760               };
16761               
16762               static const char*
16763               __root_PG_InterOp_CIM_SystemStatistics_qualifiers[] =
16764               {
16765                   /* UMLPackagePath */
16766                   "\057CIM::Core::Statistics",
16767                   /* Version */
16768                   "\0632.6.0",
16769                   0,
16770               };
16771               
16772 mike  1.1.2.1 SourceClass
16773               __root_PG_InterOp_CIM_SystemStatistics =
16774               {
16775                   /* flags */
16776                   PEGASUS_FLAG_ASSOCIATION,
16777                   /* name */
16778                   "CIM_SystemStatistics",
16779                   /* qualifiers */
16780                   __root_PG_InterOp_CIM_SystemStatistics_qualifiers,
16781 mike  1.1.2.2     /* super */
16782 mike  1.1.2.1     &__root_PG_InterOp_CIM_Statistics,
16783                   /* features */
16784                   _CIM_SystemStatistics_features,
16785               };
16786               
16787               //==============================================================================
16788               //
16789               // Class: CIM_AdminDomain
16790               //
16791               //==============================================================================
16792               
16793               static const char*
16794               _CIM_AdminDomain_NameFormat_qualifiers[] =
16795               {
16796                   /* Override */
16797                   "\044NameFormat",
16798                   /* ValueMap */
16799                   "\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",
16800                   /* Values */
16801                   "\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",
16802                   /* ModelCorrespondence */
16803 mike  1.1.2.1     "\036\000\001CIM_AdminDomain.Name\000",
16804                   0,
16805               };
16806               
16807               static SourceProperty
16808               _CIM_AdminDomain_NameFormat =
16809               {
16810                   /* flags */
16811                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16812                   /* name */
16813                   "NameFormat",
16814                   /* qualifiers */
16815                   _CIM_AdminDomain_NameFormat_qualifiers,
16816                   /* type */
16817                   CIMTYPE_STRING,
16818                   /* subscript */
16819                   -1,
16820                   /* value */
16821                   0,
16822               };
16823               
16824 mike  1.1.2.1 static SourceFeature*
16825               _CIM_AdminDomain_features[] =
16826               {
16827                   (SourceFeature*)&_CIM_AdminDomain_NameFormat,
16828                   0,
16829               };
16830               
16831               static const char*
16832               __root_PG_InterOp_CIM_AdminDomain_qualifiers[] =
16833               {
16834                   /* UMLPackagePath */
16835                   "\057CIM::Core::CoreElements",
16836                   /* Version */
16837                   "\0632.10.0",
16838                   0,
16839               };
16840               
16841               SourceClass
16842               __root_PG_InterOp_CIM_AdminDomain =
16843               {
16844                   /* flags */
16845 mike  1.1.2.1     PEGASUS_FLAG_CLASS,
16846                   /* name */
16847                   "CIM_AdminDomain",
16848                   /* qualifiers */
16849                   __root_PG_InterOp_CIM_AdminDomain_qualifiers,
16850 mike  1.1.2.2     /* super */
16851 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
16852                   /* features */
16853                   _CIM_AdminDomain_features,
16854               };
16855               
16856               //==============================================================================
16857               //
16858               // Class: CIM_BasedOn
16859               //
16860               //==============================================================================
16861               
16862               static const char*
16863               _CIM_BasedOn_Antecedent_qualifiers[] =
16864               {
16865                   /* Override */
16866                   "\044Antecedent",
16867                   0,
16868               };
16869               
16870               static SourceReference
16871               _CIM_BasedOn_Antecedent =
16872 mike  1.1.2.1 {
16873                   /* flags */
16874                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
16875                   /* name */
16876                   "Antecedent",
16877                   /* qualifiers */
16878                   _CIM_BasedOn_Antecedent_qualifiers,
16879                   /* subscript */
16880                   -1,
16881 mike  1.1.2.2     /* refId */
16882 mike  1.1.2.1     &__root_PG_InterOp_CIM_StorageExtent,
16883               };
16884               
16885               static const char*
16886               _CIM_BasedOn_Dependent_qualifiers[] =
16887               {
16888                   /* Override */
16889                   "\044Dependent",
16890                   0,
16891               };
16892               
16893               static SourceReference
16894               _CIM_BasedOn_Dependent =
16895               {
16896                   /* flags */
16897                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
16898                   /* name */
16899                   "Dependent",
16900                   /* qualifiers */
16901                   _CIM_BasedOn_Dependent_qualifiers,
16902                   /* subscript */
16903 mike  1.1.2.1     -1,
16904 mike  1.1.2.2     /* refId */
16905 mike  1.1.2.1     &__root_PG_InterOp_CIM_StorageExtent,
16906               };
16907               
16908               static const char*
16909               _CIM_BasedOn_StartingAddress_qualifiers[] =
16910               {
16911                   0,
16912               };
16913               
16914               static SourceProperty
16915               _CIM_BasedOn_StartingAddress =
16916               {
16917                   /* flags */
16918                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16919                   /* name */
16920                   "StartingAddress",
16921                   /* qualifiers */
16922                   _CIM_BasedOn_StartingAddress_qualifiers,
16923                   /* type */
16924                   CIMTYPE_UINT64,
16925                   /* subscript */
16926 mike  1.1.2.1     -1,
16927                   /* value */
16928                   0,
16929               };
16930               
16931               static const char*
16932               _CIM_BasedOn_EndingAddress_qualifiers[] =
16933               {
16934                   0,
16935               };
16936               
16937               static SourceProperty
16938               _CIM_BasedOn_EndingAddress =
16939               {
16940                   /* flags */
16941                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16942                   /* name */
16943                   "EndingAddress",
16944                   /* qualifiers */
16945                   _CIM_BasedOn_EndingAddress_qualifiers,
16946                   /* type */
16947 mike  1.1.2.1     CIMTYPE_UINT64,
16948                   /* subscript */
16949                   -1,
16950                   /* value */
16951                   0,
16952               };
16953               
16954               static const char*
16955               _CIM_BasedOn_OrderIndex_qualifiers[] =
16956               {
16957                   0,
16958               };
16959               
16960               static SourceProperty
16961               _CIM_BasedOn_OrderIndex =
16962               {
16963                   /* flags */
16964                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16965                   /* name */
16966                   "OrderIndex",
16967                   /* qualifiers */
16968 mike  1.1.2.1     _CIM_BasedOn_OrderIndex_qualifiers,
16969                   /* type */
16970                   CIMTYPE_UINT16,
16971                   /* subscript */
16972                   -1,
16973                   /* value */
16974                   0,
16975               };
16976               
16977               static SourceFeature*
16978               _CIM_BasedOn_features[] =
16979               {
16980                   (SourceFeature*)&_CIM_BasedOn_Antecedent,
16981                   (SourceFeature*)&_CIM_BasedOn_Dependent,
16982                   (SourceFeature*)&_CIM_BasedOn_StartingAddress,
16983                   (SourceFeature*)&_CIM_BasedOn_EndingAddress,
16984                   (SourceFeature*)&_CIM_BasedOn_OrderIndex,
16985                   0,
16986               };
16987               
16988               static const char*
16989 mike  1.1.2.1 __root_PG_InterOp_CIM_BasedOn_qualifiers[] =
16990               {
16991                   /* UMLPackagePath */
16992                   "\057CIM::Core::StorageExtent",
16993                   /* Version */
16994                   "\0632.6.0",
16995                   0,
16996               };
16997               
16998               SourceClass
16999               __root_PG_InterOp_CIM_BasedOn =
17000               {
17001                   /* flags */
17002                   PEGASUS_FLAG_ASSOCIATION,
17003                   /* name */
17004                   "CIM_BasedOn",
17005                   /* qualifiers */
17006                   __root_PG_InterOp_CIM_BasedOn_qualifiers,
17007 mike  1.1.2.2     /* super */
17008 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
17009                   /* features */
17010                   _CIM_BasedOn_features,
17011               };
17012               
17013               //==============================================================================
17014               //
17015               // Class: CIM_ConfigurationForSystem
17016               //
17017               //==============================================================================
17018               
17019               static const char*
17020               _CIM_ConfigurationForSystem_Antecedent_qualifiers[] =
17021               {
17022                   /* Override */
17023                   "\044Antecedent",
17024                   /* Min */
17025                   "\033\000\000\000\001",
17026                   /* Max */
17027                   "\027\000\000\000\001",
17028                   0,
17029 mike  1.1.2.1 };
17030               
17031               static SourceReference
17032               _CIM_ConfigurationForSystem_Antecedent =
17033               {
17034                   /* flags */
17035                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17036                   /* name */
17037                   "Antecedent",
17038                   /* qualifiers */
17039                   _CIM_ConfigurationForSystem_Antecedent_qualifiers,
17040                   /* subscript */
17041                   -1,
17042 mike  1.1.2.2     /* refId */
17043 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
17044               };
17045               
17046               static const char*
17047               _CIM_ConfigurationForSystem_Dependent_qualifiers[] =
17048               {
17049                   /* Override */
17050                   "\044Dependent",
17051                   0,
17052               };
17053               
17054               static SourceReference
17055               _CIM_ConfigurationForSystem_Dependent =
17056               {
17057                   /* flags */
17058                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
17059                   /* name */
17060                   "Dependent",
17061                   /* qualifiers */
17062                   _CIM_ConfigurationForSystem_Dependent_qualifiers,
17063                   /* subscript */
17064 mike  1.1.2.1     -1,
17065 mike  1.1.2.2     /* refId */
17066 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemConfiguration,
17067               };
17068               
17069               static SourceFeature*
17070               _CIM_ConfigurationForSystem_features[] =
17071               {
17072                   (SourceFeature*)&_CIM_ConfigurationForSystem_Antecedent,
17073                   (SourceFeature*)&_CIM_ConfigurationForSystem_Dependent,
17074                   0,
17075               };
17076               
17077               static const char*
17078               __root_PG_InterOp_CIM_ConfigurationForSystem_qualifiers[] =
17079               {
17080                   /* UMLPackagePath */
17081                   "\057CIM::Core::Settings",
17082                   /* Version */
17083                   "\0632.8.0",
17084                   0,
17085               };
17086               
17087 mike  1.1.2.1 SourceClass
17088               __root_PG_InterOp_CIM_ConfigurationForSystem =
17089               {
17090                   /* flags */
17091                   PEGASUS_FLAG_ASSOCIATION,
17092                   /* name */
17093                   "CIM_ConfigurationForSystem",
17094                   /* qualifiers */
17095                   __root_PG_InterOp_CIM_ConfigurationForSystem_qualifiers,
17096 mike  1.1.2.2     /* super */
17097 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedDependency,
17098                   /* features */
17099                   _CIM_ConfigurationForSystem_features,
17100               };
17101               
17102               //==============================================================================
17103               //
17104               // Class: CIM_ContainedDomain
17105               //
17106               //==============================================================================
17107               
17108               static const char*
17109               _CIM_ContainedDomain_GroupComponent_qualifiers[] =
17110               {
17111                   /* Override */
17112                   "\044GroupComponent",
17113                   0,
17114               };
17115               
17116               static SourceReference
17117               _CIM_ContainedDomain_GroupComponent =
17118 mike  1.1.2.1 {
17119                   /* flags */
17120                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
17121                   /* name */
17122                   "GroupComponent",
17123                   /* qualifiers */
17124                   _CIM_ContainedDomain_GroupComponent_qualifiers,
17125                   /* subscript */
17126                   -1,
17127 mike  1.1.2.2     /* refId */
17128 mike  1.1.2.1     &__root_PG_InterOp_CIM_AdminDomain,
17129               };
17130               
17131               static const char*
17132               _CIM_ContainedDomain_PartComponent_qualifiers[] =
17133               {
17134                   /* Override */
17135                   "\044PartComponent",
17136                   0,
17137               };
17138               
17139               static SourceReference
17140               _CIM_ContainedDomain_PartComponent =
17141               {
17142                   /* flags */
17143                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17144                   /* name */
17145                   "PartComponent",
17146                   /* qualifiers */
17147                   _CIM_ContainedDomain_PartComponent_qualifiers,
17148                   /* subscript */
17149 mike  1.1.2.1     -1,
17150 mike  1.1.2.2     /* refId */
17151 mike  1.1.2.1     &__root_PG_InterOp_CIM_AdminDomain,
17152               };
17153               
17154               static SourceFeature*
17155               _CIM_ContainedDomain_features[] =
17156               {
17157                   (SourceFeature*)&_CIM_ContainedDomain_GroupComponent,
17158                   (SourceFeature*)&_CIM_ContainedDomain_PartComponent,
17159                   0,
17160               };
17161               
17162               static const char*
17163               __root_PG_InterOp_CIM_ContainedDomain_qualifiers[] =
17164               {
17165                   /* UMLPackagePath */
17166                   "\057CIM::Core::CoreElements",
17167                   /* Version */
17168                   "\0632.6.0",
17169                   0,
17170               };
17171               
17172 mike  1.1.2.1 SourceClass
17173               __root_PG_InterOp_CIM_ContainedDomain =
17174               {
17175                   /* flags */
17176                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
17177                   /* name */
17178                   "CIM_ContainedDomain",
17179                   /* qualifiers */
17180                   __root_PG_InterOp_CIM_ContainedDomain_qualifiers,
17181 mike  1.1.2.2     /* super */
17182 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemComponent,
17183                   /* features */
17184                   _CIM_ContainedDomain_features,
17185               };
17186               
17187               //==============================================================================
17188               //
17189               // Class: CIM_DeviceSAPImplementation
17190               //
17191               //==============================================================================
17192               
17193               static const char*
17194               _CIM_DeviceSAPImplementation_Antecedent_qualifiers[] =
17195               {
17196                   /* Override */
17197                   "\044Antecedent",
17198                   0,
17199               };
17200               
17201               static SourceReference
17202               _CIM_DeviceSAPImplementation_Antecedent =
17203 mike  1.1.2.1 {
17204                   /* flags */
17205                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17206                   /* name */
17207                   "Antecedent",
17208                   /* qualifiers */
17209                   _CIM_DeviceSAPImplementation_Antecedent_qualifiers,
17210                   /* subscript */
17211                   -1,
17212 mike  1.1.2.2     /* refId */
17213 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalDevice,
17214               };
17215               
17216               static const char*
17217               _CIM_DeviceSAPImplementation_Dependent_qualifiers[] =
17218               {
17219                   /* Override */
17220                   "\044Dependent",
17221                   0,
17222               };
17223               
17224               static SourceReference
17225               _CIM_DeviceSAPImplementation_Dependent =
17226               {
17227                   /* flags */
17228                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17229                   /* name */
17230                   "Dependent",
17231                   /* qualifiers */
17232                   _CIM_DeviceSAPImplementation_Dependent_qualifiers,
17233                   /* subscript */
17234 mike  1.1.2.1     -1,
17235 mike  1.1.2.2     /* refId */
17236 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
17237               };
17238               
17239               static SourceFeature*
17240               _CIM_DeviceSAPImplementation_features[] =
17241               {
17242                   (SourceFeature*)&_CIM_DeviceSAPImplementation_Antecedent,
17243                   (SourceFeature*)&_CIM_DeviceSAPImplementation_Dependent,
17244                   0,
17245               };
17246               
17247               static const char*
17248               __root_PG_InterOp_CIM_DeviceSAPImplementation_qualifiers[] =
17249               {
17250                   /* UMLPackagePath */
17251                   "\057CIM::Core::Device",
17252                   /* Version */
17253                   "\0632.10.0",
17254                   0,
17255               };
17256               
17257 mike  1.1.2.1 SourceClass
17258               __root_PG_InterOp_CIM_DeviceSAPImplementation =
17259               {
17260                   /* flags */
17261                   PEGASUS_FLAG_ASSOCIATION,
17262                   /* name */
17263                   "CIM_DeviceSAPImplementation",
17264                   /* qualifiers */
17265                   __root_PG_InterOp_CIM_DeviceSAPImplementation_qualifiers,
17266 mike  1.1.2.2     /* super */
17267 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
17268                   /* features */
17269                   _CIM_DeviceSAPImplementation_features,
17270               };
17271               
17272               //==============================================================================
17273               //
17274               // Class: CIM_DeviceServiceImplementation
17275               //
17276               //==============================================================================
17277               
17278               static const char*
17279               _CIM_DeviceServiceImplementation_Antecedent_qualifiers[] =
17280               {
17281                   /* Override */
17282                   "\044Antecedent",
17283                   0,
17284               };
17285               
17286               static SourceReference
17287               _CIM_DeviceServiceImplementation_Antecedent =
17288 mike  1.1.2.1 {
17289                   /* flags */
17290                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17291                   /* name */
17292                   "Antecedent",
17293                   /* qualifiers */
17294                   _CIM_DeviceServiceImplementation_Antecedent_qualifiers,
17295                   /* subscript */
17296                   -1,
17297 mike  1.1.2.2     /* refId */
17298 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalDevice,
17299               };
17300               
17301               static const char*
17302               _CIM_DeviceServiceImplementation_Dependent_qualifiers[] =
17303               {
17304                   /* Override */
17305                   "\044Dependent",
17306                   0,
17307               };
17308               
17309               static SourceReference
17310               _CIM_DeviceServiceImplementation_Dependent =
17311               {
17312                   /* flags */
17313                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17314                   /* name */
17315                   "Dependent",
17316                   /* qualifiers */
17317                   _CIM_DeviceServiceImplementation_Dependent_qualifiers,
17318                   /* subscript */
17319 mike  1.1.2.1     -1,
17320 mike  1.1.2.2     /* refId */
17321 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
17322               };
17323               
17324               static SourceFeature*
17325               _CIM_DeviceServiceImplementation_features[] =
17326               {
17327                   (SourceFeature*)&_CIM_DeviceServiceImplementation_Antecedent,
17328                   (SourceFeature*)&_CIM_DeviceServiceImplementation_Dependent,
17329                   0,
17330               };
17331               
17332               static const char*
17333               __root_PG_InterOp_CIM_DeviceServiceImplementation_qualifiers[] =
17334               {
17335                   /* UMLPackagePath */
17336                   "\057CIM::Core::Device",
17337                   /* Version */
17338                   "\0632.10.0",
17339                   0,
17340               };
17341               
17342 mike  1.1.2.1 SourceClass
17343               __root_PG_InterOp_CIM_DeviceServiceImplementation =
17344               {
17345                   /* flags */
17346                   PEGASUS_FLAG_ASSOCIATION,
17347                   /* name */
17348                   "CIM_DeviceServiceImplementation",
17349                   /* qualifiers */
17350                   __root_PG_InterOp_CIM_DeviceServiceImplementation_qualifiers,
17351 mike  1.1.2.2     /* super */
17352 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
17353                   /* features */
17354                   _CIM_DeviceServiceImplementation_features,
17355               };
17356               
17357               //==============================================================================
17358               //
17359               // Class: CIM_DeviceStatistics
17360               //
17361               //==============================================================================
17362               
17363               static const char*
17364               _CIM_DeviceStatistics_Stats_qualifiers[] =
17365               {
17366                   /* Override */
17367                   "\044Stats",
17368                   0,
17369               };
17370               
17371               static SourceReference
17372               _CIM_DeviceStatistics_Stats =
17373 mike  1.1.2.1 {
17374                   /* flags */
17375                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
17376                   /* name */
17377                   "Stats",
17378                   /* qualifiers */
17379                   _CIM_DeviceStatistics_Stats_qualifiers,
17380                   /* subscript */
17381                   -1,
17382 mike  1.1.2.2     /* refId */
17383 mike  1.1.2.1     &__root_PG_InterOp_CIM_DeviceStatisticalInformation,
17384               };
17385               
17386               static const char*
17387               _CIM_DeviceStatistics_Element_qualifiers[] =
17388               {
17389                   /* Override */
17390                   "\044Element",
17391                   /* Min */
17392                   "\033\000\000\000\001",
17393                   /* Max */
17394                   "\027\000\000\000\001",
17395                   0,
17396               };
17397               
17398               static SourceReference
17399               _CIM_DeviceStatistics_Element =
17400               {
17401                   /* flags */
17402                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17403                   /* name */
17404 mike  1.1.2.1     "Element",
17405                   /* qualifiers */
17406                   _CIM_DeviceStatistics_Element_qualifiers,
17407                   /* subscript */
17408                   -1,
17409 mike  1.1.2.2     /* refId */
17410 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalDevice,
17411               };
17412               
17413               static SourceFeature*
17414               _CIM_DeviceStatistics_features[] =
17415               {
17416                   (SourceFeature*)&_CIM_DeviceStatistics_Stats,
17417                   (SourceFeature*)&_CIM_DeviceStatistics_Element,
17418                   0,
17419               };
17420               
17421               static const char*
17422               __root_PG_InterOp_CIM_DeviceStatistics_qualifiers[] =
17423               {
17424                   /* UMLPackagePath */
17425                   "\057CIM::Core::Statistics",
17426                   /* Version */
17427                   "\0632.6.0",
17428                   0,
17429               };
17430               
17431 mike  1.1.2.1 SourceClass
17432               __root_PG_InterOp_CIM_DeviceStatistics =
17433               {
17434                   /* flags */
17435                   PEGASUS_FLAG_ASSOCIATION,
17436                   /* name */
17437                   "CIM_DeviceStatistics",
17438                   /* qualifiers */
17439                   __root_PG_InterOp_CIM_DeviceStatistics_qualifiers,
17440 mike  1.1.2.2     /* super */
17441 mike  1.1.2.1     &__root_PG_InterOp_CIM_Statistics,
17442                   /* features */
17443                   _CIM_DeviceStatistics_features,
17444               };
17445               
17446               //==============================================================================
17447               //
17448               // Class: CIM_ExtentRedundancyComponent
17449               //
17450               //==============================================================================
17451               
17452               static const char*
17453               _CIM_ExtentRedundancyComponent_GroupComponent_qualifiers[] =
17454               {
17455                   /* Deprecated */
17456                   "\013\000\001CIM_MemberOfCollection.Collection\000",
17457                   /* Override */
17458                   "\044GroupComponent",
17459                   0,
17460               };
17461               
17462 mike  1.1.2.1 static SourceReference
17463               _CIM_ExtentRedundancyComponent_GroupComponent =
17464               {
17465                   /* flags */
17466                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
17467                   /* name */
17468                   "GroupComponent",
17469                   /* qualifiers */
17470                   _CIM_ExtentRedundancyComponent_GroupComponent_qualifiers,
17471                   /* subscript */
17472                   -1,
17473 mike  1.1.2.2     /* refId */
17474 mike  1.1.2.1     &__root_PG_InterOp_CIM_StorageRedundancyGroup,
17475               };
17476               
17477               static const char*
17478               _CIM_ExtentRedundancyComponent_PartComponent_qualifiers[] =
17479               {
17480                   /* Deprecated */
17481                   "\013\000\001CIM_MemberOfCollection.Member\000",
17482                   /* Override */
17483                   "\044PartComponent",
17484                   0,
17485               };
17486               
17487               static SourceReference
17488               _CIM_ExtentRedundancyComponent_PartComponent =
17489               {
17490                   /* flags */
17491                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17492                   /* name */
17493                   "PartComponent",
17494                   /* qualifiers */
17495 mike  1.1.2.1     _CIM_ExtentRedundancyComponent_PartComponent_qualifiers,
17496                   /* subscript */
17497                   -1,
17498 mike  1.1.2.2     /* refId */
17499 mike  1.1.2.1     &__root_PG_InterOp_CIM_StorageExtent,
17500               };
17501               
17502               static SourceFeature*
17503               _CIM_ExtentRedundancyComponent_features[] =
17504               {
17505                   (SourceFeature*)&_CIM_ExtentRedundancyComponent_GroupComponent,
17506                   (SourceFeature*)&_CIM_ExtentRedundancyComponent_PartComponent,
17507                   0,
17508               };
17509               
17510               static const char*
17511               __root_PG_InterOp_CIM_ExtentRedundancyComponent_qualifiers[] =
17512               {
17513                   /* Deprecated */
17514                   "\013\000\001CIM_MemberOfCollection\000",
17515                   /* UMLPackagePath */
17516                   "\057CIM::Core::Redundancy",
17517                   /* Version */
17518                   "\0632.13.0",
17519                   0,
17520 mike  1.1.2.1 };
17521               
17522               SourceClass
17523               __root_PG_InterOp_CIM_ExtentRedundancyComponent =
17524               {
17525                   /* flags */
17526                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
17527                   /* name */
17528                   "CIM_ExtentRedundancyComponent",
17529                   /* qualifiers */
17530                   __root_PG_InterOp_CIM_ExtentRedundancyComponent_qualifiers,
17531 mike  1.1.2.2     /* super */
17532 mike  1.1.2.1     &__root_PG_InterOp_CIM_RedundancyComponent,
17533                   /* features */
17534                   _CIM_ExtentRedundancyComponent_features,
17535               };
17536               
17537               //==============================================================================
17538               //
17539               // Class: CIM_HostedAccessPoint
17540               //
17541               //==============================================================================
17542               
17543               static const char*
17544               _CIM_HostedAccessPoint_Antecedent_qualifiers[] =
17545               {
17546                   /* Override */
17547                   "\044Antecedent",
17548                   /* Min */
17549                   "\033\000\000\000\001",
17550                   /* Max */
17551                   "\027\000\000\000\001",
17552                   0,
17553 mike  1.1.2.1 };
17554               
17555               static SourceReference
17556               _CIM_HostedAccessPoint_Antecedent =
17557               {
17558                   /* flags */
17559                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17560                   /* name */
17561                   "Antecedent",
17562                   /* qualifiers */
17563                   _CIM_HostedAccessPoint_Antecedent_qualifiers,
17564                   /* subscript */
17565                   -1,
17566 mike  1.1.2.2     /* refId */
17567 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
17568               };
17569               
17570               static const char*
17571               _CIM_HostedAccessPoint_Dependent_qualifiers[] =
17572               {
17573                   /* Override */
17574                   "\044Dependent",
17575                   0,
17576               };
17577               
17578               static SourceReference
17579               _CIM_HostedAccessPoint_Dependent =
17580               {
17581                   /* flags */
17582                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
17583                   /* name */
17584                   "Dependent",
17585                   /* qualifiers */
17586                   _CIM_HostedAccessPoint_Dependent_qualifiers,
17587                   /* subscript */
17588 mike  1.1.2.1     -1,
17589 mike  1.1.2.2     /* refId */
17590 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
17591               };
17592               
17593               static SourceFeature*
17594               _CIM_HostedAccessPoint_features[] =
17595               {
17596                   (SourceFeature*)&_CIM_HostedAccessPoint_Antecedent,
17597                   (SourceFeature*)&_CIM_HostedAccessPoint_Dependent,
17598                   0,
17599               };
17600               
17601               static const char*
17602               __root_PG_InterOp_CIM_HostedAccessPoint_qualifiers[] =
17603               {
17604                   /* UMLPackagePath */
17605                   "\057CIM::Core::Service",
17606                   /* Version */
17607                   "\0632.10.0",
17608                   0,
17609               };
17610               
17611 mike  1.1.2.1 SourceClass
17612               __root_PG_InterOp_CIM_HostedAccessPoint =
17613               {
17614                   /* flags */
17615                   PEGASUS_FLAG_ASSOCIATION,
17616                   /* name */
17617                   "CIM_HostedAccessPoint",
17618                   /* qualifiers */
17619                   __root_PG_InterOp_CIM_HostedAccessPoint_qualifiers,
17620 mike  1.1.2.2     /* super */
17621 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedDependency,
17622                   /* features */
17623                   _CIM_HostedAccessPoint_features,
17624               };
17625               
17626               //==============================================================================
17627               //
17628               // Class: CIM_HostedCollection
17629               //
17630               //==============================================================================
17631               
17632               static const char*
17633               _CIM_HostedCollection_Antecedent_qualifiers[] =
17634               {
17635                   /* Override */
17636                   "\044Antecedent",
17637                   /* Min */
17638                   "\033\000\000\000\001",
17639                   /* Max */
17640                   "\027\000\000\000\001",
17641                   0,
17642 mike  1.1.2.1 };
17643               
17644               static SourceReference
17645               _CIM_HostedCollection_Antecedent =
17646               {
17647                   /* flags */
17648                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17649                   /* name */
17650                   "Antecedent",
17651                   /* qualifiers */
17652                   _CIM_HostedCollection_Antecedent_qualifiers,
17653                   /* subscript */
17654                   -1,
17655 mike  1.1.2.2     /* refId */
17656 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
17657               };
17658               
17659               static const char*
17660               _CIM_HostedCollection_Dependent_qualifiers[] =
17661               {
17662                   /* Override */
17663                   "\044Dependent",
17664                   0,
17665               };
17666               
17667               static SourceReference
17668               _CIM_HostedCollection_Dependent =
17669               {
17670                   /* flags */
17671                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17672                   /* name */
17673                   "Dependent",
17674                   /* qualifiers */
17675                   _CIM_HostedCollection_Dependent_qualifiers,
17676                   /* subscript */
17677 mike  1.1.2.1     -1,
17678 mike  1.1.2.2     /* refId */
17679 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemSpecificCollection,
17680               };
17681               
17682               static SourceFeature*
17683               _CIM_HostedCollection_features[] =
17684               {
17685                   (SourceFeature*)&_CIM_HostedCollection_Antecedent,
17686                   (SourceFeature*)&_CIM_HostedCollection_Dependent,
17687                   0,
17688               };
17689               
17690               static const char*
17691               __root_PG_InterOp_CIM_HostedCollection_qualifiers[] =
17692               {
17693                   /* UMLPackagePath */
17694                   "\057CIM::Core::Collection",
17695                   /* Version */
17696                   "\0632.10.0",
17697                   0,
17698               };
17699               
17700 mike  1.1.2.1 SourceClass
17701               __root_PG_InterOp_CIM_HostedCollection =
17702               {
17703                   /* flags */
17704                   PEGASUS_FLAG_ASSOCIATION,
17705                   /* name */
17706                   "CIM_HostedCollection",
17707                   /* qualifiers */
17708                   __root_PG_InterOp_CIM_HostedCollection_qualifiers,
17709 mike  1.1.2.2     /* super */
17710 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedDependency,
17711                   /* features */
17712                   _CIM_HostedCollection_features,
17713               };
17714               
17715               //==============================================================================
17716               //
17717               // Class: CIM_HostedService
17718               //
17719               //==============================================================================
17720               
17721               static const char*
17722               _CIM_HostedService_Antecedent_qualifiers[] =
17723               {
17724                   /* Override */
17725                   "\044Antecedent",
17726                   /* Min */
17727                   "\033\000\000\000\001",
17728                   /* Max */
17729                   "\027\000\000\000\001",
17730                   0,
17731 mike  1.1.2.1 };
17732               
17733               static SourceReference
17734               _CIM_HostedService_Antecedent =
17735               {
17736                   /* flags */
17737                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17738                   /* name */
17739                   "Antecedent",
17740                   /* qualifiers */
17741                   _CIM_HostedService_Antecedent_qualifiers,
17742                   /* subscript */
17743                   -1,
17744 mike  1.1.2.2     /* refId */
17745 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
17746               };
17747               
17748               static const char*
17749               _CIM_HostedService_Dependent_qualifiers[] =
17750               {
17751                   /* Override */
17752                   "\044Dependent",
17753                   0,
17754               };
17755               
17756               static SourceReference
17757               _CIM_HostedService_Dependent =
17758               {
17759                   /* flags */
17760                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
17761                   /* name */
17762                   "Dependent",
17763                   /* qualifiers */
17764                   _CIM_HostedService_Dependent_qualifiers,
17765                   /* subscript */
17766 mike  1.1.2.1     -1,
17767 mike  1.1.2.2     /* refId */
17768 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
17769               };
17770               
17771               static SourceFeature*
17772               _CIM_HostedService_features[] =
17773               {
17774                   (SourceFeature*)&_CIM_HostedService_Antecedent,
17775                   (SourceFeature*)&_CIM_HostedService_Dependent,
17776                   0,
17777               };
17778               
17779               static const char*
17780               __root_PG_InterOp_CIM_HostedService_qualifiers[] =
17781               {
17782                   /* UMLPackagePath */
17783                   "\057CIM::Core::Service",
17784                   /* Version */
17785                   "\0632.10.0",
17786                   0,
17787               };
17788               
17789 mike  1.1.2.1 SourceClass
17790               __root_PG_InterOp_CIM_HostedService =
17791               {
17792                   /* flags */
17793                   PEGASUS_FLAG_ASSOCIATION,
17794                   /* name */
17795                   "CIM_HostedService",
17796                   /* qualifiers */
17797                   __root_PG_InterOp_CIM_HostedService_qualifiers,
17798 mike  1.1.2.2     /* super */
17799 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedDependency,
17800                   /* features */
17801                   _CIM_HostedService_features,
17802               };
17803               
17804               //==============================================================================
17805               //
17806               // Class: CIM_InstalledSoftwareIdentity
17807               //
17808               //==============================================================================
17809               
17810               static const char*
17811               _CIM_InstalledSoftwareIdentity_System_qualifiers[] =
17812               {
17813                   0,
17814               };
17815               
17816               static SourceReference
17817               _CIM_InstalledSoftwareIdentity_System =
17818               {
17819                   /* flags */
17820 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
17821                   /* name */
17822                   "System",
17823                   /* qualifiers */
17824                   _CIM_InstalledSoftwareIdentity_System_qualifiers,
17825                   /* subscript */
17826                   -1,
17827 mike  1.1.2.2     /* refId */
17828 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
17829               };
17830               
17831               static const char*
17832               _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers[] =
17833               {
17834                   0,
17835               };
17836               
17837               static SourceReference
17838               _CIM_InstalledSoftwareIdentity_InstalledSoftware =
17839               {
17840                   /* flags */
17841                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
17842                   /* name */
17843                   "InstalledSoftware",
17844                   /* qualifiers */
17845                   _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers,
17846                   /* subscript */
17847                   -1,
17848 mike  1.1.2.2     /* refId */
17849 mike  1.1.2.1     &__root_PG_InterOp_CIM_SoftwareIdentity,
17850               };
17851               
17852               static SourceFeature*
17853               _CIM_InstalledSoftwareIdentity_features[] =
17854               {
17855                   (SourceFeature*)&_CIM_InstalledSoftwareIdentity_System,
17856                   (SourceFeature*)&_CIM_InstalledSoftwareIdentity_InstalledSoftware,
17857                   0,
17858               };
17859               
17860               static const char*
17861               __root_PG_InterOp_CIM_InstalledSoftwareIdentity_qualifiers[] =
17862               {
17863                   /* UMLPackagePath */
17864                   "\057CIM::Core::Software",
17865                   /* Version */
17866                   "\0632.8.0",
17867                   0,
17868               };
17869               
17870 mike  1.1.2.1 SourceClass
17871               __root_PG_InterOp_CIM_InstalledSoftwareIdentity =
17872               {
17873                   /* flags */
17874                   PEGASUS_FLAG_ASSOCIATION,
17875                   /* name */
17876                   "CIM_InstalledSoftwareIdentity",
17877                   /* qualifiers */
17878                   __root_PG_InterOp_CIM_InstalledSoftwareIdentity_qualifiers,
17879 mike  1.1.2.2     /* super */
17880 mike  1.1.2.1     0,
17881                   /* features */
17882                   _CIM_InstalledSoftwareIdentity_features,
17883               };
17884               
17885               //==============================================================================
17886               //
17887               // Class: CIM_PowerManagementService
17888               //
17889               //==============================================================================
17890               
17891               static const char*
17892               _CIM_PowerManagementService_SetPowerState_PowerState_qualifiers[] =
17893               {
17894                   /* ValueMap */
17895                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
17896                   /* Values */
17897                   "\062\000\010Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000Hibernate\000Soft Off\000",
17898                   0,
17899               };
17900               
17901 mike  1.1.2.1 static SourceProperty
17902               _CIM_PowerManagementService_SetPowerState_PowerState =
17903               {
17904                   /* flags */
17905                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
17906                   /* name */
17907                   "PowerState",
17908                   /* qualifiers */
17909                   _CIM_PowerManagementService_SetPowerState_PowerState_qualifiers,
17910                   /* type */
17911                   CIMTYPE_UINT16,
17912                   /* subscript */
17913                   -1,
17914                   /* value */
17915                   0,
17916               };
17917               
17918               static const char*
17919               _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers[] =
17920               {
17921                   0,
17922 mike  1.1.2.1 };
17923               
17924               static SourceReference
17925               _CIM_PowerManagementService_SetPowerState_ManagedElement =
17926               {
17927                   /* flags */
17928                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
17929                   /* name */
17930                   "ManagedElement",
17931                   /* qualifiers */
17932                   _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers,
17933                   /* subscript */
17934                   -1,
17935 mike  1.1.2.2     /* ref */
17936 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
17937               };
17938               
17939               static const char*
17940               _CIM_PowerManagementService_SetPowerState_Time_qualifiers[] =
17941               {
17942                   0,
17943               };
17944               
17945               static SourceProperty
17946               _CIM_PowerManagementService_SetPowerState_Time =
17947               {
17948                   /* flags */
17949                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
17950                   /* name */
17951                   "Time",
17952                   /* qualifiers */
17953                   _CIM_PowerManagementService_SetPowerState_Time_qualifiers,
17954                   /* type */
17955                   CIMTYPE_DATETIME,
17956                   /* subscript */
17957 mike  1.1.2.1     -1,
17958                   /* value */
17959                   0,
17960               };
17961               
17962 mike  1.1.2.2 static SourceFeature*
17963 mike  1.1.2.1 _CIM_PowerManagementService_SetPowerState_parameters[] =
17964               {
17965 mike  1.1.2.2     (SourceFeature*)&_CIM_PowerManagementService_SetPowerState_PowerState,
17966                   (SourceFeature*)&_CIM_PowerManagementService_SetPowerState_ManagedElement,
17967                   (SourceFeature*)&_CIM_PowerManagementService_SetPowerState_Time,
17968 mike  1.1.2.1     0,
17969               };
17970               
17971               static const char*
17972               _CIM_PowerManagementService_SetPowerState_qualifiers[] =
17973               {
17974                   0,
17975               };
17976               
17977               static SourceMethod
17978               _CIM_PowerManagementService_SetPowerState =
17979               {
17980                   /* flags */
17981                   PEGASUS_FLAG_METHOD,
17982                   /* name */
17983                   "CIM_PowerManagementService",
17984                   /* qualifiers */
17985                   _CIM_PowerManagementService_SetPowerState_qualifiers,
17986                   /* type */
17987                   CIMTYPE_UINT32,
17988                   /* parameters */
17989 mike  1.1.2.1     _CIM_PowerManagementService_SetPowerState_parameters,
17990               };
17991               
17992               static SourceFeature*
17993               _CIM_PowerManagementService_features[] =
17994               {
17995                   (SourceFeature*)&_CIM_PowerManagementService_SetPowerState,
17996                   0,
17997               };
17998               
17999               static const char*
18000               __root_PG_InterOp_CIM_PowerManagementService_qualifiers[] =
18001               {
18002                   /* UMLPackagePath */
18003                   "\057CIM::Core::PowerMgmt",
18004                   /* Version */
18005                   "\0632.7.0",
18006                   0,
18007               };
18008               
18009               SourceClass
18010 mike  1.1.2.1 __root_PG_InterOp_CIM_PowerManagementService =
18011               {
18012                   /* flags */
18013                   PEGASUS_FLAG_CLASS,
18014                   /* name */
18015                   "CIM_PowerManagementService",
18016                   /* qualifiers */
18017                   __root_PG_InterOp_CIM_PowerManagementService_qualifiers,
18018 mike  1.1.2.2     /* super */
18019 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
18020                   /* features */
18021                   _CIM_PowerManagementService_features,
18022               };
18023               
18024               //==============================================================================
18025               //
18026               // Class: CIM_ProductServiceComponent
18027               //
18028               //==============================================================================
18029               
18030               static const char*
18031               _CIM_ProductServiceComponent_GroupComponent_qualifiers[] =
18032               {
18033                   /* Override */
18034                   "\044GroupComponent",
18035                   /* Max */
18036                   "\027\000\000\000\001",
18037                   0,
18038               };
18039               
18040 mike  1.1.2.1 static SourceReference
18041               _CIM_ProductServiceComponent_GroupComponent =
18042               {
18043                   /* flags */
18044                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
18045                   /* name */
18046                   "GroupComponent",
18047                   /* qualifiers */
18048                   _CIM_ProductServiceComponent_GroupComponent_qualifiers,
18049                   /* subscript */
18050                   -1,
18051 mike  1.1.2.2     /* refId */
18052 mike  1.1.2.1     &__root_PG_InterOp_CIM_Product,
18053               };
18054               
18055               static const char*
18056               _CIM_ProductServiceComponent_PartComponent_qualifiers[] =
18057               {
18058                   /* Override */
18059                   "\044PartComponent",
18060                   0,
18061               };
18062               
18063               static SourceReference
18064               _CIM_ProductServiceComponent_PartComponent =
18065               {
18066                   /* flags */
18067                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18068                   /* name */
18069                   "PartComponent",
18070                   /* qualifiers */
18071                   _CIM_ProductServiceComponent_PartComponent_qualifiers,
18072                   /* subscript */
18073 mike  1.1.2.1     -1,
18074 mike  1.1.2.2     /* refId */
18075 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
18076               };
18077               
18078               static SourceFeature*
18079               _CIM_ProductServiceComponent_features[] =
18080               {
18081                   (SourceFeature*)&_CIM_ProductServiceComponent_GroupComponent,
18082                   (SourceFeature*)&_CIM_ProductServiceComponent_PartComponent,
18083                   0,
18084               };
18085               
18086               static const char*
18087               __root_PG_InterOp_CIM_ProductServiceComponent_qualifiers[] =
18088               {
18089                   /* UMLPackagePath */
18090                   "\057CIM::Core::ProductFRU",
18091                   /* Version */
18092                   "\0632.7.0",
18093                   0,
18094               };
18095               
18096 mike  1.1.2.1 SourceClass
18097               __root_PG_InterOp_CIM_ProductServiceComponent =
18098               {
18099                   /* flags */
18100                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
18101                   /* name */
18102                   "CIM_ProductServiceComponent",
18103                   /* qualifiers */
18104                   __root_PG_InterOp_CIM_ProductServiceComponent_qualifiers,
18105 mike  1.1.2.2     /* super */
18106 mike  1.1.2.1     &__root_PG_InterOp_CIM_Component,
18107                   /* features */
18108                   _CIM_ProductServiceComponent_features,
18109               };
18110               
18111               //==============================================================================
18112               //
18113               // Class: CIM_ProtocolEndpoint
18114               //
18115               //==============================================================================
18116               
18117               static const char*
18118               _CIM_ProtocolEndpoint_Description_qualifiers[] =
18119               {
18120                   /* Override */
18121                   "\044Description",
18122                   /* MappingStrings */
18123                   "\026\000\001MIB.IETF|IF-MIB.ifDescr\000",
18124                   0,
18125               };
18126               
18127 mike  1.1.2.1 static SourceProperty
18128               _CIM_ProtocolEndpoint_Description =
18129               {
18130                   /* flags */
18131                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18132                   /* name */
18133                   "Description",
18134                   /* qualifiers */
18135                   _CIM_ProtocolEndpoint_Description_qualifiers,
18136                   /* type */
18137                   CIMTYPE_STRING,
18138                   /* subscript */
18139                   -1,
18140                   /* value */
18141                   0,
18142               };
18143               
18144               static const char*
18145               _CIM_ProtocolEndpoint_OperationalStatus_qualifiers[] =
18146               {
18147                   /* Override */
18148 mike  1.1.2.1     "\044OperationalStatus",
18149                   /* MappingStrings */
18150                   "\026\000\001MIB.IETF|IF-MIB.ifOperStatus\000",
18151                   0,
18152               };
18153               
18154               static SourceProperty
18155               _CIM_ProtocolEndpoint_OperationalStatus =
18156               {
18157                   /* flags */
18158                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18159                   /* name */
18160                   "OperationalStatus",
18161                   /* qualifiers */
18162                   _CIM_ProtocolEndpoint_OperationalStatus_qualifiers,
18163                   /* type */
18164                   CIMTYPE_UINT16,
18165                   /* subscript */
18166                   0,
18167                   /* value */
18168                   0,
18169 mike  1.1.2.1 };
18170               
18171               static const char*
18172               _CIM_ProtocolEndpoint_EnabledState_qualifiers[] =
18173               {
18174                   /* Override */
18175                   "\044EnabledState",
18176                   /* MappingStrings */
18177                   "\026\000\001MIB.IETF|IF-MIB.ifAdminStatus\000",
18178                   0,
18179               };
18180               
18181               static SourceProperty
18182               _CIM_ProtocolEndpoint_EnabledState =
18183               {
18184                   /* flags */
18185                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18186                   /* name */
18187                   "EnabledState",
18188                   /* qualifiers */
18189                   _CIM_ProtocolEndpoint_EnabledState_qualifiers,
18190 mike  1.1.2.1     /* type */
18191                   CIMTYPE_UINT16,
18192                   /* subscript */
18193                   -1,
18194                   /* value */
18195                   0,
18196               };
18197               
18198               static const char*
18199               _CIM_ProtocolEndpoint_TimeOfLastStateChange_qualifiers[] =
18200               {
18201                   /* Override */
18202                   "\044TimeOfLastStateChange",
18203                   /* MappingStrings */
18204                   "\026\000\001MIB.IETF|IF-MIB.ifLastChange\000",
18205                   0,
18206               };
18207               
18208               static SourceProperty
18209               _CIM_ProtocolEndpoint_TimeOfLastStateChange =
18210               {
18211 mike  1.1.2.1     /* flags */
18212                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18213                   /* name */
18214                   "TimeOfLastStateChange",
18215                   /* qualifiers */
18216                   _CIM_ProtocolEndpoint_TimeOfLastStateChange_qualifiers,
18217                   /* type */
18218                   CIMTYPE_DATETIME,
18219                   /* subscript */
18220                   -1,
18221                   /* value */
18222                   0,
18223               };
18224               
18225               static const char*
18226               _CIM_ProtocolEndpoint_Name_qualifiers[] =
18227               {
18228                   /* Override */
18229                   "\044Name",
18230                   /* MaxLen */
18231                   "\030\000\000\001\000",
18232 mike  1.1.2.1     0,
18233               };
18234               
18235               static SourceProperty
18236               _CIM_ProtocolEndpoint_Name =
18237               {
18238                   /* flags */
18239                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18240                   /* name */
18241                   "Name",
18242                   /* qualifiers */
18243                   _CIM_ProtocolEndpoint_Name_qualifiers,
18244                   /* type */
18245                   CIMTYPE_STRING,
18246                   /* subscript */
18247                   -1,
18248                   /* value */
18249                   0,
18250               };
18251               
18252               static const char*
18253 mike  1.1.2.1 _CIM_ProtocolEndpoint_NameFormat_qualifiers[] =
18254               {
18255                   /* MaxLen */
18256                   "\030\000\000\001\000",
18257                   0,
18258               };
18259               
18260               static SourceProperty
18261               _CIM_ProtocolEndpoint_NameFormat =
18262               {
18263                   /* flags */
18264                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18265                   /* name */
18266                   "NameFormat",
18267                   /* qualifiers */
18268                   _CIM_ProtocolEndpoint_NameFormat_qualifiers,
18269                   /* type */
18270                   CIMTYPE_STRING,
18271                   /* subscript */
18272                   -1,
18273                   /* value */
18274 mike  1.1.2.1     0,
18275               };
18276               
18277               static const char*
18278               _CIM_ProtocolEndpoint_ProtocolType_qualifiers[] =
18279               {
18280                   /* Deprecated */
18281                   "\013\000\001CIM_ProtocolEndpoint.ProtocolIFType\000",
18282                   /* ValueMap */
18283                   "\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",
18284                   /* Values */
18285                   "\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",
18286                   /* ModelCorrespondence */
18287                   "\036\000\001CIM_ProtocolEndpoint.OtherTypeDescription\000",
18288                   0,
18289               };
18290               
18291               static SourceProperty
18292               _CIM_ProtocolEndpoint_ProtocolType =
18293               {
18294                   /* flags */
18295 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18296                   /* name */
18297                   "ProtocolType",
18298                   /* qualifiers */
18299                   _CIM_ProtocolEndpoint_ProtocolType_qualifiers,
18300                   /* type */
18301                   CIMTYPE_UINT16,
18302                   /* subscript */
18303                   -1,
18304                   /* value */
18305                   0,
18306               };
18307               
18308               static const char*
18309               _CIM_ProtocolEndpoint_ProtocolIFType_qualifiers[] =
18310               {
18311                   /* ValueMap */
18312                   "\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",
18313                   /* Values */
18314                   "\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",
18315                   /* MappingStrings */
18316 mike  1.1.2.1     "\026\000\001MIB.IETF|IF-MIB.ifType\000",
18317                   /* ModelCorrespondence */
18318                   "\036\000\001CIM_ProtocolEndpoint.OtherTypeDescription\000",
18319                   0,
18320               };
18321               
18322               static SourceProperty
18323               _CIM_ProtocolEndpoint_ProtocolIFType =
18324               {
18325                   /* flags */
18326                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18327                   /* name */
18328                   "ProtocolIFType",
18329                   /* qualifiers */
18330                   _CIM_ProtocolEndpoint_ProtocolIFType_qualifiers,
18331                   /* type */
18332                   CIMTYPE_UINT16,
18333                   /* subscript */
18334                   -1,
18335                   /* value */
18336                   0,
18337 mike  1.1.2.1 };
18338               
18339               static const char*
18340               _CIM_ProtocolEndpoint_OtherTypeDescription_qualifiers[] =
18341               {
18342                   /* MaxLen */
18343                   "\030\000\000\000\100",
18344                   /* ModelCorrespondence */
18345                   "\036\000\002CIM_ProtocolEndpoint.ProtocolType\000CIM_ProtocolEndpoint.ProtocolIFType\000",
18346                   0,
18347               };
18348               
18349               static SourceProperty
18350               _CIM_ProtocolEndpoint_OtherTypeDescription =
18351               {
18352                   /* flags */
18353                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18354                   /* name */
18355                   "OtherTypeDescription",
18356                   /* qualifiers */
18357                   _CIM_ProtocolEndpoint_OtherTypeDescription_qualifiers,
18358 mike  1.1.2.1     /* type */
18359                   CIMTYPE_STRING,
18360                   /* subscript */
18361                   -1,
18362                   /* value */
18363                   0,
18364               };
18365               
18366               static SourceFeature*
18367               _CIM_ProtocolEndpoint_features[] =
18368               {
18369                   (SourceFeature*)&_CIM_ProtocolEndpoint_Description,
18370                   (SourceFeature*)&_CIM_ProtocolEndpoint_OperationalStatus,
18371                   (SourceFeature*)&_CIM_ProtocolEndpoint_EnabledState,
18372                   (SourceFeature*)&_CIM_ProtocolEndpoint_TimeOfLastStateChange,
18373                   (SourceFeature*)&_CIM_ProtocolEndpoint_Name,
18374                   (SourceFeature*)&_CIM_ProtocolEndpoint_NameFormat,
18375                   (SourceFeature*)&_CIM_ProtocolEndpoint_ProtocolType,
18376                   (SourceFeature*)&_CIM_ProtocolEndpoint_ProtocolIFType,
18377                   (SourceFeature*)&_CIM_ProtocolEndpoint_OtherTypeDescription,
18378                   0,
18379 mike  1.1.2.1 };
18380               
18381               static const char*
18382               __root_PG_InterOp_CIM_ProtocolEndpoint_qualifiers[] =
18383               {
18384                   /* UMLPackagePath */
18385                   "\057CIM::Core::Service",
18386                   /* Version */
18387                   "\0632.8.0",
18388                   0,
18389               };
18390               
18391               SourceClass
18392               __root_PG_InterOp_CIM_ProtocolEndpoint =
18393               {
18394                   /* flags */
18395                   PEGASUS_FLAG_CLASS,
18396                   /* name */
18397                   "CIM_ProtocolEndpoint",
18398                   /* qualifiers */
18399                   __root_PG_InterOp_CIM_ProtocolEndpoint_qualifiers,
18400 mike  1.1.2.2     /* super */
18401 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
18402                   /* features */
18403                   _CIM_ProtocolEndpoint_features,
18404               };
18405               
18406               //==============================================================================
18407               //
18408               // Class: CIM_ProvidesServiceToElement
18409               //
18410               //==============================================================================
18411               
18412               static const char*
18413               _CIM_ProvidesServiceToElement_Antecedent_qualifiers[] =
18414               {
18415                   /* Deprecated */
18416                   "\013\000\001CIM_ServiceAvailableToElement.ServiceProvided\000",
18417                   /* Override */
18418                   "\044Antecedent",
18419                   0,
18420               };
18421               
18422 mike  1.1.2.1 static SourceReference
18423               _CIM_ProvidesServiceToElement_Antecedent =
18424               {
18425                   /* flags */
18426                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18427                   /* name */
18428                   "Antecedent",
18429                   /* qualifiers */
18430                   _CIM_ProvidesServiceToElement_Antecedent_qualifiers,
18431                   /* subscript */
18432                   -1,
18433 mike  1.1.2.2     /* refId */
18434 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
18435               };
18436               
18437               static const char*
18438               _CIM_ProvidesServiceToElement_Dependent_qualifiers[] =
18439               {
18440                   /* Deprecated */
18441                   "\013\000\001CIM_ServiceAvailableToElement.UserOfService\000",
18442                   /* Override */
18443                   "\044Dependent",
18444                   0,
18445               };
18446               
18447               static SourceReference
18448               _CIM_ProvidesServiceToElement_Dependent =
18449               {
18450                   /* flags */
18451                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18452                   /* name */
18453                   "Dependent",
18454                   /* qualifiers */
18455 mike  1.1.2.1     _CIM_ProvidesServiceToElement_Dependent_qualifiers,
18456                   /* subscript */
18457                   -1,
18458 mike  1.1.2.2     /* refId */
18459 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
18460               };
18461               
18462               static SourceFeature*
18463               _CIM_ProvidesServiceToElement_features[] =
18464               {
18465                   (SourceFeature*)&_CIM_ProvidesServiceToElement_Antecedent,
18466                   (SourceFeature*)&_CIM_ProvidesServiceToElement_Dependent,
18467                   0,
18468               };
18469               
18470               static const char*
18471               __root_PG_InterOp_CIM_ProvidesServiceToElement_qualifiers[] =
18472               {
18473                   /* Deprecated */
18474                   "\013\000\001CIM_ServiceAvailableToElement\000",
18475                   /* UMLPackagePath */
18476                   "\057CIM::Core::Service",
18477                   /* Version */
18478                   "\0632.10.0",
18479                   0,
18480 mike  1.1.2.1 };
18481               
18482               SourceClass
18483               __root_PG_InterOp_CIM_ProvidesServiceToElement =
18484               {
18485                   /* flags */
18486                   PEGASUS_FLAG_ASSOCIATION,
18487                   /* name */
18488                   "CIM_ProvidesServiceToElement",
18489                   /* qualifiers */
18490                   __root_PG_InterOp_CIM_ProvidesServiceToElement_qualifiers,
18491 mike  1.1.2.2     /* super */
18492 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
18493                   /* features */
18494                   _CIM_ProvidesServiceToElement_features,
18495               };
18496               
18497               //==============================================================================
18498               //
18499               // Class: CIM_RemoteServiceAccessPoint
18500               //
18501               //==============================================================================
18502               
18503               static const char*
18504               _CIM_RemoteServiceAccessPoint_AccessInfo_qualifiers[] =
18505               {
18506                   /* ModelCorrespondence */
18507                   "\036\000\001CIM_RemoteServiceAccessPoint.InfoFormat\000",
18508                   0,
18509               };
18510               
18511               static SourceProperty
18512               _CIM_RemoteServiceAccessPoint_AccessInfo =
18513 mike  1.1.2.1 {
18514                   /* flags */
18515                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18516                   /* name */
18517                   "AccessInfo",
18518                   /* qualifiers */
18519                   _CIM_RemoteServiceAccessPoint_AccessInfo_qualifiers,
18520                   /* type */
18521                   CIMTYPE_STRING,
18522                   /* subscript */
18523                   -1,
18524                   /* value */
18525                   0,
18526               };
18527               
18528               static const char*
18529               _CIM_RemoteServiceAccessPoint_InfoFormat_qualifiers[] =
18530               {
18531                   /* ValueMap */
18532                   "\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",
18533                   /* Values */
18534 mike  1.1.2.1     "\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",
18535                   /* ModelCorrespondence */
18536                   "\036\000\001CIM_RemoteServiceAccessPoint.OtherInfoFormatDescription\000",
18537                   0,
18538               };
18539               
18540               static SourceProperty
18541               _CIM_RemoteServiceAccessPoint_InfoFormat =
18542               {
18543                   /* flags */
18544                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18545                   /* name */
18546                   "InfoFormat",
18547                   /* qualifiers */
18548                   _CIM_RemoteServiceAccessPoint_InfoFormat_qualifiers,
18549                   /* type */
18550                   CIMTYPE_UINT16,
18551                   /* subscript */
18552                   -1,
18553                   /* value */
18554                   0,
18555 mike  1.1.2.1 };
18556               
18557               static const char*
18558               _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription_qualifiers[] =
18559               {
18560                   /* ModelCorrespondence */
18561                   "\036\000\001CIM_RemoteServiceAccessPoint.InfoFormat\000",
18562                   0,
18563               };
18564               
18565               static SourceProperty
18566               _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription =
18567               {
18568                   /* flags */
18569                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18570                   /* name */
18571                   "OtherInfoFormatDescription",
18572                   /* qualifiers */
18573                   _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription_qualifiers,
18574                   /* type */
18575                   CIMTYPE_STRING,
18576 mike  1.1.2.1     /* subscript */
18577                   -1,
18578                   /* value */
18579                   0,
18580               };
18581               
18582               static SourceFeature*
18583               _CIM_RemoteServiceAccessPoint_features[] =
18584               {
18585                   (SourceFeature*)&_CIM_RemoteServiceAccessPoint_AccessInfo,
18586                   (SourceFeature*)&_CIM_RemoteServiceAccessPoint_InfoFormat,
18587                   (SourceFeature*)&_CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription,
18588                   0,
18589               };
18590               
18591               static const char*
18592               __root_PG_InterOp_CIM_RemoteServiceAccessPoint_qualifiers[] =
18593               {
18594                   /* UMLPackagePath */
18595                   "\057CIM::Core::Service",
18596                   /* Version */
18597 mike  1.1.2.1     "\0632.10.0",
18598                   0,
18599               };
18600               
18601               SourceClass
18602               __root_PG_InterOp_CIM_RemoteServiceAccessPoint =
18603               {
18604                   /* flags */
18605                   PEGASUS_FLAG_CLASS,
18606                   /* name */
18607                   "CIM_RemoteServiceAccessPoint",
18608                   /* qualifiers */
18609                   __root_PG_InterOp_CIM_RemoteServiceAccessPoint_qualifiers,
18610 mike  1.1.2.2     /* super */
18611 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
18612                   /* features */
18613                   _CIM_RemoteServiceAccessPoint_features,
18614               };
18615               
18616               //==============================================================================
18617               //
18618               // Class: CIM_SAPAvailableForElement
18619               //
18620               //==============================================================================
18621               
18622               static const char*
18623               _CIM_SAPAvailableForElement_AvailableSAP_qualifiers[] =
18624               {
18625                   0,
18626               };
18627               
18628               static SourceReference
18629               _CIM_SAPAvailableForElement_AvailableSAP =
18630               {
18631                   /* flags */
18632 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
18633                   /* name */
18634                   "AvailableSAP",
18635                   /* qualifiers */
18636                   _CIM_SAPAvailableForElement_AvailableSAP_qualifiers,
18637                   /* subscript */
18638                   -1,
18639 mike  1.1.2.2     /* refId */
18640 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
18641               };
18642               
18643               static const char*
18644               _CIM_SAPAvailableForElement_ManagedElement_qualifiers[] =
18645               {
18646                   0,
18647               };
18648               
18649               static SourceReference
18650               _CIM_SAPAvailableForElement_ManagedElement =
18651               {
18652                   /* flags */
18653                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
18654                   /* name */
18655                   "ManagedElement",
18656                   /* qualifiers */
18657                   _CIM_SAPAvailableForElement_ManagedElement_qualifiers,
18658                   /* subscript */
18659                   -1,
18660 mike  1.1.2.2     /* refId */
18661 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
18662               };
18663               
18664               static SourceFeature*
18665               _CIM_SAPAvailableForElement_features[] =
18666               {
18667                   (SourceFeature*)&_CIM_SAPAvailableForElement_AvailableSAP,
18668                   (SourceFeature*)&_CIM_SAPAvailableForElement_ManagedElement,
18669                   0,
18670               };
18671               
18672               static const char*
18673               __root_PG_InterOp_CIM_SAPAvailableForElement_qualifiers[] =
18674               {
18675                   /* UMLPackagePath */
18676                   "\057CIM::Core::Service",
18677                   /* Version */
18678                   "\0632.10.0",
18679                   0,
18680               };
18681               
18682 mike  1.1.2.1 SourceClass
18683               __root_PG_InterOp_CIM_SAPAvailableForElement =
18684               {
18685                   /* flags */
18686                   PEGASUS_FLAG_ASSOCIATION,
18687                   /* name */
18688                   "CIM_SAPAvailableForElement",
18689                   /* qualifiers */
18690                   __root_PG_InterOp_CIM_SAPAvailableForElement_qualifiers,
18691 mike  1.1.2.2     /* super */
18692 mike  1.1.2.1     0,
18693                   /* features */
18694                   _CIM_SAPAvailableForElement_features,
18695               };
18696               
18697               //==============================================================================
18698               //
18699               // Class: CIM_SAPSAPDependency
18700               //
18701               //==============================================================================
18702               
18703               static const char*
18704               _CIM_SAPSAPDependency_Antecedent_qualifiers[] =
18705               {
18706                   /* Override */
18707                   "\044Antecedent",
18708                   0,
18709               };
18710               
18711               static SourceReference
18712               _CIM_SAPSAPDependency_Antecedent =
18713 mike  1.1.2.1 {
18714                   /* flags */
18715                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18716                   /* name */
18717                   "Antecedent",
18718                   /* qualifiers */
18719                   _CIM_SAPSAPDependency_Antecedent_qualifiers,
18720                   /* subscript */
18721                   -1,
18722 mike  1.1.2.2     /* refId */
18723 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
18724               };
18725               
18726               static const char*
18727               _CIM_SAPSAPDependency_Dependent_qualifiers[] =
18728               {
18729                   /* Override */
18730                   "\044Dependent",
18731                   0,
18732               };
18733               
18734               static SourceReference
18735               _CIM_SAPSAPDependency_Dependent =
18736               {
18737                   /* flags */
18738                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18739                   /* name */
18740                   "Dependent",
18741                   /* qualifiers */
18742                   _CIM_SAPSAPDependency_Dependent_qualifiers,
18743                   /* subscript */
18744 mike  1.1.2.1     -1,
18745 mike  1.1.2.2     /* refId */
18746 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
18747               };
18748               
18749               static SourceFeature*
18750               _CIM_SAPSAPDependency_features[] =
18751               {
18752                   (SourceFeature*)&_CIM_SAPSAPDependency_Antecedent,
18753                   (SourceFeature*)&_CIM_SAPSAPDependency_Dependent,
18754                   0,
18755               };
18756               
18757               static const char*
18758               __root_PG_InterOp_CIM_SAPSAPDependency_qualifiers[] =
18759               {
18760                   /* UMLPackagePath */
18761                   "\057CIM::Core::Service",
18762                   /* Version */
18763                   "\0632.10.0",
18764                   0,
18765               };
18766               
18767 mike  1.1.2.1 SourceClass
18768               __root_PG_InterOp_CIM_SAPSAPDependency =
18769               {
18770                   /* flags */
18771                   PEGASUS_FLAG_ASSOCIATION,
18772                   /* name */
18773                   "CIM_SAPSAPDependency",
18774                   /* qualifiers */
18775                   __root_PG_InterOp_CIM_SAPSAPDependency_qualifiers,
18776 mike  1.1.2.2     /* super */
18777 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
18778                   /* features */
18779                   _CIM_SAPSAPDependency_features,
18780               };
18781               
18782               //==============================================================================
18783               //
18784               // Class: CIM_SAPStatistics
18785               //
18786               //==============================================================================
18787               
18788               static const char*
18789               _CIM_SAPStatistics_Stats_qualifiers[] =
18790               {
18791                   /* Override */
18792                   "\044Stats",
18793                   0,
18794               };
18795               
18796               static SourceReference
18797               _CIM_SAPStatistics_Stats =
18798 mike  1.1.2.1 {
18799                   /* flags */
18800                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
18801                   /* name */
18802                   "Stats",
18803                   /* qualifiers */
18804                   _CIM_SAPStatistics_Stats_qualifiers,
18805                   /* subscript */
18806                   -1,
18807 mike  1.1.2.2     /* refId */
18808 mike  1.1.2.1     &__root_PG_InterOp_CIM_SAPStatisticalInformation,
18809               };
18810               
18811               static const char*
18812               _CIM_SAPStatistics_Element_qualifiers[] =
18813               {
18814                   /* Override */
18815                   "\044Element",
18816                   /* Min */
18817                   "\033\000\000\000\001",
18818                   /* Max */
18819                   "\027\000\000\000\001",
18820                   0,
18821               };
18822               
18823               static SourceReference
18824               _CIM_SAPStatistics_Element =
18825               {
18826                   /* flags */
18827                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18828                   /* name */
18829 mike  1.1.2.1     "Element",
18830                   /* qualifiers */
18831                   _CIM_SAPStatistics_Element_qualifiers,
18832                   /* subscript */
18833                   -1,
18834 mike  1.1.2.2     /* refId */
18835 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
18836               };
18837               
18838               static SourceFeature*
18839               _CIM_SAPStatistics_features[] =
18840               {
18841                   (SourceFeature*)&_CIM_SAPStatistics_Stats,
18842                   (SourceFeature*)&_CIM_SAPStatistics_Element,
18843                   0,
18844               };
18845               
18846               static const char*
18847               __root_PG_InterOp_CIM_SAPStatistics_qualifiers[] =
18848               {
18849                   /* UMLPackagePath */
18850                   "\057CIM::Core::Statistics",
18851                   /* Version */
18852                   "\0632.6.0",
18853                   0,
18854               };
18855               
18856 mike  1.1.2.1 SourceClass
18857               __root_PG_InterOp_CIM_SAPStatistics =
18858               {
18859                   /* flags */
18860                   PEGASUS_FLAG_ASSOCIATION,
18861                   /* name */
18862                   "CIM_SAPStatistics",
18863                   /* qualifiers */
18864                   __root_PG_InterOp_CIM_SAPStatistics_qualifiers,
18865 mike  1.1.2.2     /* super */
18866 mike  1.1.2.1     &__root_PG_InterOp_CIM_Statistics,
18867                   /* features */
18868                   _CIM_SAPStatistics_features,
18869               };
18870               
18871               //==============================================================================
18872               //
18873               // Class: CIM_ServiceAccessBySAP
18874               //
18875               //==============================================================================
18876               
18877               static const char*
18878               _CIM_ServiceAccessBySAP_Antecedent_qualifiers[] =
18879               {
18880                   /* Override */
18881                   "\044Antecedent",
18882                   0,
18883               };
18884               
18885               static SourceReference
18886               _CIM_ServiceAccessBySAP_Antecedent =
18887 mike  1.1.2.1 {
18888                   /* flags */
18889                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18890                   /* name */
18891                   "Antecedent",
18892                   /* qualifiers */
18893                   _CIM_ServiceAccessBySAP_Antecedent_qualifiers,
18894                   /* subscript */
18895                   -1,
18896 mike  1.1.2.2     /* refId */
18897 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
18898               };
18899               
18900               static const char*
18901               _CIM_ServiceAccessBySAP_Dependent_qualifiers[] =
18902               {
18903                   /* Override */
18904                   "\044Dependent",
18905                   0,
18906               };
18907               
18908               static SourceReference
18909               _CIM_ServiceAccessBySAP_Dependent =
18910               {
18911                   /* flags */
18912                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18913                   /* name */
18914                   "Dependent",
18915                   /* qualifiers */
18916                   _CIM_ServiceAccessBySAP_Dependent_qualifiers,
18917                   /* subscript */
18918 mike  1.1.2.1     -1,
18919 mike  1.1.2.2     /* refId */
18920 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
18921               };
18922               
18923               static SourceFeature*
18924               _CIM_ServiceAccessBySAP_features[] =
18925               {
18926                   (SourceFeature*)&_CIM_ServiceAccessBySAP_Antecedent,
18927                   (SourceFeature*)&_CIM_ServiceAccessBySAP_Dependent,
18928                   0,
18929               };
18930               
18931               static const char*
18932               __root_PG_InterOp_CIM_ServiceAccessBySAP_qualifiers[] =
18933               {
18934                   /* UMLPackagePath */
18935                   "\057CIM::Core::Service",
18936                   /* Version */
18937                   "\0632.10.0",
18938                   0,
18939               };
18940               
18941 mike  1.1.2.1 SourceClass
18942               __root_PG_InterOp_CIM_ServiceAccessBySAP =
18943               {
18944                   /* flags */
18945                   PEGASUS_FLAG_ASSOCIATION,
18946                   /* name */
18947                   "CIM_ServiceAccessBySAP",
18948                   /* qualifiers */
18949                   __root_PG_InterOp_CIM_ServiceAccessBySAP_qualifiers,
18950 mike  1.1.2.2     /* super */
18951 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
18952                   /* features */
18953                   _CIM_ServiceAccessBySAP_features,
18954               };
18955               
18956               //==============================================================================
18957               //
18958               // Class: CIM_ServiceServiceDependency
18959               //
18960               //==============================================================================
18961               
18962               static const char*
18963               _CIM_ServiceServiceDependency_Antecedent_qualifiers[] =
18964               {
18965                   /* Override */
18966                   "\044Antecedent",
18967                   0,
18968               };
18969               
18970               static SourceReference
18971               _CIM_ServiceServiceDependency_Antecedent =
18972 mike  1.1.2.1 {
18973                   /* flags */
18974                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18975                   /* name */
18976                   "Antecedent",
18977                   /* qualifiers */
18978                   _CIM_ServiceServiceDependency_Antecedent_qualifiers,
18979                   /* subscript */
18980                   -1,
18981 mike  1.1.2.2     /* refId */
18982 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
18983               };
18984               
18985               static const char*
18986               _CIM_ServiceServiceDependency_Dependent_qualifiers[] =
18987               {
18988                   /* Override */
18989                   "\044Dependent",
18990                   0,
18991               };
18992               
18993               static SourceReference
18994               _CIM_ServiceServiceDependency_Dependent =
18995               {
18996                   /* flags */
18997                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18998                   /* name */
18999                   "Dependent",
19000                   /* qualifiers */
19001                   _CIM_ServiceServiceDependency_Dependent_qualifiers,
19002                   /* subscript */
19003 mike  1.1.2.1     -1,
19004 mike  1.1.2.2     /* refId */
19005 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
19006               };
19007               
19008               static const char*
19009               _CIM_ServiceServiceDependency_TypeOfDependency_qualifiers[] =
19010               {
19011                   /* ValueMap */
19012                   "\061\000\0050\0001\0002\0003\0004\000",
19013                   /* Values */
19014                   "\062\000\005Unknown\000Other\000Service Must Have Completed\000Service Must Be Started\000Service Must Not Be Started\000",
19015                   0,
19016               };
19017               
19018               static SourceProperty
19019               _CIM_ServiceServiceDependency_TypeOfDependency =
19020               {
19021                   /* flags */
19022                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19023                   /* name */
19024                   "TypeOfDependency",
19025                   /* qualifiers */
19026 mike  1.1.2.1     _CIM_ServiceServiceDependency_TypeOfDependency_qualifiers,
19027                   /* type */
19028                   CIMTYPE_UINT16,
19029                   /* subscript */
19030                   -1,
19031                   /* value */
19032                   0,
19033               };
19034               
19035               static const char*
19036               _CIM_ServiceServiceDependency_RestartService_qualifiers[] =
19037               {
19038                   0,
19039               };
19040               
19041               static SourceProperty
19042               _CIM_ServiceServiceDependency_RestartService =
19043               {
19044                   /* flags */
19045                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19046                   /* name */
19047 mike  1.1.2.1     "RestartService",
19048                   /* qualifiers */
19049                   _CIM_ServiceServiceDependency_RestartService_qualifiers,
19050                   /* type */
19051                   CIMTYPE_BOOLEAN,
19052                   /* subscript */
19053                   -1,
19054                   /* value */
19055                   0,
19056               };
19057               
19058               static SourceFeature*
19059               _CIM_ServiceServiceDependency_features[] =
19060               {
19061                   (SourceFeature*)&_CIM_ServiceServiceDependency_Antecedent,
19062                   (SourceFeature*)&_CIM_ServiceServiceDependency_Dependent,
19063                   (SourceFeature*)&_CIM_ServiceServiceDependency_TypeOfDependency,
19064                   (SourceFeature*)&_CIM_ServiceServiceDependency_RestartService,
19065                   0,
19066               };
19067               
19068 mike  1.1.2.1 static const char*
19069               __root_PG_InterOp_CIM_ServiceServiceDependency_qualifiers[] =
19070               {
19071                   /* UMLPackagePath */
19072                   "\057CIM::Core::Service",
19073                   /* Version */
19074                   "\0632.10.0",
19075                   0,
19076               };
19077               
19078               SourceClass
19079               __root_PG_InterOp_CIM_ServiceServiceDependency =
19080               {
19081                   /* flags */
19082                   PEGASUS_FLAG_ASSOCIATION,
19083                   /* name */
19084                   "CIM_ServiceServiceDependency",
19085                   /* qualifiers */
19086                   __root_PG_InterOp_CIM_ServiceServiceDependency_qualifiers,
19087 mike  1.1.2.2     /* super */
19088 mike  1.1.2.1     &__root_PG_InterOp_CIM_ProvidesServiceToElement,
19089                   /* features */
19090                   _CIM_ServiceServiceDependency_features,
19091               };
19092               
19093               //==============================================================================
19094               //
19095               // Class: CIM_SettingForSystem
19096               //
19097               //==============================================================================
19098               
19099               static const char*
19100               _CIM_SettingForSystem_Antecedent_qualifiers[] =
19101               {
19102                   /* Override */
19103                   "\044Antecedent",
19104                   /* Min */
19105                   "\033\000\000\000\001",
19106                   /* Max */
19107                   "\027\000\000\000\001",
19108                   0,
19109 mike  1.1.2.1 };
19110               
19111               static SourceReference
19112               _CIM_SettingForSystem_Antecedent =
19113               {
19114                   /* flags */
19115                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
19116                   /* name */
19117                   "Antecedent",
19118                   /* qualifiers */
19119                   _CIM_SettingForSystem_Antecedent_qualifiers,
19120                   /* subscript */
19121                   -1,
19122 mike  1.1.2.2     /* refId */
19123 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
19124               };
19125               
19126               static const char*
19127               _CIM_SettingForSystem_Dependent_qualifiers[] =
19128               {
19129                   /* Override */
19130                   "\044Dependent",
19131                   0,
19132               };
19133               
19134               static SourceReference
19135               _CIM_SettingForSystem_Dependent =
19136               {
19137                   /* flags */
19138                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
19139                   /* name */
19140                   "Dependent",
19141                   /* qualifiers */
19142                   _CIM_SettingForSystem_Dependent_qualifiers,
19143                   /* subscript */
19144 mike  1.1.2.1     -1,
19145 mike  1.1.2.2     /* refId */
19146 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemSetting,
19147               };
19148               
19149               static SourceFeature*
19150               _CIM_SettingForSystem_features[] =
19151               {
19152                   (SourceFeature*)&_CIM_SettingForSystem_Antecedent,
19153                   (SourceFeature*)&_CIM_SettingForSystem_Dependent,
19154                   0,
19155               };
19156               
19157               static const char*
19158               __root_PG_InterOp_CIM_SettingForSystem_qualifiers[] =
19159               {
19160                   /* UMLPackagePath */
19161                   "\057CIM::Core::Settings",
19162                   /* Version */
19163                   "\0632.10.0",
19164                   0,
19165               };
19166               
19167 mike  1.1.2.1 SourceClass
19168               __root_PG_InterOp_CIM_SettingForSystem =
19169               {
19170                   /* flags */
19171                   PEGASUS_FLAG_ASSOCIATION,
19172                   /* name */
19173                   "CIM_SettingForSystem",
19174                   /* qualifiers */
19175                   __root_PG_InterOp_CIM_SettingForSystem_qualifiers,
19176 mike  1.1.2.2     /* super */
19177 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedDependency,
19178                   /* features */
19179                   _CIM_SettingForSystem_features,
19180               };
19181               
19182               //==============================================================================
19183               //
19184               // Class: CIM_ActiveConnection
19185               //
19186               //==============================================================================
19187               
19188               static const char*
19189               _CIM_ActiveConnection_Antecedent_qualifiers[] =
19190               {
19191                   /* Override */
19192                   "\044Antecedent",
19193                   0,
19194               };
19195               
19196               static SourceReference
19197               _CIM_ActiveConnection_Antecedent =
19198 mike  1.1.2.1 {
19199                   /* flags */
19200                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
19201                   /* name */
19202                   "Antecedent",
19203                   /* qualifiers */
19204                   _CIM_ActiveConnection_Antecedent_qualifiers,
19205                   /* subscript */
19206                   -1,
19207 mike  1.1.2.2     /* refId */
19208 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
19209               };
19210               
19211               static const char*
19212               _CIM_ActiveConnection_Dependent_qualifiers[] =
19213               {
19214                   /* Override */
19215                   "\044Dependent",
19216                   0,
19217               };
19218               
19219               static SourceReference
19220               _CIM_ActiveConnection_Dependent =
19221               {
19222                   /* flags */
19223                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
19224                   /* name */
19225                   "Dependent",
19226                   /* qualifiers */
19227                   _CIM_ActiveConnection_Dependent_qualifiers,
19228                   /* subscript */
19229 mike  1.1.2.1     -1,
19230 mike  1.1.2.2     /* refId */
19231 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
19232               };
19233               
19234               static const char*
19235               _CIM_ActiveConnection_TrafficType_qualifiers[] =
19236               {
19237                   /* Deprecated */
19238                   "\013\000\001No value\000",
19239                   /* ValueMap */
19240                   "\061\000\0060\0001\0002\0003\0004\0005\000",
19241                   /* Values */
19242                   "\062\000\006Unknown\000Other\000Unicast\000Broadcast\000Multicast\000Anycast\000",
19243                   /* ModelCorrespondence */
19244                   "\036\000\001CIM_ActiveConnection.OtherTrafficDescription\000",
19245                   0,
19246               };
19247               
19248               static SourceProperty
19249               _CIM_ActiveConnection_TrafficType =
19250               {
19251                   /* flags */
19252 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19253                   /* name */
19254                   "TrafficType",
19255                   /* qualifiers */
19256                   _CIM_ActiveConnection_TrafficType_qualifiers,
19257                   /* type */
19258                   CIMTYPE_UINT16,
19259                   /* subscript */
19260                   -1,
19261                   /* value */
19262                   0,
19263               };
19264               
19265               static const char*
19266               _CIM_ActiveConnection_OtherTrafficDescription_qualifiers[] =
19267               {
19268                   /* Deprecated */
19269                   "\013\000\001No value\000",
19270                   /* MaxLen */
19271                   "\030\000\000\000\100",
19272                   /* ModelCorrespondence */
19273 mike  1.1.2.1     "\036\000\001CIM_ActiveConnection.TrafficType\000",
19274                   0,
19275               };
19276               
19277               static SourceProperty
19278               _CIM_ActiveConnection_OtherTrafficDescription =
19279               {
19280                   /* flags */
19281                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19282                   /* name */
19283                   "OtherTrafficDescription",
19284                   /* qualifiers */
19285                   _CIM_ActiveConnection_OtherTrafficDescription_qualifiers,
19286                   /* type */
19287                   CIMTYPE_STRING,
19288                   /* subscript */
19289                   -1,
19290                   /* value */
19291                   0,
19292               };
19293               
19294 mike  1.1.2.1 static const char*
19295               _CIM_ActiveConnection_IsUnidirectional_qualifiers[] =
19296               {
19297                   0,
19298               };
19299               
19300               static SourceProperty
19301               _CIM_ActiveConnection_IsUnidirectional =
19302               {
19303                   /* flags */
19304                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19305                   /* name */
19306                   "IsUnidirectional",
19307                   /* qualifiers */
19308                   _CIM_ActiveConnection_IsUnidirectional_qualifiers,
19309                   /* type */
19310                   CIMTYPE_BOOLEAN,
19311                   /* subscript */
19312                   -1,
19313                   /* value */
19314                   0,
19315 mike  1.1.2.1 };
19316               
19317               static SourceFeature*
19318               _CIM_ActiveConnection_features[] =
19319               {
19320                   (SourceFeature*)&_CIM_ActiveConnection_Antecedent,
19321                   (SourceFeature*)&_CIM_ActiveConnection_Dependent,
19322                   (SourceFeature*)&_CIM_ActiveConnection_TrafficType,
19323                   (SourceFeature*)&_CIM_ActiveConnection_OtherTrafficDescription,
19324                   (SourceFeature*)&_CIM_ActiveConnection_IsUnidirectional,
19325                   0,
19326               };
19327               
19328               static const char*
19329               __root_PG_InterOp_CIM_ActiveConnection_qualifiers[] =
19330               {
19331                   /* UMLPackagePath */
19332                   "\057CIM::Core::Service",
19333                   /* Version */
19334                   "\0632.10.0",
19335                   0,
19336 mike  1.1.2.1 };
19337               
19338               SourceClass
19339               __root_PG_InterOp_CIM_ActiveConnection =
19340               {
19341                   /* flags */
19342                   PEGASUS_FLAG_ASSOCIATION,
19343                   /* name */
19344                   "CIM_ActiveConnection",
19345                   /* qualifiers */
19346                   __root_PG_InterOp_CIM_ActiveConnection_qualifiers,
19347 mike  1.1.2.2     /* super */
19348 mike  1.1.2.1     &__root_PG_InterOp_CIM_SAPSAPDependency,
19349                   /* features */
19350                   _CIM_ActiveConnection_features,
19351               };
19352               
19353               //==============================================================================
19354               //
19355               // Class: CIM_BindsTo
19356               //
19357               //==============================================================================
19358               
19359               static const char*
19360               _CIM_BindsTo_Antecedent_qualifiers[] =
19361               {
19362                   /* Override */
19363                   "\044Antecedent",
19364                   0,
19365               };
19366               
19367               static SourceReference
19368               _CIM_BindsTo_Antecedent =
19369 mike  1.1.2.1 {
19370                   /* flags */
19371                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
19372                   /* name */
19373                   "Antecedent",
19374                   /* qualifiers */
19375                   _CIM_BindsTo_Antecedent_qualifiers,
19376                   /* subscript */
19377                   -1,
19378 mike  1.1.2.2     /* refId */
19379 mike  1.1.2.1     &__root_PG_InterOp_CIM_ProtocolEndpoint,
19380               };
19381               
19382               static const char*
19383               _CIM_BindsTo_Dependent_qualifiers[] =
19384               {
19385                   /* Override */
19386                   "\044Dependent",
19387                   0,
19388               };
19389               
19390               static SourceReference
19391               _CIM_BindsTo_Dependent =
19392               {
19393                   /* flags */
19394                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
19395                   /* name */
19396                   "Dependent",
19397                   /* qualifiers */
19398                   _CIM_BindsTo_Dependent_qualifiers,
19399                   /* subscript */
19400 mike  1.1.2.1     -1,
19401 mike  1.1.2.2     /* refId */
19402 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
19403               };
19404               
19405               static SourceFeature*
19406               _CIM_BindsTo_features[] =
19407               {
19408                   (SourceFeature*)&_CIM_BindsTo_Antecedent,
19409                   (SourceFeature*)&_CIM_BindsTo_Dependent,
19410                   0,
19411               };
19412               
19413               static const char*
19414               __root_PG_InterOp_CIM_BindsTo_qualifiers[] =
19415               {
19416                   /* UMLPackagePath */
19417                   "\057CIM::Core::Service",
19418                   /* Version */
19419                   "\0632.10.0",
19420                   0,
19421               };
19422               
19423 mike  1.1.2.1 SourceClass
19424               __root_PG_InterOp_CIM_BindsTo =
19425               {
19426                   /* flags */
19427                   PEGASUS_FLAG_ASSOCIATION,
19428                   /* name */
19429                   "CIM_BindsTo",
19430                   /* qualifiers */
19431                   __root_PG_InterOp_CIM_BindsTo_qualifiers,
19432 mike  1.1.2.2     /* super */
19433 mike  1.1.2.1     &__root_PG_InterOp_CIM_SAPSAPDependency,
19434                   /* features */
19435                   _CIM_BindsTo_features,
19436               };
19437               
19438               //==============================================================================
19439               //
19440               // Class: CIM_ProvidesEndpoint
19441               //
19442               //==============================================================================
19443               
19444               static const char*
19445               _CIM_ProvidesEndpoint_Antecedent_qualifiers[] =
19446               {
19447                   /* Override */
19448                   "\044Antecedent",
19449                   0,
19450               };
19451               
19452               static SourceReference
19453               _CIM_ProvidesEndpoint_Antecedent =
19454 mike  1.1.2.1 {
19455                   /* flags */
19456                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
19457                   /* name */
19458                   "Antecedent",
19459                   /* qualifiers */
19460                   _CIM_ProvidesEndpoint_Antecedent_qualifiers,
19461                   /* subscript */
19462                   -1,
19463 mike  1.1.2.2     /* refId */
19464 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
19465               };
19466               
19467               static const char*
19468               _CIM_ProvidesEndpoint_Dependent_qualifiers[] =
19469               {
19470                   /* Override */
19471                   "\044Dependent",
19472                   0,
19473               };
19474               
19475               static SourceReference
19476               _CIM_ProvidesEndpoint_Dependent =
19477               {
19478                   /* flags */
19479                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
19480                   /* name */
19481                   "Dependent",
19482                   /* qualifiers */
19483                   _CIM_ProvidesEndpoint_Dependent_qualifiers,
19484                   /* subscript */
19485 mike  1.1.2.1     -1,
19486 mike  1.1.2.2     /* refId */
19487 mike  1.1.2.1     &__root_PG_InterOp_CIM_ProtocolEndpoint,
19488               };
19489               
19490               static SourceFeature*
19491               _CIM_ProvidesEndpoint_features[] =
19492               {
19493                   (SourceFeature*)&_CIM_ProvidesEndpoint_Antecedent,
19494                   (SourceFeature*)&_CIM_ProvidesEndpoint_Dependent,
19495                   0,
19496               };
19497               
19498               static const char*
19499               __root_PG_InterOp_CIM_ProvidesEndpoint_qualifiers[] =
19500               {
19501                   /* UMLPackagePath */
19502                   "\057CIM::Core::Service",
19503                   /* Version */
19504                   "\0632.10.0",
19505                   0,
19506               };
19507               
19508 mike  1.1.2.1 SourceClass
19509               __root_PG_InterOp_CIM_ProvidesEndpoint =
19510               {
19511                   /* flags */
19512                   PEGASUS_FLAG_ASSOCIATION,
19513                   /* name */
19514                   "CIM_ProvidesEndpoint",
19515                   /* qualifiers */
19516                   __root_PG_InterOp_CIM_ProvidesEndpoint_qualifiers,
19517 mike  1.1.2.2     /* super */
19518 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessBySAP,
19519                   /* features */
19520                   _CIM_ProvidesEndpoint_features,
19521               };
19522               
19523               //==============================================================================
19524               //
19525               // Class: CIM_RemotePort
19526               //
19527               //==============================================================================
19528               
19529               static const char*
19530               _CIM_RemotePort_PortInfo_qualifiers[] =
19531               {
19532                   /* ModelCorrespondence */
19533                   "\036\000\001CIM_RemotePort.PortProtocol\000",
19534                   0,
19535               };
19536               
19537               static SourceProperty
19538               _CIM_RemotePort_PortInfo =
19539 mike  1.1.2.1 {
19540                   /* flags */
19541                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19542                   /* name */
19543                   "PortInfo",
19544                   /* qualifiers */
19545                   _CIM_RemotePort_PortInfo_qualifiers,
19546                   /* type */
19547                   CIMTYPE_STRING,
19548                   /* subscript */
19549                   -1,
19550                   /* value */
19551                   0,
19552               };
19553               
19554               static const char*
19555               _CIM_RemotePort_PortProtocol_qualifiers[] =
19556               {
19557                   /* ValueMap */
19558                   "\061\000\0041\0002\0003\00032768..65535\000",
19559                   /* Values */
19560 mike  1.1.2.1     "\062\000\004Other\000TCP\000UDP\000Vendor Specific\000",
19561                   /* ModelCorrespondence */
19562                   "\036\000\001CIM_RemotePort.OtherProtocolDescription\000",
19563                   0,
19564               };
19565               
19566               static SourceProperty
19567               _CIM_RemotePort_PortProtocol =
19568               {
19569                   /* flags */
19570                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19571                   /* name */
19572                   "PortProtocol",
19573                   /* qualifiers */
19574                   _CIM_RemotePort_PortProtocol_qualifiers,
19575                   /* type */
19576                   CIMTYPE_UINT16,
19577                   /* subscript */
19578                   -1,
19579                   /* value */
19580                   0,
19581 mike  1.1.2.1 };
19582               
19583               static const char*
19584               _CIM_RemotePort_OtherProtocolDescription_qualifiers[] =
19585               {
19586                   /* ModelCorrespondence */
19587                   "\036\000\001CIM_RemotePort.PortProtocol\000",
19588                   0,
19589               };
19590               
19591               static SourceProperty
19592               _CIM_RemotePort_OtherProtocolDescription =
19593               {
19594                   /* flags */
19595                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19596                   /* name */
19597                   "OtherProtocolDescription",
19598                   /* qualifiers */
19599                   _CIM_RemotePort_OtherProtocolDescription_qualifiers,
19600                   /* type */
19601                   CIMTYPE_STRING,
19602 mike  1.1.2.1     /* subscript */
19603                   -1,
19604                   /* value */
19605                   0,
19606               };
19607               
19608               static SourceFeature*
19609               _CIM_RemotePort_features[] =
19610               {
19611                   (SourceFeature*)&_CIM_RemotePort_PortInfo,
19612                   (SourceFeature*)&_CIM_RemotePort_PortProtocol,
19613                   (SourceFeature*)&_CIM_RemotePort_OtherProtocolDescription,
19614                   0,
19615               };
19616               
19617               static const char*
19618               __root_PG_InterOp_CIM_RemotePort_qualifiers[] =
19619               {
19620                   /* UMLPackagePath */
19621                   "\057CIM::Core::Service",
19622                   /* Version */
19623 mike  1.1.2.1     "\0632.7.0",
19624                   0,
19625               };
19626               
19627               SourceClass
19628               __root_PG_InterOp_CIM_RemotePort =
19629               {
19630                   /* flags */
19631                   PEGASUS_FLAG_CLASS,
19632                   /* name */
19633                   "CIM_RemotePort",
19634                   /* qualifiers */
19635                   __root_PG_InterOp_CIM_RemotePort_qualifiers,
19636 mike  1.1.2.2     /* super */
19637 mike  1.1.2.1     &__root_PG_InterOp_CIM_RemoteServiceAccessPoint,
19638                   /* features */
19639                   _CIM_RemotePort_features,
19640               };
19641               
19642               //==============================================================================
19643               //
19644               // Class: CIM_Indication
19645               //
19646               //==============================================================================
19647               
19648               static const char*
19649               _CIM_Indication_IndicationIdentifier_qualifiers[] =
19650               {
19651                   /* MappingStrings */
19652                   "\026\000\001Recommendation.ITU|X733.Notification identifier\000",
19653                   0,
19654               };
19655               
19656               static SourceProperty
19657               _CIM_Indication_IndicationIdentifier =
19658 mike  1.1.2.1 {
19659                   /* flags */
19660                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19661                   /* name */
19662                   "IndicationIdentifier",
19663                   /* qualifiers */
19664                   _CIM_Indication_IndicationIdentifier_qualifiers,
19665                   /* type */
19666                   CIMTYPE_STRING,
19667                   /* subscript */
19668                   -1,
19669                   /* value */
19670                   0,
19671               };
19672               
19673               static const char*
19674               _CIM_Indication_CorrelatedIndications_qualifiers[] =
19675               {
19676                   /* MappingStrings */
19677                   "\026\000\001Recommendation.ITU|X733.Correlated notifications\000",
19678                   /* ModelCorrespondence */
19679 mike  1.1.2.1     "\036\000\001CIM_Indication.IndicationIdentifier\000",
19680                   0,
19681               };
19682               
19683               static SourceProperty
19684               _CIM_Indication_CorrelatedIndications =
19685               {
19686                   /* flags */
19687                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19688                   /* name */
19689                   "CorrelatedIndications",
19690                   /* qualifiers */
19691                   _CIM_Indication_CorrelatedIndications_qualifiers,
19692                   /* type */
19693                   CIMTYPE_STRING,
19694                   /* subscript */
19695                   0,
19696                   /* value */
19697                   0,
19698               };
19699               
19700 mike  1.1.2.1 static const char*
19701               _CIM_Indication_IndicationTime_qualifiers[] =
19702               {
19703                   0,
19704               };
19705               
19706               static SourceProperty
19707               _CIM_Indication_IndicationTime =
19708               {
19709                   /* flags */
19710                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19711                   /* name */
19712                   "IndicationTime",
19713                   /* qualifiers */
19714                   _CIM_Indication_IndicationTime_qualifiers,
19715                   /* type */
19716                   CIMTYPE_DATETIME,
19717                   /* subscript */
19718                   -1,
19719                   /* value */
19720                   0,
19721 mike  1.1.2.1 };
19722               
19723               static const char*
19724               _CIM_Indication_PerceivedSeverity_qualifiers[] =
19725               {
19726                   /* ValueMap */
19727                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
19728                   /* Values */
19729                   "\062\000\010Unknown\000Other\000Information\000Degraded/Warning\000Minor\000Major\000Critical\000Fatal/NonRecoverable\000",
19730                   /* MappingStrings */
19731                   "\026\000\001Recommendation.ITU|X733.Perceived severity\000",
19732                   0,
19733               };
19734               
19735               static SourceProperty
19736               _CIM_Indication_PerceivedSeverity =
19737               {
19738                   /* flags */
19739                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19740                   /* name */
19741                   "PerceivedSeverity",
19742 mike  1.1.2.1     /* qualifiers */
19743                   _CIM_Indication_PerceivedSeverity_qualifiers,
19744                   /* type */
19745                   CIMTYPE_UINT16,
19746                   /* subscript */
19747                   -1,
19748                   /* value */
19749                   0,
19750               };
19751               
19752               static const char*
19753               _CIM_Indication_OtherSeverity_qualifiers[] =
19754               {
19755                   /* ModelCorrespondence */
19756                   "\036\000\001CIM_AlertIndication.PerceivedSeverity\000",
19757                   0,
19758               };
19759               
19760               static SourceProperty
19761               _CIM_Indication_OtherSeverity =
19762               {
19763 mike  1.1.2.1     /* flags */
19764                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19765                   /* name */
19766                   "OtherSeverity",
19767                   /* qualifiers */
19768                   _CIM_Indication_OtherSeverity_qualifiers,
19769                   /* type */
19770                   CIMTYPE_STRING,
19771                   /* subscript */
19772                   -1,
19773                   /* value */
19774                   0,
19775               };
19776               
19777               static SourceFeature*
19778               _CIM_Indication_features[] =
19779               {
19780                   (SourceFeature*)&_CIM_Indication_IndicationIdentifier,
19781                   (SourceFeature*)&_CIM_Indication_CorrelatedIndications,
19782                   (SourceFeature*)&_CIM_Indication_IndicationTime,
19783                   (SourceFeature*)&_CIM_Indication_PerceivedSeverity,
19784 mike  1.1.2.1     (SourceFeature*)&_CIM_Indication_OtherSeverity,
19785                   0,
19786               };
19787               
19788               static const char*
19789               __root_PG_InterOp_CIM_Indication_qualifiers[] =
19790               {
19791                   /* UMLPackagePath */
19792                   "\057CIM::Event",
19793                   /* Version */
19794                   "\0632.7.0",
19795                   0,
19796               };
19797               
19798               SourceClass
19799               __root_PG_InterOp_CIM_Indication =
19800               {
19801                   /* flags */
19802                   PEGASUS_FLAG_INDICATION|PEGASUS_FLAG_ABSTRACT,
19803                   /* name */
19804                   "CIM_Indication",
19805 mike  1.1.2.1     /* qualifiers */
19806                   __root_PG_InterOp_CIM_Indication_qualifiers,
19807 mike  1.1.2.2     /* super */
19808 mike  1.1.2.1     0,
19809                   /* features */
19810                   _CIM_Indication_features,
19811               };
19812               
19813               //==============================================================================
19814               //
19815               // Class: CIM_ClassIndication
19816               //
19817               //==============================================================================
19818               
19819               static const char*
19820               _CIM_ClassIndication_ClassDefinition_qualifiers[] =
19821               {
19822                   0,
19823               };
19824               
19825               static SourceProperty
19826               _CIM_ClassIndication_ClassDefinition =
19827               {
19828                   /* flags */
19829 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
19830                   /* name */
19831                   "ClassDefinition",
19832                   /* qualifiers */
19833                   _CIM_ClassIndication_ClassDefinition_qualifiers,
19834                   /* type */
19835                   CIMTYPE_STRING,
19836                   /* subscript */
19837                   -1,
19838                   /* value */
19839                   0,
19840               };
19841               
19842               static SourceFeature*
19843               _CIM_ClassIndication_features[] =
19844               {
19845                   (SourceFeature*)&_CIM_ClassIndication_ClassDefinition,
19846                   0,
19847               };
19848               
19849               static const char*
19850 mike  1.1.2.1 __root_PG_InterOp_CIM_ClassIndication_qualifiers[] =
19851               {
19852                   /* UMLPackagePath */
19853                   "\057CIM::Event",
19854                   /* Version */
19855                   "\0632.6.0",
19856                   0,
19857               };
19858               
19859               SourceClass
19860               __root_PG_InterOp_CIM_ClassIndication =
19861               {
19862                   /* flags */
19863                   PEGASUS_FLAG_INDICATION|PEGASUS_FLAG_ABSTRACT,
19864                   /* name */
19865                   "CIM_ClassIndication",
19866                   /* qualifiers */
19867                   __root_PG_InterOp_CIM_ClassIndication_qualifiers,
19868 mike  1.1.2.2     /* super */
19869 mike  1.1.2.1     &__root_PG_InterOp_CIM_Indication,
19870                   /* features */
19871                   _CIM_ClassIndication_features,
19872               };
19873               
19874               //==============================================================================
19875               //
19876               // Class: CIM_ClassModification
19877               //
19878               //==============================================================================
19879               
19880               static const char*
19881               _CIM_ClassModification_PreviousClassDefinition_qualifiers[] =
19882               {
19883                   0,
19884               };
19885               
19886               static SourceProperty
19887               _CIM_ClassModification_PreviousClassDefinition =
19888               {
19889                   /* flags */
19890 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
19891                   /* name */
19892                   "PreviousClassDefinition",
19893                   /* qualifiers */
19894                   _CIM_ClassModification_PreviousClassDefinition_qualifiers,
19895                   /* type */
19896                   CIMTYPE_STRING,
19897                   /* subscript */
19898                   -1,
19899                   /* value */
19900                   0,
19901               };
19902               
19903               static SourceFeature*
19904               _CIM_ClassModification_features[] =
19905               {
19906                   (SourceFeature*)&_CIM_ClassModification_PreviousClassDefinition,
19907                   0,
19908               };
19909               
19910               static const char*
19911 mike  1.1.2.1 __root_PG_InterOp_CIM_ClassModification_qualifiers[] =
19912               {
19913                   /* UMLPackagePath */
19914                   "\057CIM::Event",
19915                   /* Version */
19916                   "\0632.6.0",
19917                   0,
19918               };
19919               
19920               SourceClass
19921               __root_PG_InterOp_CIM_ClassModification =
19922               {
19923                   /* flags */
19924                   PEGASUS_FLAG_INDICATION,
19925                   /* name */
19926                   "CIM_ClassModification",
19927                   /* qualifiers */
19928                   __root_PG_InterOp_CIM_ClassModification_qualifiers,
19929 mike  1.1.2.2     /* super */
19930 mike  1.1.2.1     &__root_PG_InterOp_CIM_ClassIndication,
19931                   /* features */
19932                   _CIM_ClassModification_features,
19933               };
19934               
19935               //==============================================================================
19936               //
19937               // Class: CIM_IndicationFilter
19938               //
19939               //==============================================================================
19940               
19941               static const char*
19942               _CIM_IndicationFilter_SystemCreationClassName_qualifiers[] =
19943               {
19944                   /* MaxLen */
19945                   "\030\000\000\001\000",
19946                   0,
19947               };
19948               
19949               static SourceProperty
19950               _CIM_IndicationFilter_SystemCreationClassName =
19951 mike  1.1.2.1 {
19952                   /* flags */
19953                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
19954                   /* name */
19955                   "SystemCreationClassName",
19956                   /* qualifiers */
19957                   _CIM_IndicationFilter_SystemCreationClassName_qualifiers,
19958                   /* type */
19959                   CIMTYPE_STRING,
19960                   /* subscript */
19961                   -1,
19962                   /* value */
19963                   0,
19964               };
19965               
19966               static const char*
19967               _CIM_IndicationFilter_SystemName_qualifiers[] =
19968               {
19969                   /* MaxLen */
19970                   "\030\000\000\001\000",
19971                   0,
19972 mike  1.1.2.1 };
19973               
19974               static SourceProperty
19975               _CIM_IndicationFilter_SystemName =
19976               {
19977                   /* flags */
19978                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
19979                   /* name */
19980                   "SystemName",
19981                   /* qualifiers */
19982                   _CIM_IndicationFilter_SystemName_qualifiers,
19983                   /* type */
19984                   CIMTYPE_STRING,
19985                   /* subscript */
19986                   -1,
19987                   /* value */
19988                   0,
19989               };
19990               
19991               static const char*
19992               _CIM_IndicationFilter_CreationClassName_qualifiers[] =
19993 mike  1.1.2.1 {
19994                   /* MaxLen */
19995                   "\030\000\000\001\000",
19996                   0,
19997               };
19998               
19999               static SourceProperty
20000               _CIM_IndicationFilter_CreationClassName =
20001               {
20002                   /* flags */
20003                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
20004                   /* name */
20005                   "CreationClassName",
20006                   /* qualifiers */
20007                   _CIM_IndicationFilter_CreationClassName_qualifiers,
20008                   /* type */
20009                   CIMTYPE_STRING,
20010                   /* subscript */
20011                   -1,
20012                   /* value */
20013                   0,
20014 mike  1.1.2.1 };
20015               
20016               static const char*
20017               _CIM_IndicationFilter_Name_qualifiers[] =
20018               {
20019                   0,
20020               };
20021               
20022               static SourceProperty
20023               _CIM_IndicationFilter_Name =
20024               {
20025                   /* flags */
20026                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
20027                   /* name */
20028                   "Name",
20029                   /* qualifiers */
20030                   _CIM_IndicationFilter_Name_qualifiers,
20031                   /* type */
20032                   CIMTYPE_STRING,
20033                   /* subscript */
20034                   -1,
20035 mike  1.1.2.1     /* value */
20036                   0,
20037               };
20038               
20039               static const char*
20040               _CIM_IndicationFilter_SourceNamespace_qualifiers[] =
20041               {
20042                   0,
20043               };
20044               
20045               static SourceProperty
20046               _CIM_IndicationFilter_SourceNamespace =
20047               {
20048                   /* flags */
20049                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20050                   /* name */
20051                   "SourceNamespace",
20052                   /* qualifiers */
20053                   _CIM_IndicationFilter_SourceNamespace_qualifiers,
20054                   /* type */
20055                   CIMTYPE_STRING,
20056 mike  1.1.2.1     /* subscript */
20057                   -1,
20058                   /* value */
20059                   0,
20060               };
20061               
20062               static const char*
20063               _CIM_IndicationFilter_Query_qualifiers[] =
20064               {
20065                   /* ModelCorrespondence */
20066                   "\036\000\001CIM_IndicationFilter.QueryLanguage\000",
20067                   0,
20068               };
20069               
20070               static SourceProperty
20071               _CIM_IndicationFilter_Query =
20072               {
20073                   /* flags */
20074                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
20075                   /* name */
20076                   "Query",
20077 mike  1.1.2.1     /* qualifiers */
20078                   _CIM_IndicationFilter_Query_qualifiers,
20079                   /* type */
20080                   CIMTYPE_STRING,
20081                   /* subscript */
20082                   -1,
20083                   /* value */
20084                   0,
20085               };
20086               
20087               static const char*
20088               _CIM_IndicationFilter_QueryLanguage_qualifiers[] =
20089               {
20090                   /* ModelCorrespondence */
20091                   "\036\000\001CIM_IndicationFilter.Query\000",
20092                   0,
20093               };
20094               
20095               static SourceProperty
20096               _CIM_IndicationFilter_QueryLanguage =
20097               {
20098 mike  1.1.2.1     /* flags */
20099                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
20100                   /* name */
20101                   "QueryLanguage",
20102                   /* qualifiers */
20103                   _CIM_IndicationFilter_QueryLanguage_qualifiers,
20104                   /* type */
20105                   CIMTYPE_STRING,
20106                   /* subscript */
20107                   -1,
20108                   /* value */
20109                   0,
20110               };
20111               
20112               static SourceFeature*
20113               _CIM_IndicationFilter_features[] =
20114               {
20115                   (SourceFeature*)&_CIM_IndicationFilter_SystemCreationClassName,
20116                   (SourceFeature*)&_CIM_IndicationFilter_SystemName,
20117                   (SourceFeature*)&_CIM_IndicationFilter_CreationClassName,
20118                   (SourceFeature*)&_CIM_IndicationFilter_Name,
20119 mike  1.1.2.1     (SourceFeature*)&_CIM_IndicationFilter_SourceNamespace,
20120                   (SourceFeature*)&_CIM_IndicationFilter_Query,
20121                   (SourceFeature*)&_CIM_IndicationFilter_QueryLanguage,
20122                   0,
20123               };
20124               
20125               static const char*
20126               __root_PG_InterOp_CIM_IndicationFilter_qualifiers[] =
20127               {
20128                   /* UMLPackagePath */
20129                   "\057CIM::Event",
20130                   /* Version */
20131                   "\0632.12.0",
20132                   0,
20133               };
20134               
20135               SourceClass
20136               __root_PG_InterOp_CIM_IndicationFilter =
20137               {
20138                   /* flags */
20139                   PEGASUS_FLAG_CLASS,
20140 mike  1.1.2.1     /* name */
20141                   "CIM_IndicationFilter",
20142                   /* qualifiers */
20143                   __root_PG_InterOp_CIM_IndicationFilter_qualifiers,
20144 mike  1.1.2.2     /* super */
20145 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
20146                   /* features */
20147                   _CIM_IndicationFilter_features,
20148               };
20149               
20150               //==============================================================================
20151               //
20152               // Class: CIM_InstIndication
20153               //
20154               //==============================================================================
20155               
20156               static const char*
20157               _CIM_InstIndication_SourceInstance_qualifiers[] =
20158               {
20159                   0,
20160               };
20161               
20162               static SourceProperty
20163               _CIM_InstIndication_SourceInstance =
20164               {
20165                   /* flags */
20166 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
20167                   /* name */
20168                   "SourceInstance",
20169                   /* qualifiers */
20170                   _CIM_InstIndication_SourceInstance_qualifiers,
20171                   /* type */
20172                   CIMTYPE_STRING,
20173                   /* subscript */
20174                   -1,
20175                   /* value */
20176                   0,
20177               };
20178               
20179               static const char*
20180               _CIM_InstIndication_SourceInstanceModelPath_qualifiers[] =
20181               {
20182                   /* ModelCorrespondence */
20183                   "\036\000\001CIM_InstIndication.SourceInstance\000",
20184                   0,
20185               };
20186               
20187 mike  1.1.2.1 static SourceProperty
20188               _CIM_InstIndication_SourceInstanceModelPath =
20189               {
20190                   /* flags */
20191                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20192                   /* name */
20193                   "SourceInstanceModelPath",
20194                   /* qualifiers */
20195                   _CIM_InstIndication_SourceInstanceModelPath_qualifiers,
20196                   /* type */
20197                   CIMTYPE_STRING,
20198                   /* subscript */
20199                   -1,
20200                   /* value */
20201                   0,
20202               };
20203               
20204               static const char*
20205               _CIM_InstIndication_SourceInstanceHost_qualifiers[] =
20206               {
20207                   /* ModelCorrespondence */
20208 mike  1.1.2.1     "\036\000\001CIM_InstIndication.SourceInstance\000",
20209                   0,
20210               };
20211               
20212               static SourceProperty
20213               _CIM_InstIndication_SourceInstanceHost =
20214               {
20215                   /* flags */
20216                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20217                   /* name */
20218                   "SourceInstanceHost",
20219                   /* qualifiers */
20220                   _CIM_InstIndication_SourceInstanceHost_qualifiers,
20221                   /* type */
20222                   CIMTYPE_STRING,
20223                   /* subscript */
20224                   -1,
20225                   /* value */
20226                   0,
20227               };
20228               
20229 mike  1.1.2.1 static SourceFeature*
20230               _CIM_InstIndication_features[] =
20231               {
20232                   (SourceFeature*)&_CIM_InstIndication_SourceInstance,
20233                   (SourceFeature*)&_CIM_InstIndication_SourceInstanceModelPath,
20234                   (SourceFeature*)&_CIM_InstIndication_SourceInstanceHost,
20235                   0,
20236               };
20237               
20238               static const char*
20239               __root_PG_InterOp_CIM_InstIndication_qualifiers[] =
20240               {
20241                   /* UMLPackagePath */
20242                   "\057CIM::Event",
20243                   /* Version */
20244                   "\0632.9.0",
20245                   0,
20246               };
20247               
20248               SourceClass
20249               __root_PG_InterOp_CIM_InstIndication =
20250 mike  1.1.2.1 {
20251                   /* flags */
20252                   PEGASUS_FLAG_INDICATION|PEGASUS_FLAG_ABSTRACT,
20253                   /* name */
20254                   "CIM_InstIndication",
20255                   /* qualifiers */
20256                   __root_PG_InterOp_CIM_InstIndication_qualifiers,
20257 mike  1.1.2.2     /* super */
20258 mike  1.1.2.1     &__root_PG_InterOp_CIM_Indication,
20259                   /* features */
20260                   _CIM_InstIndication_features,
20261               };
20262               
20263               //==============================================================================
20264               //
20265               // Class: CIM_InstMethodCall
20266               //
20267               //==============================================================================
20268               
20269               static const char*
20270               _CIM_InstMethodCall_MethodName_qualifiers[] =
20271               {
20272                   0,
20273               };
20274               
20275               static SourceProperty
20276               _CIM_InstMethodCall_MethodName =
20277               {
20278                   /* flags */
20279 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
20280                   /* name */
20281                   "MethodName",
20282                   /* qualifiers */
20283                   _CIM_InstMethodCall_MethodName_qualifiers,
20284                   /* type */
20285                   CIMTYPE_STRING,
20286                   /* subscript */
20287                   -1,
20288                   /* value */
20289                   0,
20290               };
20291               
20292               static const char*
20293               _CIM_InstMethodCall_MethodParameters_qualifiers[] =
20294               {
20295                   0,
20296               };
20297               
20298               static SourceProperty
20299               _CIM_InstMethodCall_MethodParameters =
20300 mike  1.1.2.1 {
20301                   /* flags */
20302                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ,
20303                   /* name */
20304                   "MethodParameters",
20305                   /* qualifiers */
20306                   _CIM_InstMethodCall_MethodParameters_qualifiers,
20307                   /* type */
20308                   CIMTYPE_STRING,
20309                   /* subscript */
20310                   -1,
20311                   /* value */
20312                   0,
20313               };
20314               
20315               static const char*
20316               _CIM_InstMethodCall_ReturnValue_qualifiers[] =
20317               {
20318                   /* ModelCorrespondence */
20319                   "\036\000\001CIM_InstMethodCall.PreCall\000",
20320                   0,
20321 mike  1.1.2.1 };
20322               
20323               static SourceProperty
20324               _CIM_InstMethodCall_ReturnValue =
20325               {
20326                   /* flags */
20327                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20328                   /* name */
20329                   "ReturnValue",
20330                   /* qualifiers */
20331                   _CIM_InstMethodCall_ReturnValue_qualifiers,
20332                   /* type */
20333                   CIMTYPE_STRING,
20334                   /* subscript */
20335                   -1,
20336                   /* value */
20337                   0,
20338               };
20339               
20340               static const char*
20341               _CIM_InstMethodCall_PreCall_qualifiers[] =
20342 mike  1.1.2.1 {
20343                   0,
20344               };
20345               
20346               static SourceProperty
20347               _CIM_InstMethodCall_PreCall =
20348               {
20349                   /* flags */
20350                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
20351                   /* name */
20352                   "PreCall",
20353                   /* qualifiers */
20354                   _CIM_InstMethodCall_PreCall_qualifiers,
20355                   /* type */
20356                   CIMTYPE_BOOLEAN,
20357                   /* subscript */
20358                   -1,
20359                   /* value */
20360                   0,
20361               };
20362               
20363 mike  1.1.2.1 static SourceFeature*
20364               _CIM_InstMethodCall_features[] =
20365               {
20366                   (SourceFeature*)&_CIM_InstMethodCall_MethodName,
20367                   (SourceFeature*)&_CIM_InstMethodCall_MethodParameters,
20368                   (SourceFeature*)&_CIM_InstMethodCall_ReturnValue,
20369                   (SourceFeature*)&_CIM_InstMethodCall_PreCall,
20370                   0,
20371               };
20372               
20373               static const char*
20374               __root_PG_InterOp_CIM_InstMethodCall_qualifiers[] =
20375               {
20376                   /* UMLPackagePath */
20377                   "\057CIM::Event",
20378                   /* Version */
20379                   "\0632.6.0",
20380                   0,
20381               };
20382               
20383               SourceClass
20384 mike  1.1.2.1 __root_PG_InterOp_CIM_InstMethodCall =
20385               {
20386                   /* flags */
20387                   PEGASUS_FLAG_INDICATION,
20388                   /* name */
20389                   "CIM_InstMethodCall",
20390                   /* qualifiers */
20391                   __root_PG_InterOp_CIM_InstMethodCall_qualifiers,
20392 mike  1.1.2.2     /* super */
20393 mike  1.1.2.1     &__root_PG_InterOp_CIM_InstIndication,
20394                   /* features */
20395                   _CIM_InstMethodCall_features,
20396               };
20397               
20398               //==============================================================================
20399               //
20400               // Class: CIM_InstModification
20401               //
20402               //==============================================================================
20403               
20404               static const char*
20405               _CIM_InstModification_PreviousInstance_qualifiers[] =
20406               {
20407                   0,
20408               };
20409               
20410               static SourceProperty
20411               _CIM_InstModification_PreviousInstance =
20412               {
20413                   /* flags */
20414 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
20415                   /* name */
20416                   "PreviousInstance",
20417                   /* qualifiers */
20418                   _CIM_InstModification_PreviousInstance_qualifiers,
20419                   /* type */
20420                   CIMTYPE_STRING,
20421                   /* subscript */
20422                   -1,
20423                   /* value */
20424                   0,
20425               };
20426               
20427               static SourceFeature*
20428               _CIM_InstModification_features[] =
20429               {
20430                   (SourceFeature*)&_CIM_InstModification_PreviousInstance,
20431                   0,
20432               };
20433               
20434               static const char*
20435 mike  1.1.2.1 __root_PG_InterOp_CIM_InstModification_qualifiers[] =
20436               {
20437                   /* UMLPackagePath */
20438                   "\057CIM::Event",
20439                   /* Version */
20440                   "\0632.6.0",
20441                   0,
20442               };
20443               
20444               SourceClass
20445               __root_PG_InterOp_CIM_InstModification =
20446               {
20447                   /* flags */
20448                   PEGASUS_FLAG_INDICATION,
20449                   /* name */
20450                   "CIM_InstModification",
20451                   /* qualifiers */
20452                   __root_PG_InterOp_CIM_InstModification_qualifiers,
20453 mike  1.1.2.2     /* super */
20454 mike  1.1.2.1     &__root_PG_InterOp_CIM_InstIndication,
20455                   /* features */
20456                   _CIM_InstModification_features,
20457               };
20458               
20459               //==============================================================================
20460               //
20461               // Class: CIM_InstRead
20462               //
20463               //==============================================================================
20464               
20465               static SourceFeature*
20466               _CIM_InstRead_features[] =
20467               {
20468                   0,
20469               };
20470               
20471               static const char*
20472               __root_PG_InterOp_CIM_InstRead_qualifiers[] =
20473               {
20474                   /* UMLPackagePath */
20475 mike  1.1.2.1     "\057CIM::Event",
20476                   /* Version */
20477                   "\0632.6.0",
20478                   0,
20479               };
20480               
20481               SourceClass
20482               __root_PG_InterOp_CIM_InstRead =
20483               {
20484                   /* flags */
20485                   PEGASUS_FLAG_INDICATION,
20486                   /* name */
20487                   "CIM_InstRead",
20488                   /* qualifiers */
20489                   __root_PG_InterOp_CIM_InstRead_qualifiers,
20490 mike  1.1.2.2     /* super */
20491 mike  1.1.2.1     &__root_PG_InterOp_CIM_InstIndication,
20492                   /* features */
20493                   _CIM_InstRead_features,
20494               };
20495               
20496               //==============================================================================
20497               //
20498               // Class: CIM_ListenerDestination
20499               //
20500               //==============================================================================
20501               
20502               static const char*
20503               _CIM_ListenerDestination_SystemCreationClassName_qualifiers[] =
20504               {
20505                   /* MaxLen */
20506                   "\030\000\000\001\000",
20507                   0,
20508               };
20509               
20510               static SourceProperty
20511               _CIM_ListenerDestination_SystemCreationClassName =
20512 mike  1.1.2.1 {
20513                   /* flags */
20514                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
20515                   /* name */
20516                   "SystemCreationClassName",
20517                   /* qualifiers */
20518                   _CIM_ListenerDestination_SystemCreationClassName_qualifiers,
20519                   /* type */
20520                   CIMTYPE_STRING,
20521                   /* subscript */
20522                   -1,
20523                   /* value */
20524                   0,
20525               };
20526               
20527               static const char*
20528               _CIM_ListenerDestination_SystemName_qualifiers[] =
20529               {
20530                   /* MaxLen */
20531                   "\030\000\000\001\000",
20532                   0,
20533 mike  1.1.2.1 };
20534               
20535               static SourceProperty
20536               _CIM_ListenerDestination_SystemName =
20537               {
20538                   /* flags */
20539                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
20540                   /* name */
20541                   "SystemName",
20542                   /* qualifiers */
20543                   _CIM_ListenerDestination_SystemName_qualifiers,
20544                   /* type */
20545                   CIMTYPE_STRING,
20546                   /* subscript */
20547                   -1,
20548                   /* value */
20549                   0,
20550               };
20551               
20552               static const char*
20553               _CIM_ListenerDestination_CreationClassName_qualifiers[] =
20554 mike  1.1.2.1 {
20555                   /* MaxLen */
20556                   "\030\000\000\001\000",
20557                   0,
20558               };
20559               
20560               static SourceProperty
20561               _CIM_ListenerDestination_CreationClassName =
20562               {
20563                   /* flags */
20564                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
20565                   /* name */
20566                   "CreationClassName",
20567                   /* qualifiers */
20568                   _CIM_ListenerDestination_CreationClassName_qualifiers,
20569                   /* type */
20570                   CIMTYPE_STRING,
20571                   /* subscript */
20572                   -1,
20573                   /* value */
20574                   0,
20575 mike  1.1.2.1 };
20576               
20577               static const char*
20578               _CIM_ListenerDestination_Name_qualifiers[] =
20579               {
20580                   /* MaxLen */
20581                   "\030\000\000\001\000",
20582                   0,
20583               };
20584               
20585               static SourceProperty
20586               _CIM_ListenerDestination_Name =
20587               {
20588                   /* flags */
20589                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
20590                   /* name */
20591                   "Name",
20592                   /* qualifiers */
20593                   _CIM_ListenerDestination_Name_qualifiers,
20594                   /* type */
20595                   CIMTYPE_STRING,
20596 mike  1.1.2.1     /* subscript */
20597                   -1,
20598                   /* value */
20599                   0,
20600               };
20601               
20602               static const char*
20603               _CIM_ListenerDestination_PersistenceType_qualifiers[] =
20604               {
20605                   /* ValueMap */
20606                   "\061\000\0031\0002\0003\000",
20607                   /* Values */
20608                   "\062\000\003Other\000Permanent\000Transient\000",
20609                   /* ModelCorrespondence */
20610                   "\036\000\001CIM_ListenerDestination.OtherPersistenceType\000",
20611                   0,
20612               };
20613               
20614               static SourceProperty
20615               _CIM_ListenerDestination_PersistenceType =
20616               {
20617 mike  1.1.2.1     /* flags */
20618                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20619                   /* name */
20620                   "PersistenceType",
20621                   /* qualifiers */
20622                   _CIM_ListenerDestination_PersistenceType_qualifiers,
20623                   /* type */
20624                   CIMTYPE_UINT16,
20625                   /* subscript */
20626                   -1,
20627                   /* value */
20628                   0,
20629               };
20630               
20631               static const char*
20632               _CIM_ListenerDestination_OtherPersistenceType_qualifiers[] =
20633               {
20634                   /* ModelCorrespondence */
20635                   "\036\000\001CIM_ListenerDestination.PersistenceType\000",
20636                   0,
20637               };
20638 mike  1.1.2.1 
20639               static SourceProperty
20640               _CIM_ListenerDestination_OtherPersistenceType =
20641               {
20642                   /* flags */
20643                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20644                   /* name */
20645                   "OtherPersistenceType",
20646                   /* qualifiers */
20647                   _CIM_ListenerDestination_OtherPersistenceType_qualifiers,
20648                   /* type */
20649                   CIMTYPE_STRING,
20650                   /* subscript */
20651                   -1,
20652                   /* value */
20653                   0,
20654               };
20655               
20656               static SourceFeature*
20657               _CIM_ListenerDestination_features[] =
20658               {
20659 mike  1.1.2.1     (SourceFeature*)&_CIM_ListenerDestination_SystemCreationClassName,
20660                   (SourceFeature*)&_CIM_ListenerDestination_SystemName,
20661                   (SourceFeature*)&_CIM_ListenerDestination_CreationClassName,
20662                   (SourceFeature*)&_CIM_ListenerDestination_Name,
20663                   (SourceFeature*)&_CIM_ListenerDestination_PersistenceType,
20664                   (SourceFeature*)&_CIM_ListenerDestination_OtherPersistenceType,
20665                   0,
20666               };
20667               
20668               static const char*
20669               __root_PG_InterOp_CIM_ListenerDestination_qualifiers[] =
20670               {
20671                   /* UMLPackagePath */
20672                   "\057CIM::Event",
20673                   /* Version */
20674                   "\0632.8.0",
20675                   0,
20676               };
20677               
20678               SourceClass
20679               __root_PG_InterOp_CIM_ListenerDestination =
20680 mike  1.1.2.1 {
20681                   /* flags */
20682                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
20683                   /* name */
20684                   "CIM_ListenerDestination",
20685                   /* qualifiers */
20686                   __root_PG_InterOp_CIM_ListenerDestination_qualifiers,
20687 mike  1.1.2.2     /* super */
20688 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
20689                   /* features */
20690                   _CIM_ListenerDestination_features,
20691               };
20692               
20693               //==============================================================================
20694               //
20695               // Class: CIM_ListenerDestinationCIMXML
20696               //
20697               //==============================================================================
20698               
20699               static const char*
20700               _CIM_ListenerDestinationCIMXML_Destination_qualifiers[] =
20701               {
20702                   0,
20703               };
20704               
20705               static SourceProperty
20706               _CIM_ListenerDestinationCIMXML_Destination =
20707               {
20708                   /* flags */
20709 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
20710                   /* name */
20711                   "Destination",
20712                   /* qualifiers */
20713                   _CIM_ListenerDestinationCIMXML_Destination_qualifiers,
20714                   /* type */
20715                   CIMTYPE_STRING,
20716                   /* subscript */
20717                   -1,
20718                   /* value */
20719                   0,
20720               };
20721               
20722               static SourceFeature*
20723               _CIM_ListenerDestinationCIMXML_features[] =
20724               {
20725                   (SourceFeature*)&_CIM_ListenerDestinationCIMXML_Destination,
20726                   0,
20727               };
20728               
20729               static const char*
20730 mike  1.1.2.1 __root_PG_InterOp_CIM_ListenerDestinationCIMXML_qualifiers[] =
20731               {
20732                   /* UMLPackagePath */
20733                   "\057CIM::Event",
20734                   /* Version */
20735                   "\0632.8.0",
20736                   0,
20737               };
20738               
20739               SourceClass
20740               __root_PG_InterOp_CIM_ListenerDestinationCIMXML =
20741               {
20742                   /* flags */
20743                   PEGASUS_FLAG_CLASS,
20744                   /* name */
20745                   "CIM_ListenerDestinationCIMXML",
20746                   /* qualifiers */
20747                   __root_PG_InterOp_CIM_ListenerDestinationCIMXML_qualifiers,
20748 mike  1.1.2.2     /* super */
20749 mike  1.1.2.1     &__root_PG_InterOp_CIM_ListenerDestination,
20750                   /* features */
20751                   _CIM_ListenerDestinationCIMXML_features,
20752               };
20753               
20754               //==============================================================================
20755               //
20756               // Class: CIM_ProcessIndication
20757               //
20758               //==============================================================================
20759               
20760               static SourceFeature*
20761               _CIM_ProcessIndication_features[] =
20762               {
20763                   0,
20764               };
20765               
20766               static const char*
20767               __root_PG_InterOp_CIM_ProcessIndication_qualifiers[] =
20768               {
20769                   /* UMLPackagePath */
20770 mike  1.1.2.1     "\057CIM::Event",
20771                   /* Version */
20772                   "\0632.6.0",
20773                   0,
20774               };
20775               
20776               SourceClass
20777               __root_PG_InterOp_CIM_ProcessIndication =
20778               {
20779                   /* flags */
20780                   PEGASUS_FLAG_INDICATION|PEGASUS_FLAG_ABSTRACT,
20781                   /* name */
20782                   "CIM_ProcessIndication",
20783                   /* qualifiers */
20784                   __root_PG_InterOp_CIM_ProcessIndication_qualifiers,
20785 mike  1.1.2.2     /* super */
20786 mike  1.1.2.1     &__root_PG_InterOp_CIM_Indication,
20787                   /* features */
20788                   _CIM_ProcessIndication_features,
20789               };
20790               
20791               //==============================================================================
20792               //
20793               // Class: CIM_SNMPTrapIndication
20794               //
20795               //==============================================================================
20796               
20797               static const char*
20798               _CIM_SNMPTrapIndication_Enterprise_qualifiers[] =
20799               {
20800                   /* MappingStrings */
20801                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.enterprise\000",
20802                   0,
20803               };
20804               
20805               static SourceProperty
20806               _CIM_SNMPTrapIndication_Enterprise =
20807 mike  1.1.2.1 {
20808                   /* flags */
20809                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20810                   /* name */
20811                   "Enterprise",
20812                   /* qualifiers */
20813                   _CIM_SNMPTrapIndication_Enterprise_qualifiers,
20814                   /* type */
20815                   CIMTYPE_STRING,
20816                   /* subscript */
20817                   -1,
20818                   /* value */
20819                   0,
20820               };
20821               
20822               static const char*
20823               _CIM_SNMPTrapIndication_AgentAddress_qualifiers[] =
20824               {
20825                   /* MappingStrings */
20826                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.agent-addr\000",
20827                   0,
20828 mike  1.1.2.1 };
20829               
20830               static SourceProperty
20831               _CIM_SNMPTrapIndication_AgentAddress =
20832               {
20833                   /* flags */
20834                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20835                   /* name */
20836                   "AgentAddress",
20837                   /* qualifiers */
20838                   _CIM_SNMPTrapIndication_AgentAddress_qualifiers,
20839                   /* type */
20840                   CIMTYPE_STRING,
20841                   /* subscript */
20842                   -1,
20843                   /* value */
20844                   0,
20845               };
20846               
20847               static const char*
20848               _CIM_SNMPTrapIndication_GenericTrap_qualifiers[] =
20849 mike  1.1.2.1 {
20850                   /* ValueMap */
20851                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
20852                   /* Values */
20853                   "\062\000\007Cold Start\000Warm Start\000Link Down\000Link Up\000Authentication Failure\000EGP Neighbor Loss\000Enterprise Specific\000",
20854                   /* MappingStrings */
20855                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.generic-trap\000",
20856                   0,
20857               };
20858               
20859               static SourceProperty
20860               _CIM_SNMPTrapIndication_GenericTrap =
20861               {
20862                   /* flags */
20863                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20864                   /* name */
20865                   "GenericTrap",
20866                   /* qualifiers */
20867                   _CIM_SNMPTrapIndication_GenericTrap_qualifiers,
20868                   /* type */
20869                   CIMTYPE_UINT16,
20870 mike  1.1.2.1     /* subscript */
20871                   -1,
20872                   /* value */
20873                   0,
20874               };
20875               
20876               static const char*
20877               _CIM_SNMPTrapIndication_SpecificTrap_qualifiers[] =
20878               {
20879                   /* MappingStrings */
20880                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.specific-trap\000",
20881                   0,
20882               };
20883               
20884               static SourceProperty
20885               _CIM_SNMPTrapIndication_SpecificTrap =
20886               {
20887                   /* flags */
20888                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20889                   /* name */
20890                   "SpecificTrap",
20891 mike  1.1.2.1     /* qualifiers */
20892                   _CIM_SNMPTrapIndication_SpecificTrap_qualifiers,
20893                   /* type */
20894                   CIMTYPE_UINT32,
20895                   /* subscript */
20896                   -1,
20897                   /* value */
20898                   0,
20899               };
20900               
20901               static const char*
20902               _CIM_SNMPTrapIndication_TimeStamp_qualifiers[] =
20903               {
20904                   /* MappingStrings */
20905                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.time-stamp\000",
20906                   0,
20907               };
20908               
20909               static SourceProperty
20910               _CIM_SNMPTrapIndication_TimeStamp =
20911               {
20912 mike  1.1.2.1     /* flags */
20913                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20914                   /* name */
20915                   "TimeStamp",
20916                   /* qualifiers */
20917                   _CIM_SNMPTrapIndication_TimeStamp_qualifiers,
20918                   /* type */
20919                   CIMTYPE_DATETIME,
20920                   /* subscript */
20921                   -1,
20922                   /* value */
20923                   0,
20924               };
20925               
20926               static const char*
20927               _CIM_SNMPTrapIndication_VarBindNames_qualifiers[] =
20928               {
20929                   /* MappingStrings */
20930                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
20931                   /* ArrayType */
20932                   "\005Indexed",
20933 mike  1.1.2.1     /* ModelCorrespondence */
20934                   "\036\000\002CIM_SNMPTrapIndication.VarBindSyntaxes\000CIM_SNMPTrapIndication.VarBindValues\000",
20935                   0,
20936               };
20937               
20938               static SourceProperty
20939               _CIM_SNMPTrapIndication_VarBindNames =
20940               {
20941                   /* flags */
20942                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20943                   /* name */
20944                   "VarBindNames",
20945                   /* qualifiers */
20946                   _CIM_SNMPTrapIndication_VarBindNames_qualifiers,
20947                   /* type */
20948                   CIMTYPE_STRING,
20949                   /* subscript */
20950                   0,
20951                   /* value */
20952                   0,
20953               };
20954 mike  1.1.2.1 
20955               static const char*
20956               _CIM_SNMPTrapIndication_VarBindSyntaxes_qualifiers[] =
20957               {
20958                   /* ValueMap */
20959                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
20960                   /* Values */
20961                   "\062\000\010Integer\000OctetString\000ObjectIdentifier\000NetworkAddress\000Counter\000Gauge\000TimeTicks\000Opaque\000",
20962                   /* MappingStrings */
20963                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
20964                   /* ArrayType */
20965                   "\005Indexed",
20966                   /* ModelCorrespondence */
20967                   "\036\000\002CIM_SNMPTrapIndication.VarBindNames\000CIM_SNMPTrapIndication.VarBindValues\000",
20968                   0,
20969               };
20970               
20971               static SourceProperty
20972               _CIM_SNMPTrapIndication_VarBindSyntaxes =
20973               {
20974                   /* flags */
20975 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20976                   /* name */
20977                   "VarBindSyntaxes",
20978                   /* qualifiers */
20979                   _CIM_SNMPTrapIndication_VarBindSyntaxes_qualifiers,
20980                   /* type */
20981                   CIMTYPE_UINT16,
20982                   /* subscript */
20983                   0,
20984                   /* value */
20985                   0,
20986               };
20987               
20988               static const char*
20989               _CIM_SNMPTrapIndication_VarBindValues_qualifiers[] =
20990               {
20991                   /* MappingStrings */
20992                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
20993                   /* ArrayType */
20994                   "\005Indexed",
20995                   /* ModelCorrespondence */
20996 mike  1.1.2.1     "\036\000\002CIM_SNMPTrapIndication.VarBindNames\000CIM_SNMPTrapIndication.VarBindSyntaxes\000",
20997                   0,
20998               };
20999               
21000               static SourceProperty
21001               _CIM_SNMPTrapIndication_VarBindValues =
21002               {
21003                   /* flags */
21004                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_OCTETSTRING|PEGASUS_FLAG_READ,
21005                   /* name */
21006                   "VarBindValues",
21007                   /* qualifiers */
21008                   _CIM_SNMPTrapIndication_VarBindValues_qualifiers,
21009                   /* type */
21010                   CIMTYPE_STRING,
21011                   /* subscript */
21012                   0,
21013                   /* value */
21014                   0,
21015               };
21016               
21017 mike  1.1.2.1 static SourceFeature*
21018               _CIM_SNMPTrapIndication_features[] =
21019               {
21020                   (SourceFeature*)&_CIM_SNMPTrapIndication_Enterprise,
21021                   (SourceFeature*)&_CIM_SNMPTrapIndication_AgentAddress,
21022                   (SourceFeature*)&_CIM_SNMPTrapIndication_GenericTrap,
21023                   (SourceFeature*)&_CIM_SNMPTrapIndication_SpecificTrap,
21024                   (SourceFeature*)&_CIM_SNMPTrapIndication_TimeStamp,
21025                   (SourceFeature*)&_CIM_SNMPTrapIndication_VarBindNames,
21026                   (SourceFeature*)&_CIM_SNMPTrapIndication_VarBindSyntaxes,
21027                   (SourceFeature*)&_CIM_SNMPTrapIndication_VarBindValues,
21028                   0,
21029               };
21030               
21031               static const char*
21032               __root_PG_InterOp_CIM_SNMPTrapIndication_qualifiers[] =
21033               {
21034                   /* UMLPackagePath */
21035                   "\057CIM::Event",
21036                   /* Version */
21037                   "\0632.7.0",
21038 mike  1.1.2.1     0,
21039               };
21040               
21041               SourceClass
21042               __root_PG_InterOp_CIM_SNMPTrapIndication =
21043               {
21044                   /* flags */
21045                   PEGASUS_FLAG_INDICATION,
21046                   /* name */
21047                   "CIM_SNMPTrapIndication",
21048                   /* qualifiers */
21049                   __root_PG_InterOp_CIM_SNMPTrapIndication_qualifiers,
21050 mike  1.1.2.2     /* super */
21051 mike  1.1.2.1     &__root_PG_InterOp_CIM_ProcessIndication,
21052                   /* features */
21053                   _CIM_SNMPTrapIndication_features,
21054               };
21055               
21056               //==============================================================================
21057               //
21058               // Class: CIM_AlertIndication
21059               //
21060               //==============================================================================
21061               
21062               static const char*
21063               _CIM_AlertIndication_Description_qualifiers[] =
21064               {
21065                   /* MappingStrings */
21066                   "\026\000\001Recommendation.ITU|X733.Additional text\000",
21067                   0,
21068               };
21069               
21070               static SourceProperty
21071               _CIM_AlertIndication_Description =
21072 mike  1.1.2.1 {
21073                   /* flags */
21074                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21075                   /* name */
21076                   "Description",
21077                   /* qualifiers */
21078                   _CIM_AlertIndication_Description_qualifiers,
21079                   /* type */
21080                   CIMTYPE_STRING,
21081                   /* subscript */
21082                   -1,
21083                   /* value */
21084                   0,
21085               };
21086               
21087               static const char*
21088               _CIM_AlertIndication_AlertingManagedElement_qualifiers[] =
21089               {
21090                   /* ModelCorrespondence */
21091                   "\036\000\001CIM_AlertIndication.AlertingElementFormat\000",
21092                   0,
21093 mike  1.1.2.1 };
21094               
21095               static SourceProperty
21096               _CIM_AlertIndication_AlertingManagedElement =
21097               {
21098                   /* flags */
21099                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21100                   /* name */
21101                   "AlertingManagedElement",
21102                   /* qualifiers */
21103                   _CIM_AlertIndication_AlertingManagedElement_qualifiers,
21104                   /* type */
21105                   CIMTYPE_STRING,
21106                   /* subscript */
21107                   -1,
21108                   /* value */
21109                   0,
21110               };
21111               
21112               static const char*
21113               _CIM_AlertIndication_AlertingElementFormat_qualifiers[] =
21114 mike  1.1.2.1 {
21115                   /* ValueMap */
21116                   "\061\000\0030\0001\0002\000",
21117                   /* Values */
21118                   "\062\000\003Unknown\000Other\000CIMObjectPath\000",
21119                   /* ModelCorrespondence */
21120                   "\036\000\002CIM_AlertIndication.AlertingManagedElement\000CIM_AlertIndication.OtherAlertingElementFormat\000",
21121                   0,
21122               };
21123               
21124               static SourceProperty
21125               _CIM_AlertIndication_AlertingElementFormat =
21126               {
21127                   /* flags */
21128                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21129                   /* name */
21130                   "AlertingElementFormat",
21131                   /* qualifiers */
21132                   _CIM_AlertIndication_AlertingElementFormat_qualifiers,
21133                   /* type */
21134                   CIMTYPE_UINT16,
21135 mike  1.1.2.1     /* subscript */
21136                   -1,
21137                   /* value */
21138                   "\000\000",
21139               };
21140               
21141               static const char*
21142               _CIM_AlertIndication_OtherAlertingElementFormat_qualifiers[] =
21143               {
21144                   /* ModelCorrespondence */
21145                   "\036\000\001CIM_AlertIndication.AlertingElementFormat\000",
21146                   0,
21147               };
21148               
21149               static SourceProperty
21150               _CIM_AlertIndication_OtherAlertingElementFormat =
21151               {
21152                   /* flags */
21153                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21154                   /* name */
21155                   "OtherAlertingElementFormat",
21156 mike  1.1.2.1     /* qualifiers */
21157                   _CIM_AlertIndication_OtherAlertingElementFormat_qualifiers,
21158                   /* type */
21159                   CIMTYPE_STRING,
21160                   /* subscript */
21161                   -1,
21162                   /* value */
21163                   0,
21164               };
21165               
21166               static const char*
21167               _CIM_AlertIndication_AlertType_qualifiers[] =
21168               {
21169                   /* ValueMap */
21170                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
21171                   /* Values */
21172                   "\062\000\010Other\000Communications Alert\000Quality of Service Alert\000Processing Error\000Device Alert\000Environmental Alert\000Model Change\000Security Alert\000",
21173                   /* MappingStrings */
21174                   "\026\000\001Recommendation.ITU|X733.Event type\000",
21175                   0,
21176               };
21177 mike  1.1.2.1 
21178               static SourceProperty
21179               _CIM_AlertIndication_AlertType =
21180               {
21181                   /* flags */
21182                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
21183                   /* name */
21184                   "AlertType",
21185                   /* qualifiers */
21186                   _CIM_AlertIndication_AlertType_qualifiers,
21187                   /* type */
21188                   CIMTYPE_UINT16,
21189                   /* subscript */
21190                   -1,
21191                   /* value */
21192                   0,
21193               };
21194               
21195               static const char*
21196               _CIM_AlertIndication_OtherAlertType_qualifiers[] =
21197               {
21198 mike  1.1.2.1     /* ModelCorrespondence */
21199                   "\036\000\001CIM_AlertIndication.AlertType\000",
21200                   0,
21201               };
21202               
21203               static SourceProperty
21204               _CIM_AlertIndication_OtherAlertType =
21205               {
21206                   /* flags */
21207                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21208                   /* name */
21209                   "OtherAlertType",
21210                   /* qualifiers */
21211                   _CIM_AlertIndication_OtherAlertType_qualifiers,
21212                   /* type */
21213                   CIMTYPE_STRING,
21214                   /* subscript */
21215                   -1,
21216                   /* value */
21217                   0,
21218               };
21219 mike  1.1.2.1 
21220               static const char*
21221               _CIM_AlertIndication_PerceivedSeverity_qualifiers[] =
21222               {
21223                   /* Override */
21224                   "\044PerceivedSeverity",
21225                   /* ValueMap */
21226                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
21227                   /* Values */
21228                   "\062\000\010Unknown\000Other\000Information\000Degraded/Warning\000Minor\000Major\000Critical\000Fatal/NonRecoverable\000",
21229                   /* MappingStrings */
21230                   "\026\000\001Recommendation.ITU|X733.Perceived severity\000",
21231                   0,
21232               };
21233               
21234               static SourceProperty
21235               _CIM_AlertIndication_PerceivedSeverity =
21236               {
21237                   /* flags */
21238                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
21239                   /* name */
21240 mike  1.1.2.1     "PerceivedSeverity",
21241                   /* qualifiers */
21242                   _CIM_AlertIndication_PerceivedSeverity_qualifiers,
21243                   /* type */
21244                   CIMTYPE_UINT16,
21245                   /* subscript */
21246                   -1,
21247                   /* value */
21248                   0,
21249               };
21250               
21251               static const char*
21252               _CIM_AlertIndication_ProbableCause_qualifiers[] =
21253               {
21254                   /* ValueMap */
21255                   "\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",
21256                   /* Values */
21257                   "\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",
21258                   /* MappingStrings */
21259                   "\026\000\003Recommendation.ITU|X733.Probable cause\000Recommendation.ITU|M3100.probableCause\000ITU-IANA-ALARM-TC\000",
21260                   /* ModelCorrespondence */
21261 mike  1.1.2.1     "\036\000\003CIM_AlertIndication.ProbableCauseDescription\000CIM_AlertIndication.EventID\000CIM_AlertIndication.EventTime\000",
21262                   0,
21263               };
21264               
21265               static SourceProperty
21266               _CIM_AlertIndication_ProbableCause =
21267               {
21268                   /* flags */
21269                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
21270                   /* name */
21271                   "ProbableCause",
21272                   /* qualifiers */
21273                   _CIM_AlertIndication_ProbableCause_qualifiers,
21274                   /* type */
21275                   CIMTYPE_UINT16,
21276                   /* subscript */
21277                   -1,
21278                   /* value */
21279                   0,
21280               };
21281               
21282 mike  1.1.2.1 static const char*
21283               _CIM_AlertIndication_ProbableCauseDescription_qualifiers[] =
21284               {
21285                   /* ModelCorrespondence */
21286                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
21287                   0,
21288               };
21289               
21290               static SourceProperty
21291               _CIM_AlertIndication_ProbableCauseDescription =
21292               {
21293                   /* flags */
21294                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21295                   /* name */
21296                   "ProbableCauseDescription",
21297                   /* qualifiers */
21298                   _CIM_AlertIndication_ProbableCauseDescription_qualifiers,
21299                   /* type */
21300                   CIMTYPE_STRING,
21301                   /* subscript */
21302                   -1,
21303 mike  1.1.2.1     /* value */
21304                   0,
21305               };
21306               
21307               static const char*
21308               _CIM_AlertIndication_Trending_qualifiers[] =
21309               {
21310                   /* ValueMap */
21311                   "\061\000\0050\0001\0002\0003\0004\000",
21312                   /* Values */
21313                   "\062\000\005Unknown\000Not Applicable\000Trending Up\000Trending Down\000No Change\000",
21314                   /* MappingStrings */
21315                   "\026\000\001Recommendation.ITU|X733.TrendIndication\000",
21316                   0,
21317               };
21318               
21319               static SourceProperty
21320               _CIM_AlertIndication_Trending =
21321               {
21322                   /* flags */
21323                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21324 mike  1.1.2.1     /* name */
21325                   "Trending",
21326                   /* qualifiers */
21327                   _CIM_AlertIndication_Trending_qualifiers,
21328                   /* type */
21329                   CIMTYPE_UINT16,
21330                   /* subscript */
21331                   -1,
21332                   /* value */
21333                   0,
21334               };
21335               
21336               static const char*
21337               _CIM_AlertIndication_RecommendedActions_qualifiers[] =
21338               {
21339                   /* MappingStrings */
21340                   "\026\000\001Recommendation.ITU|X733.Proposed repair actions\000",
21341                   0,
21342               };
21343               
21344               static SourceProperty
21345 mike  1.1.2.1 _CIM_AlertIndication_RecommendedActions =
21346               {
21347                   /* flags */
21348                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21349                   /* name */
21350                   "RecommendedActions",
21351                   /* qualifiers */
21352                   _CIM_AlertIndication_RecommendedActions_qualifiers,
21353                   /* type */
21354                   CIMTYPE_STRING,
21355                   /* subscript */
21356                   0,
21357                   /* value */
21358                   0,
21359               };
21360               
21361               static const char*
21362               _CIM_AlertIndication_EventID_qualifiers[] =
21363               {
21364                   /* ModelCorrespondence */
21365                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
21366 mike  1.1.2.1     0,
21367               };
21368               
21369               static SourceProperty
21370               _CIM_AlertIndication_EventID =
21371               {
21372                   /* flags */
21373                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21374                   /* name */
21375                   "EventID",
21376                   /* qualifiers */
21377                   _CIM_AlertIndication_EventID_qualifiers,
21378                   /* type */
21379                   CIMTYPE_STRING,
21380                   /* subscript */
21381                   -1,
21382                   /* value */
21383                   0,
21384               };
21385               
21386               static const char*
21387 mike  1.1.2.1 _CIM_AlertIndication_EventTime_qualifiers[] =
21388               {
21389                   /* ModelCorrespondence */
21390                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
21391                   0,
21392               };
21393               
21394               static SourceProperty
21395               _CIM_AlertIndication_EventTime =
21396               {
21397                   /* flags */
21398                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21399                   /* name */
21400                   "EventTime",
21401                   /* qualifiers */
21402                   _CIM_AlertIndication_EventTime_qualifiers,
21403                   /* type */
21404                   CIMTYPE_DATETIME,
21405                   /* subscript */
21406                   -1,
21407                   /* value */
21408 mike  1.1.2.1     0,
21409               };
21410               
21411               static const char*
21412               _CIM_AlertIndication_SystemCreationClassName_qualifiers[] =
21413               {
21414                   /* MaxLen */
21415                   "\030\000\000\001\000",
21416                   0,
21417               };
21418               
21419               static SourceProperty
21420               _CIM_AlertIndication_SystemCreationClassName =
21421               {
21422                   /* flags */
21423                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21424                   /* name */
21425                   "SystemCreationClassName",
21426                   /* qualifiers */
21427                   _CIM_AlertIndication_SystemCreationClassName_qualifiers,
21428                   /* type */
21429 mike  1.1.2.1     CIMTYPE_STRING,
21430                   /* subscript */
21431                   -1,
21432                   /* value */
21433                   0,
21434               };
21435               
21436               static const char*
21437               _CIM_AlertIndication_SystemName_qualifiers[] =
21438               {
21439                   /* MaxLen */
21440                   "\030\000\000\001\000",
21441                   0,
21442               };
21443               
21444               static SourceProperty
21445               _CIM_AlertIndication_SystemName =
21446               {
21447                   /* flags */
21448                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21449                   /* name */
21450 mike  1.1.2.1     "SystemName",
21451                   /* qualifiers */
21452                   _CIM_AlertIndication_SystemName_qualifiers,
21453                   /* type */
21454                   CIMTYPE_STRING,
21455                   /* subscript */
21456                   -1,
21457                   /* value */
21458                   0,
21459               };
21460               
21461               static const char*
21462               _CIM_AlertIndication_ProviderName_qualifiers[] =
21463               {
21464                   /* MaxLen */
21465                   "\030\000\000\001\000",
21466                   0,
21467               };
21468               
21469               static SourceProperty
21470               _CIM_AlertIndication_ProviderName =
21471 mike  1.1.2.1 {
21472                   /* flags */
21473                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21474                   /* name */
21475                   "ProviderName",
21476                   /* qualifiers */
21477                   _CIM_AlertIndication_ProviderName_qualifiers,
21478                   /* type */
21479                   CIMTYPE_STRING,
21480                   /* subscript */
21481                   -1,
21482                   /* value */
21483                   0,
21484               };
21485               
21486               static SourceFeature*
21487               _CIM_AlertIndication_features[] =
21488               {
21489                   (SourceFeature*)&_CIM_AlertIndication_Description,
21490                   (SourceFeature*)&_CIM_AlertIndication_AlertingManagedElement,
21491                   (SourceFeature*)&_CIM_AlertIndication_AlertingElementFormat,
21492 mike  1.1.2.1     (SourceFeature*)&_CIM_AlertIndication_OtherAlertingElementFormat,
21493                   (SourceFeature*)&_CIM_AlertIndication_AlertType,
21494                   (SourceFeature*)&_CIM_AlertIndication_OtherAlertType,
21495                   (SourceFeature*)&_CIM_AlertIndication_PerceivedSeverity,
21496                   (SourceFeature*)&_CIM_AlertIndication_ProbableCause,
21497                   (SourceFeature*)&_CIM_AlertIndication_ProbableCauseDescription,
21498                   (SourceFeature*)&_CIM_AlertIndication_Trending,
21499                   (SourceFeature*)&_CIM_AlertIndication_RecommendedActions,
21500                   (SourceFeature*)&_CIM_AlertIndication_EventID,
21501                   (SourceFeature*)&_CIM_AlertIndication_EventTime,
21502                   (SourceFeature*)&_CIM_AlertIndication_SystemCreationClassName,
21503                   (SourceFeature*)&_CIM_AlertIndication_SystemName,
21504                   (SourceFeature*)&_CIM_AlertIndication_ProviderName,
21505                   0,
21506               };
21507               
21508               static const char*
21509               __root_PG_InterOp_CIM_AlertIndication_qualifiers[] =
21510               {
21511                   /* UMLPackagePath */
21512                   "\057CIM::Event",
21513 mike  1.1.2.1     /* Version */
21514                   "\0632.10.0",
21515                   0,
21516               };
21517               
21518               SourceClass
21519               __root_PG_InterOp_CIM_AlertIndication =
21520               {
21521                   /* flags */
21522                   PEGASUS_FLAG_INDICATION,
21523                   /* name */
21524                   "CIM_AlertIndication",
21525                   /* qualifiers */
21526                   __root_PG_InterOp_CIM_AlertIndication_qualifiers,
21527 mike  1.1.2.2     /* super */
21528 mike  1.1.2.1     &__root_PG_InterOp_CIM_ProcessIndication,
21529                   /* features */
21530                   _CIM_AlertIndication_features,
21531               };
21532               
21533               //==============================================================================
21534               //
21535               // Class: CIM_AlertInstIndication
21536               //
21537               //==============================================================================
21538               
21539               static const char*
21540               _CIM_AlertInstIndication_AlertType_qualifiers[] =
21541               {
21542                   /* Override */
21543                   "\044AlertType",
21544                   0,
21545               };
21546               
21547               static SourceProperty
21548               _CIM_AlertInstIndication_AlertType =
21549 mike  1.1.2.1 {
21550                   /* flags */
21551                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21552                   /* name */
21553                   "AlertType",
21554                   /* qualifiers */
21555                   _CIM_AlertInstIndication_AlertType_qualifiers,
21556                   /* type */
21557                   CIMTYPE_UINT16,
21558                   /* subscript */
21559                   -1,
21560                   /* value */
21561                   "\000\007",
21562               };
21563               
21564               static const char*
21565               _CIM_AlertInstIndication_IndObject_qualifiers[] =
21566               {
21567                   0,
21568               };
21569               
21570 mike  1.1.2.1 static SourceProperty
21571               _CIM_AlertInstIndication_IndObject =
21572               {
21573                   /* flags */
21574                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
21575                   /* name */
21576                   "IndObject",
21577                   /* qualifiers */
21578                   _CIM_AlertInstIndication_IndObject_qualifiers,
21579                   /* type */
21580                   CIMTYPE_STRING,
21581                   /* subscript */
21582                   -1,
21583                   /* value */
21584                   0,
21585               };
21586               
21587               static SourceFeature*
21588               _CIM_AlertInstIndication_features[] =
21589               {
21590                   (SourceFeature*)&_CIM_AlertInstIndication_AlertType,
21591 mike  1.1.2.1     (SourceFeature*)&_CIM_AlertInstIndication_IndObject,
21592                   0,
21593               };
21594               
21595               static const char*
21596               __root_PG_InterOp_CIM_AlertInstIndication_qualifiers[] =
21597               {
21598                   /* UMLPackagePath */
21599                   "\057CIM::Event",
21600                   /* Version */
21601                   "\0632.6.0",
21602                   0,
21603               };
21604               
21605               SourceClass
21606               __root_PG_InterOp_CIM_AlertInstIndication =
21607               {
21608                   /* flags */
21609                   PEGASUS_FLAG_INDICATION,
21610                   /* name */
21611                   "CIM_AlertInstIndication",
21612 mike  1.1.2.1     /* qualifiers */
21613                   __root_PG_InterOp_CIM_AlertInstIndication_qualifiers,
21614 mike  1.1.2.2     /* super */
21615 mike  1.1.2.1     &__root_PG_InterOp_CIM_AlertIndication,
21616                   /* features */
21617                   _CIM_AlertInstIndication_features,
21618               };
21619               
21620               //==============================================================================
21621               //
21622               // Class: CIM_ClassCreation
21623               //
21624               //==============================================================================
21625               
21626               static SourceFeature*
21627               _CIM_ClassCreation_features[] =
21628               {
21629                   0,
21630               };
21631               
21632               static const char*
21633               __root_PG_InterOp_CIM_ClassCreation_qualifiers[] =
21634               {
21635                   /* UMLPackagePath */
21636 mike  1.1.2.1     "\057CIM::Event",
21637                   /* Version */
21638                   "\0632.6.0",
21639                   0,
21640               };
21641               
21642               SourceClass
21643               __root_PG_InterOp_CIM_ClassCreation =
21644               {
21645                   /* flags */
21646                   PEGASUS_FLAG_INDICATION,
21647                   /* name */
21648                   "CIM_ClassCreation",
21649                   /* qualifiers */
21650                   __root_PG_InterOp_CIM_ClassCreation_qualifiers,
21651 mike  1.1.2.2     /* super */
21652 mike  1.1.2.1     &__root_PG_InterOp_CIM_ClassIndication,
21653                   /* features */
21654                   _CIM_ClassCreation_features,
21655               };
21656               
21657               //==============================================================================
21658               //
21659               // Class: CIM_ClassDeletion
21660               //
21661               //==============================================================================
21662               
21663               static SourceFeature*
21664               _CIM_ClassDeletion_features[] =
21665               {
21666                   0,
21667               };
21668               
21669               static const char*
21670               __root_PG_InterOp_CIM_ClassDeletion_qualifiers[] =
21671               {
21672                   /* UMLPackagePath */
21673 mike  1.1.2.1     "\057CIM::Event",
21674                   /* Version */
21675                   "\0632.6.0",
21676                   0,
21677               };
21678               
21679               SourceClass
21680               __root_PG_InterOp_CIM_ClassDeletion =
21681               {
21682                   /* flags */
21683                   PEGASUS_FLAG_INDICATION,
21684                   /* name */
21685                   "CIM_ClassDeletion",
21686                   /* qualifiers */
21687                   __root_PG_InterOp_CIM_ClassDeletion_qualifiers,
21688 mike  1.1.2.2     /* super */
21689 mike  1.1.2.1     &__root_PG_InterOp_CIM_ClassIndication,
21690                   /* features */
21691                   _CIM_ClassDeletion_features,
21692               };
21693               
21694               //==============================================================================
21695               //
21696               // Class: CIM_IndicationHandler
21697               //
21698               //==============================================================================
21699               
21700               static const char*
21701               _CIM_IndicationHandler_Owner_qualifiers[] =
21702               {
21703                   /* Deprecated */
21704                   "\013\000\001No value\000",
21705                   0,
21706               };
21707               
21708               static SourceProperty
21709               _CIM_IndicationHandler_Owner =
21710 mike  1.1.2.1 {
21711                   /* flags */
21712                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21713                   /* name */
21714                   "Owner",
21715                   /* qualifiers */
21716                   _CIM_IndicationHandler_Owner_qualifiers,
21717                   /* type */
21718                   CIMTYPE_STRING,
21719                   /* subscript */
21720                   -1,
21721                   /* value */
21722                   0,
21723               };
21724               
21725               static SourceFeature*
21726               _CIM_IndicationHandler_features[] =
21727               {
21728                   (SourceFeature*)&_CIM_IndicationHandler_Owner,
21729                   0,
21730               };
21731 mike  1.1.2.1 
21732               static const char*
21733               __root_PG_InterOp_CIM_IndicationHandler_qualifiers[] =
21734               {
21735                   /* Deprecated */
21736                   "\013\000\001CIM_ListenerDestination\000",
21737                   /* UMLPackagePath */
21738                   "\057CIM::Event",
21739                   /* Version */
21740                   "\0632.8.0",
21741                   0,
21742               };
21743               
21744               SourceClass
21745               __root_PG_InterOp_CIM_IndicationHandler =
21746               {
21747                   /* flags */
21748                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
21749                   /* name */
21750                   "CIM_IndicationHandler",
21751                   /* qualifiers */
21752 mike  1.1.2.1     __root_PG_InterOp_CIM_IndicationHandler_qualifiers,
21753 mike  1.1.2.2     /* super */
21754 mike  1.1.2.1     &__root_PG_InterOp_CIM_ListenerDestination,
21755                   /* features */
21756                   _CIM_IndicationHandler_features,
21757               };
21758               
21759               //==============================================================================
21760               //
21761               // Class: CIM_IndicationHandlerCIMXML
21762               //
21763               //==============================================================================
21764               
21765               static const char*
21766               _CIM_IndicationHandlerCIMXML_Destination_qualifiers[] =
21767               {
21768                   /* Deprecated */
21769                   "\013\000\001CIM_ListenerDestinationCIMXML.Destination\000",
21770                   0,
21771               };
21772               
21773               static SourceProperty
21774               _CIM_IndicationHandlerCIMXML_Destination =
21775 mike  1.1.2.1 {
21776                   /* flags */
21777                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
21778                   /* name */
21779                   "Destination",
21780                   /* qualifiers */
21781                   _CIM_IndicationHandlerCIMXML_Destination_qualifiers,
21782                   /* type */
21783                   CIMTYPE_STRING,
21784                   /* subscript */
21785                   -1,
21786                   /* value */
21787                   0,
21788               };
21789               
21790               static SourceFeature*
21791               _CIM_IndicationHandlerCIMXML_features[] =
21792               {
21793                   (SourceFeature*)&_CIM_IndicationHandlerCIMXML_Destination,
21794                   0,
21795               };
21796 mike  1.1.2.1 
21797               static const char*
21798               __root_PG_InterOp_CIM_IndicationHandlerCIMXML_qualifiers[] =
21799               {
21800                   /* Deprecated */
21801                   "\013\000\001CIM_ListenerDestinationCIMXML\000",
21802                   /* UMLPackagePath */
21803                   "\057CIM::Event",
21804                   /* Version */
21805                   "\0632.8.0",
21806                   0,
21807               };
21808               
21809               SourceClass
21810               __root_PG_InterOp_CIM_IndicationHandlerCIMXML =
21811               {
21812                   /* flags */
21813                   PEGASUS_FLAG_CLASS,
21814                   /* name */
21815                   "CIM_IndicationHandlerCIMXML",
21816                   /* qualifiers */
21817 mike  1.1.2.1     __root_PG_InterOp_CIM_IndicationHandlerCIMXML_qualifiers,
21818 mike  1.1.2.2     /* super */
21819 mike  1.1.2.1     &__root_PG_InterOp_CIM_IndicationHandler,
21820                   /* features */
21821                   _CIM_IndicationHandlerCIMXML_features,
21822               };
21823               
21824               //==============================================================================
21825               //
21826               // Class: CIM_IndicationSubscription
21827               //
21828               //==============================================================================
21829               
21830               static const char*
21831               _CIM_IndicationSubscription_Filter_qualifiers[] =
21832               {
21833                   0,
21834               };
21835               
21836               static SourceReference
21837               _CIM_IndicationSubscription_Filter =
21838               {
21839                   /* flags */
21840 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
21841                   /* name */
21842                   "Filter",
21843                   /* qualifiers */
21844                   _CIM_IndicationSubscription_Filter_qualifiers,
21845                   /* subscript */
21846                   -1,
21847 mike  1.1.2.2     /* refId */
21848 mike  1.1.2.1     &__root_PG_InterOp_CIM_IndicationFilter,
21849               };
21850               
21851               static const char*
21852               _CIM_IndicationSubscription_Handler_qualifiers[] =
21853               {
21854                   0,
21855               };
21856               
21857               static SourceReference
21858               _CIM_IndicationSubscription_Handler =
21859               {
21860                   /* flags */
21861                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
21862                   /* name */
21863                   "Handler",
21864                   /* qualifiers */
21865                   _CIM_IndicationSubscription_Handler_qualifiers,
21866                   /* subscript */
21867                   -1,
21868 mike  1.1.2.2     /* refId */
21869 mike  1.1.2.1     &__root_PG_InterOp_CIM_ListenerDestination,
21870               };
21871               
21872               static const char*
21873               _CIM_IndicationSubscription_OnFatalErrorPolicy_qualifiers[] =
21874               {
21875                   /* ValueMap */
21876                   "\061\000\0041\0002\0003\0004\000",
21877                   /* Values */
21878                   "\062\000\004Other\000Ignore\000Disable\000Remove\000",
21879                   0,
21880               };
21881               
21882               static SourceProperty
21883               _CIM_IndicationSubscription_OnFatalErrorPolicy =
21884               {
21885                   /* flags */
21886                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21887                   /* name */
21888                   "OnFatalErrorPolicy",
21889                   /* qualifiers */
21890 mike  1.1.2.1     _CIM_IndicationSubscription_OnFatalErrorPolicy_qualifiers,
21891                   /* type */
21892                   CIMTYPE_UINT16,
21893                   /* subscript */
21894                   -1,
21895                   /* value */
21896                   0,
21897               };
21898               
21899               static const char*
21900               _CIM_IndicationSubscription_OtherOnFatalErrorPolicy_qualifiers[] =
21901               {
21902                   0,
21903               };
21904               
21905               static SourceProperty
21906               _CIM_IndicationSubscription_OtherOnFatalErrorPolicy =
21907               {
21908                   /* flags */
21909                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21910                   /* name */
21911 mike  1.1.2.1     "OtherOnFatalErrorPolicy",
21912                   /* qualifiers */
21913                   _CIM_IndicationSubscription_OtherOnFatalErrorPolicy_qualifiers,
21914                   /* type */
21915                   CIMTYPE_STRING,
21916                   /* subscript */
21917                   -1,
21918                   /* value */
21919                   0,
21920               };
21921               
21922               static const char*
21923               _CIM_IndicationSubscription_FailureTriggerTimeInterval_qualifiers[] =
21924               {
21925                   /* Units */
21926                   "\060Seconds",
21927                   0,
21928               };
21929               
21930               static SourceProperty
21931               _CIM_IndicationSubscription_FailureTriggerTimeInterval =
21932 mike  1.1.2.1 {
21933                   /* flags */
21934                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21935                   /* name */
21936                   "FailureTriggerTimeInterval",
21937                   /* qualifiers */
21938                   _CIM_IndicationSubscription_FailureTriggerTimeInterval_qualifiers,
21939                   /* type */
21940                   CIMTYPE_UINT64,
21941                   /* subscript */
21942                   -1,
21943                   /* value */
21944                   0,
21945               };
21946               
21947               static const char*
21948               _CIM_IndicationSubscription_SubscriptionState_qualifiers[] =
21949               {
21950                   /* ValueMap */
21951                   "\061\000\0050\0001\0002\0003\0004\000",
21952                   /* Values */
21953 mike  1.1.2.1     "\062\000\005Unknown\000Other\000Enabled\000Enabled Degraded\000Disabled\000",
21954                   0,
21955               };
21956               
21957               static SourceProperty
21958               _CIM_IndicationSubscription_SubscriptionState =
21959               {
21960                   /* flags */
21961                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
21962                   /* name */
21963                   "SubscriptionState",
21964                   /* qualifiers */
21965                   _CIM_IndicationSubscription_SubscriptionState_qualifiers,
21966                   /* type */
21967                   CIMTYPE_UINT16,
21968                   /* subscript */
21969                   -1,
21970                   /* value */
21971                   0,
21972               };
21973               
21974 mike  1.1.2.1 static const char*
21975               _CIM_IndicationSubscription_OtherSubscriptionState_qualifiers[] =
21976               {
21977                   0,
21978               };
21979               
21980               static SourceProperty
21981               _CIM_IndicationSubscription_OtherSubscriptionState =
21982               {
21983                   /* flags */
21984                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21985                   /* name */
21986                   "OtherSubscriptionState",
21987                   /* qualifiers */
21988                   _CIM_IndicationSubscription_OtherSubscriptionState_qualifiers,
21989                   /* type */
21990                   CIMTYPE_STRING,
21991                   /* subscript */
21992                   -1,
21993                   /* value */
21994                   0,
21995 mike  1.1.2.1 };
21996               
21997               static const char*
21998               _CIM_IndicationSubscription_TimeOfLastStateChange_qualifiers[] =
21999               {
22000                   0,
22001               };
22002               
22003               static SourceProperty
22004               _CIM_IndicationSubscription_TimeOfLastStateChange =
22005               {
22006                   /* flags */
22007                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22008                   /* name */
22009                   "TimeOfLastStateChange",
22010                   /* qualifiers */
22011                   _CIM_IndicationSubscription_TimeOfLastStateChange_qualifiers,
22012                   /* type */
22013                   CIMTYPE_DATETIME,
22014                   /* subscript */
22015                   -1,
22016 mike  1.1.2.1     /* value */
22017                   0,
22018               };
22019               
22020               static const char*
22021               _CIM_IndicationSubscription_SubscriptionDuration_qualifiers[] =
22022               {
22023                   /* Units */
22024                   "\060Seconds",
22025                   0,
22026               };
22027               
22028               static SourceProperty
22029               _CIM_IndicationSubscription_SubscriptionDuration =
22030               {
22031                   /* flags */
22032                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
22033                   /* name */
22034                   "SubscriptionDuration",
22035                   /* qualifiers */
22036                   _CIM_IndicationSubscription_SubscriptionDuration_qualifiers,
22037 mike  1.1.2.1     /* type */
22038                   CIMTYPE_UINT64,
22039                   /* subscript */
22040                   -1,
22041                   /* value */
22042                   0,
22043               };
22044               
22045               static const char*
22046               _CIM_IndicationSubscription_SubscriptionStartTime_qualifiers[] =
22047               {
22048                   0,
22049               };
22050               
22051               static SourceProperty
22052               _CIM_IndicationSubscription_SubscriptionStartTime =
22053               {
22054                   /* flags */
22055                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22056                   /* name */
22057                   "SubscriptionStartTime",
22058 mike  1.1.2.1     /* qualifiers */
22059                   _CIM_IndicationSubscription_SubscriptionStartTime_qualifiers,
22060                   /* type */
22061                   CIMTYPE_DATETIME,
22062                   /* subscript */
22063                   -1,
22064                   /* value */
22065                   0,
22066               };
22067               
22068               static const char*
22069               _CIM_IndicationSubscription_SubscriptionTimeRemaining_qualifiers[] =
22070               {
22071                   /* Units */
22072                   "\060Seconds",
22073                   0,
22074               };
22075               
22076               static SourceProperty
22077               _CIM_IndicationSubscription_SubscriptionTimeRemaining =
22078               {
22079 mike  1.1.2.1     /* flags */
22080                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22081                   /* name */
22082                   "SubscriptionTimeRemaining",
22083                   /* qualifiers */
22084                   _CIM_IndicationSubscription_SubscriptionTimeRemaining_qualifiers,
22085                   /* type */
22086                   CIMTYPE_UINT64,
22087                   /* subscript */
22088                   -1,
22089                   /* value */
22090                   0,
22091               };
22092               
22093               static const char*
22094               _CIM_IndicationSubscription_RepeatNotificationPolicy_qualifiers[] =
22095               {
22096                   /* ValueMap */
22097                   "\061\000\0050\0001\0002\0003\0004\000",
22098                   /* Values */
22099                   "\062\000\005Unknown\000Other\000None\000Suppress\000Delay\000",
22100 mike  1.1.2.1     0,
22101               };
22102               
22103               static SourceProperty
22104               _CIM_IndicationSubscription_RepeatNotificationPolicy =
22105               {
22106                   /* flags */
22107                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22108                   /* name */
22109                   "RepeatNotificationPolicy",
22110                   /* qualifiers */
22111                   _CIM_IndicationSubscription_RepeatNotificationPolicy_qualifiers,
22112                   /* type */
22113                   CIMTYPE_UINT16,
22114                   /* subscript */
22115                   -1,
22116                   /* value */
22117                   0,
22118               };
22119               
22120               static const char*
22121 mike  1.1.2.1 _CIM_IndicationSubscription_OtherRepeatNotificationPolicy_qualifiers[] =
22122               {
22123                   0,
22124               };
22125               
22126               static SourceProperty
22127               _CIM_IndicationSubscription_OtherRepeatNotificationPolicy =
22128               {
22129                   /* flags */
22130                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22131                   /* name */
22132                   "OtherRepeatNotificationPolicy",
22133                   /* qualifiers */
22134                   _CIM_IndicationSubscription_OtherRepeatNotificationPolicy_qualifiers,
22135                   /* type */
22136                   CIMTYPE_STRING,
22137                   /* subscript */
22138                   -1,
22139                   /* value */
22140                   0,
22141               };
22142 mike  1.1.2.1 
22143               static const char*
22144               _CIM_IndicationSubscription_RepeatNotificationInterval_qualifiers[] =
22145               {
22146                   /* Units */
22147                   "\060Seconds",
22148                   0,
22149               };
22150               
22151               static SourceProperty
22152               _CIM_IndicationSubscription_RepeatNotificationInterval =
22153               {
22154                   /* flags */
22155                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22156                   /* name */
22157                   "RepeatNotificationInterval",
22158                   /* qualifiers */
22159                   _CIM_IndicationSubscription_RepeatNotificationInterval_qualifiers,
22160                   /* type */
22161                   CIMTYPE_UINT64,
22162                   /* subscript */
22163 mike  1.1.2.1     -1,
22164                   /* value */
22165                   0,
22166               };
22167               
22168               static const char*
22169               _CIM_IndicationSubscription_RepeatNotificationGap_qualifiers[] =
22170               {
22171                   /* Units */
22172                   "\060Seconds",
22173                   0,
22174               };
22175               
22176               static SourceProperty
22177               _CIM_IndicationSubscription_RepeatNotificationGap =
22178               {
22179                   /* flags */
22180                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22181                   /* name */
22182                   "RepeatNotificationGap",
22183                   /* qualifiers */
22184 mike  1.1.2.1     _CIM_IndicationSubscription_RepeatNotificationGap_qualifiers,
22185                   /* type */
22186                   CIMTYPE_UINT64,
22187                   /* subscript */
22188                   -1,
22189                   /* value */
22190                   0,
22191               };
22192               
22193               static const char*
22194               _CIM_IndicationSubscription_RepeatNotificationCount_qualifiers[] =
22195               {
22196                   0,
22197               };
22198               
22199               static SourceProperty
22200               _CIM_IndicationSubscription_RepeatNotificationCount =
22201               {
22202                   /* flags */
22203                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22204                   /* name */
22205 mike  1.1.2.1     "RepeatNotificationCount",
22206                   /* qualifiers */
22207                   _CIM_IndicationSubscription_RepeatNotificationCount_qualifiers,
22208                   /* type */
22209                   CIMTYPE_UINT16,
22210                   /* subscript */
22211                   -1,
22212                   /* value */
22213                   0,
22214               };
22215               
22216               static SourceFeature*
22217               _CIM_IndicationSubscription_features[] =
22218               {
22219                   (SourceFeature*)&_CIM_IndicationSubscription_Filter,
22220                   (SourceFeature*)&_CIM_IndicationSubscription_Handler,
22221                   (SourceFeature*)&_CIM_IndicationSubscription_OnFatalErrorPolicy,
22222                   (SourceFeature*)&_CIM_IndicationSubscription_OtherOnFatalErrorPolicy,
22223                   (SourceFeature*)&_CIM_IndicationSubscription_FailureTriggerTimeInterval,
22224                   (SourceFeature*)&_CIM_IndicationSubscription_SubscriptionState,
22225                   (SourceFeature*)&_CIM_IndicationSubscription_OtherSubscriptionState,
22226 mike  1.1.2.1     (SourceFeature*)&_CIM_IndicationSubscription_TimeOfLastStateChange,
22227                   (SourceFeature*)&_CIM_IndicationSubscription_SubscriptionDuration,
22228                   (SourceFeature*)&_CIM_IndicationSubscription_SubscriptionStartTime,
22229                   (SourceFeature*)&_CIM_IndicationSubscription_SubscriptionTimeRemaining,
22230                   (SourceFeature*)&_CIM_IndicationSubscription_RepeatNotificationPolicy,
22231                   (SourceFeature*)&_CIM_IndicationSubscription_OtherRepeatNotificationPolicy,
22232                   (SourceFeature*)&_CIM_IndicationSubscription_RepeatNotificationInterval,
22233                   (SourceFeature*)&_CIM_IndicationSubscription_RepeatNotificationGap,
22234                   (SourceFeature*)&_CIM_IndicationSubscription_RepeatNotificationCount,
22235                   0,
22236               };
22237               
22238               static const char*
22239               __root_PG_InterOp_CIM_IndicationSubscription_qualifiers[] =
22240               {
22241                   /* UMLPackagePath */
22242                   "\057CIM::Event",
22243                   /* Version */
22244                   "\0632.7.0",
22245                   0,
22246               };
22247 mike  1.1.2.1 
22248               SourceClass
22249               __root_PG_InterOp_CIM_IndicationSubscription =
22250               {
22251                   /* flags */
22252                   PEGASUS_FLAG_ASSOCIATION,
22253                   /* name */
22254                   "CIM_IndicationSubscription",
22255                   /* qualifiers */
22256                   __root_PG_InterOp_CIM_IndicationSubscription_qualifiers,
22257 mike  1.1.2.2     /* super */
22258 mike  1.1.2.1     0,
22259                   /* features */
22260                   _CIM_IndicationSubscription_features,
22261               };
22262               
22263               //==============================================================================
22264               //
22265               // Class: CIM_InstCreation
22266               //
22267               //==============================================================================
22268               
22269               static SourceFeature*
22270               _CIM_InstCreation_features[] =
22271               {
22272                   0,
22273               };
22274               
22275               static const char*
22276               __root_PG_InterOp_CIM_InstCreation_qualifiers[] =
22277               {
22278                   /* UMLPackagePath */
22279 mike  1.1.2.1     "\057CIM::Event",
22280                   /* Version */
22281                   "\0632.6.0",
22282                   0,
22283               };
22284               
22285               SourceClass
22286               __root_PG_InterOp_CIM_InstCreation =
22287               {
22288                   /* flags */
22289                   PEGASUS_FLAG_INDICATION,
22290                   /* name */
22291                   "CIM_InstCreation",
22292                   /* qualifiers */
22293                   __root_PG_InterOp_CIM_InstCreation_qualifiers,
22294 mike  1.1.2.2     /* super */
22295 mike  1.1.2.1     &__root_PG_InterOp_CIM_InstIndication,
22296                   /* features */
22297                   _CIM_InstCreation_features,
22298               };
22299               
22300               //==============================================================================
22301               //
22302               // Class: CIM_InstDeletion
22303               //
22304               //==============================================================================
22305               
22306               static SourceFeature*
22307               _CIM_InstDeletion_features[] =
22308               {
22309                   0,
22310               };
22311               
22312               static const char*
22313               __root_PG_InterOp_CIM_InstDeletion_qualifiers[] =
22314               {
22315                   /* UMLPackagePath */
22316 mike  1.1.2.1     "\057CIM::Event",
22317                   /* Version */
22318                   "\0632.6.0",
22319                   0,
22320               };
22321               
22322               SourceClass
22323               __root_PG_InterOp_CIM_InstDeletion =
22324               {
22325                   /* flags */
22326                   PEGASUS_FLAG_INDICATION,
22327                   /* name */
22328                   "CIM_InstDeletion",
22329                   /* qualifiers */
22330                   __root_PG_InterOp_CIM_InstDeletion_qualifiers,
22331 mike  1.1.2.2     /* super */
22332 mike  1.1.2.1     &__root_PG_InterOp_CIM_InstIndication,
22333                   /* features */
22334                   _CIM_InstDeletion_features,
22335               };
22336               
22337               //==============================================================================
22338               //
22339               // Class: CIM_ThresholdIndication
22340               //
22341               //==============================================================================
22342               
22343               static const char*
22344               _CIM_ThresholdIndication_ThresholdIdentifier_qualifiers[] =
22345               {
22346                   /* MappingStrings */
22347                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
22348                   0,
22349               };
22350               
22351               static SourceProperty
22352               _CIM_ThresholdIndication_ThresholdIdentifier =
22353 mike  1.1.2.1 {
22354                   /* flags */
22355                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22356                   /* name */
22357                   "ThresholdIdentifier",
22358                   /* qualifiers */
22359                   _CIM_ThresholdIndication_ThresholdIdentifier_qualifiers,
22360                   /* type */
22361                   CIMTYPE_STRING,
22362                   /* subscript */
22363                   -1,
22364                   /* value */
22365                   0,
22366               };
22367               
22368               static const char*
22369               _CIM_ThresholdIndication_ThresholdValue_qualifiers[] =
22370               {
22371                   /* MappingStrings */
22372                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
22373                   0,
22374 mike  1.1.2.1 };
22375               
22376               static SourceProperty
22377               _CIM_ThresholdIndication_ThresholdValue =
22378               {
22379                   /* flags */
22380                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22381                   /* name */
22382                   "ThresholdValue",
22383                   /* qualifiers */
22384                   _CIM_ThresholdIndication_ThresholdValue_qualifiers,
22385                   /* type */
22386                   CIMTYPE_STRING,
22387                   /* subscript */
22388                   -1,
22389                   /* value */
22390                   0,
22391               };
22392               
22393               static const char*
22394               _CIM_ThresholdIndication_ObservedValue_qualifiers[] =
22395 mike  1.1.2.1 {
22396                   /* MappingStrings */
22397                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
22398                   0,
22399               };
22400               
22401               static SourceProperty
22402               _CIM_ThresholdIndication_ObservedValue =
22403               {
22404                   /* flags */
22405                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22406                   /* name */
22407                   "ObservedValue",
22408                   /* qualifiers */
22409                   _CIM_ThresholdIndication_ObservedValue_qualifiers,
22410                   /* type */
22411                   CIMTYPE_STRING,
22412                   /* subscript */
22413                   -1,
22414                   /* value */
22415                   0,
22416 mike  1.1.2.1 };
22417               
22418               static SourceFeature*
22419               _CIM_ThresholdIndication_features[] =
22420               {
22421                   (SourceFeature*)&_CIM_ThresholdIndication_ThresholdIdentifier,
22422                   (SourceFeature*)&_CIM_ThresholdIndication_ThresholdValue,
22423                   (SourceFeature*)&_CIM_ThresholdIndication_ObservedValue,
22424                   0,
22425               };
22426               
22427               static const char*
22428               __root_PG_InterOp_CIM_ThresholdIndication_qualifiers[] =
22429               {
22430                   /* UMLPackagePath */
22431                   "\057CIM::Event",
22432                   /* Version */
22433                   "\0632.6.0",
22434                   0,
22435               };
22436               
22437 mike  1.1.2.1 SourceClass
22438               __root_PG_InterOp_CIM_ThresholdIndication =
22439               {
22440                   /* flags */
22441                   PEGASUS_FLAG_INDICATION,
22442                   /* name */
22443                   "CIM_ThresholdIndication",
22444                   /* qualifiers */
22445                   __root_PG_InterOp_CIM_ThresholdIndication_qualifiers,
22446 mike  1.1.2.2     /* super */
22447 mike  1.1.2.1     &__root_PG_InterOp_CIM_AlertIndication,
22448                   /* features */
22449                   _CIM_ThresholdIndication_features,
22450               };
22451               
22452               //==============================================================================
22453               //
22454               // Class: CIM_FormattedIndicationSubscription
22455               //
22456               //==============================================================================
22457               
22458               static const char*
22459               _CIM_FormattedIndicationSubscription_TextFormatOwningEntity_qualifiers[] =
22460               {
22461                   /* ModelCorrespondence */
22462                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatID\000CIM_FormattedIndicationSubscription.TextFormat\000CIM_FormattedIndicationSubscription.TextFormatParameters\000",
22463                   0,
22464               };
22465               
22466               static SourceProperty
22467               _CIM_FormattedIndicationSubscription_TextFormatOwningEntity =
22468 mike  1.1.2.1 {
22469                   /* flags */
22470                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22471                   /* name */
22472                   "TextFormatOwningEntity",
22473                   /* qualifiers */
22474                   _CIM_FormattedIndicationSubscription_TextFormatOwningEntity_qualifiers,
22475                   /* type */
22476                   CIMTYPE_STRING,
22477                   /* subscript */
22478                   -1,
22479                   /* value */
22480                   0,
22481               };
22482               
22483               static const char*
22484               _CIM_FormattedIndicationSubscription_TextFormatID_qualifiers[] =
22485               {
22486                   /* ModelCorrespondence */
22487                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatOwningEntity\000CIM_FormattedIndicationSubscription.TextFormat\000CIM_FormattedIndicationSubscription.TextFormatParameters\000",
22488                   0,
22489 mike  1.1.2.1 };
22490               
22491               static SourceProperty
22492               _CIM_FormattedIndicationSubscription_TextFormatID =
22493               {
22494                   /* flags */
22495                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22496                   /* name */
22497                   "TextFormatID",
22498                   /* qualifiers */
22499                   _CIM_FormattedIndicationSubscription_TextFormatID_qualifiers,
22500                   /* type */
22501                   CIMTYPE_STRING,
22502                   /* subscript */
22503                   -1,
22504                   /* value */
22505                   0,
22506               };
22507               
22508               static const char*
22509               _CIM_FormattedIndicationSubscription_TextFormat_qualifiers[] =
22510 mike  1.1.2.1 {
22511                   0,
22512               };
22513               
22514               static SourceProperty
22515               _CIM_FormattedIndicationSubscription_TextFormat =
22516               {
22517                   /* flags */
22518                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22519                   /* name */
22520                   "TextFormat",
22521                   /* qualifiers */
22522                   _CIM_FormattedIndicationSubscription_TextFormat_qualifiers,
22523                   /* type */
22524                   CIMTYPE_STRING,
22525                   /* subscript */
22526                   -1,
22527                   /* value */
22528                   0,
22529               };
22530               
22531 mike  1.1.2.1 static const char*
22532               _CIM_FormattedIndicationSubscription_TextFormatParameters_qualifiers[] =
22533               {
22534                   /* ArrayType */
22535                   "\005Indexed",
22536                   /* ModelCorrespondence */
22537                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatOwningEntity\000CIM_FormattedIndicationSubscription.TextFormatID\000CIM_FormattedIndicationSubscription.TextFormat\000",
22538                   0,
22539               };
22540               
22541               static SourceProperty
22542               _CIM_FormattedIndicationSubscription_TextFormatParameters =
22543               {
22544                   /* flags */
22545                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22546                   /* name */
22547                   "TextFormatParameters",
22548                   /* qualifiers */
22549                   _CIM_FormattedIndicationSubscription_TextFormatParameters_qualifiers,
22550                   /* type */
22551                   CIMTYPE_STRING,
22552 mike  1.1.2.1     /* subscript */
22553                   0,
22554                   /* value */
22555                   0,
22556               };
22557               
22558               static SourceFeature*
22559               _CIM_FormattedIndicationSubscription_features[] =
22560               {
22561                   (SourceFeature*)&_CIM_FormattedIndicationSubscription_TextFormatOwningEntity,
22562                   (SourceFeature*)&_CIM_FormattedIndicationSubscription_TextFormatID,
22563                   (SourceFeature*)&_CIM_FormattedIndicationSubscription_TextFormat,
22564                   (SourceFeature*)&_CIM_FormattedIndicationSubscription_TextFormatParameters,
22565                   0,
22566               };
22567               
22568               static const char*
22569               __root_PG_InterOp_CIM_FormattedIndicationSubscription_qualifiers[] =
22570               {
22571                   /* UMLPackagePath */
22572                   "\057CIM::Event",
22573 mike  1.1.2.1     /* Version */
22574                   "\0632.10.0",
22575                   0,
22576               };
22577               
22578               SourceClass
22579               __root_PG_InterOp_CIM_FormattedIndicationSubscription =
22580               {
22581                   /* flags */
22582                   PEGASUS_FLAG_ASSOCIATION,
22583                   /* name */
22584                   "CIM_FormattedIndicationSubscription",
22585                   /* qualifiers */
22586                   __root_PG_InterOp_CIM_FormattedIndicationSubscription_qualifiers,
22587 mike  1.1.2.2     /* super */
22588 mike  1.1.2.1     &__root_PG_InterOp_CIM_IndicationSubscription,
22589                   /* features */
22590                   _CIM_FormattedIndicationSubscription_features,
22591               };
22592               
22593               //==============================================================================
22594               //
22595               // Class: CIM_Namespace
22596               //
22597               //==============================================================================
22598               
22599               static const char*
22600               _CIM_Namespace_SystemCreationClassName_qualifiers[] =
22601               {
22602                   /* Propagated */
22603                   "\045CIM_ObjectManager.SystemCreationClassName",
22604                   /* MaxLen */
22605                   "\030\000\000\001\000",
22606                   0,
22607               };
22608               
22609 mike  1.1.2.1 static SourceProperty
22610               _CIM_Namespace_SystemCreationClassName =
22611               {
22612                   /* flags */
22613                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
22614                   /* name */
22615                   "SystemCreationClassName",
22616                   /* qualifiers */
22617                   _CIM_Namespace_SystemCreationClassName_qualifiers,
22618                   /* type */
22619                   CIMTYPE_STRING,
22620                   /* subscript */
22621                   -1,
22622                   /* value */
22623                   0,
22624               };
22625               
22626               static const char*
22627               _CIM_Namespace_SystemName_qualifiers[] =
22628               {
22629                   /* Propagated */
22630 mike  1.1.2.1     "\045CIM_ObjectManager.SystemName",
22631                   /* MaxLen */
22632                   "\030\000\000\001\000",
22633                   0,
22634               };
22635               
22636               static SourceProperty
22637               _CIM_Namespace_SystemName =
22638               {
22639                   /* flags */
22640                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
22641                   /* name */
22642                   "SystemName",
22643                   /* qualifiers */
22644                   _CIM_Namespace_SystemName_qualifiers,
22645                   /* type */
22646                   CIMTYPE_STRING,
22647                   /* subscript */
22648                   -1,
22649                   /* value */
22650                   0,
22651 mike  1.1.2.1 };
22652               
22653               static const char*
22654               _CIM_Namespace_ObjectManagerCreationClassName_qualifiers[] =
22655               {
22656                   /* Propagated */
22657                   "\045CIM_ObjectManager.CreationClassName",
22658                   /* MaxLen */
22659                   "\030\000\000\001\000",
22660                   0,
22661               };
22662               
22663               static SourceProperty
22664               _CIM_Namespace_ObjectManagerCreationClassName =
22665               {
22666                   /* flags */
22667                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
22668                   /* name */
22669                   "ObjectManagerCreationClassName",
22670                   /* qualifiers */
22671                   _CIM_Namespace_ObjectManagerCreationClassName_qualifiers,
22672 mike  1.1.2.1     /* type */
22673                   CIMTYPE_STRING,
22674                   /* subscript */
22675                   -1,
22676                   /* value */
22677                   0,
22678               };
22679               
22680               static const char*
22681               _CIM_Namespace_ObjectManagerName_qualifiers[] =
22682               {
22683                   /* Propagated */
22684                   "\045CIM_ObjectManager.Name",
22685                   /* MaxLen */
22686                   "\030\000\000\001\000",
22687                   0,
22688               };
22689               
22690               static SourceProperty
22691               _CIM_Namespace_ObjectManagerName =
22692               {
22693 mike  1.1.2.1     /* flags */
22694                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
22695                   /* name */
22696                   "ObjectManagerName",
22697                   /* qualifiers */
22698                   _CIM_Namespace_ObjectManagerName_qualifiers,
22699                   /* type */
22700                   CIMTYPE_STRING,
22701                   /* subscript */
22702                   -1,
22703                   /* value */
22704                   0,
22705               };
22706               
22707               static const char*
22708               _CIM_Namespace_CreationClassName_qualifiers[] =
22709               {
22710                   /* MaxLen */
22711                   "\030\000\000\001\000",
22712                   0,
22713               };
22714 mike  1.1.2.1 
22715               static SourceProperty
22716               _CIM_Namespace_CreationClassName =
22717               {
22718                   /* flags */
22719                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
22720                   /* name */
22721                   "CreationClassName",
22722                   /* qualifiers */
22723                   _CIM_Namespace_CreationClassName_qualifiers,
22724                   /* type */
22725                   CIMTYPE_STRING,
22726                   /* subscript */
22727                   -1,
22728                   /* value */
22729                   0,
22730               };
22731               
22732               static const char*
22733               _CIM_Namespace_Name_qualifiers[] =
22734               {
22735 mike  1.1.2.1     /* MaxLen */
22736                   "\030\000\000\001\000",
22737                   0,
22738               };
22739               
22740               static SourceProperty
22741               _CIM_Namespace_Name =
22742               {
22743                   /* flags */
22744                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
22745                   /* name */
22746                   "Name",
22747                   /* qualifiers */
22748                   _CIM_Namespace_Name_qualifiers,
22749                   /* type */
22750                   CIMTYPE_STRING,
22751                   /* subscript */
22752                   -1,
22753                   /* value */
22754                   0,
22755               };
22756 mike  1.1.2.1 
22757               static const char*
22758               _CIM_Namespace_ClassInfo_qualifiers[] =
22759               {
22760                   /* Deprecated */
22761                   "\013\000\001CIM_Namespace.ClassType\000",
22762                   /* ValueMap */
22763                   "\061\000\0170\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000200\000201\000202\000",
22764                   /* Values */
22765                   "\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",
22766                   /* ModelCorrespondence */
22767                   "\036\000\001CIM_Namespace.DescriptionOfClassInfo\000",
22768                   0,
22769               };
22770               
22771               static SourceProperty
22772               _CIM_Namespace_ClassInfo =
22773               {
22774                   /* flags */
22775                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED|PEGASUS_FLAG_WRITE,
22776                   /* name */
22777 mike  1.1.2.1     "ClassInfo",
22778                   /* qualifiers */
22779                   _CIM_Namespace_ClassInfo_qualifiers,
22780                   /* type */
22781                   CIMTYPE_UINT16,
22782                   /* subscript */
22783                   -1,
22784                   /* value */
22785                   0,
22786               };
22787               
22788               static const char*
22789               _CIM_Namespace_DescriptionOfClassInfo_qualifiers[] =
22790               {
22791                   /* Deprecated */
22792                   "\013\000\001CIM_Namespace.DescriptionOfClassType\000",
22793                   /* ModelCorrespondence */
22794                   "\036\000\001CIM_Namespace.ClassInfo\000",
22795                   0,
22796               };
22797               
22798 mike  1.1.2.1 static SourceProperty
22799               _CIM_Namespace_DescriptionOfClassInfo =
22800               {
22801                   /* flags */
22802                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
22803                   /* name */
22804                   "DescriptionOfClassInfo",
22805                   /* qualifiers */
22806                   _CIM_Namespace_DescriptionOfClassInfo_qualifiers,
22807                   /* type */
22808                   CIMTYPE_STRING,
22809                   /* subscript */
22810                   -1,
22811                   /* value */
22812                   0,
22813               };
22814               
22815               static const char*
22816               _CIM_Namespace_ClassType_qualifiers[] =
22817               {
22818                   /* ValueMap */
22819 mike  1.1.2.1     "\061\000\0060\0001\0002\000200\000201\000202\000",
22820                   /* Values */
22821                   "\062\000\006Unknown\000Other\000CIM\000DMI Recast\000SNMP Recast\000CMIP Recast\000",
22822                   /* ModelCorrespondence */
22823                   "\036\000\002CIM_Namespace.DescriptionOfClassType\000CIM_Namespace.ClassTypeVersion\000",
22824                   0,
22825               };
22826               
22827               static SourceProperty
22828               _CIM_Namespace_ClassType =
22829               {
22830                   /* flags */
22831                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
22832                   /* name */
22833                   "ClassType",
22834                   /* qualifiers */
22835                   _CIM_Namespace_ClassType_qualifiers,
22836                   /* type */
22837                   CIMTYPE_UINT16,
22838                   /* subscript */
22839                   -1,
22840 mike  1.1.2.1     /* value */
22841                   0,
22842               };
22843               
22844               static const char*
22845               _CIM_Namespace_ClassTypeVersion_qualifiers[] =
22846               {
22847                   /* ModelCorrespondence */
22848                   "\036\000\002CIM_Namespace.DescriptionOfClassType\000CIM_Namespace.ClassType\000",
22849                   0,
22850               };
22851               
22852               static SourceProperty
22853               _CIM_Namespace_ClassTypeVersion =
22854               {
22855                   /* flags */
22856                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
22857                   /* name */
22858                   "ClassTypeVersion",
22859                   /* qualifiers */
22860                   _CIM_Namespace_ClassTypeVersion_qualifiers,
22861 mike  1.1.2.1     /* type */
22862                   CIMTYPE_STRING,
22863                   /* subscript */
22864                   -1,
22865                   /* value */
22866                   0,
22867               };
22868               
22869               static const char*
22870               _CIM_Namespace_DescriptionOfClassType_qualifiers[] =
22871               {
22872                   /* ModelCorrespondence */
22873                   "\036\000\002CIM_Namespace.ClassType\000CIM_Namespace.ClassTypeVersion\000",
22874                   0,
22875               };
22876               
22877               static SourceProperty
22878               _CIM_Namespace_DescriptionOfClassType =
22879               {
22880                   /* flags */
22881                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
22882 mike  1.1.2.1     /* name */
22883                   "DescriptionOfClassType",
22884                   /* qualifiers */
22885                   _CIM_Namespace_DescriptionOfClassType_qualifiers,
22886                   /* type */
22887                   CIMTYPE_STRING,
22888                   /* subscript */
22889                   -1,
22890                   /* value */
22891                   0,
22892               };
22893               
22894               static SourceFeature*
22895               _CIM_Namespace_features[] =
22896               {
22897                   (SourceFeature*)&_CIM_Namespace_SystemCreationClassName,
22898                   (SourceFeature*)&_CIM_Namespace_SystemName,
22899                   (SourceFeature*)&_CIM_Namespace_ObjectManagerCreationClassName,
22900                   (SourceFeature*)&_CIM_Namespace_ObjectManagerName,
22901                   (SourceFeature*)&_CIM_Namespace_CreationClassName,
22902                   (SourceFeature*)&_CIM_Namespace_Name,
22903 mike  1.1.2.1     (SourceFeature*)&_CIM_Namespace_ClassInfo,
22904                   (SourceFeature*)&_CIM_Namespace_DescriptionOfClassInfo,
22905                   (SourceFeature*)&_CIM_Namespace_ClassType,
22906                   (SourceFeature*)&_CIM_Namespace_ClassTypeVersion,
22907                   (SourceFeature*)&_CIM_Namespace_DescriptionOfClassType,
22908                   0,
22909               };
22910               
22911               static const char*
22912               __root_PG_InterOp_CIM_Namespace_qualifiers[] =
22913               {
22914                   /* UMLPackagePath */
22915                   "\057CIM::Interop",
22916                   /* Version */
22917                   "\0632.8.0",
22918                   0,
22919               };
22920               
22921               SourceClass
22922               __root_PG_InterOp_CIM_Namespace =
22923               {
22924 mike  1.1.2.1     /* flags */
22925                   PEGASUS_FLAG_CLASS,
22926                   /* name */
22927                   "CIM_Namespace",
22928                   /* qualifiers */
22929                   __root_PG_InterOp_CIM_Namespace_qualifiers,
22930 mike  1.1.2.2     /* super */
22931 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
22932                   /* features */
22933                   _CIM_Namespace_features,
22934               };
22935               
22936               //==============================================================================
22937               //
22938               // Class: CIM_RegisteredProfile
22939               //
22940               //==============================================================================
22941               
22942               static const char*
22943               _CIM_RegisteredProfile_InstanceID_qualifiers[] =
22944               {
22945                   0,
22946               };
22947               
22948               static SourceProperty
22949               _CIM_RegisteredProfile_InstanceID =
22950               {
22951                   /* flags */
22952 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
22953                   /* name */
22954                   "InstanceID",
22955                   /* qualifiers */
22956                   _CIM_RegisteredProfile_InstanceID_qualifiers,
22957                   /* type */
22958                   CIMTYPE_STRING,
22959                   /* subscript */
22960                   -1,
22961                   /* value */
22962                   0,
22963               };
22964               
22965               static const char*
22966               _CIM_RegisteredProfile_RegisteredOrganization_qualifiers[] =
22967               {
22968                   /* ValueMap */
22969                   "\061\000\0231\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\000",
22970                   /* Values */
22971                   "\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",
22972                   /* ModelCorrespondence */
22973 mike  1.1.2.1     "\036\000\001CIM_RegisteredProfile.OtherRegisteredOrganization\000",
22974                   0,
22975               };
22976               
22977               static SourceProperty
22978               _CIM_RegisteredProfile_RegisteredOrganization =
22979               {
22980                   /* flags */
22981                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
22982                   /* name */
22983                   "RegisteredOrganization",
22984                   /* qualifiers */
22985                   _CIM_RegisteredProfile_RegisteredOrganization_qualifiers,
22986                   /* type */
22987                   CIMTYPE_UINT16,
22988                   /* subscript */
22989                   -1,
22990                   /* value */
22991                   0,
22992               };
22993               
22994 mike  1.1.2.1 static const char*
22995               _CIM_RegisteredProfile_OtherRegisteredOrganization_qualifiers[] =
22996               {
22997                   /* MaxLen */
22998                   "\030\000\000\001\000",
22999                   /* ModelCorrespondence */
23000                   "\036\000\001CIM_RegisteredProfile.RegisteredOrganization\000",
23001                   0,
23002               };
23003               
23004               static SourceProperty
23005               _CIM_RegisteredProfile_OtherRegisteredOrganization =
23006               {
23007                   /* flags */
23008                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
23009                   /* name */
23010                   "OtherRegisteredOrganization",
23011                   /* qualifiers */
23012                   _CIM_RegisteredProfile_OtherRegisteredOrganization_qualifiers,
23013                   /* type */
23014                   CIMTYPE_STRING,
23015 mike  1.1.2.1     /* subscript */
23016                   -1,
23017                   /* value */
23018                   0,
23019               };
23020               
23021               static const char*
23022               _CIM_RegisteredProfile_RegisteredName_qualifiers[] =
23023               {
23024                   /* MaxLen */
23025                   "\030\000\000\001\000",
23026                   0,
23027               };
23028               
23029               static SourceProperty
23030               _CIM_RegisteredProfile_RegisteredName =
23031               {
23032                   /* flags */
23033                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
23034                   /* name */
23035                   "RegisteredName",
23036 mike  1.1.2.1     /* qualifiers */
23037                   _CIM_RegisteredProfile_RegisteredName_qualifiers,
23038                   /* type */
23039                   CIMTYPE_STRING,
23040                   /* subscript */
23041                   -1,
23042                   /* value */
23043                   0,
23044               };
23045               
23046               static const char*
23047               _CIM_RegisteredProfile_RegisteredVersion_qualifiers[] =
23048               {
23049                   0,
23050               };
23051               
23052               static SourceProperty
23053               _CIM_RegisteredProfile_RegisteredVersion =
23054               {
23055                   /* flags */
23056                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
23057 mike  1.1.2.1     /* name */
23058                   "RegisteredVersion",
23059                   /* qualifiers */
23060                   _CIM_RegisteredProfile_RegisteredVersion_qualifiers,
23061                   /* type */
23062                   CIMTYPE_STRING,
23063                   /* subscript */
23064                   -1,
23065                   /* value */
23066                   0,
23067               };
23068               
23069               static const char*
23070               _CIM_RegisteredProfile_AdvertiseTypes_qualifiers[] =
23071               {
23072                   /* ValueMap */
23073                   "\061\000\0031\0002\0003\000",
23074                   /* Values */
23075                   "\062\000\003Other\000Not Advertised\000SLP\000",
23076                   /* ArrayType */
23077                   "\005Indexed",
23078 mike  1.1.2.1     /* ModelCorrespondence */
23079                   "\036\000\001CIM_RegisteredProfile.AdvertiseTypeDescriptions\000",
23080                   0,
23081               };
23082               
23083               static SourceProperty
23084               _CIM_RegisteredProfile_AdvertiseTypes =
23085               {
23086                   /* flags */
23087                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
23088                   /* name */
23089                   "AdvertiseTypes",
23090                   /* qualifiers */
23091                   _CIM_RegisteredProfile_AdvertiseTypes_qualifiers,
23092                   /* type */
23093                   CIMTYPE_UINT16,
23094                   /* subscript */
23095                   0,
23096                   /* value */
23097                   0,
23098               };
23099 mike  1.1.2.1 
23100               static const char*
23101               _CIM_RegisteredProfile_AdvertiseTypeDescriptions_qualifiers[] =
23102               {
23103                   /* ArrayType */
23104                   "\005Indexed",
23105                   /* ModelCorrespondence */
23106                   "\036\000\001CIM_RegisteredProfile.AdvertiseTypes\000",
23107                   0,
23108               };
23109               
23110               static SourceProperty
23111               _CIM_RegisteredProfile_AdvertiseTypeDescriptions =
23112               {
23113                   /* flags */
23114                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
23115                   /* name */
23116                   "AdvertiseTypeDescriptions",
23117                   /* qualifiers */
23118                   _CIM_RegisteredProfile_AdvertiseTypeDescriptions_qualifiers,
23119                   /* type */
23120 mike  1.1.2.1     CIMTYPE_STRING,
23121                   /* subscript */
23122                   0,
23123                   /* value */
23124                   0,
23125               };
23126               
23127               static SourceFeature*
23128               _CIM_RegisteredProfile_features[] =
23129               {
23130                   (SourceFeature*)&_CIM_RegisteredProfile_InstanceID,
23131                   (SourceFeature*)&_CIM_RegisteredProfile_RegisteredOrganization,
23132                   (SourceFeature*)&_CIM_RegisteredProfile_OtherRegisteredOrganization,
23133                   (SourceFeature*)&_CIM_RegisteredProfile_RegisteredName,
23134                   (SourceFeature*)&_CIM_RegisteredProfile_RegisteredVersion,
23135                   (SourceFeature*)&_CIM_RegisteredProfile_AdvertiseTypes,
23136                   (SourceFeature*)&_CIM_RegisteredProfile_AdvertiseTypeDescriptions,
23137                   0,
23138               };
23139               
23140               static const char*
23141 mike  1.1.2.1 __root_PG_InterOp_CIM_RegisteredProfile_qualifiers[] =
23142               {
23143                   /* UMLPackagePath */
23144                   "\057CIM::Interop",
23145                   /* Version */
23146                   "\0632.8.0",
23147                   0,
23148               };
23149               
23150               SourceClass
23151               __root_PG_InterOp_CIM_RegisteredProfile =
23152               {
23153                   /* flags */
23154                   PEGASUS_FLAG_CLASS,
23155                   /* name */
23156                   "CIM_RegisteredProfile",
23157                   /* qualifiers */
23158                   __root_PG_InterOp_CIM_RegisteredProfile_qualifiers,
23159 mike  1.1.2.2     /* super */
23160 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
23161                   /* features */
23162                   _CIM_RegisteredProfile_features,
23163               };
23164               
23165               //==============================================================================
23166               //
23167               // Class: CIM_RegisteredSubProfile
23168               //
23169               //==============================================================================
23170               
23171               static SourceFeature*
23172               _CIM_RegisteredSubProfile_features[] =
23173               {
23174                   0,
23175               };
23176               
23177               static const char*
23178               __root_PG_InterOp_CIM_RegisteredSubProfile_qualifiers[] =
23179               {
23180                   /* UMLPackagePath */
23181 mike  1.1.2.1     "\057CIM::Interop",
23182                   /* Version */
23183                   "\0632.8.0",
23184                   0,
23185               };
23186               
23187               SourceClass
23188               __root_PG_InterOp_CIM_RegisteredSubProfile =
23189               {
23190                   /* flags */
23191                   PEGASUS_FLAG_CLASS,
23192                   /* name */
23193                   "CIM_RegisteredSubProfile",
23194                   /* qualifiers */
23195                   __root_PG_InterOp_CIM_RegisteredSubProfile_qualifiers,
23196 mike  1.1.2.2     /* super */
23197 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredProfile,
23198                   /* features */
23199                   _CIM_RegisteredSubProfile_features,
23200               };
23201               
23202               //==============================================================================
23203               //
23204               // Class: CIM_SystemIdentification
23205               //
23206               //==============================================================================
23207               
23208               static const char*
23209               _CIM_SystemIdentification_SystemCreationClassName_qualifiers[] =
23210               {
23211                   /* Propagated */
23212                   "\045CIM_Namespace.SystemCreationClassName",
23213                   /* MaxLen */
23214                   "\030\000\000\001\000",
23215                   0,
23216               };
23217               
23218 mike  1.1.2.1 static SourceProperty
23219               _CIM_SystemIdentification_SystemCreationClassName =
23220               {
23221                   /* flags */
23222                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23223                   /* name */
23224                   "SystemCreationClassName",
23225                   /* qualifiers */
23226                   _CIM_SystemIdentification_SystemCreationClassName_qualifiers,
23227                   /* type */
23228                   CIMTYPE_STRING,
23229                   /* subscript */
23230                   -1,
23231                   /* value */
23232                   0,
23233               };
23234               
23235               static const char*
23236               _CIM_SystemIdentification_SystemName_qualifiers[] =
23237               {
23238                   /* Propagated */
23239 mike  1.1.2.1     "\045CIM_Namespace.SystemName",
23240                   /* MaxLen */
23241                   "\030\000\000\001\000",
23242                   0,
23243               };
23244               
23245               static SourceProperty
23246               _CIM_SystemIdentification_SystemName =
23247               {
23248                   /* flags */
23249                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23250                   /* name */
23251                   "SystemName",
23252                   /* qualifiers */
23253                   _CIM_SystemIdentification_SystemName_qualifiers,
23254                   /* type */
23255                   CIMTYPE_STRING,
23256                   /* subscript */
23257                   -1,
23258                   /* value */
23259                   0,
23260 mike  1.1.2.1 };
23261               
23262               static const char*
23263               _CIM_SystemIdentification_ObjectManagerCreationClassName_qualifiers[] =
23264               {
23265                   /* Propagated */
23266                   "\045CIM_Namespace.ObjectManagerCreationClassName",
23267                   /* MaxLen */
23268                   "\030\000\000\001\000",
23269                   0,
23270               };
23271               
23272               static SourceProperty
23273               _CIM_SystemIdentification_ObjectManagerCreationClassName =
23274               {
23275                   /* flags */
23276                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23277                   /* name */
23278                   "ObjectManagerCreationClassName",
23279                   /* qualifiers */
23280                   _CIM_SystemIdentification_ObjectManagerCreationClassName_qualifiers,
23281 mike  1.1.2.1     /* type */
23282                   CIMTYPE_STRING,
23283                   /* subscript */
23284                   -1,
23285                   /* value */
23286                   0,
23287               };
23288               
23289               static const char*
23290               _CIM_SystemIdentification_ObjectManagerName_qualifiers[] =
23291               {
23292                   /* Propagated */
23293                   "\045CIM_Namespace.ObjectManagerName",
23294                   /* MaxLen */
23295                   "\030\000\000\001\000",
23296                   0,
23297               };
23298               
23299               static SourceProperty
23300               _CIM_SystemIdentification_ObjectManagerName =
23301               {
23302 mike  1.1.2.1     /* flags */
23303                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23304                   /* name */
23305                   "ObjectManagerName",
23306                   /* qualifiers */
23307                   _CIM_SystemIdentification_ObjectManagerName_qualifiers,
23308                   /* type */
23309                   CIMTYPE_STRING,
23310                   /* subscript */
23311                   -1,
23312                   /* value */
23313                   0,
23314               };
23315               
23316               static const char*
23317               _CIM_SystemIdentification_NamespaceCreationClassName_qualifiers[] =
23318               {
23319                   /* Propagated */
23320                   "\045CIM_Namespace.CreationClassName",
23321                   /* MaxLen */
23322                   "\030\000\000\001\000",
23323 mike  1.1.2.1     0,
23324               };
23325               
23326               static SourceProperty
23327               _CIM_SystemIdentification_NamespaceCreationClassName =
23328               {
23329                   /* flags */
23330                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23331                   /* name */
23332                   "NamespaceCreationClassName",
23333                   /* qualifiers */
23334                   _CIM_SystemIdentification_NamespaceCreationClassName_qualifiers,
23335                   /* type */
23336                   CIMTYPE_STRING,
23337                   /* subscript */
23338                   -1,
23339                   /* value */
23340                   0,
23341               };
23342               
23343               static const char*
23344 mike  1.1.2.1 _CIM_SystemIdentification_NamespaceName_qualifiers[] =
23345               {
23346                   /* Propagated */
23347                   "\045CIM_Namespace.Name",
23348                   /* MaxLen */
23349                   "\030\000\000\001\000",
23350                   0,
23351               };
23352               
23353               static SourceProperty
23354               _CIM_SystemIdentification_NamespaceName =
23355               {
23356                   /* flags */
23357                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23358                   /* name */
23359                   "NamespaceName",
23360                   /* qualifiers */
23361                   _CIM_SystemIdentification_NamespaceName_qualifiers,
23362                   /* type */
23363                   CIMTYPE_STRING,
23364                   /* subscript */
23365 mike  1.1.2.1     -1,
23366                   /* value */
23367                   0,
23368               };
23369               
23370               static const char*
23371               _CIM_SystemIdentification_CreationClassName_qualifiers[] =
23372               {
23373                   /* MaxLen */
23374                   "\030\000\000\001\000",
23375                   0,
23376               };
23377               
23378               static SourceProperty
23379               _CIM_SystemIdentification_CreationClassName =
23380               {
23381                   /* flags */
23382                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23383                   /* name */
23384                   "CreationClassName",
23385                   /* qualifiers */
23386 mike  1.1.2.1     _CIM_SystemIdentification_CreationClassName_qualifiers,
23387                   /* type */
23388                   CIMTYPE_STRING,
23389                   /* subscript */
23390                   -1,
23391                   /* value */
23392                   0,
23393               };
23394               
23395               static const char*
23396               _CIM_SystemIdentification_Name_qualifiers[] =
23397               {
23398                   /* MaxLen */
23399                   "\030\000\000\001\000",
23400                   0,
23401               };
23402               
23403               static SourceProperty
23404               _CIM_SystemIdentification_Name =
23405               {
23406                   /* flags */
23407 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23408                   /* name */
23409                   "Name",
23410                   /* qualifiers */
23411                   _CIM_SystemIdentification_Name_qualifiers,
23412                   /* type */
23413                   CIMTYPE_STRING,
23414                   /* subscript */
23415                   -1,
23416                   /* value */
23417                   0,
23418               };
23419               
23420               static const char*
23421               _CIM_SystemIdentification_IdentificationFormats_qualifiers[] =
23422               {
23423                   /* ValueMap */
23424                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
23425                   /* Values */
23426                   "\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",
23427                   /* ArrayType */
23428 mike  1.1.2.1     "\005Indexed",
23429                   /* ModelCorrespondence */
23430                   "\036\000\002CIM_SystemIdentification.IdentificationData\000CIM_SystemIdentification.FormatDescriptions\000",
23431                   0,
23432               };
23433               
23434               static SourceProperty
23435               _CIM_SystemIdentification_IdentificationFormats =
23436               {
23437                   /* flags */
23438                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED|PEGASUS_FLAG_WRITE,
23439                   /* name */
23440                   "IdentificationFormats",
23441                   /* qualifiers */
23442                   _CIM_SystemIdentification_IdentificationFormats_qualifiers,
23443                   /* type */
23444                   CIMTYPE_UINT16,
23445                   /* subscript */
23446                   0,
23447                   /* value */
23448                   0,
23449 mike  1.1.2.1 };
23450               
23451               static const char*
23452               _CIM_SystemIdentification_FormatDescriptions_qualifiers[] =
23453               {
23454                   /* ArrayType */
23455                   "\005Indexed",
23456                   /* ModelCorrespondence */
23457                   "\036\000\002CIM_SystemIdentification.IdentificationFormats\000CIM_SystemIdentification.IdentificationData\000",
23458                   0,
23459               };
23460               
23461               static SourceProperty
23462               _CIM_SystemIdentification_FormatDescriptions =
23463               {
23464                   /* flags */
23465                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
23466                   /* name */
23467                   "FormatDescriptions",
23468                   /* qualifiers */
23469                   _CIM_SystemIdentification_FormatDescriptions_qualifiers,
23470 mike  1.1.2.1     /* type */
23471                   CIMTYPE_STRING,
23472                   /* subscript */
23473                   0,
23474                   /* value */
23475                   0,
23476               };
23477               
23478               static const char*
23479               _CIM_SystemIdentification_IdentificationData_qualifiers[] =
23480               {
23481                   /* ArrayType */
23482                   "\005Indexed",
23483                   /* ModelCorrespondence */
23484                   "\036\000\002CIM_SystemIdentification.IdentificationFormats\000CIM_SystemIdentification.FormatDescriptions\000",
23485                   0,
23486               };
23487               
23488               static SourceProperty
23489               _CIM_SystemIdentification_IdentificationData =
23490               {
23491 mike  1.1.2.1     /* flags */
23492                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
23493                   /* name */
23494                   "IdentificationData",
23495                   /* qualifiers */
23496                   _CIM_SystemIdentification_IdentificationData_qualifiers,
23497                   /* type */
23498                   CIMTYPE_STRING,
23499                   /* subscript */
23500                   0,
23501                   /* value */
23502                   0,
23503               };
23504               
23505               static SourceFeature*
23506               _CIM_SystemIdentification_features[] =
23507               {
23508                   (SourceFeature*)&_CIM_SystemIdentification_SystemCreationClassName,
23509                   (SourceFeature*)&_CIM_SystemIdentification_SystemName,
23510                   (SourceFeature*)&_CIM_SystemIdentification_ObjectManagerCreationClassName,
23511                   (SourceFeature*)&_CIM_SystemIdentification_ObjectManagerName,
23512 mike  1.1.2.1     (SourceFeature*)&_CIM_SystemIdentification_NamespaceCreationClassName,
23513                   (SourceFeature*)&_CIM_SystemIdentification_NamespaceName,
23514                   (SourceFeature*)&_CIM_SystemIdentification_CreationClassName,
23515                   (SourceFeature*)&_CIM_SystemIdentification_Name,
23516                   (SourceFeature*)&_CIM_SystemIdentification_IdentificationFormats,
23517                   (SourceFeature*)&_CIM_SystemIdentification_FormatDescriptions,
23518                   (SourceFeature*)&_CIM_SystemIdentification_IdentificationData,
23519                   0,
23520               };
23521               
23522               static const char*
23523               __root_PG_InterOp_CIM_SystemIdentification_qualifiers[] =
23524               {
23525                   /* UMLPackagePath */
23526                   "\057CIM::Interop",
23527                   /* Version */
23528                   "\0632.7.0",
23529                   0,
23530               };
23531               
23532               SourceClass
23533 mike  1.1.2.1 __root_PG_InterOp_CIM_SystemIdentification =
23534               {
23535                   /* flags */
23536                   PEGASUS_FLAG_CLASS,
23537                   /* name */
23538                   "CIM_SystemIdentification",
23539                   /* qualifiers */
23540                   __root_PG_InterOp_CIM_SystemIdentification_qualifiers,
23541 mike  1.1.2.2     /* super */
23542 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
23543                   /* features */
23544                   _CIM_SystemIdentification_features,
23545               };
23546               
23547               //==============================================================================
23548               //
23549               // Class: CIM_SystemInNamespace
23550               //
23551               //==============================================================================
23552               
23553               static const char*
23554               _CIM_SystemInNamespace_ManagedNamespace_qualifiers[] =
23555               {
23556                   /* Min */
23557                   "\033\000\000\000\001",
23558                   /* Max */
23559                   "\027\000\000\000\001",
23560                   0,
23561               };
23562               
23563 mike  1.1.2.1 static SourceReference
23564               _CIM_SystemInNamespace_ManagedNamespace =
23565               {
23566                   /* flags */
23567                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23568                   /* name */
23569                   "ManagedNamespace",
23570                   /* qualifiers */
23571                   _CIM_SystemInNamespace_ManagedNamespace_qualifiers,
23572                   /* subscript */
23573                   -1,
23574 mike  1.1.2.2     /* refId */
23575 mike  1.1.2.1     &__root_PG_InterOp_CIM_Namespace,
23576               };
23577               
23578               static const char*
23579               _CIM_SystemInNamespace_Identification_qualifiers[] =
23580               {
23581                   0,
23582               };
23583               
23584               static SourceReference
23585               _CIM_SystemInNamespace_Identification =
23586               {
23587                   /* flags */
23588                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
23589                   /* name */
23590                   "Identification",
23591                   /* qualifiers */
23592                   _CIM_SystemInNamespace_Identification_qualifiers,
23593                   /* subscript */
23594                   -1,
23595 mike  1.1.2.2     /* refId */
23596 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemIdentification,
23597               };
23598               
23599               static const char*
23600               _CIM_SystemInNamespace_ScopeOfContainedData_qualifiers[] =
23601               {
23602                   /* ValueMap */
23603                   "\061\000\0050\0001\0002\0003\0004\000",
23604                   /* Values */
23605                   "\062\000\005Unknown\000Other\000Local System Data\000Data Aggregated from Multiple Systems\000Proxied Data\000",
23606                   /* ArrayType */
23607                   "\005Indexed",
23608                   /* ModelCorrespondence */
23609                   "\036\000\001CIM_SystemInNamespace.DescriptionOfContainedData\000",
23610                   0,
23611               };
23612               
23613               static SourceProperty
23614               _CIM_SystemInNamespace_ScopeOfContainedData =
23615               {
23616                   /* flags */
23617 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED|PEGASUS_FLAG_WRITE,
23618                   /* name */
23619                   "ScopeOfContainedData",
23620                   /* qualifiers */
23621                   _CIM_SystemInNamespace_ScopeOfContainedData_qualifiers,
23622                   /* type */
23623                   CIMTYPE_UINT16,
23624                   /* subscript */
23625                   0,
23626                   /* value */
23627                   0,
23628               };
23629               
23630               static const char*
23631               _CIM_SystemInNamespace_DescriptionOfContainedData_qualifiers[] =
23632               {
23633                   /* ArrayType */
23634                   "\005Indexed",
23635                   /* ModelCorrespondence */
23636                   "\036\000\001CIM_SystemInNamespace.ScopeOfContainedData\000",
23637                   0,
23638 mike  1.1.2.1 };
23639               
23640               static SourceProperty
23641               _CIM_SystemInNamespace_DescriptionOfContainedData =
23642               {
23643                   /* flags */
23644                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
23645                   /* name */
23646                   "DescriptionOfContainedData",
23647                   /* qualifiers */
23648                   _CIM_SystemInNamespace_DescriptionOfContainedData_qualifiers,
23649                   /* type */
23650                   CIMTYPE_STRING,
23651                   /* subscript */
23652                   0,
23653                   /* value */
23654                   0,
23655               };
23656               
23657               static SourceFeature*
23658               _CIM_SystemInNamespace_features[] =
23659 mike  1.1.2.1 {
23660                   (SourceFeature*)&_CIM_SystemInNamespace_ManagedNamespace,
23661                   (SourceFeature*)&_CIM_SystemInNamespace_Identification,
23662                   (SourceFeature*)&_CIM_SystemInNamespace_ScopeOfContainedData,
23663                   (SourceFeature*)&_CIM_SystemInNamespace_DescriptionOfContainedData,
23664                   0,
23665               };
23666               
23667               static const char*
23668               __root_PG_InterOp_CIM_SystemInNamespace_qualifiers[] =
23669               {
23670                   /* UMLPackagePath */
23671                   "\057CIM::Interop",
23672                   /* Version */
23673                   "\0632.6.0",
23674                   0,
23675               };
23676               
23677               SourceClass
23678               __root_PG_InterOp_CIM_SystemInNamespace =
23679               {
23680 mike  1.1.2.1     /* flags */
23681                   PEGASUS_FLAG_ASSOCIATION,
23682                   /* name */
23683                   "CIM_SystemInNamespace",
23684                   /* qualifiers */
23685                   __root_PG_InterOp_CIM_SystemInNamespace_qualifiers,
23686 mike  1.1.2.2     /* super */
23687 mike  1.1.2.1     0,
23688                   /* features */
23689                   _CIM_SystemInNamespace_features,
23690               };
23691               
23692               //==============================================================================
23693               //
23694               // Class: CIM_CIMOMStatisticalData
23695               //
23696               //==============================================================================
23697               
23698               static const char*
23699               _CIM_CIMOMStatisticalData_InstanceID_qualifiers[] =
23700               {
23701                   /* Override */
23702                   "\044InstanceID",
23703                   0,
23704               };
23705               
23706               static SourceProperty
23707               _CIM_CIMOMStatisticalData_InstanceID =
23708 mike  1.1.2.1 {
23709                   /* flags */
23710                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
23711                   /* name */
23712                   "InstanceID",
23713                   /* qualifiers */
23714                   _CIM_CIMOMStatisticalData_InstanceID_qualifiers,
23715                   /* type */
23716                   CIMTYPE_STRING,
23717                   /* subscript */
23718                   -1,
23719                   /* value */
23720                   0,
23721               };
23722               
23723               static const char*
23724               _CIM_CIMOMStatisticalData_OperationType_qualifiers[] =
23725               {
23726                   /* ValueMap */
23727                   "\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",
23728                   /* Values */
23729 mike  1.1.2.1     "\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",
23730                   /* ModelCorrespondence */
23731                   "\036\000\001CIM_CIMOMStatisticalData.OtherOperationType\000",
23732                   0,
23733               };
23734               
23735               static SourceProperty
23736               _CIM_CIMOMStatisticalData_OperationType =
23737               {
23738                   /* flags */
23739                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
23740                   /* name */
23741                   "OperationType",
23742                   /* qualifiers */
23743                   _CIM_CIMOMStatisticalData_OperationType_qualifiers,
23744                   /* type */
23745                   CIMTYPE_UINT16,
23746                   /* subscript */
23747                   -1,
23748                   /* value */
23749                   0,
23750 mike  1.1.2.1 };
23751               
23752               static const char*
23753               _CIM_CIMOMStatisticalData_OtherOperationType_qualifiers[] =
23754               {
23755                   /* MaxLen */
23756                   "\030\000\000\000\100",
23757                   /* ModelCorrespondence */
23758                   "\036\000\001CIM_CIMOMStatisticalData.OperationType\000",
23759                   0,
23760               };
23761               
23762               static SourceProperty
23763               _CIM_CIMOMStatisticalData_OtherOperationType =
23764               {
23765                   /* flags */
23766                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
23767                   /* name */
23768                   "OtherOperationType",
23769                   /* qualifiers */
23770                   _CIM_CIMOMStatisticalData_OtherOperationType_qualifiers,
23771 mike  1.1.2.1     /* type */
23772                   CIMTYPE_STRING,
23773                   /* subscript */
23774                   -1,
23775                   /* value */
23776                   0,
23777               };
23778               
23779               static const char*
23780               _CIM_CIMOMStatisticalData_NumberOfOperations_qualifiers[] =
23781               {
23782                   0,
23783               };
23784               
23785               static SourceProperty
23786               _CIM_CIMOMStatisticalData_NumberOfOperations =
23787               {
23788                   /* flags */
23789                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_COUNTER|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
23790                   /* name */
23791                   "NumberOfOperations",
23792 mike  1.1.2.1     /* qualifiers */
23793                   _CIM_CIMOMStatisticalData_NumberOfOperations_qualifiers,
23794                   /* type */
23795                   CIMTYPE_UINT64,
23796                   /* subscript */
23797                   -1,
23798                   /* value */
23799                   0,
23800               };
23801               
23802               static const char*
23803               _CIM_CIMOMStatisticalData_CimomElapsedTime_qualifiers[] =
23804               {
23805                   0,
23806               };
23807               
23808               static SourceProperty
23809               _CIM_CIMOMStatisticalData_CimomElapsedTime =
23810               {
23811                   /* flags */
23812                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
23813 mike  1.1.2.1     /* name */
23814                   "CimomElapsedTime",
23815                   /* qualifiers */
23816                   _CIM_CIMOMStatisticalData_CimomElapsedTime_qualifiers,
23817                   /* type */
23818                   CIMTYPE_DATETIME,
23819                   /* subscript */
23820                   -1,
23821                   /* value */
23822                   0,
23823               };
23824               
23825               static const char*
23826               _CIM_CIMOMStatisticalData_ProviderElapsedTime_qualifiers[] =
23827               {
23828                   0,
23829               };
23830               
23831               static SourceProperty
23832               _CIM_CIMOMStatisticalData_ProviderElapsedTime =
23833               {
23834 mike  1.1.2.1     /* flags */
23835                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
23836                   /* name */
23837                   "ProviderElapsedTime",
23838                   /* qualifiers */
23839                   _CIM_CIMOMStatisticalData_ProviderElapsedTime_qualifiers,
23840                   /* type */
23841                   CIMTYPE_DATETIME,
23842                   /* subscript */
23843                   -1,
23844                   /* value */
23845                   0,
23846               };
23847               
23848               static const char*
23849               _CIM_CIMOMStatisticalData_RequestSize_qualifiers[] =
23850               {
23851                   /* Units */
23852                   "\060Bytes",
23853                   0,
23854               };
23855 mike  1.1.2.1 
23856               static SourceProperty
23857               _CIM_CIMOMStatisticalData_RequestSize =
23858               {
23859                   /* flags */
23860                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_COUNTER|PEGASUS_FLAG_READ,
23861                   /* name */
23862                   "RequestSize",
23863                   /* qualifiers */
23864                   _CIM_CIMOMStatisticalData_RequestSize_qualifiers,
23865                   /* type */
23866                   CIMTYPE_UINT64,
23867                   /* subscript */
23868                   -1,
23869                   /* value */
23870                   0,
23871               };
23872               
23873               static const char*
23874               _CIM_CIMOMStatisticalData_ResponseSize_qualifiers[] =
23875               {
23876 mike  1.1.2.1     /* Units */
23877                   "\060Bytes",
23878                   0,
23879               };
23880               
23881               static SourceProperty
23882               _CIM_CIMOMStatisticalData_ResponseSize =
23883               {
23884                   /* flags */
23885                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_COUNTER|PEGASUS_FLAG_READ,
23886                   /* name */
23887                   "ResponseSize",
23888                   /* qualifiers */
23889                   _CIM_CIMOMStatisticalData_ResponseSize_qualifiers,
23890                   /* type */
23891                   CIMTYPE_UINT64,
23892                   /* subscript */
23893                   -1,
23894                   /* value */
23895                   0,
23896               };
23897 mike  1.1.2.1 
23898               static SourceFeature*
23899               _CIM_CIMOMStatisticalData_features[] =
23900               {
23901                   (SourceFeature*)&_CIM_CIMOMStatisticalData_InstanceID,
23902                   (SourceFeature*)&_CIM_CIMOMStatisticalData_OperationType,
23903                   (SourceFeature*)&_CIM_CIMOMStatisticalData_OtherOperationType,
23904                   (SourceFeature*)&_CIM_CIMOMStatisticalData_NumberOfOperations,
23905                   (SourceFeature*)&_CIM_CIMOMStatisticalData_CimomElapsedTime,
23906                   (SourceFeature*)&_CIM_CIMOMStatisticalData_ProviderElapsedTime,
23907                   (SourceFeature*)&_CIM_CIMOMStatisticalData_RequestSize,
23908                   (SourceFeature*)&_CIM_CIMOMStatisticalData_ResponseSize,
23909                   0,
23910               };
23911               
23912               static const char*
23913               __root_PG_InterOp_CIM_CIMOMStatisticalData_qualifiers[] =
23914               {
23915                   /* UMLPackagePath */
23916                   "\057CIM::Interop",
23917                   /* Version */
23918 mike  1.1.2.1     "\0632.7.0",
23919                   0,
23920               };
23921               
23922               SourceClass
23923               __root_PG_InterOp_CIM_CIMOMStatisticalData =
23924               {
23925                   /* flags */
23926                   PEGASUS_FLAG_CLASS,
23927                   /* name */
23928                   "CIM_CIMOMStatisticalData",
23929                   /* qualifiers */
23930                   __root_PG_InterOp_CIM_CIMOMStatisticalData_qualifiers,
23931 mike  1.1.2.2     /* super */
23932 mike  1.1.2.1     &__root_PG_InterOp_CIM_StatisticalData,
23933                   /* features */
23934                   _CIM_CIMOMStatisticalData_features,
23935               };
23936               
23937               //==============================================================================
23938               //
23939               // Class: CIM_ElementConformsToProfile
23940               //
23941               //==============================================================================
23942               
23943               static const char*
23944               _CIM_ElementConformsToProfile_ConformantStandard_qualifiers[] =
23945               {
23946                   0,
23947               };
23948               
23949               static SourceReference
23950               _CIM_ElementConformsToProfile_ConformantStandard =
23951               {
23952                   /* flags */
23953 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23954                   /* name */
23955                   "ConformantStandard",
23956                   /* qualifiers */
23957                   _CIM_ElementConformsToProfile_ConformantStandard_qualifiers,
23958                   /* subscript */
23959                   -1,
23960 mike  1.1.2.2     /* refId */
23961 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredProfile,
23962               };
23963               
23964               static const char*
23965               _CIM_ElementConformsToProfile_ManagedElement_qualifiers[] =
23966               {
23967                   0,
23968               };
23969               
23970               static SourceReference
23971               _CIM_ElementConformsToProfile_ManagedElement =
23972               {
23973                   /* flags */
23974                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23975                   /* name */
23976                   "ManagedElement",
23977                   /* qualifiers */
23978                   _CIM_ElementConformsToProfile_ManagedElement_qualifiers,
23979                   /* subscript */
23980                   -1,
23981 mike  1.1.2.2     /* refId */
23982 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
23983               };
23984               
23985               static SourceFeature*
23986               _CIM_ElementConformsToProfile_features[] =
23987               {
23988                   (SourceFeature*)&_CIM_ElementConformsToProfile_ConformantStandard,
23989                   (SourceFeature*)&_CIM_ElementConformsToProfile_ManagedElement,
23990                   0,
23991               };
23992               
23993               static const char*
23994               __root_PG_InterOp_CIM_ElementConformsToProfile_qualifiers[] =
23995               {
23996                   /* UMLPackagePath */
23997                   "\057CIM::Interop",
23998                   /* Version */
23999                   "\0632.8.0",
24000                   0,
24001               };
24002               
24003 mike  1.1.2.1 SourceClass
24004               __root_PG_InterOp_CIM_ElementConformsToProfile =
24005               {
24006                   /* flags */
24007                   PEGASUS_FLAG_ASSOCIATION,
24008                   /* name */
24009                   "CIM_ElementConformsToProfile",
24010                   /* qualifiers */
24011                   __root_PG_InterOp_CIM_ElementConformsToProfile_qualifiers,
24012 mike  1.1.2.2     /* super */
24013 mike  1.1.2.1     0,
24014                   /* features */
24015                   _CIM_ElementConformsToProfile_features,
24016               };
24017               
24018               //==============================================================================
24019               //
24020               // Class: CIM_ReferencedProfile
24021               //
24022               //==============================================================================
24023               
24024               static const char*
24025               _CIM_ReferencedProfile_Antecedent_qualifiers[] =
24026               {
24027                   /* Override */
24028                   "\044Antecedent",
24029                   0,
24030               };
24031               
24032               static SourceReference
24033               _CIM_ReferencedProfile_Antecedent =
24034 mike  1.1.2.1 {
24035                   /* flags */
24036                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
24037                   /* name */
24038                   "Antecedent",
24039                   /* qualifiers */
24040                   _CIM_ReferencedProfile_Antecedent_qualifiers,
24041                   /* subscript */
24042                   -1,
24043 mike  1.1.2.2     /* refId */
24044 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredProfile,
24045               };
24046               
24047               static const char*
24048               _CIM_ReferencedProfile_Dependent_qualifiers[] =
24049               {
24050                   /* Override */
24051                   "\044Dependent",
24052                   0,
24053               };
24054               
24055               static SourceReference
24056               _CIM_ReferencedProfile_Dependent =
24057               {
24058                   /* flags */
24059                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
24060                   /* name */
24061                   "Dependent",
24062                   /* qualifiers */
24063                   _CIM_ReferencedProfile_Dependent_qualifiers,
24064                   /* subscript */
24065 mike  1.1.2.1     -1,
24066 mike  1.1.2.2     /* refId */
24067 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredProfile,
24068               };
24069               
24070               static SourceFeature*
24071               _CIM_ReferencedProfile_features[] =
24072               {
24073                   (SourceFeature*)&_CIM_ReferencedProfile_Antecedent,
24074                   (SourceFeature*)&_CIM_ReferencedProfile_Dependent,
24075                   0,
24076               };
24077               
24078               static const char*
24079               __root_PG_InterOp_CIM_ReferencedProfile_qualifiers[] =
24080               {
24081                   /* UMLPackagePath */
24082                   "\057CIM::Interop",
24083                   /* Version */
24084                   "\0632.8.0",
24085                   0,
24086               };
24087               
24088 mike  1.1.2.1 SourceClass
24089               __root_PG_InterOp_CIM_ReferencedProfile =
24090               {
24091                   /* flags */
24092                   PEGASUS_FLAG_ASSOCIATION,
24093                   /* name */
24094                   "CIM_ReferencedProfile",
24095                   /* qualifiers */
24096                   __root_PG_InterOp_CIM_ReferencedProfile_qualifiers,
24097 mike  1.1.2.2     /* super */
24098 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
24099                   /* features */
24100                   _CIM_ReferencedProfile_features,
24101               };
24102               
24103               //==============================================================================
24104               //
24105               // Class: CIM_SubProfileRequiresProfile
24106               //
24107               //==============================================================================
24108               
24109               static const char*
24110               _CIM_SubProfileRequiresProfile_Antecedent_qualifiers[] =
24111               {
24112                   /* Override */
24113                   "\044Antecedent",
24114                   /* Min */
24115                   "\033\000\000\000\001",
24116                   0,
24117               };
24118               
24119 mike  1.1.2.1 static SourceReference
24120               _CIM_SubProfileRequiresProfile_Antecedent =
24121               {
24122                   /* flags */
24123                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
24124                   /* name */
24125                   "Antecedent",
24126                   /* qualifiers */
24127                   _CIM_SubProfileRequiresProfile_Antecedent_qualifiers,
24128                   /* subscript */
24129                   -1,
24130 mike  1.1.2.2     /* refId */
24131 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredProfile,
24132               };
24133               
24134               static const char*
24135               _CIM_SubProfileRequiresProfile_Dependent_qualifiers[] =
24136               {
24137                   /* Override */
24138                   "\044Dependent",
24139                   0,
24140               };
24141               
24142               static SourceReference
24143               _CIM_SubProfileRequiresProfile_Dependent =
24144               {
24145                   /* flags */
24146                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
24147                   /* name */
24148                   "Dependent",
24149                   /* qualifiers */
24150                   _CIM_SubProfileRequiresProfile_Dependent_qualifiers,
24151                   /* subscript */
24152 mike  1.1.2.1     -1,
24153 mike  1.1.2.2     /* refId */
24154 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredSubProfile,
24155               };
24156               
24157               static SourceFeature*
24158               _CIM_SubProfileRequiresProfile_features[] =
24159               {
24160                   (SourceFeature*)&_CIM_SubProfileRequiresProfile_Antecedent,
24161                   (SourceFeature*)&_CIM_SubProfileRequiresProfile_Dependent,
24162                   0,
24163               };
24164               
24165               static const char*
24166               __root_PG_InterOp_CIM_SubProfileRequiresProfile_qualifiers[] =
24167               {
24168                   /* UMLPackagePath */
24169                   "\057CIM::Interop",
24170                   /* Version */
24171                   "\0632.8.0",
24172                   0,
24173               };
24174               
24175 mike  1.1.2.1 SourceClass
24176               __root_PG_InterOp_CIM_SubProfileRequiresProfile =
24177               {
24178                   /* flags */
24179                   PEGASUS_FLAG_ASSOCIATION,
24180                   /* name */
24181                   "CIM_SubProfileRequiresProfile",
24182                   /* qualifiers */
24183                   __root_PG_InterOp_CIM_SubProfileRequiresProfile_qualifiers,
24184 mike  1.1.2.2     /* super */
24185 mike  1.1.2.1     &__root_PG_InterOp_CIM_ReferencedProfile,
24186                   /* features */
24187                   _CIM_SubProfileRequiresProfile_features,
24188               };
24189               
24190               //==============================================================================
24191               //
24192               // Class: CIM_WBEMService
24193               //
24194               //==============================================================================
24195               
24196               static SourceFeature*
24197               _CIM_WBEMService_features[] =
24198               {
24199                   0,
24200               };
24201               
24202               static const char*
24203               __root_PG_InterOp_CIM_WBEMService_qualifiers[] =
24204               {
24205                   /* UMLPackagePath */
24206 mike  1.1.2.1     "\057CIM::Interop",
24207                   /* Version */
24208                   "\0632.6.0",
24209                   0,
24210               };
24211               
24212               SourceClass
24213               __root_PG_InterOp_CIM_WBEMService =
24214               {
24215                   /* flags */
24216                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
24217                   /* name */
24218                   "CIM_WBEMService",
24219                   /* qualifiers */
24220                   __root_PG_InterOp_CIM_WBEMService_qualifiers,
24221 mike  1.1.2.2     /* super */
24222 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
24223                   /* features */
24224                   _CIM_WBEMService_features,
24225               };
24226               
24227               //==============================================================================
24228               //
24229               // Class: CIM_IdentificationOfManagedSystem
24230               //
24231               //==============================================================================
24232               
24233               static const char*
24234               _CIM_IdentificationOfManagedSystem_Antecedent_qualifiers[] =
24235               {
24236                   /* Override */
24237                   "\044Antecedent",
24238                   /* Max */
24239                   "\027\000\000\000\001",
24240                   0,
24241               };
24242               
24243 mike  1.1.2.1 static SourceReference
24244               _CIM_IdentificationOfManagedSystem_Antecedent =
24245               {
24246                   /* flags */
24247                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
24248                   /* name */
24249                   "Antecedent",
24250                   /* qualifiers */
24251                   _CIM_IdentificationOfManagedSystem_Antecedent_qualifiers,
24252                   /* subscript */
24253                   -1,
24254 mike  1.1.2.2     /* refId */
24255 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
24256               };
24257               
24258               static const char*
24259               _CIM_IdentificationOfManagedSystem_Dependent_qualifiers[] =
24260               {
24261                   /* Override */
24262                   "\044Dependent",
24263                   /* Max */
24264                   "\027\000\000\000\001",
24265                   0,
24266               };
24267               
24268               static SourceReference
24269               _CIM_IdentificationOfManagedSystem_Dependent =
24270               {
24271                   /* flags */
24272                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
24273                   /* name */
24274                   "Dependent",
24275                   /* qualifiers */
24276 mike  1.1.2.1     _CIM_IdentificationOfManagedSystem_Dependent_qualifiers,
24277                   /* subscript */
24278                   -1,
24279 mike  1.1.2.2     /* refId */
24280 mike  1.1.2.1     &__root_PG_InterOp_CIM_SystemIdentification,
24281               };
24282               
24283               static SourceFeature*
24284               _CIM_IdentificationOfManagedSystem_features[] =
24285               {
24286                   (SourceFeature*)&_CIM_IdentificationOfManagedSystem_Antecedent,
24287                   (SourceFeature*)&_CIM_IdentificationOfManagedSystem_Dependent,
24288                   0,
24289               };
24290               
24291               static const char*
24292               __root_PG_InterOp_CIM_IdentificationOfManagedSystem_qualifiers[] =
24293               {
24294                   /* UMLPackagePath */
24295                   "\057CIM::Interop",
24296                   /* Version */
24297                   "\0632.6.0",
24298                   0,
24299               };
24300               
24301 mike  1.1.2.1 SourceClass
24302               __root_PG_InterOp_CIM_IdentificationOfManagedSystem =
24303               {
24304                   /* flags */
24305                   PEGASUS_FLAG_ASSOCIATION,
24306                   /* name */
24307                   "CIM_IdentificationOfManagedSystem",
24308                   /* qualifiers */
24309                   __root_PG_InterOp_CIM_IdentificationOfManagedSystem_qualifiers,
24310 mike  1.1.2.2     /* super */
24311 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
24312                   /* features */
24313                   _CIM_IdentificationOfManagedSystem_features,
24314               };
24315               
24316               //==============================================================================
24317               //
24318               // Class: CIM_ObjectManager
24319               //
24320               //==============================================================================
24321               
24322               static const char*
24323               _CIM_ObjectManager_GatherStatisticalData_qualifiers[] =
24324               {
24325                   0,
24326               };
24327               
24328               static SourceProperty
24329               _CIM_ObjectManager_GatherStatisticalData =
24330               {
24331                   /* flags */
24332 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
24333                   /* name */
24334                   "GatherStatisticalData",
24335                   /* qualifiers */
24336                   _CIM_ObjectManager_GatherStatisticalData_qualifiers,
24337                   /* type */
24338                   CIMTYPE_BOOLEAN,
24339                   /* subscript */
24340                   -1,
24341                   /* value */
24342                   "\001",
24343               };
24344               
24345               static const char*
24346               _CIM_ObjectManager_Name_qualifiers[] =
24347               {
24348                   /* Override */
24349                   "\044Name",
24350                   0,
24351               };
24352               
24353 mike  1.1.2.1 static SourceProperty
24354               _CIM_ObjectManager_Name =
24355               {
24356                   /* flags */
24357                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24358                   /* name */
24359                   "Name",
24360                   /* qualifiers */
24361                   _CIM_ObjectManager_Name_qualifiers,
24362                   /* type */
24363                   CIMTYPE_STRING,
24364                   /* subscript */
24365                   -1,
24366                   /* value */
24367                   0,
24368               };
24369               
24370               static const char*
24371               _CIM_ObjectManager_ElementName_qualifiers[] =
24372               {
24373                   /* Override */
24374 mike  1.1.2.1     "\044ElementName",
24375                   0,
24376               };
24377               
24378               static SourceProperty
24379               _CIM_ObjectManager_ElementName =
24380               {
24381                   /* flags */
24382                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24383                   /* name */
24384                   "ElementName",
24385                   /* qualifiers */
24386                   _CIM_ObjectManager_ElementName_qualifiers,
24387                   /* type */
24388                   CIMTYPE_STRING,
24389                   /* subscript */
24390                   -1,
24391                   /* value */
24392                   0,
24393               };
24394               
24395 mike  1.1.2.1 static const char*
24396               _CIM_ObjectManager_Description_qualifiers[] =
24397               {
24398                   /* Override */
24399                   "\044Description",
24400                   0,
24401               };
24402               
24403               static SourceProperty
24404               _CIM_ObjectManager_Description =
24405               {
24406                   /* flags */
24407                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24408                   /* name */
24409                   "Description",
24410                   /* qualifiers */
24411                   _CIM_ObjectManager_Description_qualifiers,
24412                   /* type */
24413                   CIMTYPE_STRING,
24414                   /* subscript */
24415                   -1,
24416 mike  1.1.2.1     /* value */
24417                   0,
24418               };
24419               
24420               static SourceFeature*
24421               _CIM_ObjectManager_features[] =
24422               {
24423                   (SourceFeature*)&_CIM_ObjectManager_GatherStatisticalData,
24424                   (SourceFeature*)&_CIM_ObjectManager_Name,
24425                   (SourceFeature*)&_CIM_ObjectManager_ElementName,
24426                   (SourceFeature*)&_CIM_ObjectManager_Description,
24427                   0,
24428               };
24429               
24430               static const char*
24431               __root_PG_InterOp_CIM_ObjectManager_qualifiers[] =
24432               {
24433                   /* UMLPackagePath */
24434                   "\057CIM::Interop",
24435                   /* Version */
24436                   "\0632.8.0",
24437 mike  1.1.2.1     0,
24438               };
24439               
24440               SourceClass
24441               __root_PG_InterOp_CIM_ObjectManager =
24442               {
24443                   /* flags */
24444                   PEGASUS_FLAG_CLASS,
24445                   /* name */
24446                   "CIM_ObjectManager",
24447                   /* qualifiers */
24448                   __root_PG_InterOp_CIM_ObjectManager_qualifiers,
24449 mike  1.1.2.2     /* super */
24450 mike  1.1.2.1     &__root_PG_InterOp_CIM_WBEMService,
24451                   /* features */
24452                   _CIM_ObjectManager_features,
24453               };
24454               
24455               //==============================================================================
24456               //
24457               // Class: CIM_ObjectManagerAdapter
24458               //
24459               //==============================================================================
24460               
24461               static const char*
24462               _CIM_ObjectManagerAdapter_Name_qualifiers[] =
24463               {
24464                   /* Override */
24465                   "\044Name",
24466                   0,
24467               };
24468               
24469               static SourceProperty
24470               _CIM_ObjectManagerAdapter_Name =
24471 mike  1.1.2.1 {
24472                   /* flags */
24473                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24474                   /* name */
24475                   "Name",
24476                   /* qualifiers */
24477                   _CIM_ObjectManagerAdapter_Name_qualifiers,
24478                   /* type */
24479                   CIMTYPE_STRING,
24480                   /* subscript */
24481                   -1,
24482                   /* value */
24483                   0,
24484               };
24485               
24486               static const char*
24487               _CIM_ObjectManagerAdapter_ElementName_qualifiers[] =
24488               {
24489                   /* Override */
24490                   "\044ElementName",
24491                   0,
24492 mike  1.1.2.1 };
24493               
24494               static SourceProperty
24495               _CIM_ObjectManagerAdapter_ElementName =
24496               {
24497                   /* flags */
24498                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24499                   /* name */
24500                   "ElementName",
24501                   /* qualifiers */
24502                   _CIM_ObjectManagerAdapter_ElementName_qualifiers,
24503                   /* type */
24504                   CIMTYPE_STRING,
24505                   /* subscript */
24506                   -1,
24507                   /* value */
24508                   0,
24509               };
24510               
24511               static const char*
24512               _CIM_ObjectManagerAdapter_Handle_qualifiers[] =
24513 mike  1.1.2.1 {
24514                   0,
24515               };
24516               
24517               static SourceProperty
24518               _CIM_ObjectManagerAdapter_Handle =
24519               {
24520                   /* flags */
24521                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24522                   /* name */
24523                   "Handle",
24524                   /* qualifiers */
24525                   _CIM_ObjectManagerAdapter_Handle_qualifiers,
24526                   /* type */
24527                   CIMTYPE_STRING,
24528                   /* subscript */
24529                   -1,
24530                   /* value */
24531                   0,
24532               };
24533               
24534 mike  1.1.2.1 static const char*
24535               _CIM_ObjectManagerAdapter_AdapterType_qualifiers[] =
24536               {
24537                   /* ValueMap */
24538                   "\061\000\0051\0002\0003\0004\0005\000",
24539                   /* Values */
24540                   "\062\000\005Other\000Client\000Provider\000Indication Handler\000Repository\000",
24541                   /* ModelCorrespondence */
24542                   "\036\000\001CIM_ObjectManagerAdapter.OtherAdapterTypeDescription\000",
24543                   0,
24544               };
24545               
24546               static SourceProperty
24547               _CIM_ObjectManagerAdapter_AdapterType =
24548               {
24549                   /* flags */
24550                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24551                   /* name */
24552                   "AdapterType",
24553                   /* qualifiers */
24554                   _CIM_ObjectManagerAdapter_AdapterType_qualifiers,
24555 mike  1.1.2.1     /* type */
24556                   CIMTYPE_UINT16,
24557                   /* subscript */
24558                   -1,
24559                   /* value */
24560                   0,
24561               };
24562               
24563               static const char*
24564               _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription_qualifiers[] =
24565               {
24566                   /* ModelCorrespondence */
24567                   "\036\000\001CIM_ObjectManagerAdapter.AdapterType\000",
24568                   0,
24569               };
24570               
24571               static SourceProperty
24572               _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription =
24573               {
24574                   /* flags */
24575                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24576 mike  1.1.2.1     /* name */
24577                   "OtherAdapterTypeDescription",
24578                   /* qualifiers */
24579                   _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription_qualifiers,
24580                   /* type */
24581                   CIMTYPE_STRING,
24582                   /* subscript */
24583                   -1,
24584                   /* value */
24585                   0,
24586               };
24587               
24588               static SourceFeature*
24589               _CIM_ObjectManagerAdapter_features[] =
24590               {
24591                   (SourceFeature*)&_CIM_ObjectManagerAdapter_Name,
24592                   (SourceFeature*)&_CIM_ObjectManagerAdapter_ElementName,
24593                   (SourceFeature*)&_CIM_ObjectManagerAdapter_Handle,
24594                   (SourceFeature*)&_CIM_ObjectManagerAdapter_AdapterType,
24595                   (SourceFeature*)&_CIM_ObjectManagerAdapter_OtherAdapterTypeDescription,
24596                   0,
24597 mike  1.1.2.1 };
24598               
24599               static const char*
24600               __root_PG_InterOp_CIM_ObjectManagerAdapter_qualifiers[] =
24601               {
24602                   /* UMLPackagePath */
24603                   "\057CIM::Interop",
24604                   /* Version */
24605                   "\0632.8.0",
24606                   0,
24607               };
24608               
24609               SourceClass
24610               __root_PG_InterOp_CIM_ObjectManagerAdapter =
24611               {
24612                   /* flags */
24613                   PEGASUS_FLAG_CLASS,
24614                   /* name */
24615                   "CIM_ObjectManagerAdapter",
24616                   /* qualifiers */
24617                   __root_PG_InterOp_CIM_ObjectManagerAdapter_qualifiers,
24618 mike  1.1.2.2     /* super */
24619 mike  1.1.2.1     &__root_PG_InterOp_CIM_WBEMService,
24620                   /* features */
24621                   _CIM_ObjectManagerAdapter_features,
24622               };
24623               
24624               //==============================================================================
24625               //
24626               // Class: CIM_ObjectManagerCommunicationMechanism
24627               //
24628               //==============================================================================
24629               
24630               static const char*
24631               _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism_qualifiers[] =
24632               {
24633                   /* ValueMap */
24634                   "\061\000\0060\0001\0002\0003\0004\0005\000",
24635                   /* Values */
24636                   "\062\000\006Unknown\000Other\000CIM-XML\000SM-CLP\000WS-Management\000WSDM\000",
24637                   /* ModelCorrespondence */
24638                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.OtherCommunicationMechanismDescription\000",
24639                   0,
24640 mike  1.1.2.1 };
24641               
24642               static SourceProperty
24643               _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism =
24644               {
24645                   /* flags */
24646                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24647                   /* name */
24648                   "CommunicationMechanism",
24649                   /* qualifiers */
24650                   _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism_qualifiers,
24651                   /* type */
24652                   CIMTYPE_UINT16,
24653                   /* subscript */
24654                   -1,
24655                   /* value */
24656                   0,
24657               };
24658               
24659               static const char*
24660               _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription_qualifiers[] =
24661 mike  1.1.2.1 {
24662                   /* ModelCorrespondence */
24663                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.CommunicationMechanism\000",
24664                   0,
24665               };
24666               
24667               static SourceProperty
24668               _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription =
24669               {
24670                   /* flags */
24671                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24672                   /* name */
24673                   "OtherCommunicationMechanismDescription",
24674                   /* qualifiers */
24675                   _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription_qualifiers,
24676                   /* type */
24677                   CIMTYPE_STRING,
24678                   /* subscript */
24679                   -1,
24680                   /* value */
24681                   0,
24682 mike  1.1.2.1 };
24683               
24684               static const char*
24685               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported_qualifiers[] =
24686               {
24687                   /* ValueMap */
24688                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
24689                   /* Values */
24690                   "\062\000\012Unknown\000Other\000Basic Read\000Basic Write\000Schema Manipulation\000Instance Manipulation\000Association Traversal\000Query Execution\000Qualifier Declaration\000Indications\000",
24691                   /* ArrayType */
24692                   "\005Indexed",
24693                   /* ModelCorrespondence */
24694                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.FunctionalProfileDescriptions\000",
24695                   0,
24696               };
24697               
24698               static SourceProperty
24699               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported =
24700               {
24701                   /* flags */
24702                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24703 mike  1.1.2.1     /* name */
24704                   "FunctionalProfilesSupported",
24705                   /* qualifiers */
24706                   _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported_qualifiers,
24707                   /* type */
24708                   CIMTYPE_UINT16,
24709                   /* subscript */
24710                   0,
24711                   /* value */
24712                   0,
24713               };
24714               
24715               static const char*
24716               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions_qualifiers[] =
24717               {
24718                   /* ArrayType */
24719                   "\005Indexed",
24720                   /* ModelCorrespondence */
24721                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.FunctionalProfilesSupported\000",
24722                   0,
24723               };
24724 mike  1.1.2.1 
24725               static SourceProperty
24726               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions =
24727               {
24728                   /* flags */
24729                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24730                   /* name */
24731                   "FunctionalProfileDescriptions",
24732                   /* qualifiers */
24733                   _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions_qualifiers,
24734                   /* type */
24735                   CIMTYPE_STRING,
24736                   /* subscript */
24737                   0,
24738                   /* value */
24739                   0,
24740               };
24741               
24742               static const char*
24743               _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported_qualifiers[] =
24744               {
24745 mike  1.1.2.1     0,
24746               };
24747               
24748               static SourceProperty
24749               _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported =
24750               {
24751                   /* flags */
24752                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24753                   /* name */
24754                   "MultipleOperationsSupported",
24755                   /* qualifiers */
24756                   _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported_qualifiers,
24757                   /* type */
24758                   CIMTYPE_BOOLEAN,
24759                   /* subscript */
24760                   -1,
24761                   /* value */
24762                   0,
24763               };
24764               
24765               static const char*
24766 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported_qualifiers[] =
24767               {
24768                   /* ValueMap */
24769                   "\061\000\0050\0001\0002\0003\0004\000",
24770                   /* Values */
24771                   "\062\000\005Unknown\000Other\000None\000Basic\000Digest\000",
24772                   /* ArrayType */
24773                   "\005Indexed",
24774                   /* ModelCorrespondence */
24775                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AuthenticationMechanismDescriptions\000",
24776                   0,
24777               };
24778               
24779               static SourceProperty
24780               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported =
24781               {
24782                   /* flags */
24783                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24784                   /* name */
24785                   "AuthenticationMechanismsSupported",
24786                   /* qualifiers */
24787 mike  1.1.2.1     _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported_qualifiers,
24788                   /* type */
24789                   CIMTYPE_UINT16,
24790                   /* subscript */
24791                   0,
24792                   /* value */
24793                   0,
24794               };
24795               
24796               static const char*
24797               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions_qualifiers[] =
24798               {
24799                   /* ArrayType */
24800                   "\005Indexed",
24801                   /* ModelCorrespondence */
24802                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AuthenticationMechanismsSupported\000",
24803                   0,
24804               };
24805               
24806               static SourceProperty
24807               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions =
24808 mike  1.1.2.1 {
24809                   /* flags */
24810                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24811                   /* name */
24812                   "AuthenticationMechanismDescriptions",
24813                   /* qualifiers */
24814                   _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions_qualifiers,
24815                   /* type */
24816                   CIMTYPE_STRING,
24817                   /* subscript */
24818                   0,
24819                   /* value */
24820                   0,
24821               };
24822               
24823               static const char*
24824               _CIM_ObjectManagerCommunicationMechanism_Version_qualifiers[] =
24825               {
24826                   0,
24827               };
24828               
24829 mike  1.1.2.1 static SourceProperty
24830               _CIM_ObjectManagerCommunicationMechanism_Version =
24831               {
24832                   /* flags */
24833                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24834                   /* name */
24835                   "Version",
24836                   /* qualifiers */
24837                   _CIM_ObjectManagerCommunicationMechanism_Version_qualifiers,
24838                   /* type */
24839                   CIMTYPE_STRING,
24840                   /* subscript */
24841                   -1,
24842                   /* value */
24843                   0,
24844               };
24845               
24846               static const char*
24847               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes_qualifiers[] =
24848               {
24849                   /* ValueMap */
24850 mike  1.1.2.1     "\061\000\0031\0002\0003\000",
24851                   /* Values */
24852                   "\062\000\003Other\000Not Advertised\000SLP\000",
24853                   /* ArrayType */
24854                   "\005Indexed",
24855                   /* ModelCorrespondence */
24856                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AdvertiseTypeDescriptions\000",
24857                   0,
24858               };
24859               
24860               static SourceProperty
24861               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes =
24862               {
24863                   /* flags */
24864                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24865                   /* name */
24866                   "AdvertiseTypes",
24867                   /* qualifiers */
24868                   _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes_qualifiers,
24869                   /* type */
24870                   CIMTYPE_UINT16,
24871 mike  1.1.2.1     /* subscript */
24872                   0,
24873                   /* value */
24874                   0,
24875               };
24876               
24877               static const char*
24878               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions_qualifiers[] =
24879               {
24880                   /* ArrayType */
24881                   "\005Indexed",
24882                   /* ModelCorrespondence */
24883                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AdvertiseTypes\000",
24884                   0,
24885               };
24886               
24887               static SourceProperty
24888               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions =
24889               {
24890                   /* flags */
24891                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24892 mike  1.1.2.1     /* name */
24893                   "AdvertiseTypeDescriptions",
24894                   /* qualifiers */
24895                   _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions_qualifiers,
24896                   /* type */
24897                   CIMTYPE_STRING,
24898                   /* subscript */
24899                   0,
24900                   /* value */
24901                   0,
24902               };
24903               
24904               static SourceFeature*
24905               _CIM_ObjectManagerCommunicationMechanism_features[] =
24906               {
24907                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism,
24908                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription,
24909                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported,
24910                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions,
24911                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported,
24912                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported,
24913 mike  1.1.2.1     (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions,
24914                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_Version,
24915                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes,
24916                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions,
24917                   0,
24918               };
24919               
24920               static const char*
24921               __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism_qualifiers[] =
24922               {
24923                   /* UMLPackagePath */
24924                   "\057CIM::Interop",
24925                   /* Version */
24926                   "\0632.13.0",
24927                   0,
24928               };
24929               
24930               SourceClass
24931               __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism =
24932               {
24933                   /* flags */
24934 mike  1.1.2.1     PEGASUS_FLAG_CLASS,
24935                   /* name */
24936                   "CIM_ObjectManagerCommunicationMechanism",
24937                   /* qualifiers */
24938                   __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism_qualifiers,
24939 mike  1.1.2.2     /* super */
24940 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessPoint,
24941                   /* features */
24942                   _CIM_ObjectManagerCommunicationMechanism_features,
24943               };
24944               
24945               //==============================================================================
24946               //
24947               // Class: CIM_ProtocolAdapter
24948               //
24949               //==============================================================================
24950               
24951               static const char*
24952               _CIM_ProtocolAdapter_Name_qualifiers[] =
24953               {
24954                   /* Deprecated */
24955                   "\013\000\001CIM_ObjectManagerAdapter.Name\000",
24956                   /* Override */
24957                   "\044Name",
24958                   0,
24959               };
24960               
24961 mike  1.1.2.1 static SourceProperty
24962               _CIM_ProtocolAdapter_Name =
24963               {
24964                   /* flags */
24965                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24966                   /* name */
24967                   "Name",
24968                   /* qualifiers */
24969                   _CIM_ProtocolAdapter_Name_qualifiers,
24970                   /* type */
24971                   CIMTYPE_STRING,
24972                   /* subscript */
24973                   -1,
24974                   /* value */
24975                   0,
24976               };
24977               
24978               static const char*
24979               _CIM_ProtocolAdapter_Handle_qualifiers[] =
24980               {
24981                   /* Deprecated */
24982 mike  1.1.2.1     "\013\000\001CIM_ObjectManagerAdapter.Handle\000",
24983                   0,
24984               };
24985               
24986               static SourceProperty
24987               _CIM_ProtocolAdapter_Handle =
24988               {
24989                   /* flags */
24990                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24991                   /* name */
24992                   "Handle",
24993                   /* qualifiers */
24994                   _CIM_ProtocolAdapter_Handle_qualifiers,
24995                   /* type */
24996                   CIMTYPE_STRING,
24997                   /* subscript */
24998                   -1,
24999                   /* value */
25000                   0,
25001               };
25002               
25003 mike  1.1.2.1 static const char*
25004               _CIM_ProtocolAdapter_ProtocolAdapterType_qualifiers[] =
25005               {
25006                   /* Deprecated */
25007                   "\013\000\001CIM_ObjectManagerAdapter.AdapterType\000",
25008                   /* ValueMap */
25009                   "\061\000\0031\0002\0003\000",
25010                   /* Values */
25011                   "\062\000\003Other\000Client\000Provider\000",
25012                   /* ModelCorrespondence */
25013                   "\036\000\001CIM_ProtocolAdapter.OtherProtocolAdapterType\000",
25014                   0,
25015               };
25016               
25017               static SourceProperty
25018               _CIM_ProtocolAdapter_ProtocolAdapterType =
25019               {
25020                   /* flags */
25021                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25022                   /* name */
25023                   "ProtocolAdapterType",
25024 mike  1.1.2.1     /* qualifiers */
25025                   _CIM_ProtocolAdapter_ProtocolAdapterType_qualifiers,
25026                   /* type */
25027                   CIMTYPE_UINT16,
25028                   /* subscript */
25029                   -1,
25030                   /* value */
25031                   0,
25032               };
25033               
25034               static const char*
25035               _CIM_ProtocolAdapter_OtherProtocolAdapterType_qualifiers[] =
25036               {
25037                   /* Deprecated */
25038                   "\013\000\001CIM_ObjectManagerAdapter.OtherAdapterTypeDescription\000",
25039                   /* ModelCorrespondence */
25040                   "\036\000\001CIM_ProtocolAdapter.ProtocolAdapterType\000",
25041                   0,
25042               };
25043               
25044               static SourceProperty
25045 mike  1.1.2.1 _CIM_ProtocolAdapter_OtherProtocolAdapterType =
25046               {
25047                   /* flags */
25048                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
25049                   /* name */
25050                   "OtherProtocolAdapterType",
25051                   /* qualifiers */
25052                   _CIM_ProtocolAdapter_OtherProtocolAdapterType_qualifiers,
25053                   /* type */
25054                   CIMTYPE_STRING,
25055                   /* subscript */
25056                   -1,
25057                   /* value */
25058                   0,
25059               };
25060               
25061               static SourceFeature*
25062               _CIM_ProtocolAdapter_features[] =
25063               {
25064                   (SourceFeature*)&_CIM_ProtocolAdapter_Name,
25065                   (SourceFeature*)&_CIM_ProtocolAdapter_Handle,
25066 mike  1.1.2.1     (SourceFeature*)&_CIM_ProtocolAdapter_ProtocolAdapterType,
25067                   (SourceFeature*)&_CIM_ProtocolAdapter_OtherProtocolAdapterType,
25068                   0,
25069               };
25070               
25071               static const char*
25072               __root_PG_InterOp_CIM_ProtocolAdapter_qualifiers[] =
25073               {
25074                   /* Deprecated */
25075                   "\013\000\001CIM_ObjectManagerAdapter\000",
25076                   /* UMLPackagePath */
25077                   "\057CIM::Interop",
25078                   /* Version */
25079                   "\0632.8.0",
25080                   0,
25081               };
25082               
25083               SourceClass
25084               __root_PG_InterOp_CIM_ProtocolAdapter =
25085               {
25086                   /* flags */
25087 mike  1.1.2.1     PEGASUS_FLAG_CLASS,
25088                   /* name */
25089                   "CIM_ProtocolAdapter",
25090                   /* qualifiers */
25091                   __root_PG_InterOp_CIM_ProtocolAdapter_qualifiers,
25092 mike  1.1.2.2     /* super */
25093 mike  1.1.2.1     &__root_PG_InterOp_CIM_WBEMService,
25094                   /* features */
25095                   _CIM_ProtocolAdapter_features,
25096               };
25097               
25098               //==============================================================================
25099               //
25100               // Class: CIM_CIMXMLCommunicationMechanism
25101               //
25102               //==============================================================================
25103               
25104               static const char*
25105               _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism_qualifiers[] =
25106               {
25107                   /* Override */
25108                   "\044CommunicationMechanism",
25109                   /* ValueMap */
25110                   "\061\000\0012\000",
25111                   /* Values */
25112                   "\062\000\001CIM-XML\000",
25113                   0,
25114 mike  1.1.2.1 };
25115               
25116               static SourceProperty
25117               _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism =
25118               {
25119                   /* flags */
25120                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25121                   /* name */
25122                   "CommunicationMechanism",
25123                   /* qualifiers */
25124                   _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism_qualifiers,
25125                   /* type */
25126                   CIMTYPE_UINT16,
25127                   /* subscript */
25128                   -1,
25129                   /* value */
25130                   "\000\002",
25131               };
25132               
25133               static const char*
25134               _CIM_CIMXMLCommunicationMechanism_Version_qualifiers[] =
25135 mike  1.1.2.1 {
25136                   /* Override */
25137                   "\044Version",
25138                   /* ValueMap */
25139                   "\061\000\0031.0\0001.1\0001.2\000",
25140                   0,
25141               };
25142               
25143               static SourceProperty
25144               _CIM_CIMXMLCommunicationMechanism_Version =
25145               {
25146                   /* flags */
25147                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25148                   /* name */
25149                   "Version",
25150                   /* qualifiers */
25151                   _CIM_CIMXMLCommunicationMechanism_Version_qualifiers,
25152                   /* type */
25153                   CIMTYPE_STRING,
25154                   /* subscript */
25155                   -1,
25156 mike  1.1.2.1     /* value */
25157                   0,
25158               };
25159               
25160               static const char*
25161               _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion_qualifiers[] =
25162               {
25163                   /* Deprecated */
25164                   "\013\000\001CIM_CIMXMLCommunicationMechanism.Version\000",
25165                   /* ValueMap */
25166                   "\061\000\0020\0001\000",
25167                   /* Values */
25168                   "\062\000\002Unknown\0001.0\000",
25169                   0,
25170               };
25171               
25172               static SourceProperty
25173               _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion =
25174               {
25175                   /* flags */
25176                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25177 mike  1.1.2.1     /* name */
25178                   "CIMXMLProtocolVersion",
25179                   /* qualifiers */
25180                   _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion_qualifiers,
25181                   /* type */
25182                   CIMTYPE_UINT16,
25183                   /* subscript */
25184                   -1,
25185                   /* value */
25186                   0,
25187               };
25188               
25189               static const char*
25190               _CIM_CIMXMLCommunicationMechanism_CIMValidated_qualifiers[] =
25191               {
25192                   0,
25193               };
25194               
25195               static SourceProperty
25196               _CIM_CIMXMLCommunicationMechanism_CIMValidated =
25197               {
25198 mike  1.1.2.1     /* flags */
25199                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25200                   /* name */
25201                   "CIMValidated",
25202                   /* qualifiers */
25203                   _CIM_CIMXMLCommunicationMechanism_CIMValidated_qualifiers,
25204                   /* type */
25205                   CIMTYPE_BOOLEAN,
25206                   /* subscript */
25207                   -1,
25208                   /* value */
25209                   0,
25210               };
25211               
25212               static SourceFeature*
25213               _CIM_CIMXMLCommunicationMechanism_features[] =
25214               {
25215                   (SourceFeature*)&_CIM_CIMXMLCommunicationMechanism_CommunicationMechanism,
25216                   (SourceFeature*)&_CIM_CIMXMLCommunicationMechanism_Version,
25217                   (SourceFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion,
25218                   (SourceFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMValidated,
25219 mike  1.1.2.1     0,
25220               };
25221               
25222               static const char*
25223               __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism_qualifiers[] =
25224               {
25225                   /* UMLPackagePath */
25226                   "\057CIM::Interop",
25227                   /* Version */
25228                   "\0632.8.0",
25229                   0,
25230               };
25231               
25232               SourceClass
25233               __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism =
25234               {
25235                   /* flags */
25236                   PEGASUS_FLAG_CLASS,
25237                   /* name */
25238                   "CIM_CIMXMLCommunicationMechanism",
25239                   /* qualifiers */
25240 mike  1.1.2.1     __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism_qualifiers,
25241 mike  1.1.2.2     /* super */
25242 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
25243                   /* features */
25244                   _CIM_CIMXMLCommunicationMechanism_features,
25245               };
25246               
25247               //==============================================================================
25248               //
25249               // Class: CIM_CommMechanismForAdapter
25250               //
25251               //==============================================================================
25252               
25253               static const char*
25254               _CIM_CommMechanismForAdapter_Antecedent_qualifiers[] =
25255               {
25256                   /* Deprecated */
25257                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter.Antecedent\000",
25258                   /* Override */
25259                   "\044Antecedent",
25260                   0,
25261               };
25262               
25263 mike  1.1.2.1 static SourceReference
25264               _CIM_CommMechanismForAdapter_Antecedent =
25265               {
25266                   /* flags */
25267                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
25268                   /* name */
25269                   "Antecedent",
25270                   /* qualifiers */
25271                   _CIM_CommMechanismForAdapter_Antecedent_qualifiers,
25272                   /* subscript */
25273                   -1,
25274 mike  1.1.2.2     /* refId */
25275 mike  1.1.2.1     &__root_PG_InterOp_CIM_ProtocolAdapter,
25276               };
25277               
25278               static const char*
25279               _CIM_CommMechanismForAdapter_Dependent_qualifiers[] =
25280               {
25281                   /* Deprecated */
25282                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter.Dependent\000",
25283                   /* Override */
25284                   "\044Dependent",
25285                   /* Min */
25286                   "\033\000\000\000\001",
25287                   0,
25288               };
25289               
25290               static SourceReference
25291               _CIM_CommMechanismForAdapter_Dependent =
25292               {
25293                   /* flags */
25294                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
25295                   /* name */
25296 mike  1.1.2.1     "Dependent",
25297                   /* qualifiers */
25298                   _CIM_CommMechanismForAdapter_Dependent_qualifiers,
25299                   /* subscript */
25300                   -1,
25301 mike  1.1.2.2     /* refId */
25302 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
25303               };
25304               
25305               static SourceFeature*
25306               _CIM_CommMechanismForAdapter_features[] =
25307               {
25308                   (SourceFeature*)&_CIM_CommMechanismForAdapter_Antecedent,
25309                   (SourceFeature*)&_CIM_CommMechanismForAdapter_Dependent,
25310                   0,
25311               };
25312               
25313               static const char*
25314               __root_PG_InterOp_CIM_CommMechanismForAdapter_qualifiers[] =
25315               {
25316                   /* Deprecated */
25317                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter\000",
25318                   /* UMLPackagePath */
25319                   "\057CIM::Interop",
25320                   /* Version */
25321                   "\0632.8.0",
25322                   0,
25323 mike  1.1.2.1 };
25324               
25325               SourceClass
25326               __root_PG_InterOp_CIM_CommMechanismForAdapter =
25327               {
25328                   /* flags */
25329                   PEGASUS_FLAG_ASSOCIATION,
25330                   /* name */
25331                   "CIM_CommMechanismForAdapter",
25332                   /* qualifiers */
25333                   __root_PG_InterOp_CIM_CommMechanismForAdapter_qualifiers,
25334 mike  1.1.2.2     /* super */
25335 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
25336                   /* features */
25337                   _CIM_CommMechanismForAdapter_features,
25338               };
25339               
25340               //==============================================================================
25341               //
25342               // Class: CIM_CommMechanismForManager
25343               //
25344               //==============================================================================
25345               
25346               static const char*
25347               _CIM_CommMechanismForManager_Antecedent_qualifiers[] =
25348               {
25349                   /* Override */
25350                   "\044Antecedent",
25351                   /* Min */
25352                   "\033\000\000\000\001",
25353                   /* Max */
25354                   "\027\000\000\000\001",
25355                   0,
25356 mike  1.1.2.1 };
25357               
25358               static SourceReference
25359               _CIM_CommMechanismForManager_Antecedent =
25360               {
25361                   /* flags */
25362                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
25363                   /* name */
25364                   "Antecedent",
25365                   /* qualifiers */
25366                   _CIM_CommMechanismForManager_Antecedent_qualifiers,
25367                   /* subscript */
25368                   -1,
25369 mike  1.1.2.2     /* refId */
25370 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManager,
25371               };
25372               
25373               static const char*
25374               _CIM_CommMechanismForManager_Dependent_qualifiers[] =
25375               {
25376                   /* Override */
25377                   "\044Dependent",
25378                   /* Min */
25379                   "\033\000\000\000\001",
25380                   0,
25381               };
25382               
25383               static SourceReference
25384               _CIM_CommMechanismForManager_Dependent =
25385               {
25386                   /* flags */
25387                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
25388                   /* name */
25389                   "Dependent",
25390                   /* qualifiers */
25391 mike  1.1.2.1     _CIM_CommMechanismForManager_Dependent_qualifiers,
25392                   /* subscript */
25393                   -1,
25394 mike  1.1.2.2     /* refId */
25395 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
25396               };
25397               
25398               static SourceFeature*
25399               _CIM_CommMechanismForManager_features[] =
25400               {
25401                   (SourceFeature*)&_CIM_CommMechanismForManager_Antecedent,
25402                   (SourceFeature*)&_CIM_CommMechanismForManager_Dependent,
25403                   0,
25404               };
25405               
25406               static const char*
25407               __root_PG_InterOp_CIM_CommMechanismForManager_qualifiers[] =
25408               {
25409                   /* UMLPackagePath */
25410                   "\057CIM::Interop",
25411                   /* Version */
25412                   "\0632.6.0",
25413                   0,
25414               };
25415               
25416 mike  1.1.2.1 SourceClass
25417               __root_PG_InterOp_CIM_CommMechanismForManager =
25418               {
25419                   /* flags */
25420                   PEGASUS_FLAG_ASSOCIATION,
25421                   /* name */
25422                   "CIM_CommMechanismForManager",
25423                   /* qualifiers */
25424                   __root_PG_InterOp_CIM_CommMechanismForManager_qualifiers,
25425 mike  1.1.2.2     /* super */
25426 mike  1.1.2.1     &__root_PG_InterOp_CIM_ServiceAccessBySAP,
25427                   /* features */
25428                   _CIM_CommMechanismForManager_features,
25429               };
25430               
25431               //==============================================================================
25432               //
25433               // Class: CIM_CommMechanismForObjectManagerAdapter
25434               //
25435               //==============================================================================
25436               
25437               static const char*
25438               _CIM_CommMechanismForObjectManagerAdapter_Antecedent_qualifiers[] =
25439               {
25440                   /* Override */
25441                   "\044Antecedent",
25442                   0,
25443               };
25444               
25445               static SourceReference
25446               _CIM_CommMechanismForObjectManagerAdapter_Antecedent =
25447 mike  1.1.2.1 {
25448                   /* flags */
25449                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
25450                   /* name */
25451                   "Antecedent",
25452                   /* qualifiers */
25453                   _CIM_CommMechanismForObjectManagerAdapter_Antecedent_qualifiers,
25454                   /* subscript */
25455                   -1,
25456 mike  1.1.2.2     /* refId */
25457 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManagerAdapter,
25458               };
25459               
25460               static const char*
25461               _CIM_CommMechanismForObjectManagerAdapter_Dependent_qualifiers[] =
25462               {
25463                   /* Override */
25464                   "\044Dependent",
25465                   /* Min */
25466                   "\033\000\000\000\001",
25467                   0,
25468               };
25469               
25470               static SourceReference
25471               _CIM_CommMechanismForObjectManagerAdapter_Dependent =
25472               {
25473                   /* flags */
25474                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
25475                   /* name */
25476                   "Dependent",
25477                   /* qualifiers */
25478 mike  1.1.2.1     _CIM_CommMechanismForObjectManagerAdapter_Dependent_qualifiers,
25479                   /* subscript */
25480                   -1,
25481 mike  1.1.2.2     /* refId */
25482 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
25483               };
25484               
25485               static SourceFeature*
25486               _CIM_CommMechanismForObjectManagerAdapter_features[] =
25487               {
25488                   (SourceFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Antecedent,
25489                   (SourceFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Dependent,
25490                   0,
25491               };
25492               
25493               static const char*
25494               __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter_qualifiers[] =
25495               {
25496                   /* UMLPackagePath */
25497                   "\057CIM::Interop",
25498                   /* Version */
25499                   "\0632.8.0",
25500                   0,
25501               };
25502               
25503 mike  1.1.2.1 SourceClass
25504               __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter =
25505               {
25506                   /* flags */
25507                   PEGASUS_FLAG_ASSOCIATION,
25508                   /* name */
25509                   "CIM_CommMechanismForObjectManagerAdapter",
25510                   /* qualifiers */
25511                   __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter_qualifiers,
25512 mike  1.1.2.2     /* super */
25513 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
25514                   /* features */
25515                   _CIM_CommMechanismForObjectManagerAdapter_features,
25516               };
25517               
25518               //==============================================================================
25519               //
25520               // Class: CIM_NamespaceInManager
25521               //
25522               //==============================================================================
25523               
25524               static const char*
25525               _CIM_NamespaceInManager_Antecedent_qualifiers[] =
25526               {
25527                   /* Override */
25528                   "\044Antecedent",
25529                   /* Min */
25530                   "\033\000\000\000\001",
25531                   /* Max */
25532                   "\027\000\000\000\001",
25533                   0,
25534 mike  1.1.2.1 };
25535               
25536               static SourceReference
25537               _CIM_NamespaceInManager_Antecedent =
25538               {
25539                   /* flags */
25540                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
25541                   /* name */
25542                   "Antecedent",
25543                   /* qualifiers */
25544                   _CIM_NamespaceInManager_Antecedent_qualifiers,
25545                   /* subscript */
25546                   -1,
25547 mike  1.1.2.2     /* refId */
25548 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManager,
25549               };
25550               
25551               static const char*
25552               _CIM_NamespaceInManager_Dependent_qualifiers[] =
25553               {
25554                   /* Override */
25555                   "\044Dependent",
25556                   0,
25557               };
25558               
25559               static SourceReference
25560               _CIM_NamespaceInManager_Dependent =
25561               {
25562                   /* flags */
25563                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
25564                   /* name */
25565                   "Dependent",
25566                   /* qualifiers */
25567                   _CIM_NamespaceInManager_Dependent_qualifiers,
25568                   /* subscript */
25569 mike  1.1.2.1     -1,
25570 mike  1.1.2.2     /* refId */
25571 mike  1.1.2.1     &__root_PG_InterOp_CIM_Namespace,
25572               };
25573               
25574               static SourceFeature*
25575               _CIM_NamespaceInManager_features[] =
25576               {
25577                   (SourceFeature*)&_CIM_NamespaceInManager_Antecedent,
25578                   (SourceFeature*)&_CIM_NamespaceInManager_Dependent,
25579                   0,
25580               };
25581               
25582               static const char*
25583               __root_PG_InterOp_CIM_NamespaceInManager_qualifiers[] =
25584               {
25585                   /* UMLPackagePath */
25586                   "\057CIM::Interop",
25587                   /* Version */
25588                   "\0632.7.0",
25589                   0,
25590               };
25591               
25592 mike  1.1.2.1 SourceClass
25593               __root_PG_InterOp_CIM_NamespaceInManager =
25594               {
25595                   /* flags */
25596                   PEGASUS_FLAG_ASSOCIATION,
25597                   /* name */
25598                   "CIM_NamespaceInManager",
25599                   /* qualifiers */
25600                   __root_PG_InterOp_CIM_NamespaceInManager_qualifiers,
25601 mike  1.1.2.2     /* super */
25602 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedDependency,
25603                   /* features */
25604                   _CIM_NamespaceInManager_features,
25605               };
25606               
25607               //==============================================================================
25608               //
25609               // Class: PG_IndicationHandlerSNMPMapper
25610               //
25611               //==============================================================================
25612               
25613               static const char*
25614               _PG_IndicationHandlerSNMPMapper_TargetHost_qualifiers[] =
25615               {
25616                   0,
25617               };
25618               
25619               static SourceProperty
25620               _PG_IndicationHandlerSNMPMapper_TargetHost =
25621               {
25622                   /* flags */
25623 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25624                   /* name */
25625                   "TargetHost",
25626                   /* qualifiers */
25627                   _PG_IndicationHandlerSNMPMapper_TargetHost_qualifiers,
25628                   /* type */
25629                   CIMTYPE_STRING,
25630                   /* subscript */
25631                   -1,
25632                   /* value */
25633                   0,
25634               };
25635               
25636               static const char*
25637               _PG_IndicationHandlerSNMPMapper_TargetHostFormat_qualifiers[] =
25638               {
25639                   /* ValueMap */
25640                   "\061\000\0051\0002\0003\0004\0005..65535\000",
25641                   /* Values */
25642                   "\062\000\005Other\000Host Name\000IPV4 Address\000IPV6 Address\000Pegasus Reserved\000",
25643                   /* ModelCorrespondence */
25644 mike  1.1.2.1     "\036\000\001PG_IndicationHandlerSNMPMapper.OtherTargetHostFormat\000",
25645                   0,
25646               };
25647               
25648               static SourceProperty
25649               _PG_IndicationHandlerSNMPMapper_TargetHostFormat =
25650               {
25651                   /* flags */
25652                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25653                   /* name */
25654                   "TargetHostFormat",
25655                   /* qualifiers */
25656                   _PG_IndicationHandlerSNMPMapper_TargetHostFormat_qualifiers,
25657                   /* type */
25658                   CIMTYPE_UINT16,
25659                   /* subscript */
25660                   -1,
25661                   /* value */
25662                   0,
25663               };
25664               
25665 mike  1.1.2.1 static const char*
25666               _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat_qualifiers[] =
25667               {
25668                   /* ModelCorrespondence */
25669                   "\036\000\001PG_IndicationHandlerSNMPMapper.TargetHostFormat\000",
25670                   0,
25671               };
25672               
25673               static SourceProperty
25674               _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat =
25675               {
25676                   /* flags */
25677                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
25678                   /* name */
25679                   "OtherTargetHostFormat",
25680                   /* qualifiers */
25681                   _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat_qualifiers,
25682                   /* type */
25683                   CIMTYPE_STRING,
25684                   /* subscript */
25685                   -1,
25686 mike  1.1.2.1     /* value */
25687                   0,
25688               };
25689               
25690               static const char*
25691               _PG_IndicationHandlerSNMPMapper_PortNumber_qualifiers[] =
25692               {
25693                   0,
25694               };
25695               
25696               static SourceProperty
25697               _PG_IndicationHandlerSNMPMapper_PortNumber =
25698               {
25699                   /* flags */
25700                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
25701                   /* name */
25702                   "PortNumber",
25703                   /* qualifiers */
25704                   _PG_IndicationHandlerSNMPMapper_PortNumber_qualifiers,
25705                   /* type */
25706                   CIMTYPE_UINT32,
25707 mike  1.1.2.1     /* subscript */
25708                   -1,
25709                   /* value */
25710                   "\000\000\000\242",
25711               };
25712               
25713               static const char*
25714               _PG_IndicationHandlerSNMPMapper_SNMPVersion_qualifiers[] =
25715               {
25716                   /* ValueMap */
25717                   "\061\000\0062\0003\0004\0005\0006\0007..65535\000",
25718                   /* Values */
25719                   "\062\000\006SNMPv1 Trap\000SNMPv2C Trap\000SNMPv2C Inform\000SNMPv3 Trap\000SNMPv3 Inform\000Pegasus Reserved\000",
25720                   0,
25721               };
25722               
25723               static SourceProperty
25724               _PG_IndicationHandlerSNMPMapper_SNMPVersion =
25725               {
25726                   /* flags */
25727                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25728 mike  1.1.2.1     /* name */
25729                   "SNMPVersion",
25730                   /* qualifiers */
25731                   _PG_IndicationHandlerSNMPMapper_SNMPVersion_qualifiers,
25732                   /* type */
25733                   CIMTYPE_UINT16,
25734                   /* subscript */
25735                   -1,
25736                   /* value */
25737                   0,
25738               };
25739               
25740               static const char*
25741               _PG_IndicationHandlerSNMPMapper_SNMPSecurityName_qualifiers[] =
25742               {
25743                   /* ModelCorrespondence */
25744                   "\036\000\001PG_IndicationHandlerSNMPMapper.SNMPVersion\000",
25745                   0,
25746               };
25747               
25748               static SourceProperty
25749 mike  1.1.2.1 _PG_IndicationHandlerSNMPMapper_SNMPSecurityName =
25750               {
25751                   /* flags */
25752                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
25753                   /* name */
25754                   "SNMPSecurityName",
25755                   /* qualifiers */
25756                   _PG_IndicationHandlerSNMPMapper_SNMPSecurityName_qualifiers,
25757                   /* type */
25758                   CIMTYPE_STRING,
25759                   /* subscript */
25760                   -1,
25761                   /* value */
25762                   0,
25763               };
25764               
25765               static const char*
25766               _PG_IndicationHandlerSNMPMapper_SNMPEngineID_qualifiers[] =
25767               {
25768                   0,
25769               };
25770 mike  1.1.2.1 
25771               static SourceProperty
25772               _PG_IndicationHandlerSNMPMapper_SNMPEngineID =
25773               {
25774                   /* flags */
25775                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
25776                   /* name */
25777                   "SNMPEngineID",
25778                   /* qualifiers */
25779                   _PG_IndicationHandlerSNMPMapper_SNMPEngineID_qualifiers,
25780                   /* type */
25781                   CIMTYPE_STRING,
25782                   /* subscript */
25783                   -1,
25784                   /* value */
25785                   0,
25786               };
25787               
25788               static SourceFeature*
25789               _PG_IndicationHandlerSNMPMapper_features[] =
25790               {
25791 mike  1.1.2.1     (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHost,
25792                   (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHostFormat,
25793                   (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat,
25794                   (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_PortNumber,
25795                   (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPVersion,
25796                   (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPSecurityName,
25797                   (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPEngineID,
25798                   0,
25799               };
25800               
25801               static const char*
25802               __root_PG_InterOp_PG_IndicationHandlerSNMPMapper_qualifiers[] =
25803               {
25804                   0,
25805               };
25806               
25807               SourceClass
25808               __root_PG_InterOp_PG_IndicationHandlerSNMPMapper =
25809               {
25810                   /* flags */
25811                   PEGASUS_FLAG_CLASS,
25812 mike  1.1.2.1     /* name */
25813                   "PG_IndicationHandlerSNMPMapper",
25814                   /* qualifiers */
25815                   __root_PG_InterOp_PG_IndicationHandlerSNMPMapper_qualifiers,
25816 mike  1.1.2.2     /* super */
25817 mike  1.1.2.1     &__root_PG_InterOp_CIM_IndicationHandler,
25818                   /* features */
25819                   _PG_IndicationHandlerSNMPMapper_features,
25820               };
25821               
25822               //==============================================================================
25823               //
25824               // Class: PG_ListenerDestinationSystemLog
25825               //
25826               //==============================================================================
25827               
25828               static SourceFeature*
25829               _PG_ListenerDestinationSystemLog_features[] =
25830               {
25831                   0,
25832               };
25833               
25834               static const char*
25835               __root_PG_InterOp_PG_ListenerDestinationSystemLog_qualifiers[] =
25836               {
25837                   0,
25838 mike  1.1.2.1 };
25839               
25840               SourceClass
25841               __root_PG_InterOp_PG_ListenerDestinationSystemLog =
25842               {
25843                   /* flags */
25844                   PEGASUS_FLAG_CLASS,
25845                   /* name */
25846                   "PG_ListenerDestinationSystemLog",
25847                   /* qualifiers */
25848                   __root_PG_InterOp_PG_ListenerDestinationSystemLog_qualifiers,
25849 mike  1.1.2.2     /* super */
25850 mike  1.1.2.1     &__root_PG_InterOp_CIM_ListenerDestination,
25851                   /* features */
25852                   _PG_ListenerDestinationSystemLog_features,
25853               };
25854               
25855               //==============================================================================
25856               //
25857               // Class: PG_ListenerDestinationEmail
25858               //
25859               //==============================================================================
25860               
25861               static const char*
25862               _PG_ListenerDestinationEmail_MailTo_qualifiers[] =
25863               {
25864                   0,
25865               };
25866               
25867               static SourceProperty
25868               _PG_ListenerDestinationEmail_MailTo =
25869               {
25870                   /* flags */
25871 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25872                   /* name */
25873                   "MailTo",
25874                   /* qualifiers */
25875                   _PG_ListenerDestinationEmail_MailTo_qualifiers,
25876                   /* type */
25877                   CIMTYPE_STRING,
25878                   /* subscript */
25879                   0,
25880                   /* value */
25881                   0,
25882               };
25883               
25884               static const char*
25885               _PG_ListenerDestinationEmail_MailCc_qualifiers[] =
25886               {
25887                   0,
25888               };
25889               
25890               static SourceProperty
25891               _PG_ListenerDestinationEmail_MailCc =
25892 mike  1.1.2.1 {
25893                   /* flags */
25894                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
25895                   /* name */
25896                   "MailCc",
25897                   /* qualifiers */
25898                   _PG_ListenerDestinationEmail_MailCc_qualifiers,
25899                   /* type */
25900                   CIMTYPE_STRING,
25901                   /* subscript */
25902                   0,
25903                   /* value */
25904                   0,
25905               };
25906               
25907               static const char*
25908               _PG_ListenerDestinationEmail_MailSubject_qualifiers[] =
25909               {
25910                   0,
25911               };
25912               
25913 mike  1.1.2.1 static SourceProperty
25914               _PG_ListenerDestinationEmail_MailSubject =
25915               {
25916                   /* flags */
25917                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25918                   /* name */
25919                   "MailSubject",
25920                   /* qualifiers */
25921                   _PG_ListenerDestinationEmail_MailSubject_qualifiers,
25922                   /* type */
25923                   CIMTYPE_STRING,
25924                   /* subscript */
25925                   -1,
25926                   /* value */
25927                   0,
25928               };
25929               
25930               static SourceFeature*
25931               _PG_ListenerDestinationEmail_features[] =
25932               {
25933                   (SourceFeature*)&_PG_ListenerDestinationEmail_MailTo,
25934 mike  1.1.2.1     (SourceFeature*)&_PG_ListenerDestinationEmail_MailCc,
25935                   (SourceFeature*)&_PG_ListenerDestinationEmail_MailSubject,
25936                   0,
25937               };
25938               
25939               static const char*
25940               __root_PG_InterOp_PG_ListenerDestinationEmail_qualifiers[] =
25941               {
25942                   0,
25943               };
25944               
25945               SourceClass
25946               __root_PG_InterOp_PG_ListenerDestinationEmail =
25947               {
25948                   /* flags */
25949                   PEGASUS_FLAG_CLASS,
25950                   /* name */
25951                   "PG_ListenerDestinationEmail",
25952                   /* qualifiers */
25953                   __root_PG_InterOp_PG_ListenerDestinationEmail_qualifiers,
25954 mike  1.1.2.2     /* super */
25955 mike  1.1.2.1     &__root_PG_InterOp_CIM_ListenerDestination,
25956                   /* features */
25957                   _PG_ListenerDestinationEmail_features,
25958               };
25959               
25960               //==============================================================================
25961               //
25962               // Class: PG_ProviderModule
25963               //
25964               //==============================================================================
25965               
25966               static const char*
25967               _PG_ProviderModule_Name_qualifiers[] =
25968               {
25969                   /* Override */
25970                   "\044Name",
25971                   0,
25972               };
25973               
25974               static SourceProperty
25975               _PG_ProviderModule_Name =
25976 mike  1.1.2.1 {
25977                   /* flags */
25978                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
25979                   /* name */
25980                   "Name",
25981                   /* qualifiers */
25982                   _PG_ProviderModule_Name_qualifiers,
25983                   /* type */
25984                   CIMTYPE_STRING,
25985                   /* subscript */
25986                   -1,
25987                   /* value */
25988                   0,
25989               };
25990               
25991               static const char*
25992               _PG_ProviderModule_Vendor_qualifiers[] =
25993               {
25994                   0,
25995               };
25996               
25997 mike  1.1.2.1 static SourceProperty
25998               _PG_ProviderModule_Vendor =
25999               {
26000                   /* flags */
26001                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26002                   /* name */
26003                   "Vendor",
26004                   /* qualifiers */
26005                   _PG_ProviderModule_Vendor_qualifiers,
26006                   /* type */
26007                   CIMTYPE_STRING,
26008                   /* subscript */
26009                   -1,
26010                   /* value */
26011                   0,
26012               };
26013               
26014               static const char*
26015               _PG_ProviderModule_Version_qualifiers[] =
26016               {
26017                   0,
26018 mike  1.1.2.1 };
26019               
26020               static SourceProperty
26021               _PG_ProviderModule_Version =
26022               {
26023                   /* flags */
26024                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26025                   /* name */
26026                   "Version",
26027                   /* qualifiers */
26028                   _PG_ProviderModule_Version_qualifiers,
26029                   /* type */
26030                   CIMTYPE_STRING,
26031                   /* subscript */
26032                   -1,
26033                   /* value */
26034                   0,
26035               };
26036               
26037               static const char*
26038               _PG_ProviderModule_InterfaceType_qualifiers[] =
26039 mike  1.1.2.1 {
26040                   0,
26041               };
26042               
26043               static SourceProperty
26044               _PG_ProviderModule_InterfaceType =
26045               {
26046                   /* flags */
26047                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26048                   /* name */
26049                   "InterfaceType",
26050                   /* qualifiers */
26051                   _PG_ProviderModule_InterfaceType_qualifiers,
26052                   /* type */
26053                   CIMTYPE_STRING,
26054                   /* subscript */
26055                   -1,
26056                   /* value */
26057                   0,
26058               };
26059               
26060 mike  1.1.2.1 static const char*
26061               _PG_ProviderModule_InterfaceVersion_qualifiers[] =
26062               {
26063                   0,
26064               };
26065               
26066               static SourceProperty
26067               _PG_ProviderModule_InterfaceVersion =
26068               {
26069                   /* flags */
26070                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26071                   /* name */
26072                   "InterfaceVersion",
26073                   /* qualifiers */
26074                   _PG_ProviderModule_InterfaceVersion_qualifiers,
26075                   /* type */
26076                   CIMTYPE_STRING,
26077                   /* subscript */
26078                   -1,
26079                   /* value */
26080                   0,
26081 mike  1.1.2.1 };
26082               
26083               static const char*
26084               _PG_ProviderModule_Location_qualifiers[] =
26085               {
26086                   0,
26087               };
26088               
26089               static SourceProperty
26090               _PG_ProviderModule_Location =
26091               {
26092                   /* flags */
26093                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26094                   /* name */
26095                   "Location",
26096                   /* qualifiers */
26097                   _PG_ProviderModule_Location_qualifiers,
26098                   /* type */
26099                   CIMTYPE_STRING,
26100                   /* subscript */
26101                   -1,
26102 mike  1.1.2.1     /* value */
26103                   0,
26104               };
26105               
26106               static const char*
26107               _PG_ProviderModule_UserContext_qualifiers[] =
26108               {
26109                   /* ValueMap */
26110                   "\061\000\0042\0003\0004\0005\000",
26111                   /* Values */
26112                   "\062\000\004Requestor\000Designated User\000Privileged User\000CIM Server\000",
26113                   0,
26114               };
26115               
26116               static SourceProperty
26117               _PG_ProviderModule_UserContext =
26118               {
26119                   /* flags */
26120                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26121                   /* name */
26122                   "UserContext",
26123 mike  1.1.2.1     /* qualifiers */
26124                   _PG_ProviderModule_UserContext_qualifiers,
26125                   /* type */
26126                   CIMTYPE_UINT16,
26127                   /* subscript */
26128                   -1,
26129                   /* value */
26130                   0,
26131               };
26132               
26133               static const char*
26134               _PG_ProviderModule_DesignatedUserContext_qualifiers[] =
26135               {
26136                   0,
26137               };
26138               
26139               static SourceProperty
26140               _PG_ProviderModule_DesignatedUserContext =
26141               {
26142                   /* flags */
26143                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26144 mike  1.1.2.1     /* name */
26145                   "DesignatedUserContext",
26146                   /* qualifiers */
26147                   _PG_ProviderModule_DesignatedUserContext_qualifiers,
26148                   /* type */
26149                   CIMTYPE_STRING,
26150                   /* subscript */
26151                   -1,
26152                   /* value */
26153                   0,
26154               };
26155               
26156               static const char*
26157               _PG_ProviderModule_OperationalStatus_qualifiers[] =
26158               {
26159                   /* ValueMap */
26160                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000",
26161                   /* Values */
26162                   "\062\000\016Unknown\000Other\000OK\000Degraded\000Stressed\000Predictive Failure\000Error\000Non-Recoverable Error\000Starting\000Stopping\000Stopped\000In Service\000No Contact\000Lost Communication\000",
26163                   /* ModelCorrespondence */
26164                   "\036\000\001CIM_ManagedSystemElement.OtherStatusDescription\000",
26165 mike  1.1.2.1     0,
26166               };
26167               
26168               static SourceProperty
26169               _PG_ProviderModule_OperationalStatus =
26170               {
26171                   /* flags */
26172                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26173                   /* name */
26174                   "OperationalStatus",
26175                   /* qualifiers */
26176                   _PG_ProviderModule_OperationalStatus_qualifiers,
26177                   /* type */
26178                   CIMTYPE_UINT16,
26179                   /* subscript */
26180                   0,
26181                   /* value */
26182                   0,
26183               };
26184               
26185               static const char*
26186 mike  1.1.2.1 _PG_ProviderModule_OtherStatusDescription_qualifiers[] =
26187               {
26188                   /* ModelCorrespondence */
26189                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
26190                   0,
26191               };
26192               
26193               static SourceProperty
26194               _PG_ProviderModule_OtherStatusDescription =
26195               {
26196                   /* flags */
26197                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26198                   /* name */
26199                   "OtherStatusDescription",
26200                   /* qualifiers */
26201                   _PG_ProviderModule_OtherStatusDescription_qualifiers,
26202                   /* type */
26203                   CIMTYPE_STRING,
26204                   /* subscript */
26205                   -1,
26206                   /* value */
26207 mike  1.1.2.1     0,
26208               };
26209               
26210 mike  1.1.2.2 static SourceFeature*
26211 mike  1.1.2.1 _PG_ProviderModule_start_parameters[] =
26212               {
26213                   0,
26214               };
26215               
26216               static const char*
26217               _PG_ProviderModule_start_qualifiers[] =
26218               {
26219                   0,
26220               };
26221               
26222               static SourceMethod
26223               _PG_ProviderModule_start =
26224               {
26225                   /* flags */
26226                   PEGASUS_FLAG_METHOD,
26227                   /* name */
26228                   "PG_ProviderModule",
26229                   /* qualifiers */
26230                   _PG_ProviderModule_start_qualifiers,
26231                   /* type */
26232 mike  1.1.2.1     CIMTYPE_UINT32,
26233                   /* parameters */
26234                   _PG_ProviderModule_start_parameters,
26235               };
26236               
26237 mike  1.1.2.2 static SourceFeature*
26238 mike  1.1.2.1 _PG_ProviderModule_stop_parameters[] =
26239               {
26240                   0,
26241               };
26242               
26243               static const char*
26244               _PG_ProviderModule_stop_qualifiers[] =
26245               {
26246                   0,
26247               };
26248               
26249               static SourceMethod
26250               _PG_ProviderModule_stop =
26251               {
26252                   /* flags */
26253                   PEGASUS_FLAG_METHOD,
26254                   /* name */
26255                   "PG_ProviderModule",
26256                   /* qualifiers */
26257                   _PG_ProviderModule_stop_qualifiers,
26258                   /* type */
26259 mike  1.1.2.1     CIMTYPE_UINT32,
26260                   /* parameters */
26261                   _PG_ProviderModule_stop_parameters,
26262               };
26263               
26264               static SourceFeature*
26265               _PG_ProviderModule_features[] =
26266               {
26267                   (SourceFeature*)&_PG_ProviderModule_Name,
26268                   (SourceFeature*)&_PG_ProviderModule_Vendor,
26269                   (SourceFeature*)&_PG_ProviderModule_Version,
26270                   (SourceFeature*)&_PG_ProviderModule_InterfaceType,
26271                   (SourceFeature*)&_PG_ProviderModule_InterfaceVersion,
26272                   (SourceFeature*)&_PG_ProviderModule_Location,
26273                   (SourceFeature*)&_PG_ProviderModule_UserContext,
26274                   (SourceFeature*)&_PG_ProviderModule_DesignatedUserContext,
26275                   (SourceFeature*)&_PG_ProviderModule_OperationalStatus,
26276                   (SourceFeature*)&_PG_ProviderModule_OtherStatusDescription,
26277                   (SourceFeature*)&_PG_ProviderModule_start,
26278                   (SourceFeature*)&_PG_ProviderModule_stop,
26279                   0,
26280 mike  1.1.2.1 };
26281               
26282               static const char*
26283               __root_PG_InterOp_PG_ProviderModule_qualifiers[] =
26284               {
26285                   /* Version */
26286                   "\0632.5.0",
26287                   0,
26288               };
26289               
26290               SourceClass
26291               __root_PG_InterOp_PG_ProviderModule =
26292               {
26293                   /* flags */
26294                   PEGASUS_FLAG_CLASS,
26295                   /* name */
26296                   "PG_ProviderModule",
26297                   /* qualifiers */
26298                   __root_PG_InterOp_PG_ProviderModule_qualifiers,
26299 mike  1.1.2.2     /* super */
26300 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalElement,
26301                   /* features */
26302                   _PG_ProviderModule_features,
26303               };
26304               
26305               //==============================================================================
26306               //
26307               // Class: PG_Provider
26308               //
26309               //==============================================================================
26310               
26311               static const char*
26312               _PG_Provider_ProviderModuleName_qualifiers[] =
26313               {
26314                   /* Propagated */
26315                   "\045PG_ProviderModule.Name",
26316                   0,
26317               };
26318               
26319               static SourceProperty
26320               _PG_Provider_ProviderModuleName =
26321 mike  1.1.2.1 {
26322                   /* flags */
26323                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
26324                   /* name */
26325                   "ProviderModuleName",
26326                   /* qualifiers */
26327                   _PG_Provider_ProviderModuleName_qualifiers,
26328                   /* type */
26329                   CIMTYPE_STRING,
26330                   /* subscript */
26331                   -1,
26332                   /* value */
26333                   0,
26334               };
26335               
26336               static const char*
26337               _PG_Provider_Name_qualifiers[] =
26338               {
26339                   /* Override */
26340                   "\044Name",
26341                   0,
26342 mike  1.1.2.1 };
26343               
26344               static SourceProperty
26345               _PG_Provider_Name =
26346               {
26347                   /* flags */
26348                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
26349                   /* name */
26350                   "Name",
26351                   /* qualifiers */
26352                   _PG_Provider_Name_qualifiers,
26353                   /* type */
26354                   CIMTYPE_STRING,
26355                   /* subscript */
26356                   -1,
26357                   /* value */
26358                   0,
26359               };
26360               
26361               static SourceFeature*
26362               _PG_Provider_features[] =
26363 mike  1.1.2.1 {
26364                   (SourceFeature*)&_PG_Provider_ProviderModuleName,
26365                   (SourceFeature*)&_PG_Provider_Name,
26366                   0,
26367               };
26368               
26369               static const char*
26370               __root_PG_InterOp_PG_Provider_qualifiers[] =
26371               {
26372                   /* Version */
26373                   "\0632.2.0",
26374                   0,
26375               };
26376               
26377               SourceClass
26378               __root_PG_InterOp_PG_Provider =
26379               {
26380                   /* flags */
26381                   PEGASUS_FLAG_CLASS,
26382                   /* name */
26383                   "PG_Provider",
26384 mike  1.1.2.1     /* qualifiers */
26385                   __root_PG_InterOp_PG_Provider_qualifiers,
26386 mike  1.1.2.2     /* super */
26387 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalElement,
26388                   /* features */
26389                   _PG_Provider_features,
26390               };
26391               
26392               //==============================================================================
26393               //
26394               // Class: PG_Capabilities
26395               //
26396               //==============================================================================
26397               
26398               static const char*
26399               _PG_Capabilities_ProviderModuleName_qualifiers[] =
26400               {
26401                   /* Propagated */
26402                   "\045PG_Provider.ProviderModuleName",
26403                   0,
26404               };
26405               
26406               static SourceProperty
26407               _PG_Capabilities_ProviderModuleName =
26408 mike  1.1.2.1 {
26409                   /* flags */
26410                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
26411                   /* name */
26412                   "ProviderModuleName",
26413                   /* qualifiers */
26414                   _PG_Capabilities_ProviderModuleName_qualifiers,
26415                   /* type */
26416                   CIMTYPE_STRING,
26417                   /* subscript */
26418                   -1,
26419                   /* value */
26420                   0,
26421               };
26422               
26423               static const char*
26424               _PG_Capabilities_ProviderName_qualifiers[] =
26425               {
26426                   /* Propagated */
26427                   "\045PG_Provider.Name",
26428                   0,
26429 mike  1.1.2.1 };
26430               
26431               static SourceProperty
26432               _PG_Capabilities_ProviderName =
26433               {
26434                   /* flags */
26435                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
26436                   /* name */
26437                   "ProviderName",
26438                   /* qualifiers */
26439                   _PG_Capabilities_ProviderName_qualifiers,
26440                   /* type */
26441                   CIMTYPE_STRING,
26442                   /* subscript */
26443                   -1,
26444                   /* value */
26445                   0,
26446               };
26447               
26448               static const char*
26449               _PG_Capabilities_CapabilityID_qualifiers[] =
26450 mike  1.1.2.1 {
26451                   0,
26452               };
26453               
26454               static SourceProperty
26455               _PG_Capabilities_CapabilityID =
26456               {
26457                   /* flags */
26458                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
26459                   /* name */
26460                   "CapabilityID",
26461                   /* qualifiers */
26462                   _PG_Capabilities_CapabilityID_qualifiers,
26463                   /* type */
26464                   CIMTYPE_STRING,
26465                   /* subscript */
26466                   -1,
26467                   /* value */
26468                   0,
26469               };
26470               
26471 mike  1.1.2.1 static SourceFeature*
26472               _PG_Capabilities_features[] =
26473               {
26474                   (SourceFeature*)&_PG_Capabilities_ProviderModuleName,
26475                   (SourceFeature*)&_PG_Capabilities_ProviderName,
26476                   (SourceFeature*)&_PG_Capabilities_CapabilityID,
26477                   0,
26478               };
26479               
26480               static const char*
26481               __root_PG_InterOp_PG_Capabilities_qualifiers[] =
26482               {
26483                   /* Version */
26484                   "\0632.6.0",
26485                   0,
26486               };
26487               
26488               SourceClass
26489               __root_PG_InterOp_PG_Capabilities =
26490               {
26491                   /* flags */
26492 mike  1.1.2.1     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
26493                   /* name */
26494                   "PG_Capabilities",
26495                   /* qualifiers */
26496                   __root_PG_InterOp_PG_Capabilities_qualifiers,
26497 mike  1.1.2.2     /* super */
26498 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
26499                   /* features */
26500                   _PG_Capabilities_features,
26501               };
26502               
26503               //==============================================================================
26504               //
26505               // Class: PG_CapabilitiesRegistration
26506               //
26507               //==============================================================================
26508               
26509               static const char*
26510               _PG_CapabilitiesRegistration_ProviderType_qualifiers[] =
26511               {
26512                   /* ArrayType */
26513                   "\005Indexed",
26514                   /* ValueMap */
26515                   "\061\000\0062\0003\0004\0005\0006\0007\000",
26516                   /* Values */
26517                   "\062\000\006Instance\000Association\000Indication\000Method\000IndicationConsumer\000InstanceQuery\000",
26518                   0,
26519 mike  1.1.2.1 };
26520               
26521               static SourceProperty
26522               _PG_CapabilitiesRegistration_ProviderType =
26523               {
26524                   /* flags */
26525                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26526                   /* name */
26527                   "ProviderType",
26528                   /* qualifiers */
26529                   _PG_CapabilitiesRegistration_ProviderType_qualifiers,
26530                   /* type */
26531                   CIMTYPE_UINT16,
26532                   /* subscript */
26533                   0,
26534                   /* value */
26535                   0,
26536               };
26537               
26538               static SourceFeature*
26539               _PG_CapabilitiesRegistration_features[] =
26540 mike  1.1.2.1 {
26541                   (SourceFeature*)&_PG_CapabilitiesRegistration_ProviderType,
26542                   0,
26543               };
26544               
26545               static const char*
26546               __root_PG_InterOp_PG_CapabilitiesRegistration_qualifiers[] =
26547               {
26548                   /* Version */
26549                   "\0632.6.0",
26550                   0,
26551               };
26552               
26553               SourceClass
26554               __root_PG_InterOp_PG_CapabilitiesRegistration =
26555               {
26556                   /* flags */
26557                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
26558                   /* name */
26559                   "PG_CapabilitiesRegistration",
26560                   /* qualifiers */
26561 mike  1.1.2.1     __root_PG_InterOp_PG_CapabilitiesRegistration_qualifiers,
26562 mike  1.1.2.2     /* super */
26563 mike  1.1.2.1     &__root_PG_InterOp_PG_Capabilities,
26564                   /* features */
26565                   _PG_CapabilitiesRegistration_features,
26566               };
26567               
26568               //==============================================================================
26569               //
26570               // Class: PG_ProviderCapabilities
26571               //
26572               //==============================================================================
26573               
26574               static const char*
26575               _PG_ProviderCapabilities_ClassName_qualifiers[] =
26576               {
26577                   0,
26578               };
26579               
26580               static SourceProperty
26581               _PG_ProviderCapabilities_ClassName =
26582               {
26583                   /* flags */
26584 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26585                   /* name */
26586                   "ClassName",
26587                   /* qualifiers */
26588                   _PG_ProviderCapabilities_ClassName_qualifiers,
26589                   /* type */
26590                   CIMTYPE_STRING,
26591                   /* subscript */
26592                   -1,
26593                   /* value */
26594                   0,
26595               };
26596               
26597               static const char*
26598               _PG_ProviderCapabilities_Namespaces_qualifiers[] =
26599               {
26600                   0,
26601               };
26602               
26603               static SourceProperty
26604               _PG_ProviderCapabilities_Namespaces =
26605 mike  1.1.2.1 {
26606                   /* flags */
26607                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26608                   /* name */
26609                   "Namespaces",
26610                   /* qualifiers */
26611                   _PG_ProviderCapabilities_Namespaces_qualifiers,
26612                   /* type */
26613                   CIMTYPE_STRING,
26614                   /* subscript */
26615                   0,
26616                   /* value */
26617                   0,
26618               };
26619               
26620               static const char*
26621               _PG_ProviderCapabilities_SupportedProperties_qualifiers[] =
26622               {
26623                   /* ModelCorrespondence */
26624                   "\036\000\001PG_ProviderCapabilities.ClassName\000",
26625                   0,
26626 mike  1.1.2.1 };
26627               
26628               static SourceProperty
26629               _PG_ProviderCapabilities_SupportedProperties =
26630               {
26631                   /* flags */
26632                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26633                   /* name */
26634                   "SupportedProperties",
26635                   /* qualifiers */
26636                   _PG_ProviderCapabilities_SupportedProperties_qualifiers,
26637                   /* type */
26638                   CIMTYPE_STRING,
26639                   /* subscript */
26640                   0,
26641                   /* value */
26642                   0,
26643               };
26644               
26645               static const char*
26646               _PG_ProviderCapabilities_SupportedMethods_qualifiers[] =
26647 mike  1.1.2.1 {
26648                   /* ModelCorrespondence */
26649                   "\036\000\001PG_ProviderCapabilities.ClassName \000",
26650                   0,
26651               };
26652               
26653               static SourceProperty
26654               _PG_ProviderCapabilities_SupportedMethods =
26655               {
26656                   /* flags */
26657                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26658                   /* name */
26659                   "SupportedMethods",
26660                   /* qualifiers */
26661                   _PG_ProviderCapabilities_SupportedMethods_qualifiers,
26662                   /* type */
26663                   CIMTYPE_STRING,
26664                   /* subscript */
26665                   0,
26666                   /* value */
26667                   0,
26668 mike  1.1.2.1 };
26669               
26670               static SourceFeature*
26671               _PG_ProviderCapabilities_features[] =
26672               {
26673                   (SourceFeature*)&_PG_ProviderCapabilities_ClassName,
26674                   (SourceFeature*)&_PG_ProviderCapabilities_Namespaces,
26675                   (SourceFeature*)&_PG_ProviderCapabilities_SupportedProperties,
26676                   (SourceFeature*)&_PG_ProviderCapabilities_SupportedMethods,
26677                   0,
26678               };
26679               
26680               static const char*
26681               __root_PG_InterOp_PG_ProviderCapabilities_qualifiers[] =
26682               {
26683                   /* Version */
26684                   "\0632.3.0",
26685                   0,
26686               };
26687               
26688               SourceClass
26689 mike  1.1.2.1 __root_PG_InterOp_PG_ProviderCapabilities =
26690               {
26691                   /* flags */
26692                   PEGASUS_FLAG_CLASS,
26693                   /* name */
26694                   "PG_ProviderCapabilities",
26695                   /* qualifiers */
26696                   __root_PG_InterOp_PG_ProviderCapabilities_qualifiers,
26697 mike  1.1.2.2     /* super */
26698 mike  1.1.2.1     &__root_PG_InterOp_PG_CapabilitiesRegistration,
26699                   /* features */
26700                   _PG_ProviderCapabilities_features,
26701               };
26702               
26703               //==============================================================================
26704               //
26705               // Class: PG_ConsumerCapabilities
26706               //
26707               //==============================================================================
26708               
26709               static const char*
26710               _PG_ConsumerCapabilities_Destinations_qualifiers[] =
26711               {
26712                   0,
26713               };
26714               
26715               static SourceProperty
26716               _PG_ConsumerCapabilities_Destinations =
26717               {
26718                   /* flags */
26719 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26720                   /* name */
26721                   "Destinations",
26722                   /* qualifiers */
26723                   _PG_ConsumerCapabilities_Destinations_qualifiers,
26724                   /* type */
26725                   CIMTYPE_STRING,
26726                   /* subscript */
26727                   0,
26728                   /* value */
26729                   0,
26730               };
26731               
26732               static SourceFeature*
26733               _PG_ConsumerCapabilities_features[] =
26734               {
26735                   (SourceFeature*)&_PG_ConsumerCapabilities_Destinations,
26736                   0,
26737               };
26738               
26739               static const char*
26740 mike  1.1.2.1 __root_PG_InterOp_PG_ConsumerCapabilities_qualifiers[] =
26741               {
26742                   /* Version */
26743                   "\0632.3.0",
26744                   0,
26745               };
26746               
26747               SourceClass
26748               __root_PG_InterOp_PG_ConsumerCapabilities =
26749               {
26750                   /* flags */
26751                   PEGASUS_FLAG_CLASS,
26752                   /* name */
26753                   "PG_ConsumerCapabilities",
26754                   /* qualifiers */
26755                   __root_PG_InterOp_PG_ConsumerCapabilities_qualifiers,
26756 mike  1.1.2.2     /* super */
26757 mike  1.1.2.1     &__root_PG_InterOp_PG_CapabilitiesRegistration,
26758                   /* features */
26759                   _PG_ConsumerCapabilities_features,
26760               };
26761               
26762               //==============================================================================
26763               //
26764               // Class: PG_ProviderCapabilitiesElements
26765               //
26766               //==============================================================================
26767               
26768               static const char*
26769               _PG_ProviderCapabilitiesElements_Antecedent_qualifiers[] =
26770               {
26771                   /* Override */
26772                   "\044Antecedent",
26773                   /* Min */
26774                   "\033\000\000\000\001",
26775                   /* Max */
26776                   "\027\000\000\000\001",
26777                   0,
26778 mike  1.1.2.1 };
26779               
26780               static SourceReference
26781               _PG_ProviderCapabilitiesElements_Antecedent =
26782               {
26783                   /* flags */
26784                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
26785                   /* name */
26786                   "Antecedent",
26787                   /* qualifiers */
26788                   _PG_ProviderCapabilitiesElements_Antecedent_qualifiers,
26789                   /* subscript */
26790                   -1,
26791 mike  1.1.2.2     /* refId */
26792 mike  1.1.2.1     &__root_PG_InterOp_PG_Provider,
26793               };
26794               
26795               static const char*
26796               _PG_ProviderCapabilitiesElements_Dependent_qualifiers[] =
26797               {
26798                   /* Override */
26799                   "\044Dependent",
26800                   0,
26801               };
26802               
26803               static SourceReference
26804               _PG_ProviderCapabilitiesElements_Dependent =
26805               {
26806                   /* flags */
26807                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
26808                   /* name */
26809                   "Dependent",
26810                   /* qualifiers */
26811                   _PG_ProviderCapabilitiesElements_Dependent_qualifiers,
26812                   /* subscript */
26813 mike  1.1.2.1     -1,
26814 mike  1.1.2.2     /* refId */
26815 mike  1.1.2.1     &__root_PG_InterOp_PG_CapabilitiesRegistration,
26816               };
26817               
26818               static SourceFeature*
26819               _PG_ProviderCapabilitiesElements_features[] =
26820               {
26821                   (SourceFeature*)&_PG_ProviderCapabilitiesElements_Antecedent,
26822                   (SourceFeature*)&_PG_ProviderCapabilitiesElements_Dependent,
26823                   0,
26824               };
26825               
26826               static const char*
26827               __root_PG_InterOp_PG_ProviderCapabilitiesElements_qualifiers[] =
26828               {
26829                   /* Version */
26830                   "\0632.4.0",
26831                   0,
26832               };
26833               
26834               SourceClass
26835               __root_PG_InterOp_PG_ProviderCapabilitiesElements =
26836 mike  1.1.2.1 {
26837                   /* flags */
26838                   PEGASUS_FLAG_ASSOCIATION,
26839                   /* name */
26840                   "PG_ProviderCapabilitiesElements",
26841                   /* qualifiers */
26842                   __root_PG_InterOp_PG_ProviderCapabilitiesElements_qualifiers,
26843 mike  1.1.2.2     /* super */
26844 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
26845                   /* features */
26846                   _PG_ProviderCapabilitiesElements_features,
26847               };
26848               
26849               //==============================================================================
26850               //
26851               // Class: PG_ProviderModuleElements
26852               //
26853               //==============================================================================
26854               
26855               static const char*
26856               _PG_ProviderModuleElements_Antecedent_qualifiers[] =
26857               {
26858                   /* Override */
26859                   "\044Antecedent",
26860                   /* Min */
26861                   "\033\000\000\000\001",
26862                   /* Max */
26863                   "\027\000\000\000\001",
26864                   0,
26865 mike  1.1.2.1 };
26866               
26867               static SourceReference
26868               _PG_ProviderModuleElements_Antecedent =
26869               {
26870                   /* flags */
26871                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
26872                   /* name */
26873                   "Antecedent",
26874                   /* qualifiers */
26875                   _PG_ProviderModuleElements_Antecedent_qualifiers,
26876                   /* subscript */
26877                   -1,
26878 mike  1.1.2.2     /* refId */
26879 mike  1.1.2.1     &__root_PG_InterOp_PG_ProviderModule,
26880               };
26881               
26882               static const char*
26883               _PG_ProviderModuleElements_Dependent_qualifiers[] =
26884               {
26885                   /* Override */
26886                   "\044Dependent",
26887                   0,
26888               };
26889               
26890               static SourceReference
26891               _PG_ProviderModuleElements_Dependent =
26892               {
26893                   /* flags */
26894                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
26895                   /* name */
26896                   "Dependent",
26897                   /* qualifiers */
26898                   _PG_ProviderModuleElements_Dependent_qualifiers,
26899                   /* subscript */
26900 mike  1.1.2.1     -1,
26901 mike  1.1.2.2     /* refId */
26902 mike  1.1.2.1     &__root_PG_InterOp_PG_Provider,
26903               };
26904               
26905               static SourceFeature*
26906               _PG_ProviderModuleElements_features[] =
26907               {
26908                   (SourceFeature*)&_PG_ProviderModuleElements_Antecedent,
26909                   (SourceFeature*)&_PG_ProviderModuleElements_Dependent,
26910                   0,
26911               };
26912               
26913               static const char*
26914               __root_PG_InterOp_PG_ProviderModuleElements_qualifiers[] =
26915               {
26916                   /* Version */
26917                   "\0632.0.0",
26918                   0,
26919               };
26920               
26921               SourceClass
26922               __root_PG_InterOp_PG_ProviderModuleElements =
26923 mike  1.1.2.1 {
26924                   /* flags */
26925                   PEGASUS_FLAG_ASSOCIATION,
26926                   /* name */
26927                   "PG_ProviderModuleElements",
26928                   /* qualifiers */
26929                   __root_PG_InterOp_PG_ProviderModuleElements_qualifiers,
26930 mike  1.1.2.2     /* super */
26931 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
26932                   /* features */
26933                   _PG_ProviderModuleElements_features,
26934               };
26935               
26936               //==============================================================================
26937               //
26938               // Class: PG_CIMXMLCommunicationMechanism
26939               //
26940               //==============================================================================
26941               
26942               static const char*
26943               _PG_CIMXMLCommunicationMechanism_namespaceType_qualifiers[] =
26944               {
26945                   /* Deprecated */
26946                   "\013\000\001PG_CIMXMLCommunicationMechanism.namespaceAccessProtocol\000",
26947                   0,
26948               };
26949               
26950               static SourceProperty
26951               _PG_CIMXMLCommunicationMechanism_namespaceType =
26952 mike  1.1.2.1 {
26953                   /* flags */
26954                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26955                   /* name */
26956                   "namespaceType",
26957                   /* qualifiers */
26958                   _PG_CIMXMLCommunicationMechanism_namespaceType_qualifiers,
26959                   /* type */
26960                   CIMTYPE_STRING,
26961                   /* subscript */
26962                   -1,
26963                   /* value */
26964                   0,
26965               };
26966               
26967               static const char*
26968               _PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol_qualifiers[] =
26969               {
26970                   /* ValueMap */
26971                   "\061\000\0040\0002\0003\0004..100\000",
26972                   /* Values */
26973 mike  1.1.2.1     "\062\000\004Unknown\000http\000https\000Pegasus Reserved\000",
26974                   0,
26975               };
26976               
26977               static SourceProperty
26978               _PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol =
26979               {
26980                   /* flags */
26981                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26982                   /* name */
26983                   "namespaceAccessProtocol",
26984                   /* qualifiers */
26985                   _PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol_qualifiers,
26986                   /* type */
26987                   CIMTYPE_UINT16,
26988                   /* subscript */
26989                   -1,
26990                   /* value */
26991                   0,
26992               };
26993               
26994 mike  1.1.2.1 static const char*
26995               _PG_CIMXMLCommunicationMechanism_IPAddress_qualifiers[] =
26996               {
26997                   0,
26998               };
26999               
27000               static SourceProperty
27001               _PG_CIMXMLCommunicationMechanism_IPAddress =
27002               {
27003                   /* flags */
27004                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27005                   /* name */
27006                   "IPAddress",
27007                   /* qualifiers */
27008                   _PG_CIMXMLCommunicationMechanism_IPAddress_qualifiers,
27009                   /* type */
27010                   CIMTYPE_STRING,
27011                   /* subscript */
27012                   -1,
27013                   /* value */
27014                   0,
27015 mike  1.1.2.1 };
27016               
27017               static SourceFeature*
27018               _PG_CIMXMLCommunicationMechanism_features[] =
27019               {
27020                   (SourceFeature*)&_PG_CIMXMLCommunicationMechanism_namespaceType,
27021                   (SourceFeature*)&_PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol,
27022                   (SourceFeature*)&_PG_CIMXMLCommunicationMechanism_IPAddress,
27023                   0,
27024               };
27025               
27026               static const char*
27027               __root_PG_InterOp_PG_CIMXMLCommunicationMechanism_qualifiers[] =
27028               {
27029                   /* Version */
27030                   "\0632.1.0",
27031                   0,
27032               };
27033               
27034               SourceClass
27035               __root_PG_InterOp_PG_CIMXMLCommunicationMechanism =
27036 mike  1.1.2.1 {
27037                   /* flags */
27038                   PEGASUS_FLAG_CLASS,
27039                   /* name */
27040                   "PG_CIMXMLCommunicationMechanism",
27041                   /* qualifiers */
27042                   __root_PG_InterOp_PG_CIMXMLCommunicationMechanism_qualifiers,
27043 mike  1.1.2.2     /* super */
27044 mike  1.1.2.1     &__root_PG_InterOp_CIM_CIMXMLCommunicationMechanism,
27045                   /* features */
27046                   _PG_CIMXMLCommunicationMechanism_features,
27047               };
27048               
27049               //==============================================================================
27050               //
27051               // Class: PG_NameSpace
27052               //
27053               //==============================================================================
27054               
27055               static const char*
27056               _PG_NameSpace_SchemaUpdatesAllowed_qualifiers[] =
27057               {
27058                   0,
27059               };
27060               
27061               static SourceProperty
27062               _PG_NameSpace_SchemaUpdatesAllowed =
27063               {
27064                   /* flags */
27065 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27066                   /* name */
27067                   "SchemaUpdatesAllowed",
27068                   /* qualifiers */
27069                   _PG_NameSpace_SchemaUpdatesAllowed_qualifiers,
27070                   /* type */
27071                   CIMTYPE_BOOLEAN,
27072                   /* subscript */
27073                   -1,
27074                   /* value */
27075                   "\001",
27076               };
27077               
27078               static const char*
27079               _PG_NameSpace_IsShareable_qualifiers[] =
27080               {
27081                   0,
27082               };
27083               
27084               static SourceProperty
27085               _PG_NameSpace_IsShareable =
27086 mike  1.1.2.1 {
27087                   /* flags */
27088                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27089                   /* name */
27090                   "IsShareable",
27091                   /* qualifiers */
27092                   _PG_NameSpace_IsShareable_qualifiers,
27093                   /* type */
27094                   CIMTYPE_BOOLEAN,
27095                   /* subscript */
27096                   -1,
27097                   /* value */
27098                   "\000",
27099               };
27100               
27101               static const char*
27102               _PG_NameSpace_ParentNamespace_qualifiers[] =
27103               {
27104                   0,
27105               };
27106               
27107 mike  1.1.2.1 static SourceProperty
27108               _PG_NameSpace_ParentNamespace =
27109               {
27110                   /* flags */
27111                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27112                   /* name */
27113                   "ParentNamespace",
27114                   /* qualifiers */
27115                   _PG_NameSpace_ParentNamespace_qualifiers,
27116                   /* type */
27117                   CIMTYPE_STRING,
27118                   /* subscript */
27119                   -1,
27120                   /* value */
27121                   0,
27122               };
27123               
27124               static SourceFeature*
27125               _PG_NameSpace_features[] =
27126               {
27127                   (SourceFeature*)&_PG_NameSpace_SchemaUpdatesAllowed,
27128 mike  1.1.2.1     (SourceFeature*)&_PG_NameSpace_IsShareable,
27129                   (SourceFeature*)&_PG_NameSpace_ParentNamespace,
27130                   0,
27131               };
27132               
27133               static const char*
27134               __root_PG_InterOp_PG_NameSpace_qualifiers[] =
27135               {
27136                   /* Version */
27137                   "\0632.0.1",
27138                   0,
27139               };
27140               
27141               SourceClass
27142               __root_PG_InterOp_PG_NameSpace =
27143               {
27144                   /* flags */
27145                   PEGASUS_FLAG_CLASS,
27146                   /* name */
27147                   "PG_NameSpace",
27148                   /* qualifiers */
27149 mike  1.1.2.1     __root_PG_InterOp_PG_NameSpace_qualifiers,
27150 mike  1.1.2.2     /* super */
27151 mike  1.1.2.1     &__root_PG_InterOp_CIM_Namespace,
27152                   /* features */
27153                   _PG_NameSpace_features,
27154               };
27155               
27156               //==============================================================================
27157               //
27158               // Class: CIM_ComputerSystem
27159               //
27160               //==============================================================================
27161               
27162               static const char*
27163               _CIM_ComputerSystem_NameFormat_qualifiers[] =
27164               {
27165                   /* Override */
27166                   "\044NameFormat",
27167                   /* ValueMap */
27168                   "\061\000\016Other\000IP\000Dial\000HID\000NWA\000HWA\000X25\000ISDN\000IPX\000DCC\000ICD\000E.164\000SNA\000OID/OSI\000",
27169                   0,
27170               };
27171               
27172 mike  1.1.2.1 static SourceProperty
27173               _CIM_ComputerSystem_NameFormat =
27174               {
27175                   /* flags */
27176                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27177                   /* name */
27178                   "NameFormat",
27179                   /* qualifiers */
27180                   _CIM_ComputerSystem_NameFormat_qualifiers,
27181                   /* type */
27182                   CIMTYPE_STRING,
27183                   /* subscript */
27184                   -1,
27185                   /* value */
27186                   0,
27187               };
27188               
27189               static const char*
27190               _CIM_ComputerSystem_OtherIdentifyingInfo_qualifiers[] =
27191               {
27192                   /* MaxLen */
27193 mike  1.1.2.1     "\030\000\000\001\000",
27194                   /* ArrayType */
27195                   "\005Indexed",
27196                   /* ModelCorrespondence */
27197                   "\036\000\001CIM_ComputerSystem.IdentifyingDescriptions\000",
27198                   0,
27199               };
27200               
27201               static SourceProperty
27202               _CIM_ComputerSystem_OtherIdentifyingInfo =
27203               {
27204                   /* flags */
27205                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27206                   /* name */
27207                   "OtherIdentifyingInfo",
27208                   /* qualifiers */
27209                   _CIM_ComputerSystem_OtherIdentifyingInfo_qualifiers,
27210                   /* type */
27211                   CIMTYPE_STRING,
27212                   /* subscript */
27213                   0,
27214 mike  1.1.2.1     /* value */
27215                   0,
27216               };
27217               
27218               static const char*
27219               _CIM_ComputerSystem_IdentifyingDescriptions_qualifiers[] =
27220               {
27221                   /* ArrayType */
27222                   "\005Indexed",
27223                   /* ModelCorrespondence */
27224                   "\036\000\001CIM_ComputerSystem.OtherIdentifyingInfo\000",
27225                   0,
27226               };
27227               
27228               static SourceProperty
27229               _CIM_ComputerSystem_IdentifyingDescriptions =
27230               {
27231                   /* flags */
27232                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27233                   /* name */
27234                   "IdentifyingDescriptions",
27235 mike  1.1.2.1     /* qualifiers */
27236                   _CIM_ComputerSystem_IdentifyingDescriptions_qualifiers,
27237                   /* type */
27238                   CIMTYPE_STRING,
27239                   /* subscript */
27240                   0,
27241                   /* value */
27242                   0,
27243               };
27244               
27245               static const char*
27246               _CIM_ComputerSystem_Dedicated_qualifiers[] =
27247               {
27248                   /* Values */
27249                   "\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",
27250                   0,
27251               };
27252               
27253               static SourceProperty
27254               _CIM_ComputerSystem_Dedicated =
27255               {
27256 mike  1.1.2.1     /* flags */
27257                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27258                   /* name */
27259                   "Dedicated",
27260                   /* qualifiers */
27261                   _CIM_ComputerSystem_Dedicated_qualifiers,
27262                   /* type */
27263                   CIMTYPE_UINT16,
27264                   /* subscript */
27265                   0,
27266                   /* value */
27267                   0,
27268               };
27269               
27270               static SourceFeature*
27271               _CIM_ComputerSystem_features[] =
27272               {
27273                   (SourceFeature*)&_CIM_ComputerSystem_NameFormat,
27274                   (SourceFeature*)&_CIM_ComputerSystem_OtherIdentifyingInfo,
27275                   (SourceFeature*)&_CIM_ComputerSystem_IdentifyingDescriptions,
27276                   (SourceFeature*)&_CIM_ComputerSystem_Dedicated,
27277 mike  1.1.2.1     0,
27278               };
27279               
27280               static const char*
27281               __root_PG_InterOp_CIM_ComputerSystem_qualifiers[] =
27282               {
27283                   0,
27284               };
27285               
27286               SourceClass
27287               __root_PG_InterOp_CIM_ComputerSystem =
27288               {
27289                   /* flags */
27290                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
27291                   /* name */
27292                   "CIM_ComputerSystem",
27293                   /* qualifiers */
27294                   __root_PG_InterOp_CIM_ComputerSystem_qualifiers,
27295 mike  1.1.2.2     /* super */
27296 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
27297                   /* features */
27298                   _CIM_ComputerSystem_features,
27299               };
27300               
27301               //==============================================================================
27302               //
27303               // Class: CIM_UnitaryComputerSystem
27304               //
27305               //==============================================================================
27306               
27307               static const char*
27308               _CIM_UnitaryComputerSystem_InitialLoadInfo_qualifiers[] =
27309               {
27310                   0,
27311               };
27312               
27313               static SourceProperty
27314               _CIM_UnitaryComputerSystem_InitialLoadInfo =
27315               {
27316                   /* flags */
27317 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27318                   /* name */
27319                   "InitialLoadInfo",
27320                   /* qualifiers */
27321                   _CIM_UnitaryComputerSystem_InitialLoadInfo_qualifiers,
27322                   /* type */
27323                   CIMTYPE_STRING,
27324                   /* subscript */
27325                   0,
27326                   /* value */
27327                   0,
27328               };
27329               
27330               static const char*
27331               _CIM_UnitaryComputerSystem_LastLoadInfo_qualifiers[] =
27332               {
27333                   /* MappingStrings */
27334                   "\026\000\003MIB.IETF|HOST-RESOURCES-MIB.hrSystemInitialLoadDevice\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemInitialLoadParameters\000MIF.DMTF|Host System|001.3\000",
27335                   0,
27336               };
27337               
27338 mike  1.1.2.1 static SourceProperty
27339               _CIM_UnitaryComputerSystem_LastLoadInfo =
27340               {
27341                   /* flags */
27342                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27343                   /* name */
27344                   "LastLoadInfo",
27345                   /* qualifiers */
27346                   _CIM_UnitaryComputerSystem_LastLoadInfo_qualifiers,
27347                   /* type */
27348                   CIMTYPE_STRING,
27349                   /* subscript */
27350                   -1,
27351                   /* value */
27352                   0,
27353               };
27354               
27355               static const char*
27356               _CIM_UnitaryComputerSystem_PowerManagementSupported_qualifiers[] =
27357               {
27358                   0,
27359 mike  1.1.2.1 };
27360               
27361               static SourceProperty
27362               _CIM_UnitaryComputerSystem_PowerManagementSupported =
27363               {
27364                   /* flags */
27365                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27366                   /* name */
27367                   "PowerManagementSupported",
27368                   /* qualifiers */
27369                   _CIM_UnitaryComputerSystem_PowerManagementSupported_qualifiers,
27370                   /* type */
27371                   CIMTYPE_BOOLEAN,
27372                   /* subscript */
27373                   -1,
27374                   /* value */
27375                   0,
27376               };
27377               
27378               static const char*
27379               _CIM_UnitaryComputerSystem_PowerState_qualifiers[] =
27380 mike  1.1.2.1 {
27381                   /* Values */
27382                   "\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",
27383                   0,
27384               };
27385               
27386               static SourceProperty
27387               _CIM_UnitaryComputerSystem_PowerState =
27388               {
27389                   /* flags */
27390                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27391                   /* name */
27392                   "PowerState",
27393                   /* qualifiers */
27394                   _CIM_UnitaryComputerSystem_PowerState_qualifiers,
27395                   /* type */
27396                   CIMTYPE_UINT16,
27397                   /* subscript */
27398                   -1,
27399                   /* value */
27400                   0,
27401 mike  1.1.2.1 };
27402               
27403               static const char*
27404               _CIM_UnitaryComputerSystem_WakeUpType_qualifiers[] =
27405               {
27406                   /* Values */
27407                   "\062\000\011Reserved\000Other\000Unknown\000APM Timer\000Modem Ring\000LAN Remote\000Power Switch\000PCI PME#\000A/C Power Restored\000",
27408                   0,
27409               };
27410               
27411               static SourceProperty
27412               _CIM_UnitaryComputerSystem_WakeUpType =
27413               {
27414                   /* flags */
27415                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27416                   /* name */
27417                   "WakeUpType",
27418                   /* qualifiers */
27419                   _CIM_UnitaryComputerSystem_WakeUpType_qualifiers,
27420                   /* type */
27421                   CIMTYPE_UINT16,
27422 mike  1.1.2.1     /* subscript */
27423                   -1,
27424                   /* value */
27425                   0,
27426               };
27427               
27428               static const char*
27429               _CIM_UnitaryComputerSystem_ResetCapability_qualifiers[] =
27430               {
27431                   /* ValueMap */
27432                   "\061\000\0051\0002\0003\0004\0005\000",
27433                   /* Values */
27434                   "\062\000\005Other\000Unknown\000Disabled\000Enabled\000Not Implemented\000",
27435                   /* MappingStrings */
27436                   "\026\000\001MIF.DMTF|System Hardware Security|001.4\000",
27437                   0,
27438               };
27439               
27440               static SourceProperty
27441               _CIM_UnitaryComputerSystem_ResetCapability =
27442               {
27443 mike  1.1.2.1     /* flags */
27444                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27445                   /* name */
27446                   "ResetCapability",
27447                   /* qualifiers */
27448                   _CIM_UnitaryComputerSystem_ResetCapability_qualifiers,
27449                   /* type */
27450                   CIMTYPE_UINT16,
27451                   /* subscript */
27452                   -1,
27453                   /* value */
27454                   0,
27455               };
27456               
27457               static const char*
27458               _CIM_UnitaryComputerSystem_PowerManagementCapabilities_qualifiers[] =
27459               {
27460                   /* Values */
27461                   "\062\000\010Unknown\000Not Supported\000Disabled\000Enabled\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
27462                   /* MappingStrings */
27463                   "\026\000\001MIF.DMTF|System Power Controls|001.2\000",
27464 mike  1.1.2.1     0,
27465               };
27466               
27467               static SourceProperty
27468               _CIM_UnitaryComputerSystem_PowerManagementCapabilities =
27469               {
27470                   /* flags */
27471                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27472                   /* name */
27473                   "PowerManagementCapabilities",
27474                   /* qualifiers */
27475                   _CIM_UnitaryComputerSystem_PowerManagementCapabilities_qualifiers,
27476                   /* type */
27477                   CIMTYPE_UINT16,
27478                   /* subscript */
27479                   0,
27480                   /* value */
27481                   0,
27482               };
27483               
27484               static const char*
27485 mike  1.1.2.1 _CIM_UnitaryComputerSystem_SetPowerState_PowerState_qualifiers[] =
27486               {
27487                   /* ValueMap */
27488                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
27489                   /* Values */
27490                   "\062\000\010Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000Hibernate\000Soft Off\000",
27491                   0,
27492               };
27493               
27494               static SourceProperty
27495               _CIM_UnitaryComputerSystem_SetPowerState_PowerState =
27496               {
27497                   /* flags */
27498                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
27499                   /* name */
27500                   "PowerState",
27501                   /* qualifiers */
27502                   _CIM_UnitaryComputerSystem_SetPowerState_PowerState_qualifiers,
27503                   /* type */
27504                   CIMTYPE_UINT32,
27505                   /* subscript */
27506 mike  1.1.2.1     -1,
27507                   /* value */
27508                   0,
27509               };
27510               
27511               static const char*
27512               _CIM_UnitaryComputerSystem_SetPowerState_Time_qualifiers[] =
27513               {
27514                   0,
27515               };
27516               
27517               static SourceProperty
27518               _CIM_UnitaryComputerSystem_SetPowerState_Time =
27519               {
27520                   /* flags */
27521                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
27522                   /* name */
27523                   "Time",
27524                   /* qualifiers */
27525                   _CIM_UnitaryComputerSystem_SetPowerState_Time_qualifiers,
27526                   /* type */
27527 mike  1.1.2.1     CIMTYPE_DATETIME,
27528                   /* subscript */
27529                   -1,
27530                   /* value */
27531                   0,
27532               };
27533               
27534 mike  1.1.2.2 static SourceFeature*
27535 mike  1.1.2.1 _CIM_UnitaryComputerSystem_SetPowerState_parameters[] =
27536               {
27537 mike  1.1.2.2     (SourceFeature*)&_CIM_UnitaryComputerSystem_SetPowerState_PowerState,
27538                   (SourceFeature*)&_CIM_UnitaryComputerSystem_SetPowerState_Time,
27539 mike  1.1.2.1     0,
27540               };
27541               
27542               static const char*
27543               _CIM_UnitaryComputerSystem_SetPowerState_qualifiers[] =
27544               {
27545                   0,
27546               };
27547               
27548               static SourceMethod
27549               _CIM_UnitaryComputerSystem_SetPowerState =
27550               {
27551                   /* flags */
27552                   PEGASUS_FLAG_METHOD,
27553                   /* name */
27554                   "CIM_UnitaryComputerSystem",
27555                   /* qualifiers */
27556                   _CIM_UnitaryComputerSystem_SetPowerState_qualifiers,
27557                   /* type */
27558                   CIMTYPE_UINT32,
27559                   /* parameters */
27560 mike  1.1.2.1     _CIM_UnitaryComputerSystem_SetPowerState_parameters,
27561               };
27562               
27563               static SourceFeature*
27564               _CIM_UnitaryComputerSystem_features[] =
27565               {
27566                   (SourceFeature*)&_CIM_UnitaryComputerSystem_InitialLoadInfo,
27567                   (SourceFeature*)&_CIM_UnitaryComputerSystem_LastLoadInfo,
27568                   (SourceFeature*)&_CIM_UnitaryComputerSystem_PowerManagementSupported,
27569                   (SourceFeature*)&_CIM_UnitaryComputerSystem_PowerState,
27570                   (SourceFeature*)&_CIM_UnitaryComputerSystem_WakeUpType,
27571                   (SourceFeature*)&_CIM_UnitaryComputerSystem_ResetCapability,
27572                   (SourceFeature*)&_CIM_UnitaryComputerSystem_PowerManagementCapabilities,
27573                   (SourceFeature*)&_CIM_UnitaryComputerSystem_SetPowerState,
27574                   0,
27575               };
27576               
27577               static const char*
27578               __root_PG_InterOp_CIM_UnitaryComputerSystem_qualifiers[] =
27579               {
27580                   0,
27581 mike  1.1.2.1 };
27582               
27583               SourceClass
27584               __root_PG_InterOp_CIM_UnitaryComputerSystem =
27585               {
27586                   /* flags */
27587                   PEGASUS_FLAG_CLASS,
27588                   /* name */
27589                   "CIM_UnitaryComputerSystem",
27590                   /* qualifiers */
27591                   __root_PG_InterOp_CIM_UnitaryComputerSystem_qualifiers,
27592 mike  1.1.2.2     /* super */
27593 mike  1.1.2.1     &__root_PG_InterOp_CIM_ComputerSystem,
27594                   /* features */
27595                   _CIM_UnitaryComputerSystem_features,
27596               };
27597               
27598               //==============================================================================
27599               //
27600               // Class: PG_ComputerSystem
27601               //
27602               //==============================================================================
27603               
27604               static const char*
27605               _PG_ComputerSystem_PrimaryOwnerPager_qualifiers[] =
27606               {
27607                   /* MappingStrings */
27608                   "\026\000\001MIF.DMTF|General Information|001.9\000",
27609                   0,
27610               };
27611               
27612               static SourceProperty
27613               _PG_ComputerSystem_PrimaryOwnerPager =
27614 mike  1.1.2.1 {
27615                   /* flags */
27616                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27617                   /* name */
27618                   "PrimaryOwnerPager",
27619                   /* qualifiers */
27620                   _PG_ComputerSystem_PrimaryOwnerPager_qualifiers,
27621                   /* type */
27622                   CIMTYPE_STRING,
27623                   /* subscript */
27624                   -1,
27625                   /* value */
27626                   0,
27627               };
27628               
27629               static const char*
27630               _PG_ComputerSystem_SecondaryOwnerName_qualifiers[] =
27631               {
27632                   /* MappingStrings */
27633                   "\026\000\001MIF.DMTF|General Information|001.7\000",
27634                   0,
27635 mike  1.1.2.1 };
27636               
27637               static SourceProperty
27638               _PG_ComputerSystem_SecondaryOwnerName =
27639               {
27640                   /* flags */
27641                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27642                   /* name */
27643                   "SecondaryOwnerName",
27644                   /* qualifiers */
27645                   _PG_ComputerSystem_SecondaryOwnerName_qualifiers,
27646                   /* type */
27647                   CIMTYPE_STRING,
27648                   /* subscript */
27649                   -1,
27650                   /* value */
27651                   0,
27652               };
27653               
27654               static const char*
27655               _PG_ComputerSystem_SecondaryOwnerContact_qualifiers[] =
27656 mike  1.1.2.1 {
27657                   /* MappingStrings */
27658                   "\026\000\001MIF.DMTF|General Information|001.8\000",
27659                   0,
27660               };
27661               
27662               static SourceProperty
27663               _PG_ComputerSystem_SecondaryOwnerContact =
27664               {
27665                   /* flags */
27666                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27667                   /* name */
27668                   "SecondaryOwnerContact",
27669                   /* qualifiers */
27670                   _PG_ComputerSystem_SecondaryOwnerContact_qualifiers,
27671                   /* type */
27672                   CIMTYPE_STRING,
27673                   /* subscript */
27674                   -1,
27675                   /* value */
27676                   0,
27677 mike  1.1.2.1 };
27678               
27679               static const char*
27680               _PG_ComputerSystem_SecondaryOwnerPager_qualifiers[] =
27681               {
27682                   /* MappingStrings */
27683                   "\026\000\001MIF.DMTF|General Information|001.10\000",
27684                   0,
27685               };
27686               
27687               static SourceProperty
27688               _PG_ComputerSystem_SecondaryOwnerPager =
27689               {
27690                   /* flags */
27691                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27692                   /* name */
27693                   "SecondaryOwnerPager",
27694                   /* qualifiers */
27695                   _PG_ComputerSystem_SecondaryOwnerPager_qualifiers,
27696                   /* type */
27697                   CIMTYPE_STRING,
27698 mike  1.1.2.1     /* subscript */
27699                   -1,
27700                   /* value */
27701                   0,
27702               };
27703               
27704               static const char*
27705               _PG_ComputerSystem_SerialNumber_qualifiers[] =
27706               {
27707                   /* MappingStrings */
27708                   "\026\000\001MIF.DMTF|General Information|001.13\000",
27709                   0,
27710               };
27711               
27712               static SourceProperty
27713               _PG_ComputerSystem_SerialNumber =
27714               {
27715                   /* flags */
27716                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27717                   /* name */
27718                   "SerialNumber",
27719 mike  1.1.2.1     /* qualifiers */
27720                   _PG_ComputerSystem_SerialNumber_qualifiers,
27721                   /* type */
27722                   CIMTYPE_STRING,
27723                   /* subscript */
27724                   -1,
27725                   /* value */
27726                   0,
27727               };
27728               
27729               static const char*
27730               _PG_ComputerSystem_IdentificationNumber_qualifiers[] =
27731               {
27732                   /* MappingStrings */
27733                   "\026\000\001MIF.DMTF|General Information|001.13\000",
27734                   0,
27735               };
27736               
27737               static SourceProperty
27738               _PG_ComputerSystem_IdentificationNumber =
27739               {
27740 mike  1.1.2.1     /* flags */
27741                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27742                   /* name */
27743                   "IdentificationNumber",
27744                   /* qualifiers */
27745                   _PG_ComputerSystem_IdentificationNumber_qualifiers,
27746                   /* type */
27747                   CIMTYPE_STRING,
27748                   /* subscript */
27749                   -1,
27750                   /* value */
27751                   0,
27752               };
27753               
27754               static SourceFeature*
27755               _PG_ComputerSystem_features[] =
27756               {
27757                   (SourceFeature*)&_PG_ComputerSystem_PrimaryOwnerPager,
27758                   (SourceFeature*)&_PG_ComputerSystem_SecondaryOwnerName,
27759                   (SourceFeature*)&_PG_ComputerSystem_SecondaryOwnerContact,
27760                   (SourceFeature*)&_PG_ComputerSystem_SecondaryOwnerPager,
27761 mike  1.1.2.1     (SourceFeature*)&_PG_ComputerSystem_SerialNumber,
27762                   (SourceFeature*)&_PG_ComputerSystem_IdentificationNumber,
27763                   0,
27764               };
27765               
27766               static const char*
27767               __root_PG_InterOp_PG_ComputerSystem_qualifiers[] =
27768               {
27769                   /* Version */
27770                   "\0632.2.0",
27771                   0,
27772               };
27773               
27774               SourceClass
27775               __root_PG_InterOp_PG_ComputerSystem =
27776               {
27777                   /* flags */
27778                   PEGASUS_FLAG_CLASS,
27779                   /* name */
27780                   "PG_ComputerSystem",
27781                   /* qualifiers */
27782 mike  1.1.2.1     __root_PG_InterOp_PG_ComputerSystem_qualifiers,
27783 mike  1.1.2.2     /* super */
27784 mike  1.1.2.1     &__root_PG_InterOp_CIM_UnitaryComputerSystem,
27785                   /* features */
27786                   _PG_ComputerSystem_features,
27787               };
27788               
27789               //==============================================================================
27790               //
27791               // Class: PG_ProviderProfileCapabilities
27792               //
27793               //==============================================================================
27794               
27795               static const char*
27796               _PG_ProviderProfileCapabilities_RegisteredProfile_qualifiers[] =
27797               {
27798                   /* ValueMap */
27799                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000..\000",
27800                   /* Values */
27801                   "\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",
27802                   0,
27803               };
27804               
27805 mike  1.1.2.1 static SourceProperty
27806               _PG_ProviderProfileCapabilities_RegisteredProfile =
27807               {
27808                   /* flags */
27809                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
27810                   /* name */
27811                   "RegisteredProfile",
27812                   /* qualifiers */
27813                   _PG_ProviderProfileCapabilities_RegisteredProfile_qualifiers,
27814                   /* type */
27815                   CIMTYPE_UINT16,
27816                   /* subscript */
27817                   -1,
27818                   /* value */
27819                   0,
27820               };
27821               
27822               static const char*
27823               _PG_ProviderProfileCapabilities_RegisteredSubProfiles_qualifiers[] =
27824               {
27825                   /* ValueMap */
27826 mike  1.1.2.1     "\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",
27827                   /* Values */
27828                   "\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",
27829                   0,
27830               };
27831               
27832               static SourceProperty
27833               _PG_ProviderProfileCapabilities_RegisteredSubProfiles =
27834               {
27835                   /* flags */
27836                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
27837                   /* name */
27838                   "RegisteredSubProfiles",
27839                   /* qualifiers */
27840                   _PG_ProviderProfileCapabilities_RegisteredSubProfiles_qualifiers,
27841                   /* type */
27842                   CIMTYPE_UINT16,
27843                   /* subscript */
27844                   0,
27845                   /* value */
27846                   0,
27847 mike  1.1.2.1 };
27848               
27849               static const char*
27850               _PG_ProviderProfileCapabilities_ProfileVersion_qualifiers[] =
27851               {
27852                   0,
27853               };
27854               
27855               static SourceProperty
27856               _PG_ProviderProfileCapabilities_ProfileVersion =
27857               {
27858                   /* flags */
27859                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
27860                   /* name */
27861                   "ProfileVersion",
27862                   /* qualifiers */
27863                   _PG_ProviderProfileCapabilities_ProfileVersion_qualifiers,
27864                   /* type */
27865                   CIMTYPE_STRING,
27866                   /* subscript */
27867                   -1,
27868 mike  1.1.2.1     /* value */
27869                   0,
27870               };
27871               
27872               static const char*
27873               _PG_ProviderProfileCapabilities_SubProfileVersions_qualifiers[] =
27874               {
27875                   0,
27876               };
27877               
27878               static SourceProperty
27879               _PG_ProviderProfileCapabilities_SubProfileVersions =
27880               {
27881                   /* flags */
27882                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27883                   /* name */
27884                   "SubProfileVersions",
27885                   /* qualifiers */
27886                   _PG_ProviderProfileCapabilities_SubProfileVersions_qualifiers,
27887                   /* type */
27888                   CIMTYPE_STRING,
27889 mike  1.1.2.1     /* subscript */
27890                   0,
27891                   /* value */
27892                   0,
27893               };
27894               
27895               static const char*
27896               _PG_ProviderProfileCapabilities_OtherRegisteredProfile_qualifiers[] =
27897               {
27898                   0,
27899               };
27900               
27901               static SourceProperty
27902               _PG_ProviderProfileCapabilities_OtherRegisteredProfile =
27903               {
27904                   /* flags */
27905                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27906                   /* name */
27907                   "OtherRegisteredProfile",
27908                   /* qualifiers */
27909                   _PG_ProviderProfileCapabilities_OtherRegisteredProfile_qualifiers,
27910 mike  1.1.2.1     /* type */
27911                   CIMTYPE_STRING,
27912                   /* subscript */
27913                   -1,
27914                   /* value */
27915                   0,
27916               };
27917               
27918               static const char*
27919               _PG_ProviderProfileCapabilities_OtherProfileOrganization_qualifiers[] =
27920               {
27921                   0,
27922               };
27923               
27924               static SourceProperty
27925               _PG_ProviderProfileCapabilities_OtherProfileOrganization =
27926               {
27927                   /* flags */
27928                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27929                   /* name */
27930                   "OtherProfileOrganization",
27931 mike  1.1.2.1     /* qualifiers */
27932                   _PG_ProviderProfileCapabilities_OtherProfileOrganization_qualifiers,
27933                   /* type */
27934                   CIMTYPE_STRING,
27935                   /* subscript */
27936                   -1,
27937                   /* value */
27938                   0,
27939               };
27940               
27941               static const char*
27942               _PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles_qualifiers[] =
27943               {
27944                   0,
27945               };
27946               
27947               static SourceProperty
27948               _PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles =
27949               {
27950                   /* flags */
27951                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27952 mike  1.1.2.1     /* name */
27953                   "OtherRegisteredSubProfiles",
27954                   /* qualifiers */
27955                   _PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles_qualifiers,
27956                   /* type */
27957                   CIMTYPE_STRING,
27958                   /* subscript */
27959                   0,
27960                   /* value */
27961                   0,
27962               };
27963               
27964               static const char*
27965               _PG_ProviderProfileCapabilities_OtherSubProfileOrganizations_qualifiers[] =
27966               {
27967                   0,
27968               };
27969               
27970               static SourceProperty
27971               _PG_ProviderProfileCapabilities_OtherSubProfileOrganizations =
27972               {
27973 mike  1.1.2.1     /* flags */
27974                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27975                   /* name */
27976                   "OtherSubProfileOrganizations",
27977                   /* qualifiers */
27978                   _PG_ProviderProfileCapabilities_OtherSubProfileOrganizations_qualifiers,
27979                   /* type */
27980                   CIMTYPE_STRING,
27981                   /* subscript */
27982                   0,
27983                   /* value */
27984                   0,
27985               };
27986               
27987               static const char*
27988               _PG_ProviderProfileCapabilities_ConformingElements_qualifiers[] =
27989               {
27990                   0,
27991               };
27992               
27993               static SourceProperty
27994 mike  1.1.2.1 _PG_ProviderProfileCapabilities_ConformingElements =
27995               {
27996                   /* flags */
27997                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27998                   /* name */
27999                   "ConformingElements",
28000                   /* qualifiers */
28001                   _PG_ProviderProfileCapabilities_ConformingElements_qualifiers,
28002                   /* type */
28003                   CIMTYPE_STRING,
28004                   /* subscript */
28005                   0,
28006                   /* value */
28007                   0,
28008               };
28009               
28010               static SourceFeature*
28011               _PG_ProviderProfileCapabilities_features[] =
28012               {
28013                   (SourceFeature*)&_PG_ProviderProfileCapabilities_RegisteredProfile,
28014                   (SourceFeature*)&_PG_ProviderProfileCapabilities_RegisteredSubProfiles,
28015 mike  1.1.2.1     (SourceFeature*)&_PG_ProviderProfileCapabilities_ProfileVersion,
28016                   (SourceFeature*)&_PG_ProviderProfileCapabilities_SubProfileVersions,
28017                   (SourceFeature*)&_PG_ProviderProfileCapabilities_OtherRegisteredProfile,
28018                   (SourceFeature*)&_PG_ProviderProfileCapabilities_OtherProfileOrganization,
28019                   (SourceFeature*)&_PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles,
28020                   (SourceFeature*)&_PG_ProviderProfileCapabilities_OtherSubProfileOrganizations,
28021                   (SourceFeature*)&_PG_ProviderProfileCapabilities_ConformingElements,
28022                   0,
28023               };
28024               
28025               static const char*
28026               __root_PG_InterOp_PG_ProviderProfileCapabilities_qualifiers[] =
28027               {
28028                   /* Version */
28029                   "\0632.6.0",
28030                   0,
28031               };
28032               
28033               SourceClass
28034               __root_PG_InterOp_PG_ProviderProfileCapabilities =
28035               {
28036 mike  1.1.2.1     /* flags */
28037                   PEGASUS_FLAG_CLASS,
28038                   /* name */
28039                   "PG_ProviderProfileCapabilities",
28040                   /* qualifiers */
28041                   __root_PG_InterOp_PG_ProviderProfileCapabilities_qualifiers,
28042 mike  1.1.2.2     /* super */
28043 mike  1.1.2.1     &__root_PG_InterOp_PG_Capabilities,
28044                   /* features */
28045                   _PG_ProviderProfileCapabilities_features,
28046               };
28047               
28048               //==============================================================================
28049               //
28050               // Class: PG_ProviderReferencedProfiles
28051               //
28052               //==============================================================================
28053               
28054               static const char*
28055               _PG_ProviderReferencedProfiles_RegisteredProfiles_qualifiers[] =
28056               {
28057                   /* ValueMap */
28058                   "\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",
28059                   /* Values */
28060                   "\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",
28061                   0,
28062               };
28063               
28064 mike  1.1.2.1 static SourceProperty
28065               _PG_ProviderReferencedProfiles_RegisteredProfiles =
28066               {
28067                   /* flags */
28068                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
28069                   /* name */
28070                   "RegisteredProfiles",
28071                   /* qualifiers */
28072                   _PG_ProviderReferencedProfiles_RegisteredProfiles_qualifiers,
28073                   /* type */
28074                   CIMTYPE_UINT16,
28075                   /* subscript */
28076                   0,
28077                   /* value */
28078                   0,
28079               };
28080               
28081               static const char*
28082               _PG_ProviderReferencedProfiles_DependentProfiles_qualifiers[] =
28083               {
28084                   /* ValueMap */
28085 mike  1.1.2.1     "\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",
28086                   /* Values */
28087                   "\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",
28088                   0,
28089               };
28090               
28091               static SourceProperty
28092               _PG_ProviderReferencedProfiles_DependentProfiles =
28093               {
28094                   /* flags */
28095                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
28096                   /* name */
28097                   "DependentProfiles",
28098                   /* qualifiers */
28099                   _PG_ProviderReferencedProfiles_DependentProfiles_qualifiers,
28100                   /* type */
28101                   CIMTYPE_UINT16,
28102                   /* subscript */
28103                   0,
28104                   /* value */
28105                   0,
28106 mike  1.1.2.1 };
28107               
28108               static const char*
28109               _PG_ProviderReferencedProfiles_RegisteredProfileVersions_qualifiers[] =
28110               {
28111                   0,
28112               };
28113               
28114               static SourceProperty
28115               _PG_ProviderReferencedProfiles_RegisteredProfileVersions =
28116               {
28117                   /* flags */
28118                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
28119                   /* name */
28120                   "RegisteredProfileVersions",
28121                   /* qualifiers */
28122                   _PG_ProviderReferencedProfiles_RegisteredProfileVersions_qualifiers,
28123                   /* type */
28124                   CIMTYPE_STRING,
28125                   /* subscript */
28126                   0,
28127 mike  1.1.2.1     /* value */
28128                   0,
28129               };
28130               
28131               static const char*
28132               _PG_ProviderReferencedProfiles_DependentProfileVersions_qualifiers[] =
28133               {
28134                   0,
28135               };
28136               
28137               static SourceProperty
28138               _PG_ProviderReferencedProfiles_DependentProfileVersions =
28139               {
28140                   /* flags */
28141                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
28142                   /* name */
28143                   "DependentProfileVersions",
28144                   /* qualifiers */
28145                   _PG_ProviderReferencedProfiles_DependentProfileVersions_qualifiers,
28146                   /* type */
28147                   CIMTYPE_STRING,
28148 mike  1.1.2.1     /* subscript */
28149                   0,
28150                   /* value */
28151                   0,
28152               };
28153               
28154               static const char*
28155               _PG_ProviderReferencedProfiles_OtherRegisteredProfiles_qualifiers[] =
28156               {
28157                   0,
28158               };
28159               
28160               static SourceProperty
28161               _PG_ProviderReferencedProfiles_OtherRegisteredProfiles =
28162               {
28163                   /* flags */
28164                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
28165                   /* name */
28166                   "OtherRegisteredProfiles",
28167                   /* qualifiers */
28168                   _PG_ProviderReferencedProfiles_OtherRegisteredProfiles_qualifiers,
28169 mike  1.1.2.1     /* type */
28170                   CIMTYPE_STRING,
28171                   /* subscript */
28172                   0,
28173                   /* value */
28174                   0,
28175               };
28176               
28177               static const char*
28178               _PG_ProviderReferencedProfiles_OtherDependentProfiles_qualifiers[] =
28179               {
28180                   0,
28181               };
28182               
28183               static SourceProperty
28184               _PG_ProviderReferencedProfiles_OtherDependentProfiles =
28185               {
28186                   /* flags */
28187                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
28188                   /* name */
28189                   "OtherDependentProfiles",
28190 mike  1.1.2.1     /* qualifiers */
28191                   _PG_ProviderReferencedProfiles_OtherDependentProfiles_qualifiers,
28192                   /* type */
28193                   CIMTYPE_STRING,
28194                   /* subscript */
28195                   0,
28196                   /* value */
28197                   0,
28198               };
28199               
28200               static const char*
28201               _PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations_qualifiers[] =
28202               {
28203                   0,
28204               };
28205               
28206               static SourceProperty
28207               _PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations =
28208               {
28209                   /* flags */
28210                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
28211 mike  1.1.2.1     /* name */
28212                   "OtherRegisteredProfileOrganizations",
28213                   /* qualifiers */
28214                   _PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations_qualifiers,
28215                   /* type */
28216                   CIMTYPE_STRING,
28217                   /* subscript */
28218                   0,
28219                   /* value */
28220                   0,
28221               };
28222               
28223               static const char*
28224               _PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations_qualifiers[] =
28225               {
28226                   0,
28227               };
28228               
28229               static SourceProperty
28230               _PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations =
28231               {
28232 mike  1.1.2.1     /* flags */
28233                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
28234                   /* name */
28235                   "OtherDependentProfileOrganizations",
28236                   /* qualifiers */
28237                   _PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations_qualifiers,
28238                   /* type */
28239                   CIMTYPE_STRING,
28240                   /* subscript */
28241                   0,
28242                   /* value */
28243                   0,
28244               };
28245               
28246               static SourceFeature*
28247               _PG_ProviderReferencedProfiles_features[] =
28248               {
28249                   (SourceFeature*)&_PG_ProviderReferencedProfiles_RegisteredProfiles,
28250                   (SourceFeature*)&_PG_ProviderReferencedProfiles_DependentProfiles,
28251                   (SourceFeature*)&_PG_ProviderReferencedProfiles_RegisteredProfileVersions,
28252                   (SourceFeature*)&_PG_ProviderReferencedProfiles_DependentProfileVersions,
28253 mike  1.1.2.1     (SourceFeature*)&_PG_ProviderReferencedProfiles_OtherRegisteredProfiles,
28254                   (SourceFeature*)&_PG_ProviderReferencedProfiles_OtherDependentProfiles,
28255                   (SourceFeature*)&_PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations,
28256                   (SourceFeature*)&_PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations,
28257                   0,
28258               };
28259               
28260               static const char*
28261               __root_PG_InterOp_PG_ProviderReferencedProfiles_qualifiers[] =
28262               {
28263                   /* Version */
28264                   "\0632.6.0",
28265                   0,
28266               };
28267               
28268               SourceClass
28269               __root_PG_InterOp_PG_ProviderReferencedProfiles =
28270               {
28271                   /* flags */
28272                   PEGASUS_FLAG_CLASS,
28273                   /* name */
28274 mike  1.1.2.1     "PG_ProviderReferencedProfiles",
28275                   /* qualifiers */
28276                   __root_PG_InterOp_PG_ProviderReferencedProfiles_qualifiers,
28277 mike  1.1.2.2     /* super */
28278 mike  1.1.2.1     &__root_PG_InterOp_PG_Capabilities,
28279                   /* features */
28280                   _PG_ProviderReferencedProfiles_features,
28281               };
28282               
28283               //==============================================================================
28284               //
28285               // Class: PG_RegisteredProfile
28286               //
28287               //==============================================================================
28288               
28289               static SourceFeature*
28290               _PG_RegisteredProfile_features[] =
28291               {
28292                   0,
28293               };
28294               
28295               static const char*
28296               __root_PG_InterOp_PG_RegisteredProfile_qualifiers[] =
28297               {
28298                   /* Version */
28299 mike  1.1.2.1     "\0632.6.0",
28300                   0,
28301               };
28302               
28303               SourceClass
28304               __root_PG_InterOp_PG_RegisteredProfile =
28305               {
28306                   /* flags */
28307                   PEGASUS_FLAG_CLASS,
28308                   /* name */
28309                   "PG_RegisteredProfile",
28310                   /* qualifiers */
28311                   __root_PG_InterOp_PG_RegisteredProfile_qualifiers,
28312 mike  1.1.2.2     /* super */
28313 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredProfile,
28314                   /* features */
28315                   _PG_RegisteredProfile_features,
28316               };
28317               
28318               //==============================================================================
28319               //
28320               // Class: PG_RegisteredSubProfile
28321               //
28322               //==============================================================================
28323               
28324               static SourceFeature*
28325               _PG_RegisteredSubProfile_features[] =
28326               {
28327                   0,
28328               };
28329               
28330               static const char*
28331               __root_PG_InterOp_PG_RegisteredSubProfile_qualifiers[] =
28332               {
28333                   /* Version */
28334 mike  1.1.2.1     "\0632.6.0",
28335                   0,
28336               };
28337               
28338               SourceClass
28339               __root_PG_InterOp_PG_RegisteredSubProfile =
28340               {
28341                   /* flags */
28342                   PEGASUS_FLAG_CLASS,
28343                   /* name */
28344                   "PG_RegisteredSubProfile",
28345                   /* qualifiers */
28346                   __root_PG_InterOp_PG_RegisteredSubProfile_qualifiers,
28347 mike  1.1.2.2     /* super */
28348 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredSubProfile,
28349                   /* features */
28350                   _PG_RegisteredSubProfile_features,
28351               };
28352               
28353               //==============================================================================
28354               //
28355               // Class: PG_ReferencedProfile
28356               //
28357               //==============================================================================
28358               
28359               static SourceFeature*
28360               _PG_ReferencedProfile_features[] =
28361               {
28362                   0,
28363               };
28364               
28365               static const char*
28366               __root_PG_InterOp_PG_ReferencedProfile_qualifiers[] =
28367               {
28368                   /* Version */
28369 mike  1.1.2.1     "\0632.6.0",
28370                   0,
28371               };
28372               
28373               SourceClass
28374               __root_PG_InterOp_PG_ReferencedProfile =
28375               {
28376                   /* flags */
28377                   PEGASUS_FLAG_ASSOCIATION,
28378                   /* name */
28379                   "PG_ReferencedProfile",
28380                   /* qualifiers */
28381                   __root_PG_InterOp_PG_ReferencedProfile_qualifiers,
28382 mike  1.1.2.2     /* super */
28383 mike  1.1.2.1     &__root_PG_InterOp_CIM_ReferencedProfile,
28384                   /* features */
28385                   _PG_ReferencedProfile_features,
28386               };
28387               
28388               //==============================================================================
28389               //
28390               // Class: PG_ElementConformsToProfile
28391               //
28392               //==============================================================================
28393               
28394               static SourceFeature*
28395               _PG_ElementConformsToProfile_features[] =
28396               {
28397                   0,
28398               };
28399               
28400               static const char*
28401               __root_PG_InterOp_PG_ElementConformsToProfile_qualifiers[] =
28402               {
28403                   /* Version */
28404 mike  1.1.2.1     "\0632.6.0",
28405                   0,
28406               };
28407               
28408               SourceClass
28409               __root_PG_InterOp_PG_ElementConformsToProfile =
28410               {
28411                   /* flags */
28412                   PEGASUS_FLAG_ASSOCIATION,
28413                   /* name */
28414                   "PG_ElementConformsToProfile",
28415                   /* qualifiers */
28416                   __root_PG_InterOp_PG_ElementConformsToProfile_qualifiers,
28417 mike  1.1.2.2     /* super */
28418 mike  1.1.2.1     &__root_PG_InterOp_CIM_ElementConformsToProfile,
28419                   /* features */
28420                   _PG_ElementConformsToProfile_features,
28421               };
28422               
28423               //==============================================================================
28424               //
28425               // Class: PG_SubProfileRequiresProfile
28426               //
28427               //==============================================================================
28428               
28429               static SourceFeature*
28430               _PG_SubProfileRequiresProfile_features[] =
28431               {
28432                   0,
28433               };
28434               
28435               static const char*
28436               __root_PG_InterOp_PG_SubProfileRequiresProfile_qualifiers[] =
28437               {
28438                   /* Version */
28439 mike  1.1.2.1     "\0632.6.0",
28440                   0,
28441               };
28442               
28443               SourceClass
28444               __root_PG_InterOp_PG_SubProfileRequiresProfile =
28445               {
28446                   /* flags */
28447                   PEGASUS_FLAG_ASSOCIATION,
28448                   /* name */
28449                   "PG_SubProfileRequiresProfile",
28450                   /* qualifiers */
28451                   __root_PG_InterOp_PG_SubProfileRequiresProfile_qualifiers,
28452 mike  1.1.2.2     /* super */
28453 mike  1.1.2.1     &__root_PG_InterOp_CIM_SubProfileRequiresProfile,
28454                   /* features */
28455                   _PG_SubProfileRequiresProfile_features,
28456               };
28457               
28458               //==============================================================================
28459               //
28460               // Class: PG_SoftwareIdentity
28461               //
28462               //==============================================================================
28463               
28464               static SourceFeature*
28465               _PG_SoftwareIdentity_features[] =
28466               {
28467                   0,
28468               };
28469               
28470               static const char*
28471               __root_PG_InterOp_PG_SoftwareIdentity_qualifiers[] =
28472               {
28473                   /* Version */
28474 mike  1.1.2.1     "\0632.6.0",
28475                   0,
28476               };
28477               
28478               SourceClass
28479               __root_PG_InterOp_PG_SoftwareIdentity =
28480               {
28481                   /* flags */
28482                   PEGASUS_FLAG_CLASS,
28483                   /* name */
28484                   "PG_SoftwareIdentity",
28485                   /* qualifiers */
28486                   __root_PG_InterOp_PG_SoftwareIdentity_qualifiers,
28487 mike  1.1.2.2     /* super */
28488 mike  1.1.2.1     &__root_PG_InterOp_CIM_SoftwareIdentity,
28489                   /* features */
28490                   _PG_SoftwareIdentity_features,
28491               };
28492               
28493               //==============================================================================
28494               //
28495               // Class: PG_ElementSoftwareIdentity
28496               //
28497               //==============================================================================
28498               
28499               static SourceFeature*
28500               _PG_ElementSoftwareIdentity_features[] =
28501               {
28502                   0,
28503               };
28504               
28505               static const char*
28506               __root_PG_InterOp_PG_ElementSoftwareIdentity_qualifiers[] =
28507               {
28508                   /* Version */
28509 mike  1.1.2.1     "\0632.6.0",
28510                   0,
28511               };
28512               
28513               SourceClass
28514               __root_PG_InterOp_PG_ElementSoftwareIdentity =
28515               {
28516                   /* flags */
28517                   PEGASUS_FLAG_ASSOCIATION,
28518                   /* name */
28519                   "PG_ElementSoftwareIdentity",
28520                   /* qualifiers */
28521                   __root_PG_InterOp_PG_ElementSoftwareIdentity_qualifiers,
28522 mike  1.1.2.2     /* super */
28523 mike  1.1.2.1     &__root_PG_InterOp_CIM_ElementSoftwareIdentity,
28524                   /* features */
28525                   _PG_ElementSoftwareIdentity_features,
28526               };
28527               
28528               //==============================================================================
28529               //
28530               // Class: PG_ObjectManager
28531               //
28532               //==============================================================================
28533               
28534               static SourceFeature*
28535               _PG_ObjectManager_features[] =
28536               {
28537                   0,
28538               };
28539               
28540               static const char*
28541               __root_PG_InterOp_PG_ObjectManager_qualifiers[] =
28542               {
28543                   /* Version */
28544 mike  1.1.2.1     "\0632.6.0",
28545                   0,
28546               };
28547               
28548               SourceClass
28549               __root_PG_InterOp_PG_ObjectManager =
28550               {
28551                   /* flags */
28552                   PEGASUS_FLAG_ASSOCIATION,
28553                   /* name */
28554                   "PG_ObjectManager",
28555                   /* qualifiers */
28556                   __root_PG_InterOp_PG_ObjectManager_qualifiers,
28557 mike  1.1.2.2     /* super */
28558 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManager,
28559                   /* features */
28560                   _PG_ObjectManager_features,
28561               };
28562               
28563               //==============================================================================
28564               //
28565               // Class: PG_CommMechanismForManager
28566               //
28567               //==============================================================================
28568               
28569               static SourceFeature*
28570               _PG_CommMechanismForManager_features[] =
28571               {
28572                   0,
28573               };
28574               
28575               static const char*
28576               __root_PG_InterOp_PG_CommMechanismForManager_qualifiers[] =
28577               {
28578                   /* Version */
28579 mike  1.1.2.1     "\0632.6.0",
28580                   0,
28581               };
28582               
28583               SourceClass
28584               __root_PG_InterOp_PG_CommMechanismForManager =
28585               {
28586                   /* flags */
28587                   PEGASUS_FLAG_ASSOCIATION,
28588                   /* name */
28589                   "PG_CommMechanismForManager",
28590                   /* qualifiers */
28591                   __root_PG_InterOp_PG_CommMechanismForManager_qualifiers,
28592 mike  1.1.2.2     /* super */
28593 mike  1.1.2.1     &__root_PG_InterOp_CIM_CommMechanismForManager,
28594                   /* features */
28595                   _PG_CommMechanismForManager_features,
28596               };
28597               
28598               //==============================================================================
28599               //
28600               // Class: PG_NamespaceInManager
28601               //
28602               //==============================================================================
28603               
28604               static SourceFeature*
28605               _PG_NamespaceInManager_features[] =
28606               {
28607                   0,
28608               };
28609               
28610               static const char*
28611               __root_PG_InterOp_PG_NamespaceInManager_qualifiers[] =
28612               {
28613                   /* Version */
28614 mike  1.1.2.1     "\0632.6.0",
28615                   0,
28616               };
28617               
28618               SourceClass
28619               __root_PG_InterOp_PG_NamespaceInManager =
28620               {
28621                   /* flags */
28622                   PEGASUS_FLAG_ASSOCIATION,
28623                   /* name */
28624                   "PG_NamespaceInManager",
28625                   /* qualifiers */
28626                   __root_PG_InterOp_PG_NamespaceInManager_qualifiers,
28627 mike  1.1.2.2     /* super */
28628 mike  1.1.2.1     &__root_PG_InterOp_CIM_NamespaceInManager,
28629                   /* features */
28630                   _PG_NamespaceInManager_features,
28631               };
28632               
28633               //==============================================================================
28634               //
28635               // Class: PG_HostedObjectManager
28636               //
28637               //==============================================================================
28638               
28639               static SourceFeature*
28640               _PG_HostedObjectManager_features[] =
28641               {
28642                   0,
28643               };
28644               
28645               static const char*
28646               __root_PG_InterOp_PG_HostedObjectManager_qualifiers[] =
28647               {
28648                   /* Version */
28649 mike  1.1.2.1     "\0632.6.0",
28650                   0,
28651               };
28652               
28653               SourceClass
28654               __root_PG_InterOp_PG_HostedObjectManager =
28655               {
28656                   /* flags */
28657                   PEGASUS_FLAG_ASSOCIATION,
28658                   /* name */
28659                   "PG_HostedObjectManager",
28660                   /* qualifiers */
28661                   __root_PG_InterOp_PG_HostedObjectManager_qualifiers,
28662 mike  1.1.2.2     /* super */
28663 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedService,
28664                   /* features */
28665                   _PG_HostedObjectManager_features,
28666               };
28667               
28668               //==============================================================================
28669               //
28670               // Class: PG_HostedAccessPoint
28671               //
28672               //==============================================================================
28673               
28674               static SourceFeature*
28675               _PG_HostedAccessPoint_features[] =
28676               {
28677                   0,
28678               };
28679               
28680               static const char*
28681               __root_PG_InterOp_PG_HostedAccessPoint_qualifiers[] =
28682               {
28683                   /* Version */
28684 mike  1.1.2.1     "\0632.6.0",
28685                   0,
28686               };
28687               
28688               SourceClass
28689               __root_PG_InterOp_PG_HostedAccessPoint =
28690               {
28691                   /* flags */
28692                   PEGASUS_FLAG_ASSOCIATION,
28693                   /* name */
28694                   "PG_HostedAccessPoint",
28695                   /* qualifiers */
28696                   __root_PG_InterOp_PG_HostedAccessPoint_qualifiers,
28697 mike  1.1.2.2     /* super */
28698 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedAccessPoint,
28699                   /* features */
28700                   _PG_HostedAccessPoint_features,
28701               };
28702               
28703               //==============================================================================
28704               //
28705               // Qualifier array
28706               //
28707               //==============================================================================
28708               
28709               static SourceQualifierDecl*
28710               _qualifiers[] =
28711               {
28712                   &_ASSOCIATION_qualifier_decl,
28713                   &_INDICATION_qualifier_decl,
28714                   &_Abstract_qualifier_decl,
28715                   &_Aggregate_qualifier_decl,
28716                   &_Aggregation_qualifier_decl,
28717                   &_ArrayType_qualifier_decl,
28718                   &_BitMap_qualifier_decl,
28719 mike  1.1.2.1     &_BitValues_qualifier_decl,
28720                   &_ClassConstraint_qualifier_decl,
28721                   &_Composition_qualifier_decl,
28722                   &_Counter_qualifier_decl,
28723                   &_Deprecated_qualifier_decl,
28724                   &_Description_qualifier_decl,
28725                   &_DisplayName_qualifier_decl,
28726                   &_DN_qualifier_decl,
28727                   &_EmbeddedInstance_qualifier_decl,
28728                   &_EmbeddedObject_qualifier_decl,
28729                   &_Exception_qualifier_decl,
28730                   &_Experimental_qualifier_decl,
28731                   &_Gauge_qualifier_decl,
28732                   &_In_qualifier_decl,
28733                   &_Key_qualifier_decl,
28734                   &_MappingStrings_qualifier_decl,
28735                   &_Max_qualifier_decl,
28736                   &_MaxLen_qualifier_decl,
28737                   &_MaxValue_qualifier_decl,
28738                   &_MethodConstraint_qualifier_decl,
28739                   &_Min_qualifier_decl,
28740 mike  1.1.2.1     &_MinLen_qualifier_decl,
28741                   &_MinValue_qualifier_decl,
28742                   &_ModelCorrespondence_qualifier_decl,
28743                   &_Nonlocal_qualifier_decl,
28744                   &_NonlocalType_qualifier_decl,
28745                   &_NullValue_qualifier_decl,
28746                   &_Octetstring_qualifier_decl,
28747                   &_Out_qualifier_decl,
28748                   &_Override_qualifier_decl,
28749                   &_Propagated_qualifier_decl,
28750                   &_PropertyConstraint_qualifier_decl,
28751                   &_Read_qualifier_decl,
28752                   &_Required_qualifier_decl,
28753                   &_Revision_qualifier_decl,
28754                   &_CLASS_qualifier_decl,
28755                   &_Source_qualifier_decl,
28756                   &_SourceType_qualifier_decl,
28757                   &_Static_qualifier_decl,
28758                   &_Terminal_qualifier_decl,
28759                   &_UMLPackagePath_qualifier_decl,
28760                   &_Units_qualifier_decl,
28761 mike  1.1.2.1     &_ValueMap_qualifier_decl,
28762                   &_Values_qualifier_decl,
28763                   &_Version_qualifier_decl,
28764                   &_Weak_qualifier_decl,
28765                   &_Write_qualifier_decl,
28766                   &_Alias_qualifier_decl,
28767                   &_Delete_qualifier_decl,
28768                   &_Expensive_qualifier_decl,
28769                   &_Ifdeleted_qualifier_decl,
28770                   &_Invisible_qualifier_decl,
28771                   &_Large_qualifier_decl,
28772                   &_PropertyUsage_qualifier_decl,
28773                   &_Provider_qualifier_decl,
28774                   &_SyntaxType_qualifier_decl,
28775                   &_Syntax_qualifier_decl,
28776                   &_TriggerType_qualifier_decl,
28777                   &_UnknownValues_qualifier_decl,
28778                   &_UnsupportedValues_qualifier_decl,
28779                   0,
28780               };
28781               
28782 mike  1.1.2.1 //==============================================================================
28783               //
28784               // Class array
28785               //
28786               //==============================================================================
28787               
28788               static SourceClass*
28789               _classes[] =
28790               {
28791                   &__root_PG_InterOp_CIM_ManagedElement,
28792                   &__root_PG_InterOp_CIM_Setting,
28793                   &__root_PG_InterOp_CIM_SettingContext,
28794                   &__root_PG_InterOp_CIM_SettingData,
28795                   &__root_PG_InterOp_CIM_Capabilities,
28796                   &__root_PG_InterOp_CIM_Collection,
28797                   &__root_PG_InterOp_CIM_CollectionOfMSEs,
28798                   &__root_PG_InterOp_CIM_Component,
28799                   &__root_PG_InterOp_CIM_ConcreteCollection,
28800                   &__root_PG_InterOp_CIM_ConcreteComponent,
28801                   &__root_PG_InterOp_CIM_Configuration,
28802                   &__root_PG_InterOp_CIM_ConfigurationComponent,
28803 mike  1.1.2.1     &__root_PG_InterOp_CIM_Dependency,
28804                   &__root_PG_InterOp_CIM_DependencyContext,
28805                   &__root_PG_InterOp_CIM_ElementCapabilities,
28806                   &__root_PG_InterOp_CIM_EnabledLogicalElementCapabilities,
28807                   &__root_PG_InterOp_CIM_FRU,
28808                   &__root_PG_InterOp_CIM_HostedDependency,
28809                   &__root_PG_InterOp_CIM_LocalizationCapabilities,
28810                   &__root_PG_InterOp_CIM_Location,
28811                   &__root_PG_InterOp_CIM_LogicalIdentity,
28812                   &__root_PG_InterOp_CIM_ManagedSystemElement,
28813                   &__root_PG_InterOp_CIM_MemberOfCollection,
28814                   &__root_PG_InterOp_CIM_MethodParameters,
28815                   &__root_PG_InterOp_CIM_OrderedMemberOfCollection,
28816                   &__root_PG_InterOp_CIM_ParametersForMethod,
28817                   &__root_PG_InterOp_CIM_ParameterValueSources,
28818                   &__root_PG_InterOp_CIM_PhysicalElement,
28819                   &__root_PG_InterOp_CIM_PowerManagementCapabilities,
28820                   &__root_PG_InterOp_CIM_Product,
28821                   &__root_PG_InterOp_CIM_ProductComponent,
28822                   &__root_PG_InterOp_CIM_ProductFRU,
28823                   &__root_PG_InterOp_CIM_ProductParentChild,
28824 mike  1.1.2.1     &__root_PG_InterOp_CIM_ProductPhysicalComponent,
28825                   &__root_PG_InterOp_CIM_ProductPhysicalElements,
28826                   &__root_PG_InterOp_CIM_ProductProductDependency,
28827                   &__root_PG_InterOp_CIM_Profile,
28828                   &__root_PG_InterOp_CIM_ReplaceableProductFRU,
28829                   &__root_PG_InterOp_CIM_Spared,
28830                   &__root_PG_InterOp_CIM_StatisticalData,
28831                   &__root_PG_InterOp_CIM_StatisticalInformation,
28832                   &__root_PG_InterOp_CIM_StatisticalSetting,
28833                   &__root_PG_InterOp_CIM_Statistics,
28834                   &__root_PG_InterOp_CIM_SupportAccess,
28835                   &__root_PG_InterOp_CIM_Synchronized,
28836                   &__root_PG_InterOp_CIM_SystemConfiguration,
28837                   &__root_PG_InterOp_CIM_SystemSetting,
28838                   &__root_PG_InterOp_CIM_SystemSettingContext,
28839                   &__root_PG_InterOp_CIM_SystemSpecificCollection,
28840                   &__root_PG_InterOp_CIM_SystemStatisticalInformation,
28841                   &__root_PG_InterOp_CIM_CollectedCollections,
28842                   &__root_PG_InterOp_CIM_CollectedMSEs,
28843                   &__root_PG_InterOp_CIM_CollectionConfiguration,
28844                   &__root_PG_InterOp_CIM_CollectionSetting,
28845 mike  1.1.2.1     &__root_PG_InterOp_CIM_CompatibleProduct,
28846                   &__root_PG_InterOp_CIM_ConcreteDependency,
28847                   &__root_PG_InterOp_CIM_ConcreteIdentity,
28848                   &__root_PG_InterOp_CIM_ContainedLocation,
28849                   &__root_PG_InterOp_CIM_DeviceStatisticalInformation,
28850                   &__root_PG_InterOp_CIM_ElementConfiguration,
28851                   &__root_PG_InterOp_CIM_ElementLocation,
28852                   &__root_PG_InterOp_CIM_ElementProfile,
28853                   &__root_PG_InterOp_CIM_ElementSetting,
28854                   &__root_PG_InterOp_CIM_ElementSettingData,
28855                   &__root_PG_InterOp_CIM_ElementStatisticalData,
28856                   &__root_PG_InterOp_CIM_FRUIncludesProduct,
28857                   &__root_PG_InterOp_CIM_FRUPhysicalElements,
28858                   &__root_PG_InterOp_CIM_LogicalElement,
28859                   &__root_PG_InterOp_CIM_PhysicalElementLocation,
28860                   &__root_PG_InterOp_CIM_PhysicalStatisticalInformation,
28861                   &__root_PG_InterOp_CIM_PhysicalStatistics,
28862                   &__root_PG_InterOp_CIM_ProductSupport,
28863                   &__root_PG_InterOp_CIM_RedundancyGroup,
28864                   &__root_PG_InterOp_CIM_RedundancySet,
28865                   &__root_PG_InterOp_CIM_RelatedStatisticalData,
28866 mike  1.1.2.1     &__root_PG_InterOp_CIM_RelatedStatistics,
28867                   &__root_PG_InterOp_CIM_SAPStatisticalInformation,
28868                   &__root_PG_InterOp_CIM_ScopedSettingData,
28869                   &__root_PG_InterOp_CIM_ServiceStatisticalInformation,
28870                   &__root_PG_InterOp_CIM_SettingAssociatedToCapabilities,
28871                   &__root_PG_InterOp_CIM_SoftwareIdentity,
28872                   &__root_PG_InterOp_CIM_SpareGroup,
28873                   &__root_PG_InterOp_CIM_StatisticsCollection,
28874                   &__root_PG_InterOp_CIM_StorageRedundancyGroup,
28875                   &__root_PG_InterOp_CIM_StorageRedundancySet,
28876                   &__root_PG_InterOp_CIM_ActsAsSpare,
28877                   &__root_PG_InterOp_CIM_DefaultSetting,
28878                   &__root_PG_InterOp_CIM_ElementSoftwareIdentity,
28879                   &__root_PG_InterOp_CIM_ExtraCapacityGroup,
28880                   &__root_PG_InterOp_CIM_IsSpare,
28881                   &__root_PG_InterOp_CIM_Job,
28882                   &__root_PG_InterOp_CIM_ProductSoftwareComponent,
28883                   &__root_PG_InterOp_CIM_RedundancyComponent,
28884                   &__root_PG_InterOp_CIM_ScopedSetting,
28885                   &__root_PG_InterOp_CIM_ConcreteJob,
28886                   &__root_PG_InterOp_CIM_EnabledLogicalElement,
28887 mike  1.1.2.1     &__root_PG_InterOp_CIM_LogicalDevice,
28888                   &__root_PG_InterOp_CIM_Realizes,
28889                   &__root_PG_InterOp_CIM_Service,
28890                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
28891                   &__root_PG_InterOp_CIM_ServiceAccessURI,
28892                   &__root_PG_InterOp_CIM_ServiceAffectsElement,
28893                   &__root_PG_InterOp_CIM_ServiceAvailableToElement,
28894                   &__root_PG_InterOp_CIM_ServiceComponent,
28895                   &__root_PG_InterOp_CIM_ServiceSAPDependency,
28896                   &__root_PG_InterOp_CIM_ServiceStatistics,
28897                   &__root_PG_InterOp_CIM_StorageExtent,
28898                   &__root_PG_InterOp_CIM_System,
28899                   &__root_PG_InterOp_CIM_SystemComponent,
28900                   &__root_PG_InterOp_CIM_SystemDevice,
28901                   &__root_PG_InterOp_CIM_SystemPackaging,
28902                   &__root_PG_InterOp_CIM_SystemStatistics,
28903                   &__root_PG_InterOp_CIM_AdminDomain,
28904                   &__root_PG_InterOp_CIM_BasedOn,
28905                   &__root_PG_InterOp_CIM_ConfigurationForSystem,
28906                   &__root_PG_InterOp_CIM_ContainedDomain,
28907                   &__root_PG_InterOp_CIM_DeviceSAPImplementation,
28908 mike  1.1.2.1     &__root_PG_InterOp_CIM_DeviceServiceImplementation,
28909                   &__root_PG_InterOp_CIM_DeviceStatistics,
28910                   &__root_PG_InterOp_CIM_ExtentRedundancyComponent,
28911                   &__root_PG_InterOp_CIM_HostedAccessPoint,
28912                   &__root_PG_InterOp_CIM_HostedCollection,
28913                   &__root_PG_InterOp_CIM_HostedService,
28914                   &__root_PG_InterOp_CIM_InstalledSoftwareIdentity,
28915                   &__root_PG_InterOp_CIM_PowerManagementService,
28916                   &__root_PG_InterOp_CIM_ProductServiceComponent,
28917                   &__root_PG_InterOp_CIM_ProtocolEndpoint,
28918                   &__root_PG_InterOp_CIM_ProvidesServiceToElement,
28919                   &__root_PG_InterOp_CIM_RemoteServiceAccessPoint,
28920                   &__root_PG_InterOp_CIM_SAPAvailableForElement,
28921                   &__root_PG_InterOp_CIM_SAPSAPDependency,
28922                   &__root_PG_InterOp_CIM_SAPStatistics,
28923                   &__root_PG_InterOp_CIM_ServiceAccessBySAP,
28924                   &__root_PG_InterOp_CIM_ServiceServiceDependency,
28925                   &__root_PG_InterOp_CIM_SettingForSystem,
28926                   &__root_PG_InterOp_CIM_ActiveConnection,
28927                   &__root_PG_InterOp_CIM_BindsTo,
28928                   &__root_PG_InterOp_CIM_ProvidesEndpoint,
28929 mike  1.1.2.1     &__root_PG_InterOp_CIM_RemotePort,
28930                   &__root_PG_InterOp_CIM_Indication,
28931                   &__root_PG_InterOp_CIM_ClassIndication,
28932                   &__root_PG_InterOp_CIM_ClassModification,
28933                   &__root_PG_InterOp_CIM_IndicationFilter,
28934                   &__root_PG_InterOp_CIM_InstIndication,
28935                   &__root_PG_InterOp_CIM_InstMethodCall,
28936                   &__root_PG_InterOp_CIM_InstModification,
28937                   &__root_PG_InterOp_CIM_InstRead,
28938                   &__root_PG_InterOp_CIM_ListenerDestination,
28939                   &__root_PG_InterOp_CIM_ListenerDestinationCIMXML,
28940                   &__root_PG_InterOp_CIM_ProcessIndication,
28941                   &__root_PG_InterOp_CIM_SNMPTrapIndication,
28942                   &__root_PG_InterOp_CIM_AlertIndication,
28943                   &__root_PG_InterOp_CIM_AlertInstIndication,
28944                   &__root_PG_InterOp_CIM_ClassCreation,
28945                   &__root_PG_InterOp_CIM_ClassDeletion,
28946                   &__root_PG_InterOp_CIM_IndicationHandler,
28947                   &__root_PG_InterOp_CIM_IndicationHandlerCIMXML,
28948                   &__root_PG_InterOp_CIM_IndicationSubscription,
28949                   &__root_PG_InterOp_CIM_InstCreation,
28950 mike  1.1.2.1     &__root_PG_InterOp_CIM_InstDeletion,
28951                   &__root_PG_InterOp_CIM_ThresholdIndication,
28952                   &__root_PG_InterOp_CIM_FormattedIndicationSubscription,
28953                   &__root_PG_InterOp_CIM_Namespace,
28954                   &__root_PG_InterOp_CIM_RegisteredProfile,
28955                   &__root_PG_InterOp_CIM_RegisteredSubProfile,
28956                   &__root_PG_InterOp_CIM_SystemIdentification,
28957                   &__root_PG_InterOp_CIM_SystemInNamespace,
28958                   &__root_PG_InterOp_CIM_CIMOMStatisticalData,
28959                   &__root_PG_InterOp_CIM_ElementConformsToProfile,
28960                   &__root_PG_InterOp_CIM_ReferencedProfile,
28961                   &__root_PG_InterOp_CIM_SubProfileRequiresProfile,
28962                   &__root_PG_InterOp_CIM_WBEMService,
28963                   &__root_PG_InterOp_CIM_IdentificationOfManagedSystem,
28964                   &__root_PG_InterOp_CIM_ObjectManager,
28965                   &__root_PG_InterOp_CIM_ObjectManagerAdapter,
28966                   &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
28967                   &__root_PG_InterOp_CIM_ProtocolAdapter,
28968                   &__root_PG_InterOp_CIM_CIMXMLCommunicationMechanism,
28969                   &__root_PG_InterOp_CIM_CommMechanismForAdapter,
28970                   &__root_PG_InterOp_CIM_CommMechanismForManager,
28971 mike  1.1.2.1     &__root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter,
28972                   &__root_PG_InterOp_CIM_NamespaceInManager,
28973                   &__root_PG_InterOp_PG_IndicationHandlerSNMPMapper,
28974                   &__root_PG_InterOp_PG_ListenerDestinationSystemLog,
28975                   &__root_PG_InterOp_PG_ListenerDestinationEmail,
28976                   &__root_PG_InterOp_PG_ProviderModule,
28977                   &__root_PG_InterOp_PG_Provider,
28978                   &__root_PG_InterOp_PG_Capabilities,
28979                   &__root_PG_InterOp_PG_CapabilitiesRegistration,
28980                   &__root_PG_InterOp_PG_ProviderCapabilities,
28981                   &__root_PG_InterOp_PG_ConsumerCapabilities,
28982                   &__root_PG_InterOp_PG_ProviderCapabilitiesElements,
28983                   &__root_PG_InterOp_PG_ProviderModuleElements,
28984                   &__root_PG_InterOp_PG_CIMXMLCommunicationMechanism,
28985                   &__root_PG_InterOp_PG_NameSpace,
28986                   &__root_PG_InterOp_CIM_ComputerSystem,
28987                   &__root_PG_InterOp_CIM_UnitaryComputerSystem,
28988                   &__root_PG_InterOp_PG_ComputerSystem,
28989                   &__root_PG_InterOp_PG_ProviderProfileCapabilities,
28990                   &__root_PG_InterOp_PG_ProviderReferencedProfiles,
28991                   &__root_PG_InterOp_PG_RegisteredProfile,
28992 mike  1.1.2.1     &__root_PG_InterOp_PG_RegisteredSubProfile,
28993                   &__root_PG_InterOp_PG_ReferencedProfile,
28994                   &__root_PG_InterOp_PG_ElementConformsToProfile,
28995                   &__root_PG_InterOp_PG_SubProfileRequiresProfile,
28996                   &__root_PG_InterOp_PG_SoftwareIdentity,
28997                   &__root_PG_InterOp_PG_ElementSoftwareIdentity,
28998                   &__root_PG_InterOp_PG_ObjectManager,
28999                   &__root_PG_InterOp_PG_CommMechanismForManager,
29000                   &__root_PG_InterOp_PG_NamespaceInManager,
29001                   &__root_PG_InterOp_PG_HostedObjectManager,
29002                   &__root_PG_InterOp_PG_HostedAccessPoint,
29003                   0,
29004               };
29005               
29006               const SourceNameSpace root_PG_InterOp_namespace =
29007               {
29008                   "root/PG_InterOp",
29009                   _qualifiers,
29010                   _classes,
29011               };
29012               
29013 mike  1.1.2.1 PEGASUS_NAMESPACE_END

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2