(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 /*NOCHKSRC*/
    2               #include "root_PG_InterOp_namespace.h"
    3               
    4               PEGASUS_NAMESPACE_BEGIN
    5               
    6               //==============================================================================
    7               //
    8               // Qualifiers
    9               //
   10               //==============================================================================
   11               
   12               static SourceQualifierDecl
   13               _ASSOCIATION_qualifier_decl =
   14               {
   15                   /* name */
   16                   "ASSOCIATION",
   17                   /* type */
   18                   CIMTYPE_BOOLEAN,
   19                   /* subscript */
   20                   -1,
   21                   /* scope */
   22 mike  1.1.2.1     PEGASUS_SCOPE_ASSOCIATION,
   23                   /* flavor */
   24                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
   25                   /* value */
   26                   "\000",
   27               };
   28               
   29               static SourceQualifierDecl
   30               _INDICATION_qualifier_decl =
   31               {
   32                   /* name */
   33                   "INDICATION",
   34                   /* type */
   35                   CIMTYPE_BOOLEAN,
   36                   /* subscript */
   37                   -1,
   38                   /* scope */
   39                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_INDICATION,
   40                   /* flavor */
   41                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
   42                   /* value */
   43 mike  1.1.2.1     "\000",
   44               };
   45               
   46               static SourceQualifierDecl
   47               _Abstract_qualifier_decl =
   48               {
   49                   /* name */
   50                   "Abstract",
   51                   /* type */
   52                   CIMTYPE_BOOLEAN,
   53                   /* subscript */
   54                   -1,
   55                   /* scope */
   56                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,
   57                   /* flavor */
   58                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_RESTRICTED,
   59                   /* value */
   60                   "\000",
   61               };
   62               
   63               static SourceQualifierDecl
   64 mike  1.1.2.1 _Aggregate_qualifier_decl =
   65               {
   66                   /* name */
   67                   "Aggregate",
   68                   /* type */
   69                   CIMTYPE_BOOLEAN,
   70                   /* subscript */
   71                   -1,
   72                   /* scope */
   73                   PEGASUS_SCOPE_REFERENCE,
   74                   /* flavor */
   75                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
   76                   /* value */
   77                   "\000",
   78               };
   79               
   80               static SourceQualifierDecl
   81               _Aggregation_qualifier_decl =
   82               {
   83                   /* name */
   84                   "Aggregation",
   85 mike  1.1.2.1     /* type */
   86                   CIMTYPE_BOOLEAN,
   87                   /* subscript */
   88                   -1,
   89                   /* scope */
   90                   PEGASUS_SCOPE_ASSOCIATION,
   91                   /* flavor */
   92                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
   93                   /* value */
   94                   "\000",
   95               };
   96               
   97               static SourceQualifierDecl
   98               _ArrayType_qualifier_decl =
   99               {
  100                   /* name */
  101                   "ArrayType",
  102                   /* type */
  103                   CIMTYPE_STRING,
  104                   /* subscript */
  105                   -1,
  106 mike  1.1.2.1     /* scope */
  107                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_PARAMETER,
  108                   /* flavor */
  109                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  110                   /* value */
  111                   "Bag",
  112               };
  113               
  114               static SourceQualifierDecl
  115               _BitMap_qualifier_decl =
  116               {
  117                   /* name */
  118                   "BitMap",
  119                   /* type */
  120                   CIMTYPE_STRING,
  121                   /* subscript */
  122                   0,
  123                   /* scope */
  124                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  125                   /* flavor */
  126                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  127 mike  1.1.2.1     /* value */
  128                   0,
  129               };
  130               
  131               static SourceQualifierDecl
  132               _BitValues_qualifier_decl =
  133               {
  134                   /* name */
  135                   "BitValues",
  136                   /* type */
  137                   CIMTYPE_STRING,
  138                   /* subscript */
  139                   0,
  140                   /* scope */
  141                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  142                   /* flavor */
  143                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,
  144                   /* value */
  145                   0,
  146               };
  147               
  148 mike  1.1.2.1 static SourceQualifierDecl
  149               _ClassConstraint_qualifier_decl =
  150               {
  151                   /* name */
  152                   "ClassConstraint",
  153                   /* type */
  154                   CIMTYPE_STRING,
  155                   /* subscript */
  156                   0,
  157                   /* scope */
  158                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,
  159                   /* flavor */
  160                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  161                   /* value */
  162                   0,
  163               };
  164               
  165               static SourceQualifierDecl
  166               _Composition_qualifier_decl =
  167               {
  168                   /* name */
  169 mike  1.1.2.1     "Composition",
  170                   /* type */
  171                   CIMTYPE_BOOLEAN,
  172                   /* subscript */
  173                   -1,
  174                   /* scope */
  175                   PEGASUS_SCOPE_ASSOCIATION,
  176                   /* flavor */
  177                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  178                   /* value */
  179                   "\000",
  180               };
  181               
  182               static SourceQualifierDecl
  183               _Counter_qualifier_decl =
  184               {
  185                   /* name */
  186                   "Counter",
  187                   /* type */
  188                   CIMTYPE_BOOLEAN,
  189                   /* subscript */
  190 mike  1.1.2.1     -1,
  191                   /* scope */
  192                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  193                   /* flavor */
  194                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  195                   /* value */
  196                   "\000",
  197               };
  198               
  199               static SourceQualifierDecl
  200               _Deprecated_qualifier_decl =
  201               {
  202                   /* name */
  203                   "Deprecated",
  204                   /* type */
  205                   CIMTYPE_STRING,
  206                   /* subscript */
  207                   0,
  208                   /* scope */
  209                   PEGASUS_SCOPE_ANY,
  210                   /* flavor */
  211 mike  1.1.2.1     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_RESTRICTED,
  212                   /* value */
  213                   0,
  214               };
  215               
  216               static SourceQualifierDecl
  217               _Description_qualifier_decl =
  218               {
  219                   /* name */
  220                   "Description",
  221                   /* type */
  222                   CIMTYPE_STRING,
  223                   /* subscript */
  224                   -1,
  225                   /* scope */
  226                   PEGASUS_SCOPE_ANY,
  227                   /* flavor */
  228                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,
  229                   /* value */
  230                   0,
  231               };
  232 mike  1.1.2.1 
  233               static SourceQualifierDecl
  234               _DisplayName_qualifier_decl =
  235               {
  236                   /* name */
  237                   "DisplayName",
  238                   /* type */
  239                   CIMTYPE_STRING,
  240                   /* subscript */
  241                   -1,
  242                   /* scope */
  243                   PEGASUS_SCOPE_ANY,
  244                   /* flavor */
  245                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,
  246                   /* value */
  247                   0,
  248               };
  249               
  250               static SourceQualifierDecl
  251               _DN_qualifier_decl =
  252               {
  253 mike  1.1.2.1     /* name */
  254                   "DN",
  255                   /* type */
  256                   CIMTYPE_BOOLEAN,
  257                   /* subscript */
  258                   -1,
  259                   /* scope */
  260                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  261                   /* flavor */
  262                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  263                   /* value */
  264                   "\000",
  265               };
  266               
  267               static SourceQualifierDecl
  268               _EmbeddedInstance_qualifier_decl =
  269               {
  270                   /* name */
  271                   "EmbeddedInstance",
  272                   /* type */
  273                   CIMTYPE_STRING,
  274 mike  1.1.2.1     /* subscript */
  275                   -1,
  276                   /* scope */
  277                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  278                   /* flavor */
  279                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  280                   /* value */
  281                   0,
  282               };
  283               
  284               static SourceQualifierDecl
  285               _EmbeddedObject_qualifier_decl =
  286               {
  287                   /* name */
  288                   "EmbeddedObject",
  289                   /* type */
  290                   CIMTYPE_BOOLEAN,
  291                   /* subscript */
  292                   -1,
  293                   /* scope */
  294                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  295 mike  1.1.2.1     /* flavor */
  296                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  297                   /* value */
  298                   "\000",
  299               };
  300               
  301               static SourceQualifierDecl
  302               _Exception_qualifier_decl =
  303               {
  304                   /* name */
  305                   "Exception",
  306                   /* type */
  307                   CIMTYPE_BOOLEAN,
  308                   /* subscript */
  309                   -1,
  310                   /* scope */
  311                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_INDICATION,
  312                   /* flavor */
  313                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TOINSTANCE|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  314                   /* value */
  315                   "\000",
  316 mike  1.1.2.1 };
  317               
  318               static SourceQualifierDecl
  319               _Experimental_qualifier_decl =
  320               {
  321                   /* name */
  322                   "Experimental",
  323                   /* type */
  324                   CIMTYPE_BOOLEAN,
  325                   /* subscript */
  326                   -1,
  327                   /* scope */
  328                   PEGASUS_SCOPE_ANY,
  329                   /* flavor */
  330                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_RESTRICTED,
  331                   /* value */
  332                   "\000",
  333               };
  334               
  335               static SourceQualifierDecl
  336               _Gauge_qualifier_decl =
  337 mike  1.1.2.1 {
  338                   /* name */
  339                   "Gauge",
  340                   /* type */
  341                   CIMTYPE_BOOLEAN,
  342                   /* subscript */
  343                   -1,
  344                   /* scope */
  345                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  346                   /* flavor */
  347                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  348                   /* value */
  349                   "\000",
  350               };
  351               
  352               static SourceQualifierDecl
  353               _In_qualifier_decl =
  354               {
  355                   /* name */
  356                   "In",
  357                   /* type */
  358 mike  1.1.2.1     CIMTYPE_BOOLEAN,
  359                   /* subscript */
  360                   -1,
  361                   /* scope */
  362                   PEGASUS_SCOPE_PARAMETER,
  363                   /* flavor */
  364                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  365                   /* value */
  366                   "\001",
  367               };
  368               
  369               static SourceQualifierDecl
  370               _Key_qualifier_decl =
  371               {
  372                   /* name */
  373                   "Key",
  374                   /* type */
  375                   CIMTYPE_BOOLEAN,
  376                   /* subscript */
  377                   -1,
  378                   /* scope */
  379 mike  1.1.2.1     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE,
  380                   /* flavor */
  381                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  382                   /* value */
  383                   "\000",
  384               };
  385               
  386               static SourceQualifierDecl
  387               _MappingStrings_qualifier_decl =
  388               {
  389                   /* name */
  390                   "MappingStrings",
  391                   /* type */
  392                   CIMTYPE_STRING,
  393                   /* subscript */
  394                   0,
  395                   /* scope */
  396                   PEGASUS_SCOPE_ANY,
  397                   /* flavor */
  398                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  399                   /* value */
  400 mike  1.1.2.1     0,
  401               };
  402               
  403               static SourceQualifierDecl
  404               _Max_qualifier_decl =
  405               {
  406                   /* name */
  407                   "Max",
  408                   /* type */
  409                   CIMTYPE_UINT32,
  410                   /* subscript */
  411                   -1,
  412                   /* scope */
  413                   PEGASUS_SCOPE_REFERENCE,
  414                   /* flavor */
  415                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  416                   /* value */
  417                   0,
  418               };
  419               
  420               static SourceQualifierDecl
  421 mike  1.1.2.1 _MaxLen_qualifier_decl =
  422               {
  423                   /* name */
  424                   "MaxLen",
  425                   /* type */
  426                   CIMTYPE_UINT32,
  427                   /* subscript */
  428                   -1,
  429                   /* scope */
  430                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  431                   /* flavor */
  432                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  433                   /* value */
  434                   0,
  435               };
  436               
  437               static SourceQualifierDecl
  438               _MaxValue_qualifier_decl =
  439               {
  440                   /* name */
  441                   "MaxValue",
  442 mike  1.1.2.1     /* type */
  443                   CIMTYPE_SINT64,
  444                   /* subscript */
  445                   -1,
  446                   /* scope */
  447                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  448                   /* flavor */
  449                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  450                   /* value */
  451                   0,
  452               };
  453               
  454               static SourceQualifierDecl
  455               _MethodConstraint_qualifier_decl =
  456               {
  457                   /* name */
  458                   "MethodConstraint",
  459                   /* type */
  460                   CIMTYPE_STRING,
  461                   /* subscript */
  462                   0,
  463 mike  1.1.2.1     /* scope */
  464                   PEGASUS_SCOPE_METHOD,
  465                   /* flavor */
  466                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  467                   /* value */
  468                   0,
  469               };
  470               
  471               static SourceQualifierDecl
  472               _Min_qualifier_decl =
  473               {
  474                   /* name */
  475                   "Min",
  476                   /* type */
  477                   CIMTYPE_UINT32,
  478                   /* subscript */
  479                   -1,
  480                   /* scope */
  481                   PEGASUS_SCOPE_REFERENCE,
  482                   /* flavor */
  483                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  484 mike  1.1.2.1     /* value */
  485                   "\000\000\000\000",
  486               };
  487               
  488               static SourceQualifierDecl
  489               _MinLen_qualifier_decl =
  490               {
  491                   /* name */
  492                   "MinLen",
  493                   /* type */
  494                   CIMTYPE_UINT32,
  495                   /* subscript */
  496                   -1,
  497                   /* scope */
  498                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  499                   /* flavor */
  500                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  501                   /* value */
  502                   "\000\000\000\000",
  503               };
  504               
  505 mike  1.1.2.1 static SourceQualifierDecl
  506               _MinValue_qualifier_decl =
  507               {
  508                   /* name */
  509                   "MinValue",
  510                   /* type */
  511                   CIMTYPE_SINT64,
  512                   /* subscript */
  513                   -1,
  514                   /* scope */
  515                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  516                   /* flavor */
  517                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  518                   /* value */
  519                   0,
  520               };
  521               
  522               static SourceQualifierDecl
  523               _ModelCorrespondence_qualifier_decl =
  524               {
  525                   /* name */
  526 mike  1.1.2.1     "ModelCorrespondence",
  527                   /* type */
  528                   CIMTYPE_STRING,
  529                   /* subscript */
  530                   0,
  531                   /* scope */
  532                   PEGASUS_SCOPE_ANY,
  533                   /* flavor */
  534                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  535                   /* value */
  536                   0,
  537               };
  538               
  539               static SourceQualifierDecl
  540               _Nonlocal_qualifier_decl =
  541               {
  542                   /* name */
  543                   "Nonlocal",
  544                   /* type */
  545                   CIMTYPE_STRING,
  546                   /* subscript */
  547 mike  1.1.2.1     -1,
  548                   /* scope */
  549                   PEGASUS_SCOPE_REFERENCE,
  550                   /* flavor */
  551                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  552                   /* value */
  553                   0,
  554               };
  555               
  556               static SourceQualifierDecl
  557               _NonlocalType_qualifier_decl =
  558               {
  559                   /* name */
  560                   "NonlocalType",
  561                   /* type */
  562                   CIMTYPE_STRING,
  563                   /* subscript */
  564                   -1,
  565                   /* scope */
  566                   PEGASUS_SCOPE_REFERENCE,
  567                   /* flavor */
  568 mike  1.1.2.1     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  569                   /* value */
  570                   0,
  571               };
  572               
  573               static SourceQualifierDecl
  574               _NullValue_qualifier_decl =
  575               {
  576                   /* name */
  577                   "NullValue",
  578                   /* type */
  579                   CIMTYPE_STRING,
  580                   /* subscript */
  581                   -1,
  582                   /* scope */
  583                   PEGASUS_SCOPE_PROPERTY,
  584                   /* flavor */
  585                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  586                   /* value */
  587                   0,
  588               };
  589 mike  1.1.2.1 
  590               static SourceQualifierDecl
  591               _Octetstring_qualifier_decl =
  592               {
  593                   /* name */
  594                   "Octetstring",
  595                   /* type */
  596                   CIMTYPE_BOOLEAN,
  597                   /* subscript */
  598                   -1,
  599                   /* scope */
  600                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  601                   /* flavor */
  602                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  603                   /* value */
  604                   "\000",
  605               };
  606               
  607               static SourceQualifierDecl
  608               _Out_qualifier_decl =
  609               {
  610 mike  1.1.2.1     /* name */
  611                   "Out",
  612                   /* type */
  613                   CIMTYPE_BOOLEAN,
  614                   /* subscript */
  615                   -1,
  616                   /* scope */
  617                   PEGASUS_SCOPE_PARAMETER,
  618                   /* flavor */
  619                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  620                   /* value */
  621                   "\000",
  622               };
  623               
  624               static SourceQualifierDecl
  625               _Override_qualifier_decl =
  626               {
  627                   /* name */
  628                   "Override",
  629                   /* type */
  630                   CIMTYPE_STRING,
  631 mike  1.1.2.1     /* subscript */
  632                   -1,
  633                   /* scope */
  634                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD,
  635                   /* flavor */
  636                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_RESTRICTED,
  637                   /* value */
  638                   0,
  639               };
  640               
  641               static SourceQualifierDecl
  642               _Propagated_qualifier_decl =
  643               {
  644                   /* name */
  645                   "Propagated",
  646                   /* type */
  647                   CIMTYPE_STRING,
  648                   /* subscript */
  649                   -1,
  650                   /* scope */
  651                   PEGASUS_SCOPE_PROPERTY,
  652 mike  1.1.2.1     /* flavor */
  653                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  654                   /* value */
  655                   0,
  656               };
  657               
  658               static SourceQualifierDecl
  659               _PropertyConstraint_qualifier_decl =
  660               {
  661                   /* name */
  662                   "PropertyConstraint",
  663                   /* type */
  664                   CIMTYPE_STRING,
  665                   /* subscript */
  666                   0,
  667                   /* scope */
  668                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE,
  669                   /* flavor */
  670                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  671                   /* value */
  672                   0,
  673 mike  1.1.2.1 };
  674               
  675               static SourceQualifierDecl
  676               _Read_qualifier_decl =
  677               {
  678                   /* name */
  679                   "Read",
  680                   /* type */
  681                   CIMTYPE_BOOLEAN,
  682                   /* subscript */
  683                   -1,
  684                   /* scope */
  685                   PEGASUS_SCOPE_PROPERTY,
  686                   /* flavor */
  687                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  688                   /* value */
  689                   "\001",
  690               };
  691               
  692               static SourceQualifierDecl
  693               _Required_qualifier_decl =
  694 mike  1.1.2.1 {
  695                   /* name */
  696                   "Required",
  697                   /* type */
  698                   CIMTYPE_BOOLEAN,
  699                   /* subscript */
  700                   -1,
  701                   /* scope */
  702                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  703                   /* flavor */
  704                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  705                   /* value */
  706                   "\000",
  707               };
  708               
  709               static SourceQualifierDecl
  710               _Revision_qualifier_decl =
  711               {
  712                   /* name */
  713                   "Revision",
  714                   /* type */
  715 mike  1.1.2.1     CIMTYPE_STRING,
  716                   /* subscript */
  717                   -1,
  718                   /* scope */
  719                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,
  720                   /* flavor */
  721                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,
  722                   /* value */
  723                   0,
  724               };
  725               
  726               static SourceQualifierDecl
  727               _CLASS_qualifier_decl =
  728               {
  729                   /* name */
  730                   "CLASS",
  731                   /* type */
  732                   CIMTYPE_STRING,
  733                   /* subscript */
  734                   -1,
  735                   /* scope */
  736 mike  1.1.2.1     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD,
  737                   /* flavor */
  738                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  739                   /* value */
  740                   0,
  741               };
  742               
  743               static SourceQualifierDecl
  744               _Source_qualifier_decl =
  745               {
  746                   /* name */
  747                   "Source",
  748                   /* type */
  749                   CIMTYPE_STRING,
  750                   /* subscript */
  751                   -1,
  752                   /* scope */
  753                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,
  754                   /* flavor */
  755                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  756                   /* value */
  757 mike  1.1.2.1     0,
  758               };
  759               
  760               static SourceQualifierDecl
  761               _SourceType_qualifier_decl =
  762               {
  763                   /* name */
  764                   "SourceType",
  765                   /* type */
  766                   CIMTYPE_STRING,
  767                   /* subscript */
  768                   -1,
  769                   /* scope */
  770                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION|PEGASUS_SCOPE_REFERENCE,
  771                   /* flavor */
  772                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  773                   /* value */
  774                   0,
  775               };
  776               
  777               static SourceQualifierDecl
  778 mike  1.1.2.1 _Static_qualifier_decl =
  779               {
  780                   /* name */
  781                   "Static",
  782                   /* type */
  783                   CIMTYPE_BOOLEAN,
  784                   /* subscript */
  785                   -1,
  786                   /* scope */
  787                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD,
  788                   /* flavor */
  789                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  790                   /* value */
  791                   "\000",
  792               };
  793               
  794               static SourceQualifierDecl
  795               _Terminal_qualifier_decl =
  796               {
  797                   /* name */
  798                   "Terminal",
  799 mike  1.1.2.1     /* type */
  800                   CIMTYPE_BOOLEAN,
  801                   /* subscript */
  802                   -1,
  803                   /* scope */
  804                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,
  805                   /* flavor */
  806                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  807                   /* value */
  808                   "\000",
  809               };
  810               
  811               static SourceQualifierDecl
  812               _UMLPackagePath_qualifier_decl =
  813               {
  814                   /* name */
  815                   "UMLPackagePath",
  816                   /* type */
  817                   CIMTYPE_STRING,
  818                   /* subscript */
  819                   -1,
  820 mike  1.1.2.1     /* scope */
  821                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,
  822                   /* flavor */
  823                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  824                   /* value */
  825                   0,
  826               };
  827               
  828               static SourceQualifierDecl
  829               _Units_qualifier_decl =
  830               {
  831                   /* name */
  832                   "Units",
  833                   /* type */
  834                   CIMTYPE_STRING,
  835                   /* subscript */
  836                   -1,
  837                   /* scope */
  838                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  839                   /* flavor */
  840                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,
  841 mike  1.1.2.1     /* value */
  842                   0,
  843               };
  844               
  845               static SourceQualifierDecl
  846               _ValueMap_qualifier_decl =
  847               {
  848                   /* name */
  849                   "ValueMap",
  850                   /* type */
  851                   CIMTYPE_STRING,
  852                   /* subscript */
  853                   0,
  854                   /* scope */
  855                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  856                   /* flavor */
  857                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  858                   /* value */
  859                   0,
  860               };
  861               
  862 mike  1.1.2.1 static SourceQualifierDecl
  863               _Values_qualifier_decl =
  864               {
  865                   /* name */
  866                   "Values",
  867                   /* type */
  868                   CIMTYPE_STRING,
  869                   /* subscript */
  870                   0,
  871                   /* scope */
  872                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
  873                   /* flavor */
  874                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,
  875                   /* value */
  876                   0,
  877               };
  878               
  879               static SourceQualifierDecl
  880               _Version_qualifier_decl =
  881               {
  882                   /* name */
  883 mike  1.1.2.1     "Version",
  884                   /* type */
  885                   CIMTYPE_STRING,
  886                   /* subscript */
  887                   -1,
  888                   /* scope */
  889                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,
  890                   /* flavor */
  891                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TRANSLATABLE|PEGASUS_FLAVOR_RESTRICTED,
  892                   /* value */
  893                   0,
  894               };
  895               
  896               static SourceQualifierDecl
  897               _Weak_qualifier_decl =
  898               {
  899                   /* name */
  900                   "Weak",
  901                   /* type */
  902                   CIMTYPE_BOOLEAN,
  903                   /* subscript */
  904 mike  1.1.2.1     -1,
  905                   /* scope */
  906                   PEGASUS_SCOPE_REFERENCE,
  907                   /* flavor */
  908                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TOINSTANCE|PEGASUS_FLAVOR_DISABLEOVERRIDE,
  909                   /* value */
  910                   "\000",
  911               };
  912               
  913               static SourceQualifierDecl
  914               _Write_qualifier_decl =
  915               {
  916                   /* name */
  917                   "Write",
  918                   /* type */
  919                   CIMTYPE_BOOLEAN,
  920                   /* subscript */
  921                   -1,
  922                   /* scope */
  923                   PEGASUS_SCOPE_PROPERTY,
  924                   /* flavor */
  925 mike  1.1.2.1     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  926                   /* value */
  927                   "\000",
  928               };
  929               
  930               static SourceQualifierDecl
  931               _Alias_qualifier_decl =
  932               {
  933                   /* name */
  934                   "Alias",
  935                   /* type */
  936                   CIMTYPE_STRING,
  937                   /* subscript */
  938                   -1,
  939                   /* scope */
  940                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD,
  941                   /* flavor */
  942                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,
  943                   /* value */
  944                   0,
  945               };
  946 mike  1.1.2.1 
  947               static SourceQualifierDecl
  948               _Delete_qualifier_decl =
  949               {
  950                   /* name */
  951                   "Delete",
  952                   /* type */
  953                   CIMTYPE_BOOLEAN,
  954                   /* subscript */
  955                   -1,
  956                   /* scope */
  957                   PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_REFERENCE,
  958                   /* flavor */
  959                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  960                   /* value */
  961                   "\000",
  962               };
  963               
  964               static SourceQualifierDecl
  965               _Expensive_qualifier_decl =
  966               {
  967 mike  1.1.2.1     /* name */
  968                   "Expensive",
  969                   /* type */
  970                   CIMTYPE_BOOLEAN,
  971                   /* subscript */
  972                   -1,
  973                   /* scope */
  974                   PEGASUS_SCOPE_ANY,
  975                   /* flavor */
  976                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  977                   /* value */
  978                   "\000",
  979               };
  980               
  981               static SourceQualifierDecl
  982               _Ifdeleted_qualifier_decl =
  983               {
  984                   /* name */
  985                   "Ifdeleted",
  986                   /* type */
  987                   CIMTYPE_BOOLEAN,
  988 mike  1.1.2.1     /* subscript */
  989                   -1,
  990                   /* scope */
  991                   PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_REFERENCE,
  992                   /* flavor */
  993                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
  994                   /* value */
  995                   "\000",
  996               };
  997               
  998               static SourceQualifierDecl
  999               _Invisible_qualifier_decl =
 1000               {
 1001                   /* name */
 1002                   "Invisible",
 1003                   /* type */
 1004                   CIMTYPE_BOOLEAN,
 1005                   /* subscript */
 1006                   -1,
 1007                   /* scope */
 1008                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD,
 1009 mike  1.1.2.1     /* flavor */
 1010                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
 1011                   /* value */
 1012                   "\000",
 1013               };
 1014               
 1015               static SourceQualifierDecl
 1016               _Large_qualifier_decl =
 1017               {
 1018                   /* name */
 1019                   "Large",
 1020                   /* type */
 1021                   CIMTYPE_BOOLEAN,
 1022                   /* subscript */
 1023                   -1,
 1024                   /* scope */
 1025                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_PROPERTY,
 1026                   /* flavor */
 1027                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
 1028                   /* value */
 1029                   "\000",
 1030 mike  1.1.2.1 };
 1031               
 1032               static SourceQualifierDecl
 1033               _PropertyUsage_qualifier_decl =
 1034               {
 1035                   /* name */
 1036                   "PropertyUsage",
 1037                   /* type */
 1038                   CIMTYPE_STRING,
 1039                   /* subscript */
 1040                   -1,
 1041                   /* scope */
 1042                   PEGASUS_SCOPE_PROPERTY,
 1043                   /* flavor */
 1044                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
 1045                   /* value */
 1046                   "CurrentContext",
 1047               };
 1048               
 1049               static SourceQualifierDecl
 1050               _Provider_qualifier_decl =
 1051 mike  1.1.2.1 {
 1052                   /* name */
 1053                   "Provider",
 1054                   /* type */
 1055                   CIMTYPE_STRING,
 1056                   /* subscript */
 1057                   -1,
 1058                   /* scope */
 1059                   PEGASUS_SCOPE_ANY,
 1060                   /* flavor */
 1061                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
 1062                   /* value */
 1063                   0,
 1064               };
 1065               
 1066               static SourceQualifierDecl
 1067               _SyntaxType_qualifier_decl =
 1068               {
 1069                   /* name */
 1070                   "SyntaxType",
 1071                   /* type */
 1072 mike  1.1.2.1     CIMTYPE_STRING,
 1073                   /* subscript */
 1074                   -1,
 1075                   /* scope */
 1076                   PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
 1077                   /* flavor */
 1078                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
 1079                   /* value */
 1080                   0,
 1081               };
 1082               
 1083               static SourceQualifierDecl
 1084               _Syntax_qualifier_decl =
 1085               {
 1086                   /* name */
 1087                   "Syntax",
 1088                   /* type */
 1089                   CIMTYPE_STRING,
 1090                   /* subscript */
 1091                   -1,
 1092                   /* scope */
 1093 mike  1.1.2.1     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,
 1094                   /* flavor */
 1095                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
 1096                   /* value */
 1097                   0,
 1098               };
 1099               
 1100               static SourceQualifierDecl
 1101               _TriggerType_qualifier_decl =
 1102               {
 1103                   /* name */
 1104                   "TriggerType",
 1105                   /* type */
 1106                   CIMTYPE_STRING,
 1107                   /* subscript */
 1108                   -1,
 1109                   /* scope */
 1110                   PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION|PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD,
 1111                   /* flavor */
 1112                   PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,
 1113                   /* value */
 1114 mike  1.1.2.1     0,
 1115               };
 1116               
 1117               static SourceQualifierDecl
 1118               _UnknownValues_qualifier_decl =
 1119               {
 1120                   /* name */
 1121                   "UnknownValues",
 1122                   /* type */
 1123                   CIMTYPE_STRING,
 1124                   /* subscript */
 1125                   0,
 1126                   /* scope */
 1127                   PEGASUS_SCOPE_PROPERTY,
 1128                   /* flavor */
 1129                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
 1130                   /* value */
 1131                   0,
 1132               };
 1133               
 1134               static SourceQualifierDecl
 1135 mike  1.1.2.1 _UnsupportedValues_qualifier_decl =
 1136               {
 1137                   /* name */
 1138                   "UnsupportedValues",
 1139                   /* type */
 1140                   CIMTYPE_STRING,
 1141                   /* subscript */
 1142                   0,
 1143                   /* scope */
 1144                   PEGASUS_SCOPE_PROPERTY,
 1145                   /* flavor */
 1146                   PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,
 1147                   /* value */
 1148                   0,
 1149               };
 1150               
 1151               //==============================================================================
 1152               //
 1153               // Forward class declarations
 1154               //
 1155               //==============================================================================
 1156 mike  1.1.2.1 
 1157               extern SourceClass __root_PG_InterOp_CIM_ManagedElement;
 1158               extern SourceClass __root_PG_InterOp_CIM_Setting;
 1159               extern SourceClass __root_PG_InterOp_CIM_SettingContext;
 1160               extern SourceClass __root_PG_InterOp_CIM_SettingData;
 1161               extern SourceClass __root_PG_InterOp_CIM_Capabilities;
 1162               extern SourceClass __root_PG_InterOp_CIM_Collection;
 1163               extern SourceClass __root_PG_InterOp_CIM_CollectionOfMSEs;
 1164               extern SourceClass __root_PG_InterOp_CIM_Component;
 1165               extern SourceClass __root_PG_InterOp_CIM_ConcreteCollection;
 1166               extern SourceClass __root_PG_InterOp_CIM_ConcreteComponent;
 1167               extern SourceClass __root_PG_InterOp_CIM_Configuration;
 1168               extern SourceClass __root_PG_InterOp_CIM_ConfigurationComponent;
 1169               extern SourceClass __root_PG_InterOp_CIM_Dependency;
 1170               extern SourceClass __root_PG_InterOp_CIM_DependencyContext;
 1171               extern SourceClass __root_PG_InterOp_CIM_ElementCapabilities;
 1172               extern SourceClass __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities;
 1173               extern SourceClass __root_PG_InterOp_CIM_FRU;
 1174               extern SourceClass __root_PG_InterOp_CIM_HostedDependency;
 1175               extern SourceClass __root_PG_InterOp_CIM_LocalizationCapabilities;
 1176               extern SourceClass __root_PG_InterOp_CIM_Location;
 1177 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_LogicalIdentity;
 1178               extern SourceClass __root_PG_InterOp_CIM_ManagedSystemElement;
 1179               extern SourceClass __root_PG_InterOp_CIM_MemberOfCollection;
 1180               extern SourceClass __root_PG_InterOp_CIM_MethodParameters;
 1181               extern SourceClass __root_PG_InterOp_CIM_OrderedMemberOfCollection;
 1182               extern SourceClass __root_PG_InterOp_CIM_ParametersForMethod;
 1183               extern SourceClass __root_PG_InterOp_CIM_ParameterValueSources;
 1184               extern SourceClass __root_PG_InterOp_CIM_PhysicalElement;
 1185               extern SourceClass __root_PG_InterOp_CIM_PowerManagementCapabilities;
 1186               extern SourceClass __root_PG_InterOp_CIM_Product;
 1187               extern SourceClass __root_PG_InterOp_CIM_ProductComponent;
 1188               extern SourceClass __root_PG_InterOp_CIM_ProductFRU;
 1189               extern SourceClass __root_PG_InterOp_CIM_ProductParentChild;
 1190               extern SourceClass __root_PG_InterOp_CIM_ProductPhysicalComponent;
 1191               extern SourceClass __root_PG_InterOp_CIM_ProductPhysicalElements;
 1192               extern SourceClass __root_PG_InterOp_CIM_ProductProductDependency;
 1193               extern SourceClass __root_PG_InterOp_CIM_Profile;
 1194               extern SourceClass __root_PG_InterOp_CIM_ReplaceableProductFRU;
 1195               extern SourceClass __root_PG_InterOp_CIM_Spared;
 1196               extern SourceClass __root_PG_InterOp_CIM_StatisticalData;
 1197               extern SourceClass __root_PG_InterOp_CIM_StatisticalInformation;
 1198 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_StatisticalSetting;
 1199               extern SourceClass __root_PG_InterOp_CIM_Statistics;
 1200               extern SourceClass __root_PG_InterOp_CIM_SupportAccess;
 1201               extern SourceClass __root_PG_InterOp_CIM_Synchronized;
 1202               extern SourceClass __root_PG_InterOp_CIM_SystemConfiguration;
 1203               extern SourceClass __root_PG_InterOp_CIM_SystemSetting;
 1204               extern SourceClass __root_PG_InterOp_CIM_SystemSettingContext;
 1205               extern SourceClass __root_PG_InterOp_CIM_SystemSpecificCollection;
 1206               extern SourceClass __root_PG_InterOp_CIM_SystemStatisticalInformation;
 1207               extern SourceClass __root_PG_InterOp_CIM_CollectedCollections;
 1208               extern SourceClass __root_PG_InterOp_CIM_CollectedMSEs;
 1209               extern SourceClass __root_PG_InterOp_CIM_CollectionConfiguration;
 1210               extern SourceClass __root_PG_InterOp_CIM_CollectionSetting;
 1211               extern SourceClass __root_PG_InterOp_CIM_CompatibleProduct;
 1212               extern SourceClass __root_PG_InterOp_CIM_ConcreteDependency;
 1213               extern SourceClass __root_PG_InterOp_CIM_ConcreteIdentity;
 1214               extern SourceClass __root_PG_InterOp_CIM_ContainedLocation;
 1215               extern SourceClass __root_PG_InterOp_CIM_DeviceStatisticalInformation;
 1216               extern SourceClass __root_PG_InterOp_CIM_ElementConfiguration;
 1217               extern SourceClass __root_PG_InterOp_CIM_ElementLocation;
 1218               extern SourceClass __root_PG_InterOp_CIM_ElementProfile;
 1219 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_ElementSetting;
 1220               extern SourceClass __root_PG_InterOp_CIM_ElementSettingData;
 1221               extern SourceClass __root_PG_InterOp_CIM_ElementStatisticalData;
 1222               extern SourceClass __root_PG_InterOp_CIM_FRUIncludesProduct;
 1223               extern SourceClass __root_PG_InterOp_CIM_FRUPhysicalElements;
 1224               extern SourceClass __root_PG_InterOp_CIM_LogicalElement;
 1225               extern SourceClass __root_PG_InterOp_CIM_PhysicalElementLocation;
 1226               extern SourceClass __root_PG_InterOp_CIM_PhysicalStatisticalInformation;
 1227               extern SourceClass __root_PG_InterOp_CIM_PhysicalStatistics;
 1228               extern SourceClass __root_PG_InterOp_CIM_ProductSupport;
 1229               extern SourceClass __root_PG_InterOp_CIM_RedundancyGroup;
 1230               extern SourceClass __root_PG_InterOp_CIM_RedundancySet;
 1231               extern SourceClass __root_PG_InterOp_CIM_RelatedStatisticalData;
 1232               extern SourceClass __root_PG_InterOp_CIM_RelatedStatistics;
 1233               extern SourceClass __root_PG_InterOp_CIM_SAPStatisticalInformation;
 1234               extern SourceClass __root_PG_InterOp_CIM_ScopedSettingData;
 1235               extern SourceClass __root_PG_InterOp_CIM_ServiceStatisticalInformation;
 1236               extern SourceClass __root_PG_InterOp_CIM_SettingAssociatedToCapabilities;
 1237               extern SourceClass __root_PG_InterOp_CIM_SoftwareIdentity;
 1238               extern SourceClass __root_PG_InterOp_CIM_SpareGroup;
 1239               extern SourceClass __root_PG_InterOp_CIM_StatisticsCollection;
 1240 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_StorageRedundancyGroup;
 1241               extern SourceClass __root_PG_InterOp_CIM_StorageRedundancySet;
 1242               extern SourceClass __root_PG_InterOp_CIM_ActsAsSpare;
 1243               extern SourceClass __root_PG_InterOp_CIM_DefaultSetting;
 1244               extern SourceClass __root_PG_InterOp_CIM_ElementSoftwareIdentity;
 1245               extern SourceClass __root_PG_InterOp_CIM_ExtraCapacityGroup;
 1246               extern SourceClass __root_PG_InterOp_CIM_IsSpare;
 1247               extern SourceClass __root_PG_InterOp_CIM_Job;
 1248               extern SourceClass __root_PG_InterOp_CIM_ProductSoftwareComponent;
 1249               extern SourceClass __root_PG_InterOp_CIM_RedundancyComponent;
 1250               extern SourceClass __root_PG_InterOp_CIM_ScopedSetting;
 1251               extern SourceClass __root_PG_InterOp_CIM_ConcreteJob;
 1252               extern SourceClass __root_PG_InterOp_CIM_EnabledLogicalElement;
 1253               extern SourceClass __root_PG_InterOp_CIM_LogicalDevice;
 1254               extern SourceClass __root_PG_InterOp_CIM_Realizes;
 1255               extern SourceClass __root_PG_InterOp_CIM_Service;
 1256               extern SourceClass __root_PG_InterOp_CIM_ServiceAccessPoint;
 1257               extern SourceClass __root_PG_InterOp_CIM_ServiceAccessURI;
 1258               extern SourceClass __root_PG_InterOp_CIM_ServiceAffectsElement;
 1259               extern SourceClass __root_PG_InterOp_CIM_ServiceAvailableToElement;
 1260               extern SourceClass __root_PG_InterOp_CIM_ServiceComponent;
 1261 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_ServiceSAPDependency;
 1262               extern SourceClass __root_PG_InterOp_CIM_ServiceStatistics;
 1263               extern SourceClass __root_PG_InterOp_CIM_StorageExtent;
 1264               extern SourceClass __root_PG_InterOp_CIM_System;
 1265               extern SourceClass __root_PG_InterOp_CIM_SystemComponent;
 1266               extern SourceClass __root_PG_InterOp_CIM_SystemDevice;
 1267               extern SourceClass __root_PG_InterOp_CIM_SystemPackaging;
 1268               extern SourceClass __root_PG_InterOp_CIM_SystemStatistics;
 1269               extern SourceClass __root_PG_InterOp_CIM_AdminDomain;
 1270               extern SourceClass __root_PG_InterOp_CIM_BasedOn;
 1271               extern SourceClass __root_PG_InterOp_CIM_ConfigurationForSystem;
 1272               extern SourceClass __root_PG_InterOp_CIM_ContainedDomain;
 1273               extern SourceClass __root_PG_InterOp_CIM_DeviceSAPImplementation;
 1274               extern SourceClass __root_PG_InterOp_CIM_DeviceServiceImplementation;
 1275               extern SourceClass __root_PG_InterOp_CIM_DeviceStatistics;
 1276               extern SourceClass __root_PG_InterOp_CIM_ExtentRedundancyComponent;
 1277               extern SourceClass __root_PG_InterOp_CIM_HostedAccessPoint;
 1278               extern SourceClass __root_PG_InterOp_CIM_HostedCollection;
 1279               extern SourceClass __root_PG_InterOp_CIM_HostedService;
 1280               extern SourceClass __root_PG_InterOp_CIM_InstalledSoftwareIdentity;
 1281               extern SourceClass __root_PG_InterOp_CIM_PowerManagementService;
 1282 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_ProductServiceComponent;
 1283               extern SourceClass __root_PG_InterOp_CIM_ProtocolEndpoint;
 1284               extern SourceClass __root_PG_InterOp_CIM_ProvidesServiceToElement;
 1285               extern SourceClass __root_PG_InterOp_CIM_RemoteServiceAccessPoint;
 1286               extern SourceClass __root_PG_InterOp_CIM_SAPAvailableForElement;
 1287               extern SourceClass __root_PG_InterOp_CIM_SAPSAPDependency;
 1288               extern SourceClass __root_PG_InterOp_CIM_SAPStatistics;
 1289               extern SourceClass __root_PG_InterOp_CIM_ServiceAccessBySAP;
 1290               extern SourceClass __root_PG_InterOp_CIM_ServiceServiceDependency;
 1291               extern SourceClass __root_PG_InterOp_CIM_SettingForSystem;
 1292               extern SourceClass __root_PG_InterOp_CIM_ActiveConnection;
 1293               extern SourceClass __root_PG_InterOp_CIM_BindsTo;
 1294               extern SourceClass __root_PG_InterOp_CIM_ProvidesEndpoint;
 1295               extern SourceClass __root_PG_InterOp_CIM_RemotePort;
 1296               extern SourceClass __root_PG_InterOp_CIM_Indication;
 1297               extern SourceClass __root_PG_InterOp_CIM_ClassIndication;
 1298               extern SourceClass __root_PG_InterOp_CIM_ClassModification;
 1299               extern SourceClass __root_PG_InterOp_CIM_IndicationFilter;
 1300               extern SourceClass __root_PG_InterOp_CIM_InstIndication;
 1301               extern SourceClass __root_PG_InterOp_CIM_InstMethodCall;
 1302               extern SourceClass __root_PG_InterOp_CIM_InstModification;
 1303 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_InstRead;
 1304               extern SourceClass __root_PG_InterOp_CIM_ListenerDestination;
 1305               extern SourceClass __root_PG_InterOp_CIM_ListenerDestinationCIMXML;
 1306               extern SourceClass __root_PG_InterOp_CIM_ProcessIndication;
 1307               extern SourceClass __root_PG_InterOp_CIM_SNMPTrapIndication;
 1308               extern SourceClass __root_PG_InterOp_CIM_AlertIndication;
 1309               extern SourceClass __root_PG_InterOp_CIM_AlertInstIndication;
 1310               extern SourceClass __root_PG_InterOp_CIM_ClassCreation;
 1311               extern SourceClass __root_PG_InterOp_CIM_ClassDeletion;
 1312               extern SourceClass __root_PG_InterOp_CIM_IndicationHandler;
 1313               extern SourceClass __root_PG_InterOp_CIM_IndicationHandlerCIMXML;
 1314               extern SourceClass __root_PG_InterOp_CIM_IndicationSubscription;
 1315               extern SourceClass __root_PG_InterOp_CIM_InstCreation;
 1316               extern SourceClass __root_PG_InterOp_CIM_InstDeletion;
 1317               extern SourceClass __root_PG_InterOp_CIM_ThresholdIndication;
 1318               extern SourceClass __root_PG_InterOp_CIM_FormattedIndicationSubscription;
 1319               extern SourceClass __root_PG_InterOp_CIM_Namespace;
 1320               extern SourceClass __root_PG_InterOp_CIM_RegisteredProfile;
 1321               extern SourceClass __root_PG_InterOp_CIM_RegisteredSubProfile;
 1322               extern SourceClass __root_PG_InterOp_CIM_SystemIdentification;
 1323               extern SourceClass __root_PG_InterOp_CIM_SystemInNamespace;
 1324 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_CIM_CIMOMStatisticalData;
 1325               extern SourceClass __root_PG_InterOp_CIM_ElementConformsToProfile;
 1326               extern SourceClass __root_PG_InterOp_CIM_ReferencedProfile;
 1327               extern SourceClass __root_PG_InterOp_CIM_SubProfileRequiresProfile;
 1328               extern SourceClass __root_PG_InterOp_CIM_WBEMService;
 1329               extern SourceClass __root_PG_InterOp_CIM_IdentificationOfManagedSystem;
 1330               extern SourceClass __root_PG_InterOp_CIM_ObjectManager;
 1331               extern SourceClass __root_PG_InterOp_CIM_ObjectManagerAdapter;
 1332               extern SourceClass __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism;
 1333               extern SourceClass __root_PG_InterOp_CIM_ProtocolAdapter;
 1334               extern SourceClass __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism;
 1335               extern SourceClass __root_PG_InterOp_CIM_CommMechanismForAdapter;
 1336               extern SourceClass __root_PG_InterOp_CIM_CommMechanismForManager;
 1337               extern SourceClass __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter;
 1338               extern SourceClass __root_PG_InterOp_CIM_NamespaceInManager;
 1339               extern SourceClass __root_PG_InterOp_PG_IndicationHandlerSNMPMapper;
 1340               extern SourceClass __root_PG_InterOp_PG_ListenerDestinationSystemLog;
 1341               extern SourceClass __root_PG_InterOp_PG_ListenerDestinationEmail;
 1342               extern SourceClass __root_PG_InterOp_PG_ProviderModule;
 1343               extern SourceClass __root_PG_InterOp_PG_Provider;
 1344               extern SourceClass __root_PG_InterOp_PG_Capabilities;
 1345 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_PG_CapabilitiesRegistration;
 1346               extern SourceClass __root_PG_InterOp_PG_ProviderCapabilities;
 1347               extern SourceClass __root_PG_InterOp_PG_ConsumerCapabilities;
 1348               extern SourceClass __root_PG_InterOp_PG_ProviderCapabilitiesElements;
 1349               extern SourceClass __root_PG_InterOp_PG_ProviderModuleElements;
 1350               extern SourceClass __root_PG_InterOp_PG_CIMXMLCommunicationMechanism;
 1351               extern SourceClass __root_PG_InterOp_PG_NameSpace;
 1352               extern SourceClass __root_PG_InterOp_CIM_ComputerSystem;
 1353               extern SourceClass __root_PG_InterOp_CIM_UnitaryComputerSystem;
 1354               extern SourceClass __root_PG_InterOp_PG_ComputerSystem;
 1355               extern SourceClass __root_PG_InterOp_PG_ProviderProfileCapabilities;
 1356               extern SourceClass __root_PG_InterOp_PG_ProviderReferencedProfiles;
 1357               extern SourceClass __root_PG_InterOp_PG_RegisteredProfile;
 1358               extern SourceClass __root_PG_InterOp_PG_RegisteredSubProfile;
 1359               extern SourceClass __root_PG_InterOp_PG_ReferencedProfile;
 1360               extern SourceClass __root_PG_InterOp_PG_ElementConformsToProfile;
 1361               extern SourceClass __root_PG_InterOp_PG_SubProfileRequiresProfile;
 1362               extern SourceClass __root_PG_InterOp_PG_SoftwareIdentity;
 1363               extern SourceClass __root_PG_InterOp_PG_ElementSoftwareIdentity;
 1364               extern SourceClass __root_PG_InterOp_PG_ObjectManager;
 1365               extern SourceClass __root_PG_InterOp_PG_CommMechanismForManager;
 1366 mike  1.1.2.1 extern SourceClass __root_PG_InterOp_PG_NamespaceInManager;
 1367               extern SourceClass __root_PG_InterOp_PG_HostedObjectManager;
 1368               extern SourceClass __root_PG_InterOp_PG_HostedAccessPoint;
 1369               
 1370               //==============================================================================
 1371               //
 1372               // Class: CIM_ManagedElement
 1373               //
 1374               //==============================================================================
 1375               
 1376               static const char*
 1377               _CIM_ManagedElement_Caption_qualifiers[] =
 1378               {
 1379                   /* MaxLen */
 1380                   "\030\000\000\000\100",
 1381                   0,
 1382               };
 1383               
 1384               static SourceProperty
 1385               _CIM_ManagedElement_Caption =
 1386               {
 1387 mike  1.1.2.1     /* flags */
 1388                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 1389                   /* name */
 1390                   "Caption",
 1391                   /* qualifiers */
 1392                   _CIM_ManagedElement_Caption_qualifiers,
 1393                   /* type */
 1394                   CIMTYPE_STRING,
 1395                   /* subscript */
 1396                   -1,
 1397                   /* value */
 1398                   0,
 1399               };
 1400               
 1401               static const char*
 1402               _CIM_ManagedElement_Description_qualifiers[] =
 1403               {
 1404                   0,
 1405               };
 1406               
 1407               static SourceProperty
 1408 mike  1.1.2.1 _CIM_ManagedElement_Description =
 1409               {
 1410                   /* flags */
 1411                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 1412                   /* name */
 1413                   "Description",
 1414                   /* qualifiers */
 1415                   _CIM_ManagedElement_Description_qualifiers,
 1416                   /* type */
 1417                   CIMTYPE_STRING,
 1418                   /* subscript */
 1419                   -1,
 1420                   /* value */
 1421                   0,
 1422               };
 1423               
 1424               static const char*
 1425               _CIM_ManagedElement_ElementName_qualifiers[] =
 1426               {
 1427                   0,
 1428               };
 1429 mike  1.1.2.1 
 1430               static SourceProperty
 1431               _CIM_ManagedElement_ElementName =
 1432               {
 1433                   /* flags */
 1434                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 1435                   /* name */
 1436                   "ElementName",
 1437                   /* qualifiers */
 1438                   _CIM_ManagedElement_ElementName_qualifiers,
 1439                   /* type */
 1440                   CIMTYPE_STRING,
 1441                   /* subscript */
 1442                   -1,
 1443                   /* value */
 1444                   0,
 1445               };
 1446               
 1447               static SourceFeature*
 1448               _CIM_ManagedElement_features[] =
 1449               {
 1450 mike  1.1.2.1     (SourceFeature*)&_CIM_ManagedElement_Caption,
 1451                   (SourceFeature*)&_CIM_ManagedElement_Description,
 1452                   (SourceFeature*)&_CIM_ManagedElement_ElementName,
 1453                   0,
 1454               };
 1455               
 1456               static const char*
 1457               __root_PG_InterOp_CIM_ManagedElement_qualifiers[] =
 1458               {
 1459                   /* UMLPackagePath */
 1460                   "\057CIM::Core::CoreElements",
 1461                   /* Version */
 1462                   "\0632.10.0",
 1463                   0,
 1464               };
 1465               
 1466               SourceClass
 1467               __root_PG_InterOp_CIM_ManagedElement =
 1468               {
 1469                   /* flags */
 1470                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 1471 mike  1.1.2.1     /* name */
 1472                   "CIM_ManagedElement",
 1473                   /* qualifiers */
 1474                   __root_PG_InterOp_CIM_ManagedElement_qualifiers,
 1475                   /* superClass */
 1476                   0,
 1477                   /* features */
 1478                   _CIM_ManagedElement_features,
 1479               };
 1480               
 1481               //==============================================================================
 1482               //
 1483               // Class: CIM_Setting
 1484               //
 1485               //==============================================================================
 1486               
 1487               static const char*
 1488               _CIM_Setting_SettingID_qualifiers[] =
 1489               {
 1490                   /* MaxLen */
 1491                   "\030\000\000\001\000",
 1492 mike  1.1.2.1     0,
 1493               };
 1494               
 1495               static SourceProperty
 1496               _CIM_Setting_SettingID =
 1497               {
 1498                   /* flags */
 1499                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 1500                   /* name */
 1501                   "SettingID",
 1502                   /* qualifiers */
 1503                   _CIM_Setting_SettingID_qualifiers,
 1504                   /* type */
 1505                   CIMTYPE_STRING,
 1506                   /* subscript */
 1507                   -1,
 1508                   /* value */
 1509                   0,
 1510               };
 1511               
 1512               static const char*
 1513 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers[] =
 1514               {
 1515                   0,
 1516               };
 1517               
 1518               static SourceReference
 1519               _CIM_Setting_VerifyOKToApplyToMSE_MSE =
 1520               {
 1521                   /* flags */
 1522                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 1523                   /* name */
 1524                   "MSE",
 1525                   /* qualifiers */
 1526                   _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers,
 1527                   /* subscript */
 1528                   -1,
 1529                   /* refClassId */
 1530                   &__root_PG_InterOp_CIM_ManagedSystemElement,
 1531               };
 1532               
 1533               static const char*
 1534 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply_qualifiers[] =
 1535               {
 1536                   0,
 1537               };
 1538               
 1539               static SourceProperty
 1540               _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply =
 1541               {
 1542                   /* flags */
 1543                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1544                   /* name */
 1545                   "TimeToApply",
 1546                   /* qualifiers */
 1547                   _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply_qualifiers,
 1548                   /* type */
 1549                   CIMTYPE_DATETIME,
 1550                   /* subscript */
 1551                   -1,
 1552                   /* value */
 1553                   0,
 1554               };
 1555 mike  1.1.2.1 
 1556               static const char*
 1557               _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy_qualifiers[] =
 1558               {
 1559                   0,
 1560               };
 1561               
 1562               static SourceProperty
 1563               _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy =
 1564               {
 1565                   /* flags */
 1566                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1567                   /* name */
 1568                   "MustBeCompletedBy",
 1569                   /* qualifiers */
 1570                   _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy_qualifiers,
 1571                   /* type */
 1572                   CIMTYPE_DATETIME,
 1573                   /* subscript */
 1574                   -1,
 1575                   /* value */
 1576 mike  1.1.2.1     0,
 1577               };
 1578               
 1579               static SourceProperty*
 1580               _CIM_Setting_VerifyOKToApplyToMSE_parameters[] =
 1581               {
 1582                   (SourceProperty*)&_CIM_Setting_VerifyOKToApplyToMSE_MSE,
 1583                   (SourceProperty*)&_CIM_Setting_VerifyOKToApplyToMSE_TimeToApply,
 1584                   (SourceProperty*)&_CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy,
 1585                   0,
 1586               };
 1587               
 1588               static const char*
 1589               _CIM_Setting_VerifyOKToApplyToMSE_qualifiers[] =
 1590               {
 1591                   0,
 1592               };
 1593               
 1594               static SourceMethod
 1595               _CIM_Setting_VerifyOKToApplyToMSE =
 1596               {
 1597 mike  1.1.2.1     /* flags */
 1598                   PEGASUS_FLAG_METHOD,
 1599                   /* name */
 1600                   "CIM_Setting",
 1601                   /* qualifiers */
 1602                   _CIM_Setting_VerifyOKToApplyToMSE_qualifiers,
 1603                   /* type */
 1604                   CIMTYPE_UINT32,
 1605                   /* parameters */
 1606                   _CIM_Setting_VerifyOKToApplyToMSE_parameters,
 1607               };
 1608               
 1609               static const char*
 1610               _CIM_Setting_ApplyToMSE_MSE_qualifiers[] =
 1611               {
 1612                   0,
 1613               };
 1614               
 1615               static SourceReference
 1616               _CIM_Setting_ApplyToMSE_MSE =
 1617               {
 1618 mike  1.1.2.1     /* flags */
 1619                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 1620                   /* name */
 1621                   "MSE",
 1622                   /* qualifiers */
 1623                   _CIM_Setting_ApplyToMSE_MSE_qualifiers,
 1624                   /* subscript */
 1625                   -1,
 1626                   /* refClassId */
 1627                   &__root_PG_InterOp_CIM_ManagedSystemElement,
 1628               };
 1629               
 1630               static const char*
 1631               _CIM_Setting_ApplyToMSE_TimeToApply_qualifiers[] =
 1632               {
 1633                   0,
 1634               };
 1635               
 1636               static SourceProperty
 1637               _CIM_Setting_ApplyToMSE_TimeToApply =
 1638               {
 1639 mike  1.1.2.1     /* flags */
 1640                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1641                   /* name */
 1642                   "TimeToApply",
 1643                   /* qualifiers */
 1644                   _CIM_Setting_ApplyToMSE_TimeToApply_qualifiers,
 1645                   /* type */
 1646                   CIMTYPE_DATETIME,
 1647                   /* subscript */
 1648                   -1,
 1649                   /* value */
 1650                   0,
 1651               };
 1652               
 1653               static const char*
 1654               _CIM_Setting_ApplyToMSE_MustBeCompletedBy_qualifiers[] =
 1655               {
 1656                   0,
 1657               };
 1658               
 1659               static SourceProperty
 1660 mike  1.1.2.1 _CIM_Setting_ApplyToMSE_MustBeCompletedBy =
 1661               {
 1662                   /* flags */
 1663                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1664                   /* name */
 1665                   "MustBeCompletedBy",
 1666                   /* qualifiers */
 1667                   _CIM_Setting_ApplyToMSE_MustBeCompletedBy_qualifiers,
 1668                   /* type */
 1669                   CIMTYPE_DATETIME,
 1670                   /* subscript */
 1671                   -1,
 1672                   /* value */
 1673                   0,
 1674               };
 1675               
 1676               static SourceProperty*
 1677               _CIM_Setting_ApplyToMSE_parameters[] =
 1678               {
 1679                   (SourceProperty*)&_CIM_Setting_ApplyToMSE_MSE,
 1680                   (SourceProperty*)&_CIM_Setting_ApplyToMSE_TimeToApply,
 1681 mike  1.1.2.1     (SourceProperty*)&_CIM_Setting_ApplyToMSE_MustBeCompletedBy,
 1682                   0,
 1683               };
 1684               
 1685               static const char*
 1686               _CIM_Setting_ApplyToMSE_qualifiers[] =
 1687               {
 1688                   0,
 1689               };
 1690               
 1691               static SourceMethod
 1692               _CIM_Setting_ApplyToMSE =
 1693               {
 1694                   /* flags */
 1695                   PEGASUS_FLAG_METHOD,
 1696                   /* name */
 1697                   "CIM_Setting",
 1698                   /* qualifiers */
 1699                   _CIM_Setting_ApplyToMSE_qualifiers,
 1700                   /* type */
 1701                   CIMTYPE_UINT32,
 1702 mike  1.1.2.1     /* parameters */
 1703                   _CIM_Setting_ApplyToMSE_parameters,
 1704               };
 1705               
 1706               static const char*
 1707               _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers[] =
 1708               {
 1709                   0,
 1710               };
 1711               
 1712               static SourceReference
 1713               _CIM_Setting_VerifyOKToApplyToCollection_Collection =
 1714               {
 1715                   /* flags */
 1716                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 1717                   /* name */
 1718                   "Collection",
 1719                   /* qualifiers */
 1720                   _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers,
 1721                   /* subscript */
 1722                   -1,
 1723 mike  1.1.2.1     /* refClassId */
 1724                   &__root_PG_InterOp_CIM_CollectionOfMSEs,
 1725               };
 1726               
 1727               static const char*
 1728               _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply_qualifiers[] =
 1729               {
 1730                   0,
 1731               };
 1732               
 1733               static SourceProperty
 1734               _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply =
 1735               {
 1736                   /* flags */
 1737                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1738                   /* name */
 1739                   "TimeToApply",
 1740                   /* qualifiers */
 1741                   _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply_qualifiers,
 1742                   /* type */
 1743                   CIMTYPE_DATETIME,
 1744 mike  1.1.2.1     /* subscript */
 1745                   -1,
 1746                   /* value */
 1747                   0,
 1748               };
 1749               
 1750               static const char*
 1751               _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy_qualifiers[] =
 1752               {
 1753                   0,
 1754               };
 1755               
 1756               static SourceProperty
 1757               _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy =
 1758               {
 1759                   /* flags */
 1760                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1761                   /* name */
 1762                   "MustBeCompletedBy",
 1763                   /* qualifiers */
 1764                   _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy_qualifiers,
 1765 mike  1.1.2.1     /* type */
 1766                   CIMTYPE_DATETIME,
 1767                   /* subscript */
 1768                   -1,
 1769                   /* value */
 1770                   0,
 1771               };
 1772               
 1773               static const char*
 1774               _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply_qualifiers[] =
 1775               {
 1776                   0,
 1777               };
 1778               
 1779               static SourceProperty
 1780               _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply =
 1781               {
 1782                   /* flags */
 1783                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_OUT,
 1784                   /* name */
 1785                   "CanNotApply",
 1786 mike  1.1.2.1     /* qualifiers */
 1787                   _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply_qualifiers,
 1788                   /* type */
 1789                   CIMTYPE_STRING,
 1790                   /* subscript */
 1791                   0,
 1792                   /* value */
 1793                   0,
 1794               };
 1795               
 1796               static SourceProperty*
 1797               _CIM_Setting_VerifyOKToApplyToCollection_parameters[] =
 1798               {
 1799                   (SourceProperty*)&_CIM_Setting_VerifyOKToApplyToCollection_Collection,
 1800                   (SourceProperty*)&_CIM_Setting_VerifyOKToApplyToCollection_TimeToApply,
 1801                   (SourceProperty*)&_CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy,
 1802                   (SourceProperty*)&_CIM_Setting_VerifyOKToApplyToCollection_CanNotApply,
 1803                   0,
 1804               };
 1805               
 1806               static const char*
 1807 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyToCollection_qualifiers[] =
 1808               {
 1809                   0,
 1810               };
 1811               
 1812               static SourceMethod
 1813               _CIM_Setting_VerifyOKToApplyToCollection =
 1814               {
 1815                   /* flags */
 1816                   PEGASUS_FLAG_METHOD,
 1817                   /* name */
 1818                   "CIM_Setting",
 1819                   /* qualifiers */
 1820                   _CIM_Setting_VerifyOKToApplyToCollection_qualifiers,
 1821                   /* type */
 1822                   CIMTYPE_UINT32,
 1823                   /* parameters */
 1824                   _CIM_Setting_VerifyOKToApplyToCollection_parameters,
 1825               };
 1826               
 1827               static const char*
 1828 mike  1.1.2.1 _CIM_Setting_ApplyToCollection_Collection_qualifiers[] =
 1829               {
 1830                   0,
 1831               };
 1832               
 1833               static SourceReference
 1834               _CIM_Setting_ApplyToCollection_Collection =
 1835               {
 1836                   /* flags */
 1837                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 1838                   /* name */
 1839                   "Collection",
 1840                   /* qualifiers */
 1841                   _CIM_Setting_ApplyToCollection_Collection_qualifiers,
 1842                   /* subscript */
 1843                   -1,
 1844                   /* refClassId */
 1845                   &__root_PG_InterOp_CIM_CollectionOfMSEs,
 1846               };
 1847               
 1848               static const char*
 1849 mike  1.1.2.1 _CIM_Setting_ApplyToCollection_TimeToApply_qualifiers[] =
 1850               {
 1851                   0,
 1852               };
 1853               
 1854               static SourceProperty
 1855               _CIM_Setting_ApplyToCollection_TimeToApply =
 1856               {
 1857                   /* flags */
 1858                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1859                   /* name */
 1860                   "TimeToApply",
 1861                   /* qualifiers */
 1862                   _CIM_Setting_ApplyToCollection_TimeToApply_qualifiers,
 1863                   /* type */
 1864                   CIMTYPE_DATETIME,
 1865                   /* subscript */
 1866                   -1,
 1867                   /* value */
 1868                   0,
 1869               };
 1870 mike  1.1.2.1 
 1871               static const char*
 1872               _CIM_Setting_ApplyToCollection_ContinueOnError_qualifiers[] =
 1873               {
 1874                   0,
 1875               };
 1876               
 1877               static SourceProperty
 1878               _CIM_Setting_ApplyToCollection_ContinueOnError =
 1879               {
 1880                   /* flags */
 1881                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1882                   /* name */
 1883                   "ContinueOnError",
 1884                   /* qualifiers */
 1885                   _CIM_Setting_ApplyToCollection_ContinueOnError_qualifiers,
 1886                   /* type */
 1887                   CIMTYPE_BOOLEAN,
 1888                   /* subscript */
 1889                   -1,
 1890                   /* value */
 1891 mike  1.1.2.1     0,
 1892               };
 1893               
 1894               static const char*
 1895               _CIM_Setting_ApplyToCollection_MustBeCompletedBy_qualifiers[] =
 1896               {
 1897                   0,
 1898               };
 1899               
 1900               static SourceProperty
 1901               _CIM_Setting_ApplyToCollection_MustBeCompletedBy =
 1902               {
 1903                   /* flags */
 1904                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 1905                   /* name */
 1906                   "MustBeCompletedBy",
 1907                   /* qualifiers */
 1908                   _CIM_Setting_ApplyToCollection_MustBeCompletedBy_qualifiers,
 1909                   /* type */
 1910                   CIMTYPE_DATETIME,
 1911                   /* subscript */
 1912 mike  1.1.2.1     -1,
 1913                   /* value */
 1914                   0,
 1915               };
 1916               
 1917               static const char*
 1918               _CIM_Setting_ApplyToCollection_CanNotApply_qualifiers[] =
 1919               {
 1920                   0,
 1921               };
 1922               
 1923               static SourceProperty
 1924               _CIM_Setting_ApplyToCollection_CanNotApply =
 1925               {
 1926                   /* flags */
 1927                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_OUT,
 1928                   /* name */
 1929                   "CanNotApply",
 1930                   /* qualifiers */
 1931                   _CIM_Setting_ApplyToCollection_CanNotApply_qualifiers,
 1932                   /* type */
 1933 mike  1.1.2.1     CIMTYPE_STRING,
 1934                   /* subscript */
 1935                   0,
 1936                   /* value */
 1937                   0,
 1938               };
 1939               
 1940               static SourceProperty*
 1941               _CIM_Setting_ApplyToCollection_parameters[] =
 1942               {
 1943                   (SourceProperty*)&_CIM_Setting_ApplyToCollection_Collection,
 1944                   (SourceProperty*)&_CIM_Setting_ApplyToCollection_TimeToApply,
 1945                   (SourceProperty*)&_CIM_Setting_ApplyToCollection_ContinueOnError,
 1946                   (SourceProperty*)&_CIM_Setting_ApplyToCollection_MustBeCompletedBy,
 1947                   (SourceProperty*)&_CIM_Setting_ApplyToCollection_CanNotApply,
 1948                   0,
 1949               };
 1950               
 1951               static const char*
 1952               _CIM_Setting_ApplyToCollection_qualifiers[] =
 1953               {
 1954 mike  1.1.2.1     0,
 1955               };
 1956               
 1957               static SourceMethod
 1958               _CIM_Setting_ApplyToCollection =
 1959               {
 1960                   /* flags */
 1961                   PEGASUS_FLAG_METHOD,
 1962                   /* name */
 1963                   "CIM_Setting",
 1964                   /* qualifiers */
 1965                   _CIM_Setting_ApplyToCollection_qualifiers,
 1966                   /* type */
 1967                   CIMTYPE_UINT32,
 1968                   /* parameters */
 1969                   _CIM_Setting_ApplyToCollection_parameters,
 1970               };
 1971               
 1972               static const char*
 1973               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers[] =
 1974               {
 1975 mike  1.1.2.1     0,
 1976               };
 1977               
 1978               static SourceReference
 1979               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE =
 1980               {
 1981                   /* flags */
 1982                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 1983                   /* name */
 1984                   "MSE",
 1985                   /* qualifiers */
 1986                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers,
 1987                   /* subscript */
 1988                   -1,
 1989                   /* refClassId */
 1990                   &__root_PG_InterOp_CIM_ManagedSystemElement,
 1991               };
 1992               
 1993               static const char*
 1994               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] =
 1995               {
 1996 mike  1.1.2.1     0,
 1997               };
 1998               
 1999               static SourceProperty
 2000               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply =
 2001               {
 2002                   /* flags */
 2003                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2004                   /* name */
 2005                   "TimeToApply",
 2006                   /* qualifiers */
 2007                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply_qualifiers,
 2008                   /* type */
 2009                   CIMTYPE_DATETIME,
 2010                   /* subscript */
 2011                   -1,
 2012                   /* value */
 2013                   0,
 2014               };
 2015               
 2016               static const char*
 2017 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] =
 2018               {
 2019                   0,
 2020               };
 2021               
 2022               static SourceProperty
 2023               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy =
 2024               {
 2025                   /* flags */
 2026                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2027                   /* name */
 2028                   "MustBeCompletedBy",
 2029                   /* qualifiers */
 2030                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers,
 2031                   /* type */
 2032                   CIMTYPE_DATETIME,
 2033                   /* subscript */
 2034                   -1,
 2035                   /* value */
 2036                   0,
 2037               };
 2038 mike  1.1.2.1 
 2039               static const char*
 2040               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] =
 2041               {
 2042                   0,
 2043               };
 2044               
 2045               static SourceProperty
 2046               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply =
 2047               {
 2048                   /* flags */
 2049                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2050                   /* name */
 2051                   "PropertiesToApply",
 2052                   /* qualifiers */
 2053                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers,
 2054                   /* type */
 2055                   CIMTYPE_STRING,
 2056                   /* subscript */
 2057                   0,
 2058                   /* value */
 2059 mike  1.1.2.1     0,
 2060               };
 2061               
 2062               static SourceProperty*
 2063               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_parameters[] =
 2064               {
 2065                   (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE,
 2066                   (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply,
 2067                   (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy,
 2068                   (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply,
 2069                   0,
 2070               };
 2071               
 2072               static const char*
 2073               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_qualifiers[] =
 2074               {
 2075                   0,
 2076               };
 2077               
 2078               static SourceMethod
 2079               _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE =
 2080 mike  1.1.2.1 {
 2081                   /* flags */
 2082                   PEGASUS_FLAG_METHOD,
 2083                   /* name */
 2084                   "CIM_Setting",
 2085                   /* qualifiers */
 2086                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_qualifiers,
 2087                   /* type */
 2088                   CIMTYPE_UINT32,
 2089                   /* parameters */
 2090                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_parameters,
 2091               };
 2092               
 2093               static const char*
 2094               _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers[] =
 2095               {
 2096                   0,
 2097               };
 2098               
 2099               static SourceReference
 2100               _CIM_Setting_ApplyIncrementalChangeToMSE_MSE =
 2101 mike  1.1.2.1 {
 2102                   /* flags */
 2103                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 2104                   /* name */
 2105                   "MSE",
 2106                   /* qualifiers */
 2107                   _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers,
 2108                   /* subscript */
 2109                   -1,
 2110                   /* refClassId */
 2111                   &__root_PG_InterOp_CIM_ManagedSystemElement,
 2112               };
 2113               
 2114               static const char*
 2115               _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] =
 2116               {
 2117                   0,
 2118               };
 2119               
 2120               static SourceProperty
 2121               _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply =
 2122 mike  1.1.2.1 {
 2123                   /* flags */
 2124                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2125                   /* name */
 2126                   "TimeToApply",
 2127                   /* qualifiers */
 2128                   _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply_qualifiers,
 2129                   /* type */
 2130                   CIMTYPE_DATETIME,
 2131                   /* subscript */
 2132                   -1,
 2133                   /* value */
 2134                   0,
 2135               };
 2136               
 2137               static const char*
 2138               _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] =
 2139               {
 2140                   0,
 2141               };
 2142               
 2143 mike  1.1.2.1 static SourceProperty
 2144               _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy =
 2145               {
 2146                   /* flags */
 2147                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2148                   /* name */
 2149                   "MustBeCompletedBy",
 2150                   /* qualifiers */
 2151                   _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers,
 2152                   /* type */
 2153                   CIMTYPE_DATETIME,
 2154                   /* subscript */
 2155                   -1,
 2156                   /* value */
 2157                   0,
 2158               };
 2159               
 2160               static const char*
 2161               _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] =
 2162               {
 2163                   0,
 2164 mike  1.1.2.1 };
 2165               
 2166               static SourceProperty
 2167               _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply =
 2168               {
 2169                   /* flags */
 2170                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2171                   /* name */
 2172                   "PropertiesToApply",
 2173                   /* qualifiers */
 2174                   _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers,
 2175                   /* type */
 2176                   CIMTYPE_STRING,
 2177                   /* subscript */
 2178                   0,
 2179                   /* value */
 2180                   0,
 2181               };
 2182               
 2183               static SourceProperty*
 2184               _CIM_Setting_ApplyIncrementalChangeToMSE_parameters[] =
 2185 mike  1.1.2.1 {
 2186                   (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MSE,
 2187                   (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply,
 2188                   (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy,
 2189                   (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply,
 2190                   0,
 2191               };
 2192               
 2193               static const char*
 2194               _CIM_Setting_ApplyIncrementalChangeToMSE_qualifiers[] =
 2195               {
 2196                   0,
 2197               };
 2198               
 2199               static SourceMethod
 2200               _CIM_Setting_ApplyIncrementalChangeToMSE =
 2201               {
 2202                   /* flags */
 2203                   PEGASUS_FLAG_METHOD,
 2204                   /* name */
 2205                   "CIM_Setting",
 2206 mike  1.1.2.1     /* qualifiers */
 2207                   _CIM_Setting_ApplyIncrementalChangeToMSE_qualifiers,
 2208                   /* type */
 2209                   CIMTYPE_UINT32,
 2210                   /* parameters */
 2211                   _CIM_Setting_ApplyIncrementalChangeToMSE_parameters,
 2212               };
 2213               
 2214               static const char*
 2215               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers[] =
 2216               {
 2217                   0,
 2218               };
 2219               
 2220               static SourceReference
 2221               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection =
 2222               {
 2223                   /* flags */
 2224                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 2225                   /* name */
 2226                   "Collection",
 2227 mike  1.1.2.1     /* qualifiers */
 2228                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers,
 2229                   /* subscript */
 2230                   -1,
 2231                   /* refClassId */
 2232                   &__root_PG_InterOp_CIM_CollectionOfMSEs,
 2233               };
 2234               
 2235               static const char*
 2236               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] =
 2237               {
 2238                   0,
 2239               };
 2240               
 2241               static SourceProperty
 2242               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply =
 2243               {
 2244                   /* flags */
 2245                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2246                   /* name */
 2247                   "TimeToApply",
 2248 mike  1.1.2.1     /* qualifiers */
 2249                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply_qualifiers,
 2250                   /* type */
 2251                   CIMTYPE_DATETIME,
 2252                   /* subscript */
 2253                   -1,
 2254                   /* value */
 2255                   0,
 2256               };
 2257               
 2258               static const char*
 2259               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] =
 2260               {
 2261                   0,
 2262               };
 2263               
 2264               static SourceProperty
 2265               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy =
 2266               {
 2267                   /* flags */
 2268                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2269 mike  1.1.2.1     /* name */
 2270                   "MustBeCompletedBy",
 2271                   /* qualifiers */
 2272                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers,
 2273                   /* type */
 2274                   CIMTYPE_DATETIME,
 2275                   /* subscript */
 2276                   -1,
 2277                   /* value */
 2278                   0,
 2279               };
 2280               
 2281               static const char*
 2282               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] =
 2283               {
 2284                   0,
 2285               };
 2286               
 2287               static SourceProperty
 2288               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply =
 2289               {
 2290 mike  1.1.2.1     /* flags */
 2291                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2292                   /* name */
 2293                   "PropertiesToApply",
 2294                   /* qualifiers */
 2295                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers,
 2296                   /* type */
 2297                   CIMTYPE_STRING,
 2298                   /* subscript */
 2299                   0,
 2300                   /* value */
 2301                   0,
 2302               };
 2303               
 2304               static const char*
 2305               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] =
 2306               {
 2307                   0,
 2308               };
 2309               
 2310               static SourceProperty
 2311 mike  1.1.2.1 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply =
 2312               {
 2313                   /* flags */
 2314                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_OUT,
 2315                   /* name */
 2316                   "CanNotApply",
 2317                   /* qualifiers */
 2318                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply_qualifiers,
 2319                   /* type */
 2320                   CIMTYPE_STRING,
 2321                   /* subscript */
 2322                   0,
 2323                   /* value */
 2324                   0,
 2325               };
 2326               
 2327               static SourceProperty*
 2328               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_parameters[] =
 2329               {
 2330                   (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection,
 2331                   (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply,
 2332 mike  1.1.2.1     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy,
 2333                   (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply,
 2334                   (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply,
 2335                   0,
 2336               };
 2337               
 2338               static const char*
 2339               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_qualifiers[] =
 2340               {
 2341                   0,
 2342               };
 2343               
 2344               static SourceMethod
 2345               _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection =
 2346               {
 2347                   /* flags */
 2348                   PEGASUS_FLAG_METHOD,
 2349                   /* name */
 2350                   "CIM_Setting",
 2351                   /* qualifiers */
 2352                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_qualifiers,
 2353 mike  1.1.2.1     /* type */
 2354                   CIMTYPE_UINT32,
 2355                   /* parameters */
 2356                   _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_parameters,
 2357               };
 2358               
 2359               static const char*
 2360               _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers[] =
 2361               {
 2362                   0,
 2363               };
 2364               
 2365               static SourceReference
 2366               _CIM_Setting_ApplyIncrementalChangeToCollection_Collection =
 2367               {
 2368                   /* flags */
 2369                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 2370                   /* name */
 2371                   "Collection",
 2372                   /* qualifiers */
 2373                   _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers,
 2374 mike  1.1.2.1     /* subscript */
 2375                   -1,
 2376                   /* refClassId */
 2377                   &__root_PG_InterOp_CIM_CollectionOfMSEs,
 2378               };
 2379               
 2380               static const char*
 2381               _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] =
 2382               {
 2383                   0,
 2384               };
 2385               
 2386               static SourceProperty
 2387               _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply =
 2388               {
 2389                   /* flags */
 2390                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2391                   /* name */
 2392                   "TimeToApply",
 2393                   /* qualifiers */
 2394                   _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply_qualifiers,
 2395 mike  1.1.2.1     /* type */
 2396                   CIMTYPE_DATETIME,
 2397                   /* subscript */
 2398                   -1,
 2399                   /* value */
 2400                   0,
 2401               };
 2402               
 2403               static const char*
 2404               _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError_qualifiers[] =
 2405               {
 2406                   0,
 2407               };
 2408               
 2409               static SourceProperty
 2410               _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError =
 2411               {
 2412                   /* flags */
 2413                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2414                   /* name */
 2415                   "ContinueOnError",
 2416 mike  1.1.2.1     /* qualifiers */
 2417                   _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError_qualifiers,
 2418                   /* type */
 2419                   CIMTYPE_BOOLEAN,
 2420                   /* subscript */
 2421                   -1,
 2422                   /* value */
 2423                   0,
 2424               };
 2425               
 2426               static const char*
 2427               _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] =
 2428               {
 2429                   0,
 2430               };
 2431               
 2432               static SourceProperty
 2433               _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy =
 2434               {
 2435                   /* flags */
 2436                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2437 mike  1.1.2.1     /* name */
 2438                   "MustBeCompletedBy",
 2439                   /* qualifiers */
 2440                   _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers,
 2441                   /* type */
 2442                   CIMTYPE_DATETIME,
 2443                   /* subscript */
 2444                   -1,
 2445                   /* value */
 2446                   0,
 2447               };
 2448               
 2449               static const char*
 2450               _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] =
 2451               {
 2452                   0,
 2453               };
 2454               
 2455               static SourceProperty
 2456               _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply =
 2457               {
 2458 mike  1.1.2.1     /* flags */
 2459                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 2460                   /* name */
 2461                   "PropertiesToApply",
 2462                   /* qualifiers */
 2463                   _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers,
 2464                   /* type */
 2465                   CIMTYPE_STRING,
 2466                   /* subscript */
 2467                   0,
 2468                   /* value */
 2469                   0,
 2470               };
 2471               
 2472               static const char*
 2473               _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] =
 2474               {
 2475                   0,
 2476               };
 2477               
 2478               static SourceProperty
 2479 mike  1.1.2.1 _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply =
 2480               {
 2481                   /* flags */
 2482                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_OUT,
 2483                   /* name */
 2484                   "CanNotApply",
 2485                   /* qualifiers */
 2486                   _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply_qualifiers,
 2487                   /* type */
 2488                   CIMTYPE_STRING,
 2489                   /* subscript */
 2490                   0,
 2491                   /* value */
 2492                   0,
 2493               };
 2494               
 2495               static SourceProperty*
 2496               _CIM_Setting_ApplyIncrementalChangeToCollection_parameters[] =
 2497               {
 2498                   (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToCollection_Collection,
 2499                   (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply,
 2500 mike  1.1.2.1     (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError,
 2501                   (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy,
 2502                   (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply,
 2503                   (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply,
 2504                   0,
 2505               };
 2506               
 2507               static const char*
 2508               _CIM_Setting_ApplyIncrementalChangeToCollection_qualifiers[] =
 2509               {
 2510                   0,
 2511               };
 2512               
 2513               static SourceMethod
 2514               _CIM_Setting_ApplyIncrementalChangeToCollection =
 2515               {
 2516                   /* flags */
 2517                   PEGASUS_FLAG_METHOD,
 2518                   /* name */
 2519                   "CIM_Setting",
 2520                   /* qualifiers */
 2521 mike  1.1.2.1     _CIM_Setting_ApplyIncrementalChangeToCollection_qualifiers,
 2522                   /* type */
 2523                   CIMTYPE_UINT32,
 2524                   /* parameters */
 2525                   _CIM_Setting_ApplyIncrementalChangeToCollection_parameters,
 2526               };
 2527               
 2528               static SourceFeature*
 2529               _CIM_Setting_features[] =
 2530               {
 2531                   (SourceFeature*)&_CIM_Setting_SettingID,
 2532                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyToMSE,
 2533                   (SourceFeature*)&_CIM_Setting_ApplyToMSE,
 2534                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyToCollection,
 2535                   (SourceFeature*)&_CIM_Setting_ApplyToCollection,
 2536                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE,
 2537                   (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE,
 2538                   (SourceFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection,
 2539                   (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection,
 2540                   0,
 2541               };
 2542 mike  1.1.2.1 
 2543               static const char*
 2544               __root_PG_InterOp_CIM_Setting_qualifiers[] =
 2545               {
 2546                   /* UMLPackagePath */
 2547                   "\057CIM::Core::Settings",
 2548                   /* Version */
 2549                   "\0632.8.1000",
 2550                   0,
 2551               };
 2552               
 2553               SourceClass
 2554               __root_PG_InterOp_CIM_Setting =
 2555               {
 2556                   /* flags */
 2557                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 2558                   /* name */
 2559                   "CIM_Setting",
 2560                   /* qualifiers */
 2561                   __root_PG_InterOp_CIM_Setting_qualifiers,
 2562                   /* superClass */
 2563 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 2564                   /* features */
 2565                   _CIM_Setting_features,
 2566               };
 2567               
 2568               //==============================================================================
 2569               //
 2570               // Class: CIM_SettingContext
 2571               //
 2572               //==============================================================================
 2573               
 2574               static const char*
 2575               _CIM_SettingContext_Context_qualifiers[] =
 2576               {
 2577                   0,
 2578               };
 2579               
 2580               static SourceReference
 2581               _CIM_SettingContext_Context =
 2582               {
 2583                   /* flags */
 2584 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 2585                   /* name */
 2586                   "Context",
 2587                   /* qualifiers */
 2588                   _CIM_SettingContext_Context_qualifiers,
 2589                   /* subscript */
 2590                   -1,
 2591                   /* refClassId */
 2592                   &__root_PG_InterOp_CIM_Configuration,
 2593               };
 2594               
 2595               static const char*
 2596               _CIM_SettingContext_Setting_qualifiers[] =
 2597               {
 2598                   0,
 2599               };
 2600               
 2601               static SourceReference
 2602               _CIM_SettingContext_Setting =
 2603               {
 2604                   /* flags */
 2605 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 2606                   /* name */
 2607                   "Setting",
 2608                   /* qualifiers */
 2609                   _CIM_SettingContext_Setting_qualifiers,
 2610                   /* subscript */
 2611                   -1,
 2612                   /* refClassId */
 2613                   &__root_PG_InterOp_CIM_Setting,
 2614               };
 2615               
 2616               static SourceFeature*
 2617               _CIM_SettingContext_features[] =
 2618               {
 2619                   (SourceFeature*)&_CIM_SettingContext_Context,
 2620                   (SourceFeature*)&_CIM_SettingContext_Setting,
 2621                   0,
 2622               };
 2623               
 2624               static const char*
 2625               __root_PG_InterOp_CIM_SettingContext_qualifiers[] =
 2626 mike  1.1.2.1 {
 2627                   /* UMLPackagePath */
 2628                   "\057CIM::Core::Settings",
 2629                   /* Version */
 2630                   "\0632.6.0",
 2631                   0,
 2632               };
 2633               
 2634               SourceClass
 2635               __root_PG_InterOp_CIM_SettingContext =
 2636               {
 2637                   /* flags */
 2638                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 2639                   /* name */
 2640                   "CIM_SettingContext",
 2641                   /* qualifiers */
 2642                   __root_PG_InterOp_CIM_SettingContext_qualifiers,
 2643                   /* superClass */
 2644                   0,
 2645                   /* features */
 2646                   _CIM_SettingContext_features,
 2647 mike  1.1.2.1 };
 2648               
 2649               //==============================================================================
 2650               //
 2651               // Class: CIM_SettingData
 2652               //
 2653               //==============================================================================
 2654               
 2655               static const char*
 2656               _CIM_SettingData_InstanceID_qualifiers[] =
 2657               {
 2658                   0,
 2659               };
 2660               
 2661               static SourceProperty
 2662               _CIM_SettingData_InstanceID =
 2663               {
 2664                   /* flags */
 2665                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 2666                   /* name */
 2667                   "InstanceID",
 2668 mike  1.1.2.1     /* qualifiers */
 2669                   _CIM_SettingData_InstanceID_qualifiers,
 2670                   /* type */
 2671                   CIMTYPE_STRING,
 2672                   /* subscript */
 2673                   -1,
 2674                   /* value */
 2675                   0,
 2676               };
 2677               
 2678               static const char*
 2679               _CIM_SettingData_ElementName_qualifiers[] =
 2680               {
 2681                   /* Override */
 2682                   "\044ElementName",
 2683                   0,
 2684               };
 2685               
 2686               static SourceProperty
 2687               _CIM_SettingData_ElementName =
 2688               {
 2689 mike  1.1.2.1     /* flags */
 2690                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
 2691                   /* name */
 2692                   "ElementName",
 2693                   /* qualifiers */
 2694                   _CIM_SettingData_ElementName_qualifiers,
 2695                   /* type */
 2696                   CIMTYPE_STRING,
 2697                   /* subscript */
 2698                   -1,
 2699                   /* value */
 2700                   0,
 2701               };
 2702               
 2703               static SourceFeature*
 2704               _CIM_SettingData_features[] =
 2705               {
 2706                   (SourceFeature*)&_CIM_SettingData_InstanceID,
 2707                   (SourceFeature*)&_CIM_SettingData_ElementName,
 2708                   0,
 2709               };
 2710 mike  1.1.2.1 
 2711               static const char*
 2712               __root_PG_InterOp_CIM_SettingData_qualifiers[] =
 2713               {
 2714                   /* UMLPackagePath */
 2715                   "\057CIM::Core::Settings",
 2716                   /* Version */
 2717                   "\0632.10.0",
 2718                   0,
 2719               };
 2720               
 2721               SourceClass
 2722               __root_PG_InterOp_CIM_SettingData =
 2723               {
 2724                   /* flags */
 2725                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 2726                   /* name */
 2727                   "CIM_SettingData",
 2728                   /* qualifiers */
 2729                   __root_PG_InterOp_CIM_SettingData_qualifiers,
 2730                   /* superClass */
 2731 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 2732                   /* features */
 2733                   _CIM_SettingData_features,
 2734               };
 2735               
 2736               //==============================================================================
 2737               //
 2738               // Class: CIM_Capabilities
 2739               //
 2740               //==============================================================================
 2741               
 2742               static const char*
 2743               _CIM_Capabilities_InstanceID_qualifiers[] =
 2744               {
 2745                   0,
 2746               };
 2747               
 2748               static SourceProperty
 2749               _CIM_Capabilities_InstanceID =
 2750               {
 2751                   /* flags */
 2752 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 2753                   /* name */
 2754                   "InstanceID",
 2755                   /* qualifiers */
 2756                   _CIM_Capabilities_InstanceID_qualifiers,
 2757                   /* type */
 2758                   CIMTYPE_STRING,
 2759                   /* subscript */
 2760                   -1,
 2761                   /* value */
 2762                   0,
 2763               };
 2764               
 2765               static const char*
 2766               _CIM_Capabilities_ElementName_qualifiers[] =
 2767               {
 2768                   /* Override */
 2769                   "\044ElementName",
 2770                   0,
 2771               };
 2772               
 2773 mike  1.1.2.1 static SourceProperty
 2774               _CIM_Capabilities_ElementName =
 2775               {
 2776                   /* flags */
 2777                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
 2778                   /* name */
 2779                   "ElementName",
 2780                   /* qualifiers */
 2781                   _CIM_Capabilities_ElementName_qualifiers,
 2782                   /* type */
 2783                   CIMTYPE_STRING,
 2784                   /* subscript */
 2785                   -1,
 2786                   /* value */
 2787                   0,
 2788               };
 2789               
 2790               static SourceFeature*
 2791               _CIM_Capabilities_features[] =
 2792               {
 2793                   (SourceFeature*)&_CIM_Capabilities_InstanceID,
 2794 mike  1.1.2.1     (SourceFeature*)&_CIM_Capabilities_ElementName,
 2795                   0,
 2796               };
 2797               
 2798               static const char*
 2799               __root_PG_InterOp_CIM_Capabilities_qualifiers[] =
 2800               {
 2801                   /* UMLPackagePath */
 2802                   "\057CIM::Core::Capabilities",
 2803                   /* Version */
 2804                   "\0632.7.0",
 2805                   0,
 2806               };
 2807               
 2808               SourceClass
 2809               __root_PG_InterOp_CIM_Capabilities =
 2810               {
 2811                   /* flags */
 2812                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 2813                   /* name */
 2814                   "CIM_Capabilities",
 2815 mike  1.1.2.1     /* qualifiers */
 2816                   __root_PG_InterOp_CIM_Capabilities_qualifiers,
 2817                   /* superClass */
 2818                   &__root_PG_InterOp_CIM_ManagedElement,
 2819                   /* features */
 2820                   _CIM_Capabilities_features,
 2821               };
 2822               
 2823               //==============================================================================
 2824               //
 2825               // Class: CIM_Collection
 2826               //
 2827               //==============================================================================
 2828               
 2829               static SourceFeature*
 2830               _CIM_Collection_features[] =
 2831               {
 2832                   0,
 2833               };
 2834               
 2835               static const char*
 2836 mike  1.1.2.1 __root_PG_InterOp_CIM_Collection_qualifiers[] =
 2837               {
 2838                   /* UMLPackagePath */
 2839                   "\057CIM::Core::Collection",
 2840                   /* Version */
 2841                   "\0632.6.0",
 2842                   0,
 2843               };
 2844               
 2845               SourceClass
 2846               __root_PG_InterOp_CIM_Collection =
 2847               {
 2848                   /* flags */
 2849                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 2850                   /* name */
 2851                   "CIM_Collection",
 2852                   /* qualifiers */
 2853                   __root_PG_InterOp_CIM_Collection_qualifiers,
 2854                   /* superClass */
 2855                   &__root_PG_InterOp_CIM_ManagedElement,
 2856                   /* features */
 2857 mike  1.1.2.1     _CIM_Collection_features,
 2858               };
 2859               
 2860               //==============================================================================
 2861               //
 2862               // Class: CIM_CollectionOfMSEs
 2863               //
 2864               //==============================================================================
 2865               
 2866               static const char*
 2867               _CIM_CollectionOfMSEs_CollectionID_qualifiers[] =
 2868               {
 2869                   /* MaxLen */
 2870                   "\030\000\000\001\000",
 2871                   0,
 2872               };
 2873               
 2874               static SourceProperty
 2875               _CIM_CollectionOfMSEs_CollectionID =
 2876               {
 2877                   /* flags */
 2878 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 2879                   /* name */
 2880                   "CollectionID",
 2881                   /* qualifiers */
 2882                   _CIM_CollectionOfMSEs_CollectionID_qualifiers,
 2883                   /* type */
 2884                   CIMTYPE_STRING,
 2885                   /* subscript */
 2886                   -1,
 2887                   /* value */
 2888                   0,
 2889               };
 2890               
 2891               static SourceFeature*
 2892               _CIM_CollectionOfMSEs_features[] =
 2893               {
 2894                   (SourceFeature*)&_CIM_CollectionOfMSEs_CollectionID,
 2895                   0,
 2896               };
 2897               
 2898               static const char*
 2899 mike  1.1.2.1 __root_PG_InterOp_CIM_CollectionOfMSEs_qualifiers[] =
 2900               {
 2901                   /* UMLPackagePath */
 2902                   "\057CIM::Core::Collection",
 2903                   /* Version */
 2904                   "\0632.10.0",
 2905                   0,
 2906               };
 2907               
 2908               SourceClass
 2909               __root_PG_InterOp_CIM_CollectionOfMSEs =
 2910               {
 2911                   /* flags */
 2912                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 2913                   /* name */
 2914                   "CIM_CollectionOfMSEs",
 2915                   /* qualifiers */
 2916                   __root_PG_InterOp_CIM_CollectionOfMSEs_qualifiers,
 2917                   /* superClass */
 2918                   &__root_PG_InterOp_CIM_Collection,
 2919                   /* features */
 2920 mike  1.1.2.1     _CIM_CollectionOfMSEs_features,
 2921               };
 2922               
 2923               //==============================================================================
 2924               //
 2925               // Class: CIM_Component
 2926               //
 2927               //==============================================================================
 2928               
 2929               static const char*
 2930               _CIM_Component_GroupComponent_qualifiers[] =
 2931               {
 2932                   0,
 2933               };
 2934               
 2935               static SourceReference
 2936               _CIM_Component_GroupComponent =
 2937               {
 2938                   /* flags */
 2939                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 2940                   /* name */
 2941 mike  1.1.2.1     "GroupComponent",
 2942                   /* qualifiers */
 2943                   _CIM_Component_GroupComponent_qualifiers,
 2944                   /* subscript */
 2945                   -1,
 2946                   /* refClassId */
 2947                   &__root_PG_InterOp_CIM_ManagedElement,
 2948               };
 2949               
 2950               static const char*
 2951               _CIM_Component_PartComponent_qualifiers[] =
 2952               {
 2953                   0,
 2954               };
 2955               
 2956               static SourceReference
 2957               _CIM_Component_PartComponent =
 2958               {
 2959                   /* flags */
 2960                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 2961                   /* name */
 2962 mike  1.1.2.1     "PartComponent",
 2963                   /* qualifiers */
 2964                   _CIM_Component_PartComponent_qualifiers,
 2965                   /* subscript */
 2966                   -1,
 2967                   /* refClassId */
 2968                   &__root_PG_InterOp_CIM_ManagedElement,
 2969               };
 2970               
 2971               static SourceFeature*
 2972               _CIM_Component_features[] =
 2973               {
 2974                   (SourceFeature*)&_CIM_Component_GroupComponent,
 2975                   (SourceFeature*)&_CIM_Component_PartComponent,
 2976                   0,
 2977               };
 2978               
 2979               static const char*
 2980               __root_PG_InterOp_CIM_Component_qualifiers[] =
 2981               {
 2982                   /* UMLPackagePath */
 2983 mike  1.1.2.1     "\057CIM::Core::CoreElements",
 2984                   /* Version */
 2985                   "\0632.7.0",
 2986                   0,
 2987               };
 2988               
 2989               SourceClass
 2990               __root_PG_InterOp_CIM_Component =
 2991               {
 2992                   /* flags */
 2993                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_ABSTRACT|PEGASUS_FLAG_AGGREGATION,
 2994                   /* name */
 2995                   "CIM_Component",
 2996                   /* qualifiers */
 2997                   __root_PG_InterOp_CIM_Component_qualifiers,
 2998                   /* superClass */
 2999                   0,
 3000                   /* features */
 3001                   _CIM_Component_features,
 3002               };
 3003               
 3004 mike  1.1.2.1 //==============================================================================
 3005               //
 3006               // Class: CIM_ConcreteCollection
 3007               //
 3008               //==============================================================================
 3009               
 3010               static const char*
 3011               _CIM_ConcreteCollection_InstanceID_qualifiers[] =
 3012               {
 3013                   0,
 3014               };
 3015               
 3016               static SourceProperty
 3017               _CIM_ConcreteCollection_InstanceID =
 3018               {
 3019                   /* flags */
 3020                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3021                   /* name */
 3022                   "InstanceID",
 3023                   /* qualifiers */
 3024                   _CIM_ConcreteCollection_InstanceID_qualifiers,
 3025 mike  1.1.2.1     /* type */
 3026                   CIMTYPE_STRING,
 3027                   /* subscript */
 3028                   -1,
 3029                   /* value */
 3030                   0,
 3031               };
 3032               
 3033               static SourceFeature*
 3034               _CIM_ConcreteCollection_features[] =
 3035               {
 3036                   (SourceFeature*)&_CIM_ConcreteCollection_InstanceID,
 3037                   0,
 3038               };
 3039               
 3040               static const char*
 3041               __root_PG_InterOp_CIM_ConcreteCollection_qualifiers[] =
 3042               {
 3043                   /* UMLPackagePath */
 3044                   "\057CIM::Core::Collection",
 3045                   /* Version */
 3046 mike  1.1.2.1     "\0632.10.0",
 3047                   0,
 3048               };
 3049               
 3050               SourceClass
 3051               __root_PG_InterOp_CIM_ConcreteCollection =
 3052               {
 3053                   /* flags */
 3054                   PEGASUS_FLAG_CLASS,
 3055                   /* name */
 3056                   "CIM_ConcreteCollection",
 3057                   /* qualifiers */
 3058                   __root_PG_InterOp_CIM_ConcreteCollection_qualifiers,
 3059                   /* superClass */
 3060                   &__root_PG_InterOp_CIM_Collection,
 3061                   /* features */
 3062                   _CIM_ConcreteCollection_features,
 3063               };
 3064               
 3065               //==============================================================================
 3066               //
 3067 mike  1.1.2.1 // Class: CIM_ConcreteComponent
 3068               //
 3069               //==============================================================================
 3070               
 3071               static const char*
 3072               _CIM_ConcreteComponent_GroupComponent_qualifiers[] =
 3073               {
 3074                   /* Override */
 3075                   "\044GroupComponent",
 3076                   0,
 3077               };
 3078               
 3079               static SourceReference
 3080               _CIM_ConcreteComponent_GroupComponent =
 3081               {
 3082                   /* flags */
 3083                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 3084                   /* name */
 3085                   "GroupComponent",
 3086                   /* qualifiers */
 3087                   _CIM_ConcreteComponent_GroupComponent_qualifiers,
 3088 mike  1.1.2.1     /* subscript */
 3089                   -1,
 3090                   /* refClassId */
 3091                   &__root_PG_InterOp_CIM_ManagedElement,
 3092               };
 3093               
 3094               static const char*
 3095               _CIM_ConcreteComponent_PartComponent_qualifiers[] =
 3096               {
 3097                   /* Override */
 3098                   "\044PartComponent",
 3099                   0,
 3100               };
 3101               
 3102               static SourceReference
 3103               _CIM_ConcreteComponent_PartComponent =
 3104               {
 3105                   /* flags */
 3106                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 3107                   /* name */
 3108                   "PartComponent",
 3109 mike  1.1.2.1     /* qualifiers */
 3110                   _CIM_ConcreteComponent_PartComponent_qualifiers,
 3111                   /* subscript */
 3112                   -1,
 3113                   /* refClassId */
 3114                   &__root_PG_InterOp_CIM_ManagedElement,
 3115               };
 3116               
 3117               static SourceFeature*
 3118               _CIM_ConcreteComponent_features[] =
 3119               {
 3120                   (SourceFeature*)&_CIM_ConcreteComponent_GroupComponent,
 3121                   (SourceFeature*)&_CIM_ConcreteComponent_PartComponent,
 3122                   0,
 3123               };
 3124               
 3125               static const char*
 3126               __root_PG_InterOp_CIM_ConcreteComponent_qualifiers[] =
 3127               {
 3128                   /* UMLPackagePath */
 3129                   "\057CIM::Core::CoreElements",
 3130 mike  1.1.2.1     /* Version */
 3131                   "\0632.10.0",
 3132                   0,
 3133               };
 3134               
 3135               SourceClass
 3136               __root_PG_InterOp_CIM_ConcreteComponent =
 3137               {
 3138                   /* flags */
 3139                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 3140                   /* name */
 3141                   "CIM_ConcreteComponent",
 3142                   /* qualifiers */
 3143                   __root_PG_InterOp_CIM_ConcreteComponent_qualifiers,
 3144                   /* superClass */
 3145                   &__root_PG_InterOp_CIM_Component,
 3146                   /* features */
 3147                   _CIM_ConcreteComponent_features,
 3148               };
 3149               
 3150               //==============================================================================
 3151 mike  1.1.2.1 //
 3152               // Class: CIM_Configuration
 3153               //
 3154               //==============================================================================
 3155               
 3156               static const char*
 3157               _CIM_Configuration_Name_qualifiers[] =
 3158               {
 3159                   /* MaxLen */
 3160                   "\030\000\000\001\000",
 3161                   0,
 3162               };
 3163               
 3164               static SourceProperty
 3165               _CIM_Configuration_Name =
 3166               {
 3167                   /* flags */
 3168                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3169                   /* name */
 3170                   "Name",
 3171                   /* qualifiers */
 3172 mike  1.1.2.1     _CIM_Configuration_Name_qualifiers,
 3173                   /* type */
 3174                   CIMTYPE_STRING,
 3175                   /* subscript */
 3176                   -1,
 3177                   /* value */
 3178                   0,
 3179               };
 3180               
 3181               static SourceFeature*
 3182               _CIM_Configuration_features[] =
 3183               {
 3184                   (SourceFeature*)&_CIM_Configuration_Name,
 3185                   0,
 3186               };
 3187               
 3188               static const char*
 3189               __root_PG_InterOp_CIM_Configuration_qualifiers[] =
 3190               {
 3191                   /* UMLPackagePath */
 3192                   "\057CIM::Core::Settings",
 3193 mike  1.1.2.1     /* Version */
 3194                   "\0632.6.0",
 3195                   0,
 3196               };
 3197               
 3198               SourceClass
 3199               __root_PG_InterOp_CIM_Configuration =
 3200               {
 3201                   /* flags */
 3202                   PEGASUS_FLAG_CLASS,
 3203                   /* name */
 3204                   "CIM_Configuration",
 3205                   /* qualifiers */
 3206                   __root_PG_InterOp_CIM_Configuration_qualifiers,
 3207                   /* superClass */
 3208                   &__root_PG_InterOp_CIM_ManagedElement,
 3209                   /* features */
 3210                   _CIM_Configuration_features,
 3211               };
 3212               
 3213               //==============================================================================
 3214 mike  1.1.2.1 //
 3215               // Class: CIM_ConfigurationComponent
 3216               //
 3217               //==============================================================================
 3218               
 3219               static const char*
 3220               _CIM_ConfigurationComponent_ConfigGroup_qualifiers[] =
 3221               {
 3222                   0,
 3223               };
 3224               
 3225               static SourceReference
 3226               _CIM_ConfigurationComponent_ConfigGroup =
 3227               {
 3228                   /* flags */
 3229                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 3230                   /* name */
 3231                   "ConfigGroup",
 3232                   /* qualifiers */
 3233                   _CIM_ConfigurationComponent_ConfigGroup_qualifiers,
 3234                   /* subscript */
 3235 mike  1.1.2.1     -1,
 3236                   /* refClassId */
 3237                   &__root_PG_InterOp_CIM_Configuration,
 3238               };
 3239               
 3240               static const char*
 3241               _CIM_ConfigurationComponent_ConfigComponent_qualifiers[] =
 3242               {
 3243                   0,
 3244               };
 3245               
 3246               static SourceReference
 3247               _CIM_ConfigurationComponent_ConfigComponent =
 3248               {
 3249                   /* flags */
 3250                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3251                   /* name */
 3252                   "ConfigComponent",
 3253                   /* qualifiers */
 3254                   _CIM_ConfigurationComponent_ConfigComponent_qualifiers,
 3255                   /* subscript */
 3256 mike  1.1.2.1     -1,
 3257                   /* refClassId */
 3258                   &__root_PG_InterOp_CIM_Configuration,
 3259               };
 3260               
 3261               static SourceFeature*
 3262               _CIM_ConfigurationComponent_features[] =
 3263               {
 3264                   (SourceFeature*)&_CIM_ConfigurationComponent_ConfigGroup,
 3265                   (SourceFeature*)&_CIM_ConfigurationComponent_ConfigComponent,
 3266                   0,
 3267               };
 3268               
 3269               static const char*
 3270               __root_PG_InterOp_CIM_ConfigurationComponent_qualifiers[] =
 3271               {
 3272                   /* UMLPackagePath */
 3273                   "\057CIM::Core::Settings",
 3274                   /* Version */
 3275                   "\0632.6.0",
 3276                   0,
 3277 mike  1.1.2.1 };
 3278               
 3279               SourceClass
 3280               __root_PG_InterOp_CIM_ConfigurationComponent =
 3281               {
 3282                   /* flags */
 3283                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 3284                   /* name */
 3285                   "CIM_ConfigurationComponent",
 3286                   /* qualifiers */
 3287                   __root_PG_InterOp_CIM_ConfigurationComponent_qualifiers,
 3288                   /* superClass */
 3289                   0,
 3290                   /* features */
 3291                   _CIM_ConfigurationComponent_features,
 3292               };
 3293               
 3294               //==============================================================================
 3295               //
 3296               // Class: CIM_Dependency
 3297               //
 3298 mike  1.1.2.1 //==============================================================================
 3299               
 3300               static const char*
 3301               _CIM_Dependency_Antecedent_qualifiers[] =
 3302               {
 3303                   0,
 3304               };
 3305               
 3306               static SourceReference
 3307               _CIM_Dependency_Antecedent =
 3308               {
 3309                   /* flags */
 3310                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3311                   /* name */
 3312                   "Antecedent",
 3313                   /* qualifiers */
 3314                   _CIM_Dependency_Antecedent_qualifiers,
 3315                   /* subscript */
 3316                   -1,
 3317                   /* refClassId */
 3318                   &__root_PG_InterOp_CIM_ManagedElement,
 3319 mike  1.1.2.1 };
 3320               
 3321               static const char*
 3322               _CIM_Dependency_Dependent_qualifiers[] =
 3323               {
 3324                   0,
 3325               };
 3326               
 3327               static SourceReference
 3328               _CIM_Dependency_Dependent =
 3329               {
 3330                   /* flags */
 3331                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3332                   /* name */
 3333                   "Dependent",
 3334                   /* qualifiers */
 3335                   _CIM_Dependency_Dependent_qualifiers,
 3336                   /* subscript */
 3337                   -1,
 3338                   /* refClassId */
 3339                   &__root_PG_InterOp_CIM_ManagedElement,
 3340 mike  1.1.2.1 };
 3341               
 3342               static SourceFeature*
 3343               _CIM_Dependency_features[] =
 3344               {
 3345                   (SourceFeature*)&_CIM_Dependency_Antecedent,
 3346                   (SourceFeature*)&_CIM_Dependency_Dependent,
 3347                   0,
 3348               };
 3349               
 3350               static const char*
 3351               __root_PG_InterOp_CIM_Dependency_qualifiers[] =
 3352               {
 3353                   /* UMLPackagePath */
 3354                   "\057CIM::Core::CoreElements",
 3355                   /* Version */
 3356                   "\0632.10.0",
 3357                   0,
 3358               };
 3359               
 3360               SourceClass
 3361 mike  1.1.2.1 __root_PG_InterOp_CIM_Dependency =
 3362               {
 3363                   /* flags */
 3364                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_ABSTRACT,
 3365                   /* name */
 3366                   "CIM_Dependency",
 3367                   /* qualifiers */
 3368                   __root_PG_InterOp_CIM_Dependency_qualifiers,
 3369                   /* superClass */
 3370                   0,
 3371                   /* features */
 3372                   _CIM_Dependency_features,
 3373               };
 3374               
 3375               //==============================================================================
 3376               //
 3377               // Class: CIM_DependencyContext
 3378               //
 3379               //==============================================================================
 3380               
 3381               static const char*
 3382 mike  1.1.2.1 _CIM_DependencyContext_Context_qualifiers[] =
 3383               {
 3384                   0,
 3385               };
 3386               
 3387               static SourceReference
 3388               _CIM_DependencyContext_Context =
 3389               {
 3390                   /* flags */
 3391                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 3392                   /* name */
 3393                   "Context",
 3394                   /* qualifiers */
 3395                   _CIM_DependencyContext_Context_qualifiers,
 3396                   /* subscript */
 3397                   -1,
 3398                   /* refClassId */
 3399                   &__root_PG_InterOp_CIM_Configuration,
 3400               };
 3401               
 3402               static const char*
 3403 mike  1.1.2.1 _CIM_DependencyContext_Dependency_qualifiers[] =
 3404               {
 3405                   0,
 3406               };
 3407               
 3408               static SourceReference
 3409               _CIM_DependencyContext_Dependency =
 3410               {
 3411                   /* flags */
 3412                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3413                   /* name */
 3414                   "Dependency",
 3415                   /* qualifiers */
 3416                   _CIM_DependencyContext_Dependency_qualifiers,
 3417                   /* subscript */
 3418                   -1,
 3419                   /* refClassId */
 3420                   &__root_PG_InterOp_CIM_Dependency,
 3421               };
 3422               
 3423               static SourceFeature*
 3424 mike  1.1.2.1 _CIM_DependencyContext_features[] =
 3425               {
 3426                   (SourceFeature*)&_CIM_DependencyContext_Context,
 3427                   (SourceFeature*)&_CIM_DependencyContext_Dependency,
 3428                   0,
 3429               };
 3430               
 3431               static const char*
 3432               __root_PG_InterOp_CIM_DependencyContext_qualifiers[] =
 3433               {
 3434                   /* UMLPackagePath */
 3435                   "\057CIM::Core::Settings",
 3436                   /* Version */
 3437                   "\0632.6.0",
 3438                   0,
 3439               };
 3440               
 3441               SourceClass
 3442               __root_PG_InterOp_CIM_DependencyContext =
 3443               {
 3444                   /* flags */
 3445 mike  1.1.2.1     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 3446                   /* name */
 3447                   "CIM_DependencyContext",
 3448                   /* qualifiers */
 3449                   __root_PG_InterOp_CIM_DependencyContext_qualifiers,
 3450                   /* superClass */
 3451                   0,
 3452                   /* features */
 3453                   _CIM_DependencyContext_features,
 3454               };
 3455               
 3456               //==============================================================================
 3457               //
 3458               // Class: CIM_ElementCapabilities
 3459               //
 3460               //==============================================================================
 3461               
 3462               static const char*
 3463               _CIM_ElementCapabilities_ManagedElement_qualifiers[] =
 3464               {
 3465                   /* Min */
 3466 mike  1.1.2.1     "\033\000\000\000\001",
 3467                   /* Max */
 3468                   "\027\000\000\000\001",
 3469                   0,
 3470               };
 3471               
 3472               static SourceReference
 3473               _CIM_ElementCapabilities_ManagedElement =
 3474               {
 3475                   /* flags */
 3476                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3477                   /* name */
 3478                   "ManagedElement",
 3479                   /* qualifiers */
 3480                   _CIM_ElementCapabilities_ManagedElement_qualifiers,
 3481                   /* subscript */
 3482                   -1,
 3483                   /* refClassId */
 3484                   &__root_PG_InterOp_CIM_ManagedElement,
 3485               };
 3486               
 3487 mike  1.1.2.1 static const char*
 3488               _CIM_ElementCapabilities_Capabilities_qualifiers[] =
 3489               {
 3490                   0,
 3491               };
 3492               
 3493               static SourceReference
 3494               _CIM_ElementCapabilities_Capabilities =
 3495               {
 3496                   /* flags */
 3497                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3498                   /* name */
 3499                   "Capabilities",
 3500                   /* qualifiers */
 3501                   _CIM_ElementCapabilities_Capabilities_qualifiers,
 3502                   /* subscript */
 3503                   -1,
 3504                   /* refClassId */
 3505                   &__root_PG_InterOp_CIM_Capabilities,
 3506               };
 3507               
 3508 mike  1.1.2.1 static SourceFeature*
 3509               _CIM_ElementCapabilities_features[] =
 3510               {
 3511                   (SourceFeature*)&_CIM_ElementCapabilities_ManagedElement,
 3512                   (SourceFeature*)&_CIM_ElementCapabilities_Capabilities,
 3513                   0,
 3514               };
 3515               
 3516               static const char*
 3517               __root_PG_InterOp_CIM_ElementCapabilities_qualifiers[] =
 3518               {
 3519                   /* UMLPackagePath */
 3520                   "\057CIM::Core::Capabilities",
 3521                   /* Version */
 3522                   "\0632.7.0",
 3523                   0,
 3524               };
 3525               
 3526               SourceClass
 3527               __root_PG_InterOp_CIM_ElementCapabilities =
 3528               {
 3529 mike  1.1.2.1     /* flags */
 3530                   PEGASUS_FLAG_ASSOCIATION,
 3531                   /* name */
 3532                   "CIM_ElementCapabilities",
 3533                   /* qualifiers */
 3534                   __root_PG_InterOp_CIM_ElementCapabilities_qualifiers,
 3535                   /* superClass */
 3536                   0,
 3537                   /* features */
 3538                   _CIM_ElementCapabilities_features,
 3539               };
 3540               
 3541               //==============================================================================
 3542               //
 3543               // Class: CIM_EnabledLogicalElementCapabilities
 3544               //
 3545               //==============================================================================
 3546               
 3547               static const char*
 3548               _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported_qualifiers[] =
 3549               {
 3550 mike  1.1.2.1     /* MappingStrings */
 3551                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|EditName\000",
 3552                   /* ModelCorrespondence */
 3553                   "\036\000\001CIM_ManagedElement.ElementName\000",
 3554                   0,
 3555               };
 3556               
 3557               static SourceProperty
 3558               _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported =
 3559               {
 3560                   /* flags */
 3561                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3562                   /* name */
 3563                   "ElementNameEditSupported",
 3564                   /* qualifiers */
 3565                   _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported_qualifiers,
 3566                   /* type */
 3567                   CIMTYPE_BOOLEAN,
 3568                   /* subscript */
 3569                   -1,
 3570                   /* value */
 3571 mike  1.1.2.1     0,
 3572               };
 3573               
 3574               static const char*
 3575               _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen_qualifiers[] =
 3576               {
 3577                   /* MaxValue */
 3578                   "\031\000\000\000\000\000\000\001\000",
 3579                   /* MappingStrings */
 3580                   "\026\000\001FC-SWAPI.INCITS-T11|SWAPI_UNIT_CONFIG_CAPS_T|MaxNameChars\000",
 3581                   /* ModelCorrespondence */
 3582                   "\036\000\001CIM_FCSwitchCapabilities.ElementNameEditSupported\000",
 3583                   0,
 3584               };
 3585               
 3586               static SourceProperty
 3587               _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen =
 3588               {
 3589                   /* flags */
 3590                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3591                   /* name */
 3592 mike  1.1.2.1     "MaxElementNameLen",
 3593                   /* qualifiers */
 3594                   _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen_qualifiers,
 3595                   /* type */
 3596                   CIMTYPE_UINT16,
 3597                   /* subscript */
 3598                   -1,
 3599                   /* value */
 3600                   0,
 3601               };
 3602               
 3603               static const char*
 3604               _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported_qualifiers[] =
 3605               {
 3606                   /* ValueMap */
 3607                   "\061\000\0112\0003\0004\0006\0007\0008\0009\00010\00011\000",
 3608                   /* Values */
 3609                   "\062\000\011Enabled\000Disabled\000Shut Down\000Offline\000Test\000Defer\000Quiesce\000Reboot\000Reset\000",
 3610                   /* ModelCorrespondence */
 3611                   "\036\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
 3612                   0,
 3613 mike  1.1.2.1 };
 3614               
 3615               static SourceProperty
 3616               _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported =
 3617               {
 3618                   /* flags */
 3619                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3620                   /* name */
 3621                   "RequestedStatesSupported",
 3622                   /* qualifiers */
 3623                   _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported_qualifiers,
 3624                   /* type */
 3625                   CIMTYPE_UINT16,
 3626                   /* subscript */
 3627                   0,
 3628                   /* value */
 3629                   0,
 3630               };
 3631               
 3632               static SourceFeature*
 3633               _CIM_EnabledLogicalElementCapabilities_features[] =
 3634 mike  1.1.2.1 {
 3635                   (SourceFeature*)&_CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported,
 3636                   (SourceFeature*)&_CIM_EnabledLogicalElementCapabilities_MaxElementNameLen,
 3637                   (SourceFeature*)&_CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported,
 3638                   0,
 3639               };
 3640               
 3641               static const char*
 3642               __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities_qualifiers[] =
 3643               {
 3644                   /* UMLPackagePath */
 3645                   "\057CIM::Core::Capabilities",
 3646                   /* Version */
 3647                   "\0632.11.0",
 3648                   0,
 3649               };
 3650               
 3651               SourceClass
 3652               __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities =
 3653               {
 3654                   /* flags */
 3655 mike  1.1.2.1     PEGASUS_FLAG_CLASS,
 3656                   /* name */
 3657                   "CIM_EnabledLogicalElementCapabilities",
 3658                   /* qualifiers */
 3659                   __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities_qualifiers,
 3660                   /* superClass */
 3661                   &__root_PG_InterOp_CIM_Capabilities,
 3662                   /* features */
 3663                   _CIM_EnabledLogicalElementCapabilities_features,
 3664               };
 3665               
 3666               //==============================================================================
 3667               //
 3668               // Class: CIM_FRU
 3669               //
 3670               //==============================================================================
 3671               
 3672               static const char*
 3673               _CIM_FRU_FRUNumber_qualifiers[] =
 3674               {
 3675                   /* MaxLen */
 3676 mike  1.1.2.1     "\030\000\000\000\100",
 3677                   /* MappingStrings */
 3678                   "\026\000\001MIF.DMTF|FRU|002.6\000",
 3679                   0,
 3680               };
 3681               
 3682               static SourceProperty
 3683               _CIM_FRU_FRUNumber =
 3684               {
 3685                   /* flags */
 3686                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3687                   /* name */
 3688                   "FRUNumber",
 3689                   /* qualifiers */
 3690                   _CIM_FRU_FRUNumber_qualifiers,
 3691                   /* type */
 3692                   CIMTYPE_STRING,
 3693                   /* subscript */
 3694                   -1,
 3695                   /* value */
 3696                   0,
 3697 mike  1.1.2.1 };
 3698               
 3699               static const char*
 3700               _CIM_FRU_IdentifyingNumber_qualifiers[] =
 3701               {
 3702                   /* MaxLen */
 3703                   "\030\000\000\000\100",
 3704                   /* MappingStrings */
 3705                   "\026\000\001MIF.DMTF|FRU|002.7\000",
 3706                   0,
 3707               };
 3708               
 3709               static SourceProperty
 3710               _CIM_FRU_IdentifyingNumber =
 3711               {
 3712                   /* flags */
 3713                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3714                   /* name */
 3715                   "IdentifyingNumber",
 3716                   /* qualifiers */
 3717                   _CIM_FRU_IdentifyingNumber_qualifiers,
 3718 mike  1.1.2.1     /* type */
 3719                   CIMTYPE_STRING,
 3720                   /* subscript */
 3721                   -1,
 3722                   /* value */
 3723                   0,
 3724               };
 3725               
 3726               static const char*
 3727               _CIM_FRU_Vendor_qualifiers[] =
 3728               {
 3729                   /* MaxLen */
 3730                   "\030\000\000\001\000",
 3731                   /* MappingStrings */
 3732                   "\026\000\001MIF.DMTF|FRU|002.4\000",
 3733                   0,
 3734               };
 3735               
 3736               static SourceProperty
 3737               _CIM_FRU_Vendor =
 3738               {
 3739 mike  1.1.2.1     /* flags */
 3740                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 3741                   /* name */
 3742                   "Vendor",
 3743                   /* qualifiers */
 3744                   _CIM_FRU_Vendor_qualifiers,
 3745                   /* type */
 3746                   CIMTYPE_STRING,
 3747                   /* subscript */
 3748                   -1,
 3749                   /* value */
 3750                   0,
 3751               };
 3752               
 3753               static const char*
 3754               _CIM_FRU_Description_qualifiers[] =
 3755               {
 3756                   /* Override */
 3757                   "\044Description",
 3758                   /* MappingStrings */
 3759                   "\026\000\001MIF.DMTF|FRU|002.3\000",
 3760 mike  1.1.2.1     0,
 3761               };
 3762               
 3763               static SourceProperty
 3764               _CIM_FRU_Description =
 3765               {
 3766                   /* flags */
 3767                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3768                   /* name */
 3769                   "Description",
 3770                   /* qualifiers */
 3771                   _CIM_FRU_Description_qualifiers,
 3772                   /* type */
 3773                   CIMTYPE_STRING,
 3774                   /* subscript */
 3775                   -1,
 3776                   /* value */
 3777                   0,
 3778               };
 3779               
 3780               static const char*
 3781 mike  1.1.2.1 _CIM_FRU_Name_qualifiers[] =
 3782               {
 3783                   /* MaxLen */
 3784                   "\030\000\000\001\000",
 3785                   0,
 3786               };
 3787               
 3788               static SourceProperty
 3789               _CIM_FRU_Name =
 3790               {
 3791                   /* flags */
 3792                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3793                   /* name */
 3794                   "Name",
 3795                   /* qualifiers */
 3796                   _CIM_FRU_Name_qualifiers,
 3797                   /* type */
 3798                   CIMTYPE_STRING,
 3799                   /* subscript */
 3800                   -1,
 3801                   /* value */
 3802 mike  1.1.2.1     0,
 3803               };
 3804               
 3805               static const char*
 3806               _CIM_FRU_RevisionLevel_qualifiers[] =
 3807               {
 3808                   /* MaxLen */
 3809                   "\030\000\000\000\100",
 3810                   /* MappingStrings */
 3811                   "\026\000\001MIF.DMTF|FRU|002.8\000",
 3812                   0,
 3813               };
 3814               
 3815               static SourceProperty
 3816               _CIM_FRU_RevisionLevel =
 3817               {
 3818                   /* flags */
 3819                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3820                   /* name */
 3821                   "RevisionLevel",
 3822                   /* qualifiers */
 3823 mike  1.1.2.1     _CIM_FRU_RevisionLevel_qualifiers,
 3824                   /* type */
 3825                   CIMTYPE_STRING,
 3826                   /* subscript */
 3827                   -1,
 3828                   /* value */
 3829                   0,
 3830               };
 3831               
 3832               static const char*
 3833               _CIM_FRU_CustomerReplaceable_qualifiers[] =
 3834               {
 3835                   0,
 3836               };
 3837               
 3838               static SourceProperty
 3839               _CIM_FRU_CustomerReplaceable =
 3840               {
 3841                   /* flags */
 3842                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3843                   /* name */
 3844 mike  1.1.2.1     "CustomerReplaceable",
 3845                   /* qualifiers */
 3846                   _CIM_FRU_CustomerReplaceable_qualifiers,
 3847                   /* type */
 3848                   CIMTYPE_BOOLEAN,
 3849                   /* subscript */
 3850                   -1,
 3851                   /* value */
 3852                   0,
 3853               };
 3854               
 3855               static SourceFeature*
 3856               _CIM_FRU_features[] =
 3857               {
 3858                   (SourceFeature*)&_CIM_FRU_FRUNumber,
 3859                   (SourceFeature*)&_CIM_FRU_IdentifyingNumber,
 3860                   (SourceFeature*)&_CIM_FRU_Vendor,
 3861                   (SourceFeature*)&_CIM_FRU_Description,
 3862                   (SourceFeature*)&_CIM_FRU_Name,
 3863                   (SourceFeature*)&_CIM_FRU_RevisionLevel,
 3864                   (SourceFeature*)&_CIM_FRU_CustomerReplaceable,
 3865 mike  1.1.2.1     0,
 3866               };
 3867               
 3868               static const char*
 3869               __root_PG_InterOp_CIM_FRU_qualifiers[] =
 3870               {
 3871                   /* UMLPackagePath */
 3872                   "\057CIM::Core::ProductFRU",
 3873                   /* Version */
 3874                   "\0632.6.0",
 3875                   0,
 3876               };
 3877               
 3878               SourceClass
 3879               __root_PG_InterOp_CIM_FRU =
 3880               {
 3881                   /* flags */
 3882                   PEGASUS_FLAG_CLASS,
 3883                   /* name */
 3884                   "CIM_FRU",
 3885                   /* qualifiers */
 3886 mike  1.1.2.1     __root_PG_InterOp_CIM_FRU_qualifiers,
 3887                   /* superClass */
 3888                   &__root_PG_InterOp_CIM_ManagedElement,
 3889                   /* features */
 3890                   _CIM_FRU_features,
 3891               };
 3892               
 3893               //==============================================================================
 3894               //
 3895               // Class: CIM_HostedDependency
 3896               //
 3897               //==============================================================================
 3898               
 3899               static const char*
 3900               _CIM_HostedDependency_Antecedent_qualifiers[] =
 3901               {
 3902                   /* Override */
 3903                   "\044Antecedent",
 3904                   /* Max */
 3905                   "\027\000\000\000\001",
 3906                   0,
 3907 mike  1.1.2.1 };
 3908               
 3909               static SourceReference
 3910               _CIM_HostedDependency_Antecedent =
 3911               {
 3912                   /* flags */
 3913                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 3914                   /* name */
 3915                   "Antecedent",
 3916                   /* qualifiers */
 3917                   _CIM_HostedDependency_Antecedent_qualifiers,
 3918                   /* subscript */
 3919                   -1,
 3920                   /* refClassId */
 3921                   &__root_PG_InterOp_CIM_ManagedElement,
 3922               };
 3923               
 3924               static const char*
 3925               _CIM_HostedDependency_Dependent_qualifiers[] =
 3926               {
 3927                   /* Override */
 3928 mike  1.1.2.1     "\044Dependent",
 3929                   0,
 3930               };
 3931               
 3932               static SourceReference
 3933               _CIM_HostedDependency_Dependent =
 3934               {
 3935                   /* flags */
 3936                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 3937                   /* name */
 3938                   "Dependent",
 3939                   /* qualifiers */
 3940                   _CIM_HostedDependency_Dependent_qualifiers,
 3941                   /* subscript */
 3942                   -1,
 3943                   /* refClassId */
 3944                   &__root_PG_InterOp_CIM_ManagedElement,
 3945               };
 3946               
 3947               static SourceFeature*
 3948               _CIM_HostedDependency_features[] =
 3949 mike  1.1.2.1 {
 3950                   (SourceFeature*)&_CIM_HostedDependency_Antecedent,
 3951                   (SourceFeature*)&_CIM_HostedDependency_Dependent,
 3952                   0,
 3953               };
 3954               
 3955               static const char*
 3956               __root_PG_InterOp_CIM_HostedDependency_qualifiers[] =
 3957               {
 3958                   /* UMLPackagePath */
 3959                   "\057CIM::Core::CoreElements",
 3960                   /* Version */
 3961                   "\0632.8.0",
 3962                   0,
 3963               };
 3964               
 3965               SourceClass
 3966               __root_PG_InterOp_CIM_HostedDependency =
 3967               {
 3968                   /* flags */
 3969                   PEGASUS_FLAG_ASSOCIATION,
 3970 mike  1.1.2.1     /* name */
 3971                   "CIM_HostedDependency",
 3972                   /* qualifiers */
 3973                   __root_PG_InterOp_CIM_HostedDependency_qualifiers,
 3974                   /* superClass */
 3975                   &__root_PG_InterOp_CIM_Dependency,
 3976                   /* features */
 3977                   _CIM_HostedDependency_features,
 3978               };
 3979               
 3980               //==============================================================================
 3981               //
 3982               // Class: CIM_LocalizationCapabilities
 3983               //
 3984               //==============================================================================
 3985               
 3986               static const char*
 3987               _CIM_LocalizationCapabilities_SupportedInputLocales_qualifiers[] =
 3988               {
 3989                   0,
 3990               };
 3991 mike  1.1.2.1 
 3992               static SourceProperty
 3993               _CIM_LocalizationCapabilities_SupportedInputLocales =
 3994               {
 3995                   /* flags */
 3996                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 3997                   /* name */
 3998                   "SupportedInputLocales",
 3999                   /* qualifiers */
 4000                   _CIM_LocalizationCapabilities_SupportedInputLocales_qualifiers,
 4001                   /* type */
 4002                   CIMTYPE_STRING,
 4003                   /* subscript */
 4004                   0,
 4005                   /* value */
 4006                   0,
 4007               };
 4008               
 4009               static const char*
 4010               _CIM_LocalizationCapabilities_SupportedOutputLocales_qualifiers[] =
 4011               {
 4012 mike  1.1.2.1     0,
 4013               };
 4014               
 4015               static SourceProperty
 4016               _CIM_LocalizationCapabilities_SupportedOutputLocales =
 4017               {
 4018                   /* flags */
 4019                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4020                   /* name */
 4021                   "SupportedOutputLocales",
 4022                   /* qualifiers */
 4023                   _CIM_LocalizationCapabilities_SupportedOutputLocales_qualifiers,
 4024                   /* type */
 4025                   CIMTYPE_STRING,
 4026                   /* subscript */
 4027                   0,
 4028                   /* value */
 4029                   0,
 4030               };
 4031               
 4032               static SourceFeature*
 4033 mike  1.1.2.1 _CIM_LocalizationCapabilities_features[] =
 4034               {
 4035                   (SourceFeature*)&_CIM_LocalizationCapabilities_SupportedInputLocales,
 4036                   (SourceFeature*)&_CIM_LocalizationCapabilities_SupportedOutputLocales,
 4037                   0,
 4038               };
 4039               
 4040               static const char*
 4041               __root_PG_InterOp_CIM_LocalizationCapabilities_qualifiers[] =
 4042               {
 4043                   /* UMLPackagePath */
 4044                   "\057CIM::Core::Capabilities",
 4045                   /* Version */
 4046                   "\0632.9.0",
 4047                   0,
 4048               };
 4049               
 4050               SourceClass
 4051               __root_PG_InterOp_CIM_LocalizationCapabilities =
 4052               {
 4053                   /* flags */
 4054 mike  1.1.2.1     PEGASUS_FLAG_CLASS,
 4055                   /* name */
 4056                   "CIM_LocalizationCapabilities",
 4057                   /* qualifiers */
 4058                   __root_PG_InterOp_CIM_LocalizationCapabilities_qualifiers,
 4059                   /* superClass */
 4060                   &__root_PG_InterOp_CIM_Capabilities,
 4061                   /* features */
 4062                   _CIM_LocalizationCapabilities_features,
 4063               };
 4064               
 4065               //==============================================================================
 4066               //
 4067               // Class: CIM_Location
 4068               //
 4069               //==============================================================================
 4070               
 4071               static const char*
 4072               _CIM_Location_Name_qualifiers[] =
 4073               {
 4074                   /* MaxLen */
 4075 mike  1.1.2.1     "\030\000\000\001\000",
 4076                   0,
 4077               };
 4078               
 4079               static SourceProperty
 4080               _CIM_Location_Name =
 4081               {
 4082                   /* flags */
 4083                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4084                   /* name */
 4085                   "Name",
 4086                   /* qualifiers */
 4087                   _CIM_Location_Name_qualifiers,
 4088                   /* type */
 4089                   CIMTYPE_STRING,
 4090                   /* subscript */
 4091                   -1,
 4092                   /* value */
 4093                   0,
 4094               };
 4095               
 4096 mike  1.1.2.1 static const char*
 4097               _CIM_Location_PhysicalPosition_qualifiers[] =
 4098               {
 4099                   /* MaxLen */
 4100                   "\030\000\000\001\000",
 4101                   0,
 4102               };
 4103               
 4104               static SourceProperty
 4105               _CIM_Location_PhysicalPosition =
 4106               {
 4107                   /* flags */
 4108                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4109                   /* name */
 4110                   "PhysicalPosition",
 4111                   /* qualifiers */
 4112                   _CIM_Location_PhysicalPosition_qualifiers,
 4113                   /* type */
 4114                   CIMTYPE_STRING,
 4115                   /* subscript */
 4116                   -1,
 4117 mike  1.1.2.1     /* value */
 4118                   0,
 4119               };
 4120               
 4121               static const char*
 4122               _CIM_Location_Address_qualifiers[] =
 4123               {
 4124                   /* MaxLen */
 4125                   "\030\000\000\004\000",
 4126                   0,
 4127               };
 4128               
 4129               static SourceProperty
 4130               _CIM_Location_Address =
 4131               {
 4132                   /* flags */
 4133                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4134                   /* name */
 4135                   "Address",
 4136                   /* qualifiers */
 4137                   _CIM_Location_Address_qualifiers,
 4138 mike  1.1.2.1     /* type */
 4139                   CIMTYPE_STRING,
 4140                   /* subscript */
 4141                   -1,
 4142                   /* value */
 4143                   0,
 4144               };
 4145               
 4146               static SourceFeature*
 4147               _CIM_Location_features[] =
 4148               {
 4149                   (SourceFeature*)&_CIM_Location_Name,
 4150                   (SourceFeature*)&_CIM_Location_PhysicalPosition,
 4151                   (SourceFeature*)&_CIM_Location_Address,
 4152                   0,
 4153               };
 4154               
 4155               static const char*
 4156               __root_PG_InterOp_CIM_Location_qualifiers[] =
 4157               {
 4158                   /* UMLPackagePath */
 4159 mike  1.1.2.1     "\057CIM::Core::Physical",
 4160                   /* Version */
 4161                   "\0632.10.0",
 4162                   0,
 4163               };
 4164               
 4165               SourceClass
 4166               __root_PG_InterOp_CIM_Location =
 4167               {
 4168                   /* flags */
 4169                   PEGASUS_FLAG_CLASS,
 4170                   /* name */
 4171                   "CIM_Location",
 4172                   /* qualifiers */
 4173                   __root_PG_InterOp_CIM_Location_qualifiers,
 4174                   /* superClass */
 4175                   &__root_PG_InterOp_CIM_ManagedElement,
 4176                   /* features */
 4177                   _CIM_Location_features,
 4178               };
 4179               
 4180 mike  1.1.2.1 //==============================================================================
 4181               //
 4182               // Class: CIM_LogicalIdentity
 4183               //
 4184               //==============================================================================
 4185               
 4186               static const char*
 4187               _CIM_LogicalIdentity_SystemElement_qualifiers[] =
 4188               {
 4189                   0,
 4190               };
 4191               
 4192               static SourceReference
 4193               _CIM_LogicalIdentity_SystemElement =
 4194               {
 4195                   /* flags */
 4196                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4197                   /* name */
 4198                   "SystemElement",
 4199                   /* qualifiers */
 4200                   _CIM_LogicalIdentity_SystemElement_qualifiers,
 4201 mike  1.1.2.1     /* subscript */
 4202                   -1,
 4203                   /* refClassId */
 4204                   &__root_PG_InterOp_CIM_ManagedElement,
 4205               };
 4206               
 4207               static const char*
 4208               _CIM_LogicalIdentity_SameElement_qualifiers[] =
 4209               {
 4210                   0,
 4211               };
 4212               
 4213               static SourceReference
 4214               _CIM_LogicalIdentity_SameElement =
 4215               {
 4216                   /* flags */
 4217                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4218                   /* name */
 4219                   "SameElement",
 4220                   /* qualifiers */
 4221                   _CIM_LogicalIdentity_SameElement_qualifiers,
 4222 mike  1.1.2.1     /* subscript */
 4223                   -1,
 4224                   /* refClassId */
 4225                   &__root_PG_InterOp_CIM_ManagedElement,
 4226               };
 4227               
 4228               static SourceFeature*
 4229               _CIM_LogicalIdentity_features[] =
 4230               {
 4231                   (SourceFeature*)&_CIM_LogicalIdentity_SystemElement,
 4232                   (SourceFeature*)&_CIM_LogicalIdentity_SameElement,
 4233                   0,
 4234               };
 4235               
 4236               static const char*
 4237               __root_PG_InterOp_CIM_LogicalIdentity_qualifiers[] =
 4238               {
 4239                   /* UMLPackagePath */
 4240                   "\057CIM::Core::CoreElements",
 4241                   /* Version */
 4242                   "\0632.10.0",
 4243 mike  1.1.2.1     0,
 4244               };
 4245               
 4246               SourceClass
 4247               __root_PG_InterOp_CIM_LogicalIdentity =
 4248               {
 4249                   /* flags */
 4250                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_ABSTRACT,
 4251                   /* name */
 4252                   "CIM_LogicalIdentity",
 4253                   /* qualifiers */
 4254                   __root_PG_InterOp_CIM_LogicalIdentity_qualifiers,
 4255                   /* superClass */
 4256                   0,
 4257                   /* features */
 4258                   _CIM_LogicalIdentity_features,
 4259               };
 4260               
 4261               //==============================================================================
 4262               //
 4263               // Class: CIM_ManagedSystemElement
 4264 mike  1.1.2.1 //
 4265               //==============================================================================
 4266               
 4267               static const char*
 4268               _CIM_ManagedSystemElement_InstallDate_qualifiers[] =
 4269               {
 4270                   /* MappingStrings */
 4271                   "\026\000\001MIF.DMTF|ComponentID|001.5\000",
 4272                   0,
 4273               };
 4274               
 4275               static SourceProperty
 4276               _CIM_ManagedSystemElement_InstallDate =
 4277               {
 4278                   /* flags */
 4279                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4280                   /* name */
 4281                   "InstallDate",
 4282                   /* qualifiers */
 4283                   _CIM_ManagedSystemElement_InstallDate_qualifiers,
 4284                   /* type */
 4285 mike  1.1.2.1     CIMTYPE_DATETIME,
 4286                   /* subscript */
 4287                   -1,
 4288                   /* value */
 4289                   0,
 4290               };
 4291               
 4292               static const char*
 4293               _CIM_ManagedSystemElement_Name_qualifiers[] =
 4294               {
 4295                   /* MaxLen */
 4296                   "\030\000\000\004\000",
 4297                   0,
 4298               };
 4299               
 4300               static SourceProperty
 4301               _CIM_ManagedSystemElement_Name =
 4302               {
 4303                   /* flags */
 4304                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4305                   /* name */
 4306 mike  1.1.2.1     "Name",
 4307                   /* qualifiers */
 4308                   _CIM_ManagedSystemElement_Name_qualifiers,
 4309                   /* type */
 4310                   CIMTYPE_STRING,
 4311                   /* subscript */
 4312                   -1,
 4313                   /* value */
 4314                   0,
 4315               };
 4316               
 4317               static const char*
 4318               _CIM_ManagedSystemElement_OperationalStatus_qualifiers[] =
 4319               {
 4320                   /* ValueMap */
 4321                   "\061\000\0250\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\000..\0000x8000..\000",
 4322                   /* Values */
 4323                   "\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",
 4324                   /* ArrayType */
 4325                   "\005Indexed",
 4326                   /* ModelCorrespondence */
 4327 mike  1.1.2.1     "\036\000\001CIM_ManagedSystemElement.StatusDescriptions\000",
 4328                   0,
 4329               };
 4330               
 4331               static SourceProperty
 4332               _CIM_ManagedSystemElement_OperationalStatus =
 4333               {
 4334                   /* flags */
 4335                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4336                   /* name */
 4337                   "OperationalStatus",
 4338                   /* qualifiers */
 4339                   _CIM_ManagedSystemElement_OperationalStatus_qualifiers,
 4340                   /* type */
 4341                   CIMTYPE_UINT16,
 4342                   /* subscript */
 4343                   0,
 4344                   /* value */
 4345                   0,
 4346               };
 4347               
 4348 mike  1.1.2.1 static const char*
 4349               _CIM_ManagedSystemElement_StatusDescriptions_qualifiers[] =
 4350               {
 4351                   /* ArrayType */
 4352                   "\005Indexed",
 4353                   /* ModelCorrespondence */
 4354                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 4355                   0,
 4356               };
 4357               
 4358               static SourceProperty
 4359               _CIM_ManagedSystemElement_StatusDescriptions =
 4360               {
 4361                   /* flags */
 4362                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4363                   /* name */
 4364                   "StatusDescriptions",
 4365                   /* qualifiers */
 4366                   _CIM_ManagedSystemElement_StatusDescriptions_qualifiers,
 4367                   /* type */
 4368                   CIMTYPE_STRING,
 4369 mike  1.1.2.1     /* subscript */
 4370                   0,
 4371                   /* value */
 4372                   0,
 4373               };
 4374               
 4375               static const char*
 4376               _CIM_ManagedSystemElement_Status_qualifiers[] =
 4377               {
 4378                   /* Deprecated */
 4379                   "\013\000\001CIM_ManagedSystemElement.OperationalStatus\000",
 4380                   /* ValueMap */
 4381                   "\061\000\015OK\000Error\000Degraded\000Unknown\000Pred Fail\000Starting\000Stopping\000Service\000Stressed\000NonRecover\000No Contact\000Lost Comm\000Stopped\000",
 4382                   /* MaxLen */
 4383                   "\030\000\000\000\012",
 4384                   0,
 4385               };
 4386               
 4387               static SourceProperty
 4388               _CIM_ManagedSystemElement_Status =
 4389               {
 4390 mike  1.1.2.1     /* flags */
 4391                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4392                   /* name */
 4393                   "Status",
 4394                   /* qualifiers */
 4395                   _CIM_ManagedSystemElement_Status_qualifiers,
 4396                   /* type */
 4397                   CIMTYPE_STRING,
 4398                   /* subscript */
 4399                   -1,
 4400                   /* value */
 4401                   0,
 4402               };
 4403               
 4404               static const char*
 4405               _CIM_ManagedSystemElement_HealthState_qualifiers[] =
 4406               {
 4407                   /* ValueMap */
 4408                   "\061\000\0100\0005\00010\00015\00020\00025\00030\000..\000",
 4409                   /* Values */
 4410                   "\062\000\010Unknown\000OK\000Degraded/Warning\000Minor failure\000Major failure\000Critical failure\000Non-recoverable error\000DMTF Reserved\000",
 4411 mike  1.1.2.1     0,
 4412               };
 4413               
 4414               static SourceProperty
 4415               _CIM_ManagedSystemElement_HealthState =
 4416               {
 4417                   /* flags */
 4418                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4419                   /* name */
 4420                   "HealthState",
 4421                   /* qualifiers */
 4422                   _CIM_ManagedSystemElement_HealthState_qualifiers,
 4423                   /* type */
 4424                   CIMTYPE_UINT16,
 4425                   /* subscript */
 4426                   -1,
 4427                   /* value */
 4428                   0,
 4429               };
 4430               
 4431               static SourceFeature*
 4432 mike  1.1.2.1 _CIM_ManagedSystemElement_features[] =
 4433               {
 4434                   (SourceFeature*)&_CIM_ManagedSystemElement_InstallDate,
 4435                   (SourceFeature*)&_CIM_ManagedSystemElement_Name,
 4436                   (SourceFeature*)&_CIM_ManagedSystemElement_OperationalStatus,
 4437                   (SourceFeature*)&_CIM_ManagedSystemElement_StatusDescriptions,
 4438                   (SourceFeature*)&_CIM_ManagedSystemElement_Status,
 4439                   (SourceFeature*)&_CIM_ManagedSystemElement_HealthState,
 4440                   0,
 4441               };
 4442               
 4443               static const char*
 4444               __root_PG_InterOp_CIM_ManagedSystemElement_qualifiers[] =
 4445               {
 4446                   /* UMLPackagePath */
 4447                   "\057CIM::Core::CoreElements",
 4448                   /* Version */
 4449                   "\0632.11.0",
 4450                   0,
 4451               };
 4452               
 4453 mike  1.1.2.1 SourceClass
 4454               __root_PG_InterOp_CIM_ManagedSystemElement =
 4455               {
 4456                   /* flags */
 4457                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 4458                   /* name */
 4459                   "CIM_ManagedSystemElement",
 4460                   /* qualifiers */
 4461                   __root_PG_InterOp_CIM_ManagedSystemElement_qualifiers,
 4462                   /* superClass */
 4463                   &__root_PG_InterOp_CIM_ManagedElement,
 4464                   /* features */
 4465                   _CIM_ManagedSystemElement_features,
 4466               };
 4467               
 4468               //==============================================================================
 4469               //
 4470               // Class: CIM_MemberOfCollection
 4471               //
 4472               //==============================================================================
 4473               
 4474 mike  1.1.2.1 static const char*
 4475               _CIM_MemberOfCollection_Collection_qualifiers[] =
 4476               {
 4477                   0,
 4478               };
 4479               
 4480               static SourceReference
 4481               _CIM_MemberOfCollection_Collection =
 4482               {
 4483                   /* flags */
 4484                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 4485                   /* name */
 4486                   "Collection",
 4487                   /* qualifiers */
 4488                   _CIM_MemberOfCollection_Collection_qualifiers,
 4489                   /* subscript */
 4490                   -1,
 4491                   /* refClassId */
 4492                   &__root_PG_InterOp_CIM_Collection,
 4493               };
 4494               
 4495 mike  1.1.2.1 static const char*
 4496               _CIM_MemberOfCollection_Member_qualifiers[] =
 4497               {
 4498                   0,
 4499               };
 4500               
 4501               static SourceReference
 4502               _CIM_MemberOfCollection_Member =
 4503               {
 4504                   /* flags */
 4505                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4506                   /* name */
 4507                   "Member",
 4508                   /* qualifiers */
 4509                   _CIM_MemberOfCollection_Member_qualifiers,
 4510                   /* subscript */
 4511                   -1,
 4512                   /* refClassId */
 4513                   &__root_PG_InterOp_CIM_ManagedElement,
 4514               };
 4515               
 4516 mike  1.1.2.1 static SourceFeature*
 4517               _CIM_MemberOfCollection_features[] =
 4518               {
 4519                   (SourceFeature*)&_CIM_MemberOfCollection_Collection,
 4520                   (SourceFeature*)&_CIM_MemberOfCollection_Member,
 4521                   0,
 4522               };
 4523               
 4524               static const char*
 4525               __root_PG_InterOp_CIM_MemberOfCollection_qualifiers[] =
 4526               {
 4527                   /* UMLPackagePath */
 4528                   "\057CIM::Core::Collection",
 4529                   /* Version */
 4530                   "\0632.6.0",
 4531                   0,
 4532               };
 4533               
 4534               SourceClass
 4535               __root_PG_InterOp_CIM_MemberOfCollection =
 4536               {
 4537 mike  1.1.2.1     /* flags */
 4538                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 4539                   /* name */
 4540                   "CIM_MemberOfCollection",
 4541                   /* qualifiers */
 4542                   __root_PG_InterOp_CIM_MemberOfCollection_qualifiers,
 4543                   /* superClass */
 4544                   0,
 4545                   /* features */
 4546                   _CIM_MemberOfCollection_features,
 4547               };
 4548               
 4549               //==============================================================================
 4550               //
 4551               // Class: CIM_MethodParameters
 4552               //
 4553               //==============================================================================
 4554               
 4555               static const char*
 4556               _CIM_MethodParameters_MethodParametersId_qualifiers[] =
 4557               {
 4558 mike  1.1.2.1     /* MaxLen */
 4559                   "\030\000\000\001\000",
 4560                   0,
 4561               };
 4562               
 4563               static SourceProperty
 4564               _CIM_MethodParameters_MethodParametersId =
 4565               {
 4566                   /* flags */
 4567                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4568                   /* name */
 4569                   "MethodParametersId",
 4570                   /* qualifiers */
 4571                   _CIM_MethodParameters_MethodParametersId_qualifiers,
 4572                   /* type */
 4573                   CIMTYPE_STRING,
 4574                   /* subscript */
 4575                   -1,
 4576                   /* value */
 4577                   0,
 4578               };
 4579 mike  1.1.2.1 
 4580               static const char*
 4581               _CIM_MethodParameters_ResetValues_SourceME_qualifiers[] =
 4582               {
 4583                   0,
 4584               };
 4585               
 4586               static SourceReference
 4587               _CIM_MethodParameters_ResetValues_SourceME =
 4588               {
 4589                   /* flags */
 4590                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
 4591                   /* name */
 4592                   "SourceME",
 4593                   /* qualifiers */
 4594                   _CIM_MethodParameters_ResetValues_SourceME_qualifiers,
 4595                   /* subscript */
 4596                   -1,
 4597                   /* refClassId */
 4598                   &__root_PG_InterOp_CIM_ManagedElement,
 4599               };
 4600 mike  1.1.2.1 
 4601               static SourceProperty*
 4602               _CIM_MethodParameters_ResetValues_parameters[] =
 4603               {
 4604                   (SourceProperty*)&_CIM_MethodParameters_ResetValues_SourceME,
 4605                   0,
 4606               };
 4607               
 4608               static const char*
 4609               _CIM_MethodParameters_ResetValues_qualifiers[] =
 4610               {
 4611                   0,
 4612               };
 4613               
 4614               static SourceMethod
 4615               _CIM_MethodParameters_ResetValues =
 4616               {
 4617                   /* flags */
 4618                   PEGASUS_FLAG_METHOD,
 4619                   /* name */
 4620                   "CIM_MethodParameters",
 4621 mike  1.1.2.1     /* qualifiers */
 4622                   _CIM_MethodParameters_ResetValues_qualifiers,
 4623                   /* type */
 4624                   CIMTYPE_UINT32,
 4625                   /* parameters */
 4626                   _CIM_MethodParameters_ResetValues_parameters,
 4627               };
 4628               
 4629               static SourceFeature*
 4630               _CIM_MethodParameters_features[] =
 4631               {
 4632                   (SourceFeature*)&_CIM_MethodParameters_MethodParametersId,
 4633                   (SourceFeature*)&_CIM_MethodParameters_ResetValues,
 4634                   0,
 4635               };
 4636               
 4637               static const char*
 4638               __root_PG_InterOp_CIM_MethodParameters_qualifiers[] =
 4639               {
 4640                   /* UMLPackagePath */
 4641                   "\057CIM::Core::MethodParms",
 4642 mike  1.1.2.1     /* Version */
 4643                   "\0632.10.0",
 4644                   0,
 4645               };
 4646               
 4647               SourceClass
 4648               __root_PG_InterOp_CIM_MethodParameters =
 4649               {
 4650                   /* flags */
 4651                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 4652                   /* name */
 4653                   "CIM_MethodParameters",
 4654                   /* qualifiers */
 4655                   __root_PG_InterOp_CIM_MethodParameters_qualifiers,
 4656                   /* superClass */
 4657                   &__root_PG_InterOp_CIM_ManagedElement,
 4658                   /* features */
 4659                   _CIM_MethodParameters_features,
 4660               };
 4661               
 4662               //==============================================================================
 4663 mike  1.1.2.1 //
 4664               // Class: CIM_OrderedMemberOfCollection
 4665               //
 4666               //==============================================================================
 4667               
 4668               static const char*
 4669               _CIM_OrderedMemberOfCollection_AssignedSequence_qualifiers[] =
 4670               {
 4671                   0,
 4672               };
 4673               
 4674               static SourceProperty
 4675               _CIM_OrderedMemberOfCollection_AssignedSequence =
 4676               {
 4677                   /* flags */
 4678                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4679                   /* name */
 4680                   "AssignedSequence",
 4681                   /* qualifiers */
 4682                   _CIM_OrderedMemberOfCollection_AssignedSequence_qualifiers,
 4683                   /* type */
 4684 mike  1.1.2.1     CIMTYPE_UINT64,
 4685                   /* subscript */
 4686                   -1,
 4687                   /* value */
 4688                   0,
 4689               };
 4690               
 4691               static SourceFeature*
 4692               _CIM_OrderedMemberOfCollection_features[] =
 4693               {
 4694                   (SourceFeature*)&_CIM_OrderedMemberOfCollection_AssignedSequence,
 4695                   0,
 4696               };
 4697               
 4698               static const char*
 4699               __root_PG_InterOp_CIM_OrderedMemberOfCollection_qualifiers[] =
 4700               {
 4701                   /* UMLPackagePath */
 4702                   "\057CIM::Core::Collection",
 4703                   /* Version */
 4704                   "\0632.10.0",
 4705 mike  1.1.2.1     0,
 4706               };
 4707               
 4708               SourceClass
 4709               __root_PG_InterOp_CIM_OrderedMemberOfCollection =
 4710               {
 4711                   /* flags */
 4712                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 4713                   /* name */
 4714                   "CIM_OrderedMemberOfCollection",
 4715                   /* qualifiers */
 4716                   __root_PG_InterOp_CIM_OrderedMemberOfCollection_qualifiers,
 4717                   /* superClass */
 4718                   &__root_PG_InterOp_CIM_MemberOfCollection,
 4719                   /* features */
 4720                   _CIM_OrderedMemberOfCollection_features,
 4721               };
 4722               
 4723               //==============================================================================
 4724               //
 4725               // Class: CIM_ParametersForMethod
 4726 mike  1.1.2.1 //
 4727               //==============================================================================
 4728               
 4729               static const char*
 4730               _CIM_ParametersForMethod_Parameters_qualifiers[] =
 4731               {
 4732                   0,
 4733               };
 4734               
 4735               static SourceReference
 4736               _CIM_ParametersForMethod_Parameters =
 4737               {
 4738                   /* flags */
 4739                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4740                   /* name */
 4741                   "Parameters",
 4742                   /* qualifiers */
 4743                   _CIM_ParametersForMethod_Parameters_qualifiers,
 4744                   /* subscript */
 4745                   -1,
 4746                   /* refClassId */
 4747 mike  1.1.2.1     &__root_PG_InterOp_CIM_MethodParameters,
 4748               };
 4749               
 4750               static const char*
 4751               _CIM_ParametersForMethod_TheMethod_qualifiers[] =
 4752               {
 4753                   0,
 4754               };
 4755               
 4756               static SourceReference
 4757               _CIM_ParametersForMethod_TheMethod =
 4758               {
 4759                   /* flags */
 4760                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4761                   /* name */
 4762                   "TheMethod",
 4763                   /* qualifiers */
 4764                   _CIM_ParametersForMethod_TheMethod_qualifiers,
 4765                   /* subscript */
 4766                   -1,
 4767                   /* refClassId */
 4768 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 4769               };
 4770               
 4771               static const char*
 4772               _CIM_ParametersForMethod_MethodName_qualifiers[] =
 4773               {
 4774                   /* MaxLen */
 4775                   "\030\000\000\000\100",
 4776                   0,
 4777               };
 4778               
 4779               static SourceProperty
 4780               _CIM_ParametersForMethod_MethodName =
 4781               {
 4782                   /* flags */
 4783                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4784                   /* name */
 4785                   "MethodName",
 4786                   /* qualifiers */
 4787                   _CIM_ParametersForMethod_MethodName_qualifiers,
 4788                   /* type */
 4789 mike  1.1.2.1     CIMTYPE_STRING,
 4790                   /* subscript */
 4791                   -1,
 4792                   /* value */
 4793                   0,
 4794               };
 4795               
 4796               static SourceFeature*
 4797               _CIM_ParametersForMethod_features[] =
 4798               {
 4799                   (SourceFeature*)&_CIM_ParametersForMethod_Parameters,
 4800                   (SourceFeature*)&_CIM_ParametersForMethod_TheMethod,
 4801                   (SourceFeature*)&_CIM_ParametersForMethod_MethodName,
 4802                   0,
 4803               };
 4804               
 4805               static const char*
 4806               __root_PG_InterOp_CIM_ParametersForMethod_qualifiers[] =
 4807               {
 4808                   /* UMLPackagePath */
 4809                   "\057CIM::Core::MethodParms",
 4810 mike  1.1.2.1     /* Version */
 4811                   "\0632.10.0",
 4812                   0,
 4813               };
 4814               
 4815               SourceClass
 4816               __root_PG_InterOp_CIM_ParametersForMethod =
 4817               {
 4818                   /* flags */
 4819                   PEGASUS_FLAG_ASSOCIATION,
 4820                   /* name */
 4821                   "CIM_ParametersForMethod",
 4822                   /* qualifiers */
 4823                   __root_PG_InterOp_CIM_ParametersForMethod_qualifiers,
 4824                   /* superClass */
 4825                   0,
 4826                   /* features */
 4827                   _CIM_ParametersForMethod_features,
 4828               };
 4829               
 4830               //==============================================================================
 4831 mike  1.1.2.1 //
 4832               // Class: CIM_ParameterValueSources
 4833               //
 4834               //==============================================================================
 4835               
 4836               static const char*
 4837               _CIM_ParameterValueSources_Parameters_qualifiers[] =
 4838               {
 4839                   0,
 4840               };
 4841               
 4842               static SourceReference
 4843               _CIM_ParameterValueSources_Parameters =
 4844               {
 4845                   /* flags */
 4846                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4847                   /* name */
 4848                   "Parameters",
 4849                   /* qualifiers */
 4850                   _CIM_ParameterValueSources_Parameters_qualifiers,
 4851                   /* subscript */
 4852 mike  1.1.2.1     -1,
 4853                   /* refClassId */
 4854                   &__root_PG_InterOp_CIM_MethodParameters,
 4855               };
 4856               
 4857               static const char*
 4858               _CIM_ParameterValueSources_ValueSource_qualifiers[] =
 4859               {
 4860                   0,
 4861               };
 4862               
 4863               static SourceReference
 4864               _CIM_ParameterValueSources_ValueSource =
 4865               {
 4866                   /* flags */
 4867                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4868                   /* name */
 4869                   "ValueSource",
 4870                   /* qualifiers */
 4871                   _CIM_ParameterValueSources_ValueSource_qualifiers,
 4872                   /* subscript */
 4873 mike  1.1.2.1     -1,
 4874                   /* refClassId */
 4875                   &__root_PG_InterOp_CIM_ManagedElement,
 4876               };
 4877               
 4878               static SourceFeature*
 4879               _CIM_ParameterValueSources_features[] =
 4880               {
 4881                   (SourceFeature*)&_CIM_ParameterValueSources_Parameters,
 4882                   (SourceFeature*)&_CIM_ParameterValueSources_ValueSource,
 4883                   0,
 4884               };
 4885               
 4886               static const char*
 4887               __root_PG_InterOp_CIM_ParameterValueSources_qualifiers[] =
 4888               {
 4889                   /* UMLPackagePath */
 4890                   "\057CIM::Core::MethodParms",
 4891                   /* Version */
 4892                   "\0632.10.0",
 4893                   0,
 4894 mike  1.1.2.1 };
 4895               
 4896               SourceClass
 4897               __root_PG_InterOp_CIM_ParameterValueSources =
 4898               {
 4899                   /* flags */
 4900                   PEGASUS_FLAG_ASSOCIATION,
 4901                   /* name */
 4902                   "CIM_ParameterValueSources",
 4903                   /* qualifiers */
 4904                   __root_PG_InterOp_CIM_ParameterValueSources_qualifiers,
 4905                   /* superClass */
 4906                   0,
 4907                   /* features */
 4908                   _CIM_ParameterValueSources_features,
 4909               };
 4910               
 4911               //==============================================================================
 4912               //
 4913               // Class: CIM_PhysicalElement
 4914               //
 4915 mike  1.1.2.1 //==============================================================================
 4916               
 4917               static const char*
 4918               _CIM_PhysicalElement_Tag_qualifiers[] =
 4919               {
 4920                   /* MaxLen */
 4921                   "\030\000\000\001\000",
 4922                   0,
 4923               };
 4924               
 4925               static SourceProperty
 4926               _CIM_PhysicalElement_Tag =
 4927               {
 4928                   /* flags */
 4929                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4930                   /* name */
 4931                   "Tag",
 4932                   /* qualifiers */
 4933                   _CIM_PhysicalElement_Tag_qualifiers,
 4934                   /* type */
 4935                   CIMTYPE_STRING,
 4936 mike  1.1.2.1     /* subscript */
 4937                   -1,
 4938                   /* value */
 4939                   0,
 4940               };
 4941               
 4942               static const char*
 4943               _CIM_PhysicalElement_Description_qualifiers[] =
 4944               {
 4945                   /* Override */
 4946                   "\044Description",
 4947                   /* MappingStrings */
 4948                   "\026\000\001MIF.DMTF|FRU|003.3\000",
 4949                   0,
 4950               };
 4951               
 4952               static SourceProperty
 4953               _CIM_PhysicalElement_Description =
 4954               {
 4955                   /* flags */
 4956                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 4957 mike  1.1.2.1     /* name */
 4958                   "Description",
 4959                   /* qualifiers */
 4960                   _CIM_PhysicalElement_Description_qualifiers,
 4961                   /* type */
 4962                   CIMTYPE_STRING,
 4963                   /* subscript */
 4964                   -1,
 4965                   /* value */
 4966                   0,
 4967               };
 4968               
 4969               static const char*
 4970               _CIM_PhysicalElement_CreationClassName_qualifiers[] =
 4971               {
 4972                   /* MaxLen */
 4973                   "\030\000\000\001\000",
 4974                   0,
 4975               };
 4976               
 4977               static SourceProperty
 4978 mike  1.1.2.1 _CIM_PhysicalElement_CreationClassName =
 4979               {
 4980                   /* flags */
 4981                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 4982                   /* name */
 4983                   "CreationClassName",
 4984                   /* qualifiers */
 4985                   _CIM_PhysicalElement_CreationClassName_qualifiers,
 4986                   /* type */
 4987                   CIMTYPE_STRING,
 4988                   /* subscript */
 4989                   -1,
 4990                   /* value */
 4991                   0,
 4992               };
 4993               
 4994               static const char*
 4995               _CIM_PhysicalElement_ElementName_qualifiers[] =
 4996               {
 4997                   /* Override */
 4998                   "\044ElementName",
 4999 mike  1.1.2.1     /* MappingStrings */
 5000                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalName\000",
 5001                   0,
 5002               };
 5003               
 5004               static SourceProperty
 5005               _CIM_PhysicalElement_ElementName =
 5006               {
 5007                   /* flags */
 5008                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5009                   /* name */
 5010                   "ElementName",
 5011                   /* qualifiers */
 5012                   _CIM_PhysicalElement_ElementName_qualifiers,
 5013                   /* type */
 5014                   CIMTYPE_STRING,
 5015                   /* subscript */
 5016                   -1,
 5017                   /* value */
 5018                   0,
 5019               };
 5020 mike  1.1.2.1 
 5021               static const char*
 5022               _CIM_PhysicalElement_Manufacturer_qualifiers[] =
 5023               {
 5024                   /* MaxLen */
 5025                   "\030\000\000\001\000",
 5026                   /* MappingStrings */
 5027                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalMfgName\000MIF.DMTF|FRU|003.4\000",
 5028                   0,
 5029               };
 5030               
 5031               static SourceProperty
 5032               _CIM_PhysicalElement_Manufacturer =
 5033               {
 5034                   /* flags */
 5035                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5036                   /* name */
 5037                   "Manufacturer",
 5038                   /* qualifiers */
 5039                   _CIM_PhysicalElement_Manufacturer_qualifiers,
 5040                   /* type */
 5041 mike  1.1.2.1     CIMTYPE_STRING,
 5042                   /* subscript */
 5043                   -1,
 5044                   /* value */
 5045                   0,
 5046               };
 5047               
 5048               static const char*
 5049               _CIM_PhysicalElement_Model_qualifiers[] =
 5050               {
 5051                   /* MaxLen */
 5052                   "\030\000\000\001\000",
 5053                   /* MappingStrings */
 5054                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalDescr\000MIF.DMTF|FRU|003.5\000",
 5055                   0,
 5056               };
 5057               
 5058               static SourceProperty
 5059               _CIM_PhysicalElement_Model =
 5060               {
 5061                   /* flags */
 5062 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5063                   /* name */
 5064                   "Model",
 5065                   /* qualifiers */
 5066                   _CIM_PhysicalElement_Model_qualifiers,
 5067                   /* type */
 5068                   CIMTYPE_STRING,
 5069                   /* subscript */
 5070                   -1,
 5071                   /* value */
 5072                   0,
 5073               };
 5074               
 5075               static const char*
 5076               _CIM_PhysicalElement_SKU_qualifiers[] =
 5077               {
 5078                   /* MaxLen */
 5079                   "\030\000\000\000\100",
 5080                   0,
 5081               };
 5082               
 5083 mike  1.1.2.1 static SourceProperty
 5084               _CIM_PhysicalElement_SKU =
 5085               {
 5086                   /* flags */
 5087                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5088                   /* name */
 5089                   "SKU",
 5090                   /* qualifiers */
 5091                   _CIM_PhysicalElement_SKU_qualifiers,
 5092                   /* type */
 5093                   CIMTYPE_STRING,
 5094                   /* subscript */
 5095                   -1,
 5096                   /* value */
 5097                   0,
 5098               };
 5099               
 5100               static const char*
 5101               _CIM_PhysicalElement_SerialNumber_qualifiers[] =
 5102               {
 5103                   /* MaxLen */
 5104 mike  1.1.2.1     "\030\000\000\001\000",
 5105                   /* MappingStrings */
 5106                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalSerialNum\000MIF.DMTF|FRU|003.7\000",
 5107                   0,
 5108               };
 5109               
 5110               static SourceProperty
 5111               _CIM_PhysicalElement_SerialNumber =
 5112               {
 5113                   /* flags */
 5114                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5115                   /* name */
 5116                   "SerialNumber",
 5117                   /* qualifiers */
 5118                   _CIM_PhysicalElement_SerialNumber_qualifiers,
 5119                   /* type */
 5120                   CIMTYPE_STRING,
 5121                   /* subscript */
 5122                   -1,
 5123                   /* value */
 5124                   0,
 5125 mike  1.1.2.1 };
 5126               
 5127               static const char*
 5128               _CIM_PhysicalElement_Version_qualifiers[] =
 5129               {
 5130                   /* MaxLen */
 5131                   "\030\000\000\000\100",
 5132                   /* MappingStrings */
 5133                   "\026\000\002MIB.IETF|Entity-MIB.entPhysicalHardwareRev\000MIF.DMTF|FRU|003.8\000",
 5134                   0,
 5135               };
 5136               
 5137               static SourceProperty
 5138               _CIM_PhysicalElement_Version =
 5139               {
 5140                   /* flags */
 5141                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5142                   /* name */
 5143                   "Version",
 5144                   /* qualifiers */
 5145                   _CIM_PhysicalElement_Version_qualifiers,
 5146 mike  1.1.2.1     /* type */
 5147                   CIMTYPE_STRING,
 5148                   /* subscript */
 5149                   -1,
 5150                   /* value */
 5151                   0,
 5152               };
 5153               
 5154               static const char*
 5155               _CIM_PhysicalElement_PartNumber_qualifiers[] =
 5156               {
 5157                   /* MaxLen */
 5158                   "\030\000\000\001\000",
 5159                   /* MappingStrings */
 5160                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalModelName\000",
 5161                   0,
 5162               };
 5163               
 5164               static SourceProperty
 5165               _CIM_PhysicalElement_PartNumber =
 5166               {
 5167 mike  1.1.2.1     /* flags */
 5168                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5169                   /* name */
 5170                   "PartNumber",
 5171                   /* qualifiers */
 5172                   _CIM_PhysicalElement_PartNumber_qualifiers,
 5173                   /* type */
 5174                   CIMTYPE_STRING,
 5175                   /* subscript */
 5176                   -1,
 5177                   /* value */
 5178                   0,
 5179               };
 5180               
 5181               static const char*
 5182               _CIM_PhysicalElement_OtherIdentifyingInfo_qualifiers[] =
 5183               {
 5184                   /* MappingStrings */
 5185                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAlias\000",
 5186                   0,
 5187               };
 5188 mike  1.1.2.1 
 5189               static SourceProperty
 5190               _CIM_PhysicalElement_OtherIdentifyingInfo =
 5191               {
 5192                   /* flags */
 5193                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
 5194                   /* name */
 5195                   "OtherIdentifyingInfo",
 5196                   /* qualifiers */
 5197                   _CIM_PhysicalElement_OtherIdentifyingInfo_qualifiers,
 5198                   /* type */
 5199                   CIMTYPE_STRING,
 5200                   /* subscript */
 5201                   -1,
 5202                   /* value */
 5203                   0,
 5204               };
 5205               
 5206               static const char*
 5207               _CIM_PhysicalElement_PoweredOn_qualifiers[] =
 5208               {
 5209 mike  1.1.2.1     0,
 5210               };
 5211               
 5212               static SourceProperty
 5213               _CIM_PhysicalElement_PoweredOn =
 5214               {
 5215                   /* flags */
 5216                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5217                   /* name */
 5218                   "PoweredOn",
 5219                   /* qualifiers */
 5220                   _CIM_PhysicalElement_PoweredOn_qualifiers,
 5221                   /* type */
 5222                   CIMTYPE_BOOLEAN,
 5223                   /* subscript */
 5224                   -1,
 5225                   /* value */
 5226                   0,
 5227               };
 5228               
 5229               static const char*
 5230 mike  1.1.2.1 _CIM_PhysicalElement_ManufactureDate_qualifiers[] =
 5231               {
 5232                   0,
 5233               };
 5234               
 5235               static SourceProperty
 5236               _CIM_PhysicalElement_ManufactureDate =
 5237               {
 5238                   /* flags */
 5239                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5240                   /* name */
 5241                   "ManufactureDate",
 5242                   /* qualifiers */
 5243                   _CIM_PhysicalElement_ManufactureDate_qualifiers,
 5244                   /* type */
 5245                   CIMTYPE_DATETIME,
 5246                   /* subscript */
 5247                   -1,
 5248                   /* value */
 5249                   0,
 5250               };
 5251 mike  1.1.2.1 
 5252               static const char*
 5253               _CIM_PhysicalElement_VendorEquipmentType_qualifiers[] =
 5254               {
 5255                   /* MappingStrings */
 5256                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalVendorType\000",
 5257                   0,
 5258               };
 5259               
 5260               static SourceProperty
 5261               _CIM_PhysicalElement_VendorEquipmentType =
 5262               {
 5263                   /* flags */
 5264                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5265                   /* name */
 5266                   "VendorEquipmentType",
 5267                   /* qualifiers */
 5268                   _CIM_PhysicalElement_VendorEquipmentType_qualifiers,
 5269                   /* type */
 5270                   CIMTYPE_STRING,
 5271                   /* subscript */
 5272 mike  1.1.2.1     -1,
 5273                   /* value */
 5274                   0,
 5275               };
 5276               
 5277               static const char*
 5278               _CIM_PhysicalElement_UserTracking_qualifiers[] =
 5279               {
 5280                   /* MappingStrings */
 5281                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAssetID\000",
 5282                   0,
 5283               };
 5284               
 5285               static SourceProperty
 5286               _CIM_PhysicalElement_UserTracking =
 5287               {
 5288                   /* flags */
 5289                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
 5290                   /* name */
 5291                   "UserTracking",
 5292                   /* qualifiers */
 5293 mike  1.1.2.1     _CIM_PhysicalElement_UserTracking_qualifiers,
 5294                   /* type */
 5295                   CIMTYPE_STRING,
 5296                   /* subscript */
 5297                   -1,
 5298                   /* value */
 5299                   0,
 5300               };
 5301               
 5302               static const char*
 5303               _CIM_PhysicalElement_CanBeFRUed_qualifiers[] =
 5304               {
 5305                   /* MappingStrings */
 5306                   "\026\000\001MIB.IETF|Entity-MIB.entPhysicalIsFRU\000",
 5307                   0,
 5308               };
 5309               
 5310               static SourceProperty
 5311               _CIM_PhysicalElement_CanBeFRUed =
 5312               {
 5313                   /* flags */
 5314 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5315                   /* name */
 5316                   "CanBeFRUed",
 5317                   /* qualifiers */
 5318                   _CIM_PhysicalElement_CanBeFRUed_qualifiers,
 5319                   /* type */
 5320                   CIMTYPE_BOOLEAN,
 5321                   /* subscript */
 5322                   -1,
 5323                   /* value */
 5324                   0,
 5325               };
 5326               
 5327               static SourceFeature*
 5328               _CIM_PhysicalElement_features[] =
 5329               {
 5330                   (SourceFeature*)&_CIM_PhysicalElement_Tag,
 5331                   (SourceFeature*)&_CIM_PhysicalElement_Description,
 5332                   (SourceFeature*)&_CIM_PhysicalElement_CreationClassName,
 5333                   (SourceFeature*)&_CIM_PhysicalElement_ElementName,
 5334                   (SourceFeature*)&_CIM_PhysicalElement_Manufacturer,
 5335 mike  1.1.2.1     (SourceFeature*)&_CIM_PhysicalElement_Model,
 5336                   (SourceFeature*)&_CIM_PhysicalElement_SKU,
 5337                   (SourceFeature*)&_CIM_PhysicalElement_SerialNumber,
 5338                   (SourceFeature*)&_CIM_PhysicalElement_Version,
 5339                   (SourceFeature*)&_CIM_PhysicalElement_PartNumber,
 5340                   (SourceFeature*)&_CIM_PhysicalElement_OtherIdentifyingInfo,
 5341                   (SourceFeature*)&_CIM_PhysicalElement_PoweredOn,
 5342                   (SourceFeature*)&_CIM_PhysicalElement_ManufactureDate,
 5343                   (SourceFeature*)&_CIM_PhysicalElement_VendorEquipmentType,
 5344                   (SourceFeature*)&_CIM_PhysicalElement_UserTracking,
 5345                   (SourceFeature*)&_CIM_PhysicalElement_CanBeFRUed,
 5346                   0,
 5347               };
 5348               
 5349               static const char*
 5350               __root_PG_InterOp_CIM_PhysicalElement_qualifiers[] =
 5351               {
 5352                   /* UMLPackagePath */
 5353                   "\057CIM::Core::Physical",
 5354                   /* Version */
 5355                   "\0632.10.0",
 5356 mike  1.1.2.1     0,
 5357               };
 5358               
 5359               SourceClass
 5360               __root_PG_InterOp_CIM_PhysicalElement =
 5361               {
 5362                   /* flags */
 5363                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 5364                   /* name */
 5365                   "CIM_PhysicalElement",
 5366                   /* qualifiers */
 5367                   __root_PG_InterOp_CIM_PhysicalElement_qualifiers,
 5368                   /* superClass */
 5369                   &__root_PG_InterOp_CIM_ManagedSystemElement,
 5370                   /* features */
 5371                   _CIM_PhysicalElement_features,
 5372               };
 5373               
 5374               //==============================================================================
 5375               //
 5376               // Class: CIM_PowerManagementCapabilities
 5377 mike  1.1.2.1 //
 5378               //==============================================================================
 5379               
 5380               static const char*
 5381               _CIM_PowerManagementCapabilities_PowerCapabilities_qualifiers[] =
 5382               {
 5383                   /* ValueMap */
 5384                   "\061\000\0060\0001\0002\0003\0004\0005\000",
 5385                   /* Values */
 5386                   "\062\000\006Unknown\000Other\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
 5387                   /* MappingStrings */
 5388                   "\026\000\001MIF.DMTF|System Power Controls|001.2\000",
 5389                   /* ModelCorrespondence */
 5390                   "\036\000\002CIM_PowerManagementCapabilities.OtherPowerCapabilitiesDescriptions\000CIM_PowerManagementService.SetPowerState\000",
 5391                   0,
 5392               };
 5393               
 5394               static SourceProperty
 5395               _CIM_PowerManagementCapabilities_PowerCapabilities =
 5396               {
 5397                   /* flags */
 5398 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5399                   /* name */
 5400                   "PowerCapabilities",
 5401                   /* qualifiers */
 5402                   _CIM_PowerManagementCapabilities_PowerCapabilities_qualifiers,
 5403                   /* type */
 5404                   CIMTYPE_UINT16,
 5405                   /* subscript */
 5406                   0,
 5407                   /* value */
 5408                   0,
 5409               };
 5410               
 5411               static const char*
 5412               _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions_qualifiers[] =
 5413               {
 5414                   /* ModelCorrespondence */
 5415                   "\036\000\001CIM_PowerManagementCapabilities.PowerCapabilities\000",
 5416                   0,
 5417               };
 5418               
 5419 mike  1.1.2.1 static SourceProperty
 5420               _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions =
 5421               {
 5422                   /* flags */
 5423                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5424                   /* name */
 5425                   "OtherPowerCapabilitiesDescriptions",
 5426                   /* qualifiers */
 5427                   _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions_qualifiers,
 5428                   /* type */
 5429                   CIMTYPE_STRING,
 5430                   /* subscript */
 5431                   0,
 5432                   /* value */
 5433                   0,
 5434               };
 5435               
 5436               static SourceFeature*
 5437               _CIM_PowerManagementCapabilities_features[] =
 5438               {
 5439                   (SourceFeature*)&_CIM_PowerManagementCapabilities_PowerCapabilities,
 5440 mike  1.1.2.1     (SourceFeature*)&_CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions,
 5441                   0,
 5442               };
 5443               
 5444               static const char*
 5445               __root_PG_InterOp_CIM_PowerManagementCapabilities_qualifiers[] =
 5446               {
 5447                   /* UMLPackagePath */
 5448                   "\057CIM::Core::PowerMgmt",
 5449                   /* Version */
 5450                   "\0632.7.0",
 5451                   0,
 5452               };
 5453               
 5454               SourceClass
 5455               __root_PG_InterOp_CIM_PowerManagementCapabilities =
 5456               {
 5457                   /* flags */
 5458                   PEGASUS_FLAG_CLASS,
 5459                   /* name */
 5460                   "CIM_PowerManagementCapabilities",
 5461 mike  1.1.2.1     /* qualifiers */
 5462                   __root_PG_InterOp_CIM_PowerManagementCapabilities_qualifiers,
 5463                   /* superClass */
 5464                   &__root_PG_InterOp_CIM_Capabilities,
 5465                   /* features */
 5466                   _CIM_PowerManagementCapabilities_features,
 5467               };
 5468               
 5469               //==============================================================================
 5470               //
 5471               // Class: CIM_Product
 5472               //
 5473               //==============================================================================
 5474               
 5475               static const char*
 5476               _CIM_Product_Name_qualifiers[] =
 5477               {
 5478                   /* MaxLen */
 5479                   "\030\000\000\001\000",
 5480                   /* MappingStrings */
 5481                   "\026\000\001MIF.DMTF|ComponentID|001.2\000",
 5482 mike  1.1.2.1     /* ModelCorrespondence */
 5483                   "\036\000\001PRS_Product.ProductName\000",
 5484                   0,
 5485               };
 5486               
 5487               static SourceProperty
 5488               _CIM_Product_Name =
 5489               {
 5490                   /* flags */
 5491                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 5492                   /* name */
 5493                   "Name",
 5494                   /* qualifiers */
 5495                   _CIM_Product_Name_qualifiers,
 5496                   /* type */
 5497                   CIMTYPE_STRING,
 5498                   /* subscript */
 5499                   -1,
 5500                   /* value */
 5501                   0,
 5502               };
 5503 mike  1.1.2.1 
 5504               static const char*
 5505               _CIM_Product_IdentifyingNumber_qualifiers[] =
 5506               {
 5507                   /* MaxLen */
 5508                   "\030\000\000\000\100",
 5509                   /* MappingStrings */
 5510                   "\026\000\001MIF.DMTF|ComponentID|001.4\000",
 5511                   0,
 5512               };
 5513               
 5514               static SourceProperty
 5515               _CIM_Product_IdentifyingNumber =
 5516               {
 5517                   /* flags */
 5518                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 5519                   /* name */
 5520                   "IdentifyingNumber",
 5521                   /* qualifiers */
 5522                   _CIM_Product_IdentifyingNumber_qualifiers,
 5523                   /* type */
 5524 mike  1.1.2.1     CIMTYPE_STRING,
 5525                   /* subscript */
 5526                   -1,
 5527                   /* value */
 5528                   0,
 5529               };
 5530               
 5531               static const char*
 5532               _CIM_Product_Vendor_qualifiers[] =
 5533               {
 5534                   /* MaxLen */
 5535                   "\030\000\000\001\000",
 5536                   /* MappingStrings */
 5537                   "\026\000\001MIF.DMTF|ComponentID|001.1\000",
 5538                   /* ModelCorrespondence */
 5539                   "\036\000\001PRS_Product.Vendor\000",
 5540                   0,
 5541               };
 5542               
 5543               static SourceProperty
 5544               _CIM_Product_Vendor =
 5545 mike  1.1.2.1 {
 5546                   /* flags */
 5547                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 5548                   /* name */
 5549                   "Vendor",
 5550                   /* qualifiers */
 5551                   _CIM_Product_Vendor_qualifiers,
 5552                   /* type */
 5553                   CIMTYPE_STRING,
 5554                   /* subscript */
 5555                   -1,
 5556                   /* value */
 5557                   0,
 5558               };
 5559               
 5560               static const char*
 5561               _CIM_Product_Version_qualifiers[] =
 5562               {
 5563                   /* MaxLen */
 5564                   "\030\000\000\000\100",
 5565                   /* MappingStrings */
 5566 mike  1.1.2.1     "\026\000\001MIF.DMTF|ComponentID|001.3\000",
 5567                   /* ModelCorrespondence */
 5568                   "\036\000\001PRS_Product.Version\000",
 5569                   0,
 5570               };
 5571               
 5572               static SourceProperty
 5573               _CIM_Product_Version =
 5574               {
 5575                   /* flags */
 5576                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 5577                   /* name */
 5578                   "Version",
 5579                   /* qualifiers */
 5580                   _CIM_Product_Version_qualifiers,
 5581                   /* type */
 5582                   CIMTYPE_STRING,
 5583                   /* subscript */
 5584                   -1,
 5585                   /* value */
 5586                   0,
 5587 mike  1.1.2.1 };
 5588               
 5589               static const char*
 5590               _CIM_Product_SKUNumber_qualifiers[] =
 5591               {
 5592                   /* MaxLen */
 5593                   "\030\000\000\000\100",
 5594                   0,
 5595               };
 5596               
 5597               static SourceProperty
 5598               _CIM_Product_SKUNumber =
 5599               {
 5600                   /* flags */
 5601                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5602                   /* name */
 5603                   "SKUNumber",
 5604                   /* qualifiers */
 5605                   _CIM_Product_SKUNumber_qualifiers,
 5606                   /* type */
 5607                   CIMTYPE_STRING,
 5608 mike  1.1.2.1     /* subscript */
 5609                   -1,
 5610                   /* value */
 5611                   0,
 5612               };
 5613               
 5614               static const char*
 5615               _CIM_Product_WarrantyStartDate_qualifiers[] =
 5616               {
 5617                   /* MappingStrings */
 5618                   "\026\000\001MIF.DMTF|FRU|002.9\000",
 5619                   /* ModelCorrespondence */
 5620                   "\036\000\001CIM_Product.WarrantyDuration\000",
 5621                   0,
 5622               };
 5623               
 5624               static SourceProperty
 5625               _CIM_Product_WarrantyStartDate =
 5626               {
 5627                   /* flags */
 5628                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5629 mike  1.1.2.1     /* name */
 5630                   "WarrantyStartDate",
 5631                   /* qualifiers */
 5632                   _CIM_Product_WarrantyStartDate_qualifiers,
 5633                   /* type */
 5634                   CIMTYPE_DATETIME,
 5635                   /* subscript */
 5636                   -1,
 5637                   /* value */
 5638                   0,
 5639               };
 5640               
 5641               static const char*
 5642               _CIM_Product_WarrantyDuration_qualifiers[] =
 5643               {
 5644                   /* Units */
 5645                   "\060Days",
 5646                   /* MappingStrings */
 5647                   "\026\000\001MIF.DMTF|FRU|002.10\000",
 5648                   /* ModelCorrespondence */
 5649                   "\036\000\001CIM_Product.WarrantyStartDate\000",
 5650 mike  1.1.2.1     0,
 5651               };
 5652               
 5653               static SourceProperty
 5654               _CIM_Product_WarrantyDuration =
 5655               {
 5656                   /* flags */
 5657                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 5658                   /* name */
 5659                   "WarrantyDuration",
 5660                   /* qualifiers */
 5661                   _CIM_Product_WarrantyDuration_qualifiers,
 5662                   /* type */
 5663                   CIMTYPE_UINT32,
 5664                   /* subscript */
 5665                   -1,
 5666                   /* value */
 5667                   0,
 5668               };
 5669               
 5670               static SourceFeature*
 5671 mike  1.1.2.1 _CIM_Product_features[] =
 5672               {
 5673                   (SourceFeature*)&_CIM_Product_Name,
 5674                   (SourceFeature*)&_CIM_Product_IdentifyingNumber,
 5675                   (SourceFeature*)&_CIM_Product_Vendor,
 5676                   (SourceFeature*)&_CIM_Product_Version,
 5677                   (SourceFeature*)&_CIM_Product_SKUNumber,
 5678                   (SourceFeature*)&_CIM_Product_WarrantyStartDate,
 5679                   (SourceFeature*)&_CIM_Product_WarrantyDuration,
 5680                   0,
 5681               };
 5682               
 5683               static const char*
 5684               __root_PG_InterOp_CIM_Product_qualifiers[] =
 5685               {
 5686                   /* UMLPackagePath */
 5687                   "\057CIM::Core::ProductFRU",
 5688                   /* Version */
 5689                   "\0632.7.0",
 5690                   0,
 5691               };
 5692 mike  1.1.2.1 
 5693               SourceClass
 5694               __root_PG_InterOp_CIM_Product =
 5695               {
 5696                   /* flags */
 5697                   PEGASUS_FLAG_CLASS,
 5698                   /* name */
 5699                   "CIM_Product",
 5700                   /* qualifiers */
 5701                   __root_PG_InterOp_CIM_Product_qualifiers,
 5702                   /* superClass */
 5703                   &__root_PG_InterOp_CIM_ManagedElement,
 5704                   /* features */
 5705                   _CIM_Product_features,
 5706               };
 5707               
 5708               //==============================================================================
 5709               //
 5710               // Class: CIM_ProductComponent
 5711               //
 5712               //==============================================================================
 5713 mike  1.1.2.1 
 5714               static const char*
 5715               _CIM_ProductComponent_GroupComponent_qualifiers[] =
 5716               {
 5717                   /* Override */
 5718                   "\044GroupComponent",
 5719                   /* ModelCorrespondence */
 5720                   "\036\000\001PRS_ProductComponent.Antecedent\000",
 5721                   0,
 5722               };
 5723               
 5724               static SourceReference
 5725               _CIM_ProductComponent_GroupComponent =
 5726               {
 5727                   /* flags */
 5728                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 5729                   /* name */
 5730                   "GroupComponent",
 5731                   /* qualifiers */
 5732                   _CIM_ProductComponent_GroupComponent_qualifiers,
 5733                   /* subscript */
 5734 mike  1.1.2.1     -1,
 5735                   /* refClassId */
 5736                   &__root_PG_InterOp_CIM_Product,
 5737               };
 5738               
 5739               static const char*
 5740               _CIM_ProductComponent_PartComponent_qualifiers[] =
 5741               {
 5742                   /* Override */
 5743                   "\044PartComponent",
 5744                   /* ModelCorrespondence */
 5745                   "\036\000\001PRS_ProductComponent.Dependent\000",
 5746                   0,
 5747               };
 5748               
 5749               static SourceReference
 5750               _CIM_ProductComponent_PartComponent =
 5751               {
 5752                   /* flags */
 5753                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 5754                   /* name */
 5755 mike  1.1.2.1     "PartComponent",
 5756                   /* qualifiers */
 5757                   _CIM_ProductComponent_PartComponent_qualifiers,
 5758                   /* subscript */
 5759                   -1,
 5760                   /* refClassId */
 5761                   &__root_PG_InterOp_CIM_Product,
 5762               };
 5763               
 5764               static SourceFeature*
 5765               _CIM_ProductComponent_features[] =
 5766               {
 5767                   (SourceFeature*)&_CIM_ProductComponent_GroupComponent,
 5768                   (SourceFeature*)&_CIM_ProductComponent_PartComponent,
 5769                   0,
 5770               };
 5771               
 5772               static const char*
 5773               __root_PG_InterOp_CIM_ProductComponent_qualifiers[] =
 5774               {
 5775                   /* UMLPackagePath */
 5776 mike  1.1.2.1     "\057CIM::Core::ProductFRU",
 5777                   /* Version */
 5778                   "\0632.7.0",
 5779                   0,
 5780               };
 5781               
 5782               SourceClass
 5783               __root_PG_InterOp_CIM_ProductComponent =
 5784               {
 5785                   /* flags */
 5786                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 5787                   /* name */
 5788                   "CIM_ProductComponent",
 5789                   /* qualifiers */
 5790                   __root_PG_InterOp_CIM_ProductComponent_qualifiers,
 5791                   /* superClass */
 5792                   &__root_PG_InterOp_CIM_Component,
 5793                   /* features */
 5794                   _CIM_ProductComponent_features,
 5795               };
 5796               
 5797 mike  1.1.2.1 //==============================================================================
 5798               //
 5799               // Class: CIM_ProductFRU
 5800               //
 5801               //==============================================================================
 5802               
 5803               static const char*
 5804               _CIM_ProductFRU_Product_qualifiers[] =
 5805               {
 5806                   /* Max */
 5807                   "\027\000\000\000\001",
 5808                   0,
 5809               };
 5810               
 5811               static SourceReference
 5812               _CIM_ProductFRU_Product =
 5813               {
 5814                   /* flags */
 5815                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 5816                   /* name */
 5817                   "Product",
 5818 mike  1.1.2.1     /* qualifiers */
 5819                   _CIM_ProductFRU_Product_qualifiers,
 5820                   /* subscript */
 5821                   -1,
 5822                   /* refClassId */
 5823                   &__root_PG_InterOp_CIM_Product,
 5824               };
 5825               
 5826               static const char*
 5827               _CIM_ProductFRU_FRU_qualifiers[] =
 5828               {
 5829                   0,
 5830               };
 5831               
 5832               static SourceReference
 5833               _CIM_ProductFRU_FRU =
 5834               {
 5835                   /* flags */
 5836                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 5837                   /* name */
 5838                   "FRU",
 5839 mike  1.1.2.1     /* qualifiers */
 5840                   _CIM_ProductFRU_FRU_qualifiers,
 5841                   /* subscript */
 5842                   -1,
 5843                   /* refClassId */
 5844                   &__root_PG_InterOp_CIM_FRU,
 5845               };
 5846               
 5847               static SourceFeature*
 5848               _CIM_ProductFRU_features[] =
 5849               {
 5850                   (SourceFeature*)&_CIM_ProductFRU_Product,
 5851                   (SourceFeature*)&_CIM_ProductFRU_FRU,
 5852                   0,
 5853               };
 5854               
 5855               static const char*
 5856               __root_PG_InterOp_CIM_ProductFRU_qualifiers[] =
 5857               {
 5858                   /* UMLPackagePath */
 5859                   "\057CIM::Core::ProductFRU",
 5860 mike  1.1.2.1     /* Version */
 5861                   "\0632.6.0",
 5862                   0,
 5863               };
 5864               
 5865               SourceClass
 5866               __root_PG_InterOp_CIM_ProductFRU =
 5867               {
 5868                   /* flags */
 5869                   PEGASUS_FLAG_ASSOCIATION,
 5870                   /* name */
 5871                   "CIM_ProductFRU",
 5872                   /* qualifiers */
 5873                   __root_PG_InterOp_CIM_ProductFRU_qualifiers,
 5874                   /* superClass */
 5875                   0,
 5876                   /* features */
 5877                   _CIM_ProductFRU_features,
 5878               };
 5879               
 5880               //==============================================================================
 5881 mike  1.1.2.1 //
 5882               // Class: CIM_ProductParentChild
 5883               //
 5884               //==============================================================================
 5885               
 5886               static const char*
 5887               _CIM_ProductParentChild_Parent_qualifiers[] =
 5888               {
 5889                   0,
 5890               };
 5891               
 5892               static SourceReference
 5893               _CIM_ProductParentChild_Parent =
 5894               {
 5895                   /* flags */
 5896                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 5897                   /* name */
 5898                   "Parent",
 5899                   /* qualifiers */
 5900                   _CIM_ProductParentChild_Parent_qualifiers,
 5901                   /* subscript */
 5902 mike  1.1.2.1     -1,
 5903                   /* refClassId */
 5904                   &__root_PG_InterOp_CIM_Product,
 5905               };
 5906               
 5907               static const char*
 5908               _CIM_ProductParentChild_Child_qualifiers[] =
 5909               {
 5910                   0,
 5911               };
 5912               
 5913               static SourceReference
 5914               _CIM_ProductParentChild_Child =
 5915               {
 5916                   /* flags */
 5917                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 5918                   /* name */
 5919                   "Child",
 5920                   /* qualifiers */
 5921                   _CIM_ProductParentChild_Child_qualifiers,
 5922                   /* subscript */
 5923 mike  1.1.2.1     -1,
 5924                   /* refClassId */
 5925                   &__root_PG_InterOp_CIM_Product,
 5926               };
 5927               
 5928               static SourceFeature*
 5929               _CIM_ProductParentChild_features[] =
 5930               {
 5931                   (SourceFeature*)&_CIM_ProductParentChild_Parent,
 5932                   (SourceFeature*)&_CIM_ProductParentChild_Child,
 5933                   0,
 5934               };
 5935               
 5936               static const char*
 5937               __root_PG_InterOp_CIM_ProductParentChild_qualifiers[] =
 5938               {
 5939                   /* UMLPackagePath */
 5940                   "\057CIM::Core::ProductFRU",
 5941                   /* Version */
 5942                   "\0632.7.0",
 5943                   0,
 5944 mike  1.1.2.1 };
 5945               
 5946               SourceClass
 5947               __root_PG_InterOp_CIM_ProductParentChild =
 5948               {
 5949                   /* flags */
 5950                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 5951                   /* name */
 5952                   "CIM_ProductParentChild",
 5953                   /* qualifiers */
 5954                   __root_PG_InterOp_CIM_ProductParentChild_qualifiers,
 5955                   /* superClass */
 5956                   0,
 5957                   /* features */
 5958                   _CIM_ProductParentChild_features,
 5959               };
 5960               
 5961               //==============================================================================
 5962               //
 5963               // Class: CIM_ProductPhysicalComponent
 5964               //
 5965 mike  1.1.2.1 //==============================================================================
 5966               
 5967               static const char*
 5968               _CIM_ProductPhysicalComponent_GroupComponent_qualifiers[] =
 5969               {
 5970                   /* Override */
 5971                   "\044GroupComponent",
 5972                   /* Max */
 5973                   "\027\000\000\000\001",
 5974                   0,
 5975               };
 5976               
 5977               static SourceReference
 5978               _CIM_ProductPhysicalComponent_GroupComponent =
 5979               {
 5980                   /* flags */
 5981                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 5982                   /* name */
 5983                   "GroupComponent",
 5984                   /* qualifiers */
 5985                   _CIM_ProductPhysicalComponent_GroupComponent_qualifiers,
 5986 mike  1.1.2.1     /* subscript */
 5987                   -1,
 5988                   /* refClassId */
 5989                   &__root_PG_InterOp_CIM_Product,
 5990               };
 5991               
 5992               static const char*
 5993               _CIM_ProductPhysicalComponent_PartComponent_qualifiers[] =
 5994               {
 5995                   /* Override */
 5996                   "\044PartComponent",
 5997                   0,
 5998               };
 5999               
 6000               static SourceReference
 6001               _CIM_ProductPhysicalComponent_PartComponent =
 6002               {
 6003                   /* flags */
 6004                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 6005                   /* name */
 6006                   "PartComponent",
 6007 mike  1.1.2.1     /* qualifiers */
 6008                   _CIM_ProductPhysicalComponent_PartComponent_qualifiers,
 6009                   /* subscript */
 6010                   -1,
 6011                   /* refClassId */
 6012                   &__root_PG_InterOp_CIM_PhysicalElement,
 6013               };
 6014               
 6015               static SourceFeature*
 6016               _CIM_ProductPhysicalComponent_features[] =
 6017               {
 6018                   (SourceFeature*)&_CIM_ProductPhysicalComponent_GroupComponent,
 6019                   (SourceFeature*)&_CIM_ProductPhysicalComponent_PartComponent,
 6020                   0,
 6021               };
 6022               
 6023               static const char*
 6024               __root_PG_InterOp_CIM_ProductPhysicalComponent_qualifiers[] =
 6025               {
 6026                   /* UMLPackagePath */
 6027                   "\057CIM::Core::ProductFRU",
 6028 mike  1.1.2.1     /* Version */
 6029                   "\0632.7.0",
 6030                   0,
 6031               };
 6032               
 6033               SourceClass
 6034               __root_PG_InterOp_CIM_ProductPhysicalComponent =
 6035               {
 6036                   /* flags */
 6037                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 6038                   /* name */
 6039                   "CIM_ProductPhysicalComponent",
 6040                   /* qualifiers */
 6041                   __root_PG_InterOp_CIM_ProductPhysicalComponent_qualifiers,
 6042                   /* superClass */
 6043                   &__root_PG_InterOp_CIM_Component,
 6044                   /* features */
 6045                   _CIM_ProductPhysicalComponent_features,
 6046               };
 6047               
 6048               //==============================================================================
 6049 mike  1.1.2.1 //
 6050               // Class: CIM_ProductPhysicalElements
 6051               //
 6052               //==============================================================================
 6053               
 6054               static const char*
 6055               _CIM_ProductPhysicalElements_Product_qualifiers[] =
 6056               {
 6057                   /* Deprecated */
 6058                   "\013\000\001CIM_ProductPhysicalComponent.GroupComponent\000",
 6059                   /* Max */
 6060                   "\027\000\000\000\001",
 6061                   0,
 6062               };
 6063               
 6064               static SourceReference
 6065               _CIM_ProductPhysicalElements_Product =
 6066               {
 6067                   /* flags */
 6068                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 6069                   /* name */
 6070 mike  1.1.2.1     "Product",
 6071                   /* qualifiers */
 6072                   _CIM_ProductPhysicalElements_Product_qualifiers,
 6073                   /* subscript */
 6074                   -1,
 6075                   /* refClassId */
 6076                   &__root_PG_InterOp_CIM_Product,
 6077               };
 6078               
 6079               static const char*
 6080               _CIM_ProductPhysicalElements_Component_qualifiers[] =
 6081               {
 6082                   /* Deprecated */
 6083                   "\013\000\001CIM_ProductPhysicalComponent.PartComponent\000",
 6084                   0,
 6085               };
 6086               
 6087               static SourceReference
 6088               _CIM_ProductPhysicalElements_Component =
 6089               {
 6090                   /* flags */
 6091 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6092                   /* name */
 6093                   "Component",
 6094                   /* qualifiers */
 6095                   _CIM_ProductPhysicalElements_Component_qualifiers,
 6096                   /* subscript */
 6097                   -1,
 6098                   /* refClassId */
 6099                   &__root_PG_InterOp_CIM_PhysicalElement,
 6100               };
 6101               
 6102               static SourceFeature*
 6103               _CIM_ProductPhysicalElements_features[] =
 6104               {
 6105                   (SourceFeature*)&_CIM_ProductPhysicalElements_Product,
 6106                   (SourceFeature*)&_CIM_ProductPhysicalElements_Component,
 6107                   0,
 6108               };
 6109               
 6110               static const char*
 6111               __root_PG_InterOp_CIM_ProductPhysicalElements_qualifiers[] =
 6112 mike  1.1.2.1 {
 6113                   /* Deprecated */
 6114                   "\013\000\001CIM_ProductPhysicalComponent\000",
 6115                   /* UMLPackagePath */
 6116                   "\057CIM::Core::ProductFRU",
 6117                   /* Version */
 6118                   "\0632.7.0",
 6119                   0,
 6120               };
 6121               
 6122               SourceClass
 6123               __root_PG_InterOp_CIM_ProductPhysicalElements =
 6124               {
 6125                   /* flags */
 6126                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 6127                   /* name */
 6128                   "CIM_ProductPhysicalElements",
 6129                   /* qualifiers */
 6130                   __root_PG_InterOp_CIM_ProductPhysicalElements_qualifiers,
 6131                   /* superClass */
 6132                   0,
 6133 mike  1.1.2.1     /* features */
 6134                   _CIM_ProductPhysicalElements_features,
 6135               };
 6136               
 6137               //==============================================================================
 6138               //
 6139               // Class: CIM_ProductProductDependency
 6140               //
 6141               //==============================================================================
 6142               
 6143               static const char*
 6144               _CIM_ProductProductDependency_RequiredProduct_qualifiers[] =
 6145               {
 6146                   0,
 6147               };
 6148               
 6149               static SourceReference
 6150               _CIM_ProductProductDependency_RequiredProduct =
 6151               {
 6152                   /* flags */
 6153                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6154 mike  1.1.2.1     /* name */
 6155                   "RequiredProduct",
 6156                   /* qualifiers */
 6157                   _CIM_ProductProductDependency_RequiredProduct_qualifiers,
 6158                   /* subscript */
 6159                   -1,
 6160                   /* refClassId */
 6161                   &__root_PG_InterOp_CIM_Product,
 6162               };
 6163               
 6164               static const char*
 6165               _CIM_ProductProductDependency_DependentProduct_qualifiers[] =
 6166               {
 6167                   0,
 6168               };
 6169               
 6170               static SourceReference
 6171               _CIM_ProductProductDependency_DependentProduct =
 6172               {
 6173                   /* flags */
 6174                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6175 mike  1.1.2.1     /* name */
 6176                   "DependentProduct",
 6177                   /* qualifiers */
 6178                   _CIM_ProductProductDependency_DependentProduct_qualifiers,
 6179                   /* subscript */
 6180                   -1,
 6181                   /* refClassId */
 6182                   &__root_PG_InterOp_CIM_Product,
 6183               };
 6184               
 6185               static const char*
 6186               _CIM_ProductProductDependency_TypeOfDependency_qualifiers[] =
 6187               {
 6188                   /* ValueMap */
 6189                   "\061\000\0040\0001\0002\0003\000",
 6190                   /* Values */
 6191                   "\062\000\004Unknown\000Other\000Product Must Be Installed\000Product Must Not Be Installed\000",
 6192                   0,
 6193               };
 6194               
 6195               static SourceProperty
 6196 mike  1.1.2.1 _CIM_ProductProductDependency_TypeOfDependency =
 6197               {
 6198                   /* flags */
 6199                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 6200                   /* name */
 6201                   "TypeOfDependency",
 6202                   /* qualifiers */
 6203                   _CIM_ProductProductDependency_TypeOfDependency_qualifiers,
 6204                   /* type */
 6205                   CIMTYPE_UINT16,
 6206                   /* subscript */
 6207                   -1,
 6208                   /* value */
 6209                   0,
 6210               };
 6211               
 6212               static SourceFeature*
 6213               _CIM_ProductProductDependency_features[] =
 6214               {
 6215                   (SourceFeature*)&_CIM_ProductProductDependency_RequiredProduct,
 6216                   (SourceFeature*)&_CIM_ProductProductDependency_DependentProduct,
 6217 mike  1.1.2.1     (SourceFeature*)&_CIM_ProductProductDependency_TypeOfDependency,
 6218                   0,
 6219               };
 6220               
 6221               static const char*
 6222               __root_PG_InterOp_CIM_ProductProductDependency_qualifiers[] =
 6223               {
 6224                   /* UMLPackagePath */
 6225                   "\057CIM::Core::ProductFRU",
 6226                   /* Version */
 6227                   "\0632.6.0",
 6228                   0,
 6229               };
 6230               
 6231               SourceClass
 6232               __root_PG_InterOp_CIM_ProductProductDependency =
 6233               {
 6234                   /* flags */
 6235                   PEGASUS_FLAG_ASSOCIATION,
 6236                   /* name */
 6237                   "CIM_ProductProductDependency",
 6238 mike  1.1.2.1     /* qualifiers */
 6239                   __root_PG_InterOp_CIM_ProductProductDependency_qualifiers,
 6240                   /* superClass */
 6241                   0,
 6242                   /* features */
 6243                   _CIM_ProductProductDependency_features,
 6244               };
 6245               
 6246               //==============================================================================
 6247               //
 6248               // Class: CIM_Profile
 6249               //
 6250               //==============================================================================
 6251               
 6252               static const char*
 6253               _CIM_Profile_InstanceID_qualifiers[] =
 6254               {
 6255                   0,
 6256               };
 6257               
 6258               static SourceProperty
 6259 mike  1.1.2.1 _CIM_Profile_InstanceID =
 6260               {
 6261                   /* flags */
 6262                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6263                   /* name */
 6264                   "InstanceID",
 6265                   /* qualifiers */
 6266                   _CIM_Profile_InstanceID_qualifiers,
 6267                   /* type */
 6268                   CIMTYPE_STRING,
 6269                   /* subscript */
 6270                   -1,
 6271                   /* value */
 6272                   0,
 6273               };
 6274               
 6275               static SourceFeature*
 6276               _CIM_Profile_features[] =
 6277               {
 6278                   (SourceFeature*)&_CIM_Profile_InstanceID,
 6279                   0,
 6280 mike  1.1.2.1 };
 6281               
 6282               static const char*
 6283               __root_PG_InterOp_CIM_Profile_qualifiers[] =
 6284               {
 6285                   /* UMLPackagePath */
 6286                   "\057CIM::Core::Settings",
 6287                   /* Version */
 6288                   "\0632.7.0",
 6289                   0,
 6290               };
 6291               
 6292               SourceClass
 6293               __root_PG_InterOp_CIM_Profile =
 6294               {
 6295                   /* flags */
 6296                   PEGASUS_FLAG_CLASS,
 6297                   /* name */
 6298                   "CIM_Profile",
 6299                   /* qualifiers */
 6300                   __root_PG_InterOp_CIM_Profile_qualifiers,
 6301 mike  1.1.2.1     /* superClass */
 6302                   &__root_PG_InterOp_CIM_Collection,
 6303                   /* features */
 6304                   _CIM_Profile_features,
 6305               };
 6306               
 6307               //==============================================================================
 6308               //
 6309               // Class: CIM_ReplaceableProductFRU
 6310               //
 6311               //==============================================================================
 6312               
 6313               static const char*
 6314               _CIM_ReplaceableProductFRU_Product_qualifiers[] =
 6315               {
 6316                   /* Max */
 6317                   "\027\000\000\000\001",
 6318                   0,
 6319               };
 6320               
 6321               static SourceReference
 6322 mike  1.1.2.1 _CIM_ReplaceableProductFRU_Product =
 6323               {
 6324                   /* flags */
 6325                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6326                   /* name */
 6327                   "Product",
 6328                   /* qualifiers */
 6329                   _CIM_ReplaceableProductFRU_Product_qualifiers,
 6330                   /* subscript */
 6331                   -1,
 6332                   /* refClassId */
 6333                   &__root_PG_InterOp_CIM_Product,
 6334               };
 6335               
 6336               static const char*
 6337               _CIM_ReplaceableProductFRU_FRU_qualifiers[] =
 6338               {
 6339                   0,
 6340               };
 6341               
 6342               static SourceReference
 6343 mike  1.1.2.1 _CIM_ReplaceableProductFRU_FRU =
 6344               {
 6345                   /* flags */
 6346                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6347                   /* name */
 6348                   "FRU",
 6349                   /* qualifiers */
 6350                   _CIM_ReplaceableProductFRU_FRU_qualifiers,
 6351                   /* subscript */
 6352                   -1,
 6353                   /* refClassId */
 6354                   &__root_PG_InterOp_CIM_FRU,
 6355               };
 6356               
 6357               static SourceFeature*
 6358               _CIM_ReplaceableProductFRU_features[] =
 6359               {
 6360                   (SourceFeature*)&_CIM_ReplaceableProductFRU_Product,
 6361                   (SourceFeature*)&_CIM_ReplaceableProductFRU_FRU,
 6362                   0,
 6363               };
 6364 mike  1.1.2.1 
 6365               static const char*
 6366               __root_PG_InterOp_CIM_ReplaceableProductFRU_qualifiers[] =
 6367               {
 6368                   /* UMLPackagePath */
 6369                   "\057CIM::Core::ProductFRU",
 6370                   /* Version */
 6371                   "\0632.6.0",
 6372                   0,
 6373               };
 6374               
 6375               SourceClass
 6376               __root_PG_InterOp_CIM_ReplaceableProductFRU =
 6377               {
 6378                   /* flags */
 6379                   PEGASUS_FLAG_ASSOCIATION,
 6380                   /* name */
 6381                   "CIM_ReplaceableProductFRU",
 6382                   /* qualifiers */
 6383                   __root_PG_InterOp_CIM_ReplaceableProductFRU_qualifiers,
 6384                   /* superClass */
 6385 mike  1.1.2.1     0,
 6386                   /* features */
 6387                   _CIM_ReplaceableProductFRU_features,
 6388               };
 6389               
 6390               //==============================================================================
 6391               //
 6392               // Class: CIM_Spared
 6393               //
 6394               //==============================================================================
 6395               
 6396               static const char*
 6397               _CIM_Spared_Antecedent_qualifiers[] =
 6398               {
 6399                   /* Override */
 6400                   "\044Antecedent",
 6401                   0,
 6402               };
 6403               
 6404               static SourceReference
 6405               _CIM_Spared_Antecedent =
 6406 mike  1.1.2.1 {
 6407                   /* flags */
 6408                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 6409                   /* name */
 6410                   "Antecedent",
 6411                   /* qualifiers */
 6412                   _CIM_Spared_Antecedent_qualifiers,
 6413                   /* subscript */
 6414                   -1,
 6415                   /* refClassId */
 6416                   &__root_PG_InterOp_CIM_ManagedElement,
 6417               };
 6418               
 6419               static const char*
 6420               _CIM_Spared_Dependent_qualifiers[] =
 6421               {
 6422                   /* Override */
 6423                   "\044Dependent",
 6424                   0,
 6425               };
 6426               
 6427 mike  1.1.2.1 static SourceReference
 6428               _CIM_Spared_Dependent =
 6429               {
 6430                   /* flags */
 6431                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 6432                   /* name */
 6433                   "Dependent",
 6434                   /* qualifiers */
 6435                   _CIM_Spared_Dependent_qualifiers,
 6436                   /* subscript */
 6437                   -1,
 6438                   /* refClassId */
 6439                   &__root_PG_InterOp_CIM_ManagedElement,
 6440               };
 6441               
 6442               static SourceFeature*
 6443               _CIM_Spared_features[] =
 6444               {
 6445                   (SourceFeature*)&_CIM_Spared_Antecedent,
 6446                   (SourceFeature*)&_CIM_Spared_Dependent,
 6447                   0,
 6448 mike  1.1.2.1 };
 6449               
 6450               static const char*
 6451               __root_PG_InterOp_CIM_Spared_qualifiers[] =
 6452               {
 6453                   /* UMLPackagePath */
 6454                   "\057CIM::Core::Redundancy",
 6455                   /* Version */
 6456                   "\0632.10.0",
 6457                   0,
 6458               };
 6459               
 6460               SourceClass
 6461               __root_PG_InterOp_CIM_Spared =
 6462               {
 6463                   /* flags */
 6464                   PEGASUS_FLAG_ASSOCIATION,
 6465                   /* name */
 6466                   "CIM_Spared",
 6467                   /* qualifiers */
 6468                   __root_PG_InterOp_CIM_Spared_qualifiers,
 6469 mike  1.1.2.1     /* superClass */
 6470                   &__root_PG_InterOp_CIM_Dependency,
 6471                   /* features */
 6472                   _CIM_Spared_features,
 6473               };
 6474               
 6475               //==============================================================================
 6476               //
 6477               // Class: CIM_StatisticalData
 6478               //
 6479               //==============================================================================
 6480               
 6481               static const char*
 6482               _CIM_StatisticalData_InstanceID_qualifiers[] =
 6483               {
 6484                   0,
 6485               };
 6486               
 6487               static SourceProperty
 6488               _CIM_StatisticalData_InstanceID =
 6489               {
 6490 mike  1.1.2.1     /* flags */
 6491                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6492                   /* name */
 6493                   "InstanceID",
 6494                   /* qualifiers */
 6495                   _CIM_StatisticalData_InstanceID_qualifiers,
 6496                   /* type */
 6497                   CIMTYPE_STRING,
 6498                   /* subscript */
 6499                   -1,
 6500                   /* value */
 6501                   0,
 6502               };
 6503               
 6504               static const char*
 6505               _CIM_StatisticalData_ElementName_qualifiers[] =
 6506               {
 6507                   /* Override */
 6508                   "\044ElementName",
 6509                   0,
 6510               };
 6511 mike  1.1.2.1 
 6512               static SourceProperty
 6513               _CIM_StatisticalData_ElementName =
 6514               {
 6515                   /* flags */
 6516                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
 6517                   /* name */
 6518                   "ElementName",
 6519                   /* qualifiers */
 6520                   _CIM_StatisticalData_ElementName_qualifiers,
 6521                   /* type */
 6522                   CIMTYPE_STRING,
 6523                   /* subscript */
 6524                   -1,
 6525                   /* value */
 6526                   0,
 6527               };
 6528               
 6529               static const char*
 6530               _CIM_StatisticalData_StartStatisticTime_qualifiers[] =
 6531               {
 6532 mike  1.1.2.1     0,
 6533               };
 6534               
 6535               static SourceProperty
 6536               _CIM_StatisticalData_StartStatisticTime =
 6537               {
 6538                   /* flags */
 6539                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 6540                   /* name */
 6541                   "StartStatisticTime",
 6542                   /* qualifiers */
 6543                   _CIM_StatisticalData_StartStatisticTime_qualifiers,
 6544                   /* type */
 6545                   CIMTYPE_DATETIME,
 6546                   /* subscript */
 6547                   -1,
 6548                   /* value */
 6549                   0,
 6550               };
 6551               
 6552               static const char*
 6553 mike  1.1.2.1 _CIM_StatisticalData_StatisticTime_qualifiers[] =
 6554               {
 6555                   0,
 6556               };
 6557               
 6558               static SourceProperty
 6559               _CIM_StatisticalData_StatisticTime =
 6560               {
 6561                   /* flags */
 6562                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 6563                   /* name */
 6564                   "StatisticTime",
 6565                   /* qualifiers */
 6566                   _CIM_StatisticalData_StatisticTime_qualifiers,
 6567                   /* type */
 6568                   CIMTYPE_DATETIME,
 6569                   /* subscript */
 6570                   -1,
 6571                   /* value */
 6572                   0,
 6573               };
 6574 mike  1.1.2.1 
 6575               static const char*
 6576               _CIM_StatisticalData_SampleInterval_qualifiers[] =
 6577               {
 6578                   0,
 6579               };
 6580               
 6581               static SourceProperty
 6582               _CIM_StatisticalData_SampleInterval =
 6583               {
 6584                   /* flags */
 6585                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 6586                   /* name */
 6587                   "SampleInterval",
 6588                   /* qualifiers */
 6589                   _CIM_StatisticalData_SampleInterval_qualifiers,
 6590                   /* type */
 6591                   CIMTYPE_DATETIME,
 6592                   /* subscript */
 6593                   -1,
 6594                   /* value */
 6595 mike  1.1.2.1     "00000000000000.000000:000",
 6596               };
 6597               
 6598               static const char*
 6599               _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics_qualifiers[] =
 6600               {
 6601                   0,
 6602               };
 6603               
 6604               static SourceProperty
 6605               _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics =
 6606               {
 6607                   /* flags */
 6608                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
 6609                   /* name */
 6610                   "SelectedStatistics",
 6611                   /* qualifiers */
 6612                   _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics_qualifiers,
 6613                   /* type */
 6614                   CIMTYPE_STRING,
 6615                   /* subscript */
 6616 mike  1.1.2.1     0,
 6617                   /* value */
 6618                   0,
 6619               };
 6620               
 6621               static SourceProperty*
 6622               _CIM_StatisticalData_ResetSelectedStats_parameters[] =
 6623               {
 6624                   (SourceProperty*)&_CIM_StatisticalData_ResetSelectedStats_SelectedStatistics,
 6625                   0,
 6626               };
 6627               
 6628               static const char*
 6629               _CIM_StatisticalData_ResetSelectedStats_qualifiers[] =
 6630               {
 6631                   0,
 6632               };
 6633               
 6634               static SourceMethod
 6635               _CIM_StatisticalData_ResetSelectedStats =
 6636               {
 6637 mike  1.1.2.1     /* flags */
 6638                   PEGASUS_FLAG_METHOD,
 6639                   /* name */
 6640                   "CIM_StatisticalData",
 6641                   /* qualifiers */
 6642                   _CIM_StatisticalData_ResetSelectedStats_qualifiers,
 6643                   /* type */
 6644                   CIMTYPE_UINT32,
 6645                   /* parameters */
 6646                   _CIM_StatisticalData_ResetSelectedStats_parameters,
 6647               };
 6648               
 6649               static SourceFeature*
 6650               _CIM_StatisticalData_features[] =
 6651               {
 6652                   (SourceFeature*)&_CIM_StatisticalData_InstanceID,
 6653                   (SourceFeature*)&_CIM_StatisticalData_ElementName,
 6654                   (SourceFeature*)&_CIM_StatisticalData_StartStatisticTime,
 6655                   (SourceFeature*)&_CIM_StatisticalData_StatisticTime,
 6656                   (SourceFeature*)&_CIM_StatisticalData_SampleInterval,
 6657                   (SourceFeature*)&_CIM_StatisticalData_ResetSelectedStats,
 6658 mike  1.1.2.1     0,
 6659               };
 6660               
 6661               static const char*
 6662               __root_PG_InterOp_CIM_StatisticalData_qualifiers[] =
 6663               {
 6664                   /* UMLPackagePath */
 6665                   "\057CIM::Core::Statistics",
 6666                   /* Version */
 6667                   "\0632.8.0",
 6668                   0,
 6669               };
 6670               
 6671               SourceClass
 6672               __root_PG_InterOp_CIM_StatisticalData =
 6673               {
 6674                   /* flags */
 6675                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 6676                   /* name */
 6677                   "CIM_StatisticalData",
 6678                   /* qualifiers */
 6679 mike  1.1.2.1     __root_PG_InterOp_CIM_StatisticalData_qualifiers,
 6680                   /* superClass */
 6681                   &__root_PG_InterOp_CIM_ManagedElement,
 6682                   /* features */
 6683                   _CIM_StatisticalData_features,
 6684               };
 6685               
 6686               //==============================================================================
 6687               //
 6688               // Class: CIM_StatisticalInformation
 6689               //
 6690               //==============================================================================
 6691               
 6692               static const char*
 6693               _CIM_StatisticalInformation_Name_qualifiers[] =
 6694               {
 6695                   /* MaxLen */
 6696                   "\030\000\000\001\000",
 6697                   0,
 6698               };
 6699               
 6700 mike  1.1.2.1 static SourceProperty
 6701               _CIM_StatisticalInformation_Name =
 6702               {
 6703                   /* flags */
 6704                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 6705                   /* name */
 6706                   "Name",
 6707                   /* qualifiers */
 6708                   _CIM_StatisticalInformation_Name_qualifiers,
 6709                   /* type */
 6710                   CIMTYPE_STRING,
 6711                   /* subscript */
 6712                   -1,
 6713                   /* value */
 6714                   0,
 6715               };
 6716               
 6717               static SourceFeature*
 6718               _CIM_StatisticalInformation_features[] =
 6719               {
 6720                   (SourceFeature*)&_CIM_StatisticalInformation_Name,
 6721 mike  1.1.2.1     0,
 6722               };
 6723               
 6724               static const char*
 6725               __root_PG_InterOp_CIM_StatisticalInformation_qualifiers[] =
 6726               {
 6727                   /* UMLPackagePath */
 6728                   "\057CIM::Core::Statistics",
 6729                   /* Version */
 6730                   "\0632.6.0",
 6731                   0,
 6732               };
 6733               
 6734               SourceClass
 6735               __root_PG_InterOp_CIM_StatisticalInformation =
 6736               {
 6737                   /* flags */
 6738                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 6739                   /* name */
 6740                   "CIM_StatisticalInformation",
 6741                   /* qualifiers */
 6742 mike  1.1.2.1     __root_PG_InterOp_CIM_StatisticalInformation_qualifiers,
 6743                   /* superClass */
 6744                   &__root_PG_InterOp_CIM_ManagedElement,
 6745                   /* features */
 6746                   _CIM_StatisticalInformation_features,
 6747               };
 6748               
 6749               //==============================================================================
 6750               //
 6751               // Class: CIM_StatisticalSetting
 6752               //
 6753               //==============================================================================
 6754               
 6755               static const char*
 6756               _CIM_StatisticalSetting_StartStatisticTime_qualifiers[] =
 6757               {
 6758                   /* ModelCorrespondence */
 6759                   "\036\000\001CIM_StatisticalData.StartStatisticTime\000",
 6760                   0,
 6761               };
 6762               
 6763 mike  1.1.2.1 static SourceProperty
 6764               _CIM_StatisticalSetting_StartStatisticTime =
 6765               {
 6766                   /* flags */
 6767                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
 6768                   /* name */
 6769                   "StartStatisticTime",
 6770                   /* qualifiers */
 6771                   _CIM_StatisticalSetting_StartStatisticTime_qualifiers,
 6772                   /* type */
 6773                   CIMTYPE_DATETIME,
 6774                   /* subscript */
 6775                   -1,
 6776                   /* value */
 6777                   0,
 6778               };
 6779               
 6780               static const char*
 6781               _CIM_StatisticalSetting_EndStatisticTime_qualifiers[] =
 6782               {
 6783                   0,
 6784 mike  1.1.2.1 };
 6785               
 6786               static SourceProperty
 6787               _CIM_StatisticalSetting_EndStatisticTime =
 6788               {
 6789                   /* flags */
 6790                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
 6791                   /* name */
 6792                   "EndStatisticTime",
 6793                   /* qualifiers */
 6794                   _CIM_StatisticalSetting_EndStatisticTime_qualifiers,
 6795                   /* type */
 6796                   CIMTYPE_DATETIME,
 6797                   /* subscript */
 6798                   -1,
 6799                   /* value */
 6800                   0,
 6801               };
 6802               
 6803               static const char*
 6804               _CIM_StatisticalSetting_SampleInterval_qualifiers[] =
 6805 mike  1.1.2.1 {
 6806                   /* ModelCorrespondence */
 6807                   "\036\000\001CIM_StatisticalData.SampleInterval\000",
 6808                   0,
 6809               };
 6810               
 6811               static SourceProperty
 6812               _CIM_StatisticalSetting_SampleInterval =
 6813               {
 6814                   /* flags */
 6815                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
 6816                   /* name */
 6817                   "SampleInterval",
 6818                   /* qualifiers */
 6819                   _CIM_StatisticalSetting_SampleInterval_qualifiers,
 6820                   /* type */
 6821                   CIMTYPE_DATETIME,
 6822                   /* subscript */
 6823                   -1,
 6824                   /* value */
 6825                   0,
 6826 mike  1.1.2.1 };
 6827               
 6828               static SourceFeature*
 6829               _CIM_StatisticalSetting_features[] =
 6830               {
 6831                   (SourceFeature*)&_CIM_StatisticalSetting_StartStatisticTime,
 6832                   (SourceFeature*)&_CIM_StatisticalSetting_EndStatisticTime,
 6833                   (SourceFeature*)&_CIM_StatisticalSetting_SampleInterval,
 6834                   0,
 6835               };
 6836               
 6837               static const char*
 6838               __root_PG_InterOp_CIM_StatisticalSetting_qualifiers[] =
 6839               {
 6840                   /* UMLPackagePath */
 6841                   "\057CIM::Core::Statistics",
 6842                   /* Version */
 6843                   "\0632.8.0",
 6844                   0,
 6845               };
 6846               
 6847 mike  1.1.2.1 SourceClass
 6848               __root_PG_InterOp_CIM_StatisticalSetting =
 6849               {
 6850                   /* flags */
 6851                   PEGASUS_FLAG_CLASS,
 6852                   /* name */
 6853                   "CIM_StatisticalSetting",
 6854                   /* qualifiers */
 6855                   __root_PG_InterOp_CIM_StatisticalSetting_qualifiers,
 6856                   /* superClass */
 6857                   &__root_PG_InterOp_CIM_SettingData,
 6858                   /* features */
 6859                   _CIM_StatisticalSetting_features,
 6860               };
 6861               
 6862               //==============================================================================
 6863               //
 6864               // Class: CIM_Statistics
 6865               //
 6866               //==============================================================================
 6867               
 6868 mike  1.1.2.1 static const char*
 6869               _CIM_Statistics_Stats_qualifiers[] =
 6870               {
 6871                   0,
 6872               };
 6873               
 6874               static SourceReference
 6875               _CIM_Statistics_Stats =
 6876               {
 6877                   /* flags */
 6878                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6879                   /* name */
 6880                   "Stats",
 6881                   /* qualifiers */
 6882                   _CIM_Statistics_Stats_qualifiers,
 6883                   /* subscript */
 6884                   -1,
 6885                   /* refClassId */
 6886                   &__root_PG_InterOp_CIM_StatisticalInformation,
 6887               };
 6888               
 6889 mike  1.1.2.1 static const char*
 6890               _CIM_Statistics_Element_qualifiers[] =
 6891               {
 6892                   0,
 6893               };
 6894               
 6895               static SourceReference
 6896               _CIM_Statistics_Element =
 6897               {
 6898                   /* flags */
 6899                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6900                   /* name */
 6901                   "Element",
 6902                   /* qualifiers */
 6903                   _CIM_Statistics_Element_qualifiers,
 6904                   /* subscript */
 6905                   -1,
 6906                   /* refClassId */
 6907                   &__root_PG_InterOp_CIM_ManagedElement,
 6908               };
 6909               
 6910 mike  1.1.2.1 static SourceFeature*
 6911               _CIM_Statistics_features[] =
 6912               {
 6913                   (SourceFeature*)&_CIM_Statistics_Stats,
 6914                   (SourceFeature*)&_CIM_Statistics_Element,
 6915                   0,
 6916               };
 6917               
 6918               static const char*
 6919               __root_PG_InterOp_CIM_Statistics_qualifiers[] =
 6920               {
 6921                   /* UMLPackagePath */
 6922                   "\057CIM::Core::Statistics",
 6923                   /* Version */
 6924                   "\0632.6.0",
 6925                   0,
 6926               };
 6927               
 6928               SourceClass
 6929               __root_PG_InterOp_CIM_Statistics =
 6930               {
 6931 mike  1.1.2.1     /* flags */
 6932                   PEGASUS_FLAG_ASSOCIATION,
 6933                   /* name */
 6934                   "CIM_Statistics",
 6935                   /* qualifiers */
 6936                   __root_PG_InterOp_CIM_Statistics_qualifiers,
 6937                   /* superClass */
 6938                   0,
 6939                   /* features */
 6940                   _CIM_Statistics_features,
 6941               };
 6942               
 6943               //==============================================================================
 6944               //
 6945               // Class: CIM_SupportAccess
 6946               //
 6947               //==============================================================================
 6948               
 6949               static const char*
 6950               _CIM_SupportAccess_SupportAccessId_qualifiers[] =
 6951               {
 6952 mike  1.1.2.1     /* MaxLen */
 6953                   "\030\000\000\001\000",
 6954                   0,
 6955               };
 6956               
 6957               static SourceProperty
 6958               _CIM_SupportAccess_SupportAccessId =
 6959               {
 6960                   /* flags */
 6961                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 6962                   /* name */
 6963                   "SupportAccessId",
 6964                   /* qualifiers */
 6965                   _CIM_SupportAccess_SupportAccessId_qualifiers,
 6966                   /* type */
 6967                   CIMTYPE_STRING,
 6968                   /* subscript */
 6969                   -1,
 6970                   /* value */
 6971                   0,
 6972               };
 6973 mike  1.1.2.1 
 6974               static const char*
 6975               _CIM_SupportAccess_Description_qualifiers[] =
 6976               {
 6977                   /* Override */
 6978                   "\044Description",
 6979                   /* MappingStrings */
 6980                   "\026\000\001MIF.DMTF|Support|001.3\000",
 6981                   0,
 6982               };
 6983               
 6984               static SourceProperty
 6985               _CIM_SupportAccess_Description =
 6986               {
 6987                   /* flags */
 6988                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 6989                   /* name */
 6990                   "Description",
 6991                   /* qualifiers */
 6992                   _CIM_SupportAccess_Description_qualifiers,
 6993                   /* type */
 6994 mike  1.1.2.1     CIMTYPE_STRING,
 6995                   /* subscript */
 6996                   -1,
 6997                   /* value */
 6998                   0,
 6999               };
 7000               
 7001               static const char*
 7002               _CIM_SupportAccess_CommunicationInfo_qualifiers[] =
 7003               {
 7004                   /* MappingStrings */
 7005                   "\026\000\002MIF.DMTF|FRU|002.11\000MIF.DMTF|FRU|002.12\000",
 7006                   0,
 7007               };
 7008               
 7009               static SourceProperty
 7010               _CIM_SupportAccess_CommunicationInfo =
 7011               {
 7012                   /* flags */
 7013                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 7014                   /* name */
 7015 mike  1.1.2.1     "CommunicationInfo",
 7016                   /* qualifiers */
 7017                   _CIM_SupportAccess_CommunicationInfo_qualifiers,
 7018                   /* type */
 7019                   CIMTYPE_STRING,
 7020                   /* subscript */
 7021                   -1,
 7022                   /* value */
 7023                   0,
 7024               };
 7025               
 7026               static const char*
 7027               _CIM_SupportAccess_CommunicationMode_qualifiers[] =
 7028               {
 7029                   /* ValueMap */
 7030                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
 7031                   /* Values */
 7032                   "\062\000\010Other\000Phone\000Fax\000BBS\000Online Service\000Web Page\000FTP\000E-mail\000",
 7033                   /* MappingStrings */
 7034                   "\026\000\001MIF.DMTF|Support|001.5\000",
 7035                   0,
 7036 mike  1.1.2.1 };
 7037               
 7038               static SourceProperty
 7039               _CIM_SupportAccess_CommunicationMode =
 7040               {
 7041                   /* flags */
 7042                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 7043                   /* name */
 7044                   "CommunicationMode",
 7045                   /* qualifiers */
 7046                   _CIM_SupportAccess_CommunicationMode_qualifiers,
 7047                   /* type */
 7048                   CIMTYPE_UINT16,
 7049                   /* subscript */
 7050                   -1,
 7051                   /* value */
 7052                   0,
 7053               };
 7054               
 7055               static const char*
 7056               _CIM_SupportAccess_Locale_qualifiers[] =
 7057 mike  1.1.2.1 {
 7058                   /* MaxLen */
 7059                   "\030\000\000\000\100",
 7060                   /* MappingStrings */
 7061                   "\026\000\001MIF.DMTF|Support|001.2\000",
 7062                   0,
 7063               };
 7064               
 7065               static SourceProperty
 7066               _CIM_SupportAccess_Locale =
 7067               {
 7068                   /* flags */
 7069                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 7070                   /* name */
 7071                   "Locale",
 7072                   /* qualifiers */
 7073                   _CIM_SupportAccess_Locale_qualifiers,
 7074                   /* type */
 7075                   CIMTYPE_STRING,
 7076                   /* subscript */
 7077                   -1,
 7078 mike  1.1.2.1     /* value */
 7079                   0,
 7080               };
 7081               
 7082               static SourceFeature*
 7083               _CIM_SupportAccess_features[] =
 7084               {
 7085                   (SourceFeature*)&_CIM_SupportAccess_SupportAccessId,
 7086                   (SourceFeature*)&_CIM_SupportAccess_Description,
 7087                   (SourceFeature*)&_CIM_SupportAccess_CommunicationInfo,
 7088                   (SourceFeature*)&_CIM_SupportAccess_CommunicationMode,
 7089                   (SourceFeature*)&_CIM_SupportAccess_Locale,
 7090                   0,
 7091               };
 7092               
 7093               static const char*
 7094               __root_PG_InterOp_CIM_SupportAccess_qualifiers[] =
 7095               {
 7096                   /* UMLPackagePath */
 7097                   "\057CIM::Core::ProductFRU",
 7098                   /* Version */
 7099 mike  1.1.2.1     "\0632.6.0",
 7100                   0,
 7101               };
 7102               
 7103               SourceClass
 7104               __root_PG_InterOp_CIM_SupportAccess =
 7105               {
 7106                   /* flags */
 7107                   PEGASUS_FLAG_CLASS,
 7108                   /* name */
 7109                   "CIM_SupportAccess",
 7110                   /* qualifiers */
 7111                   __root_PG_InterOp_CIM_SupportAccess_qualifiers,
 7112                   /* superClass */
 7113                   &__root_PG_InterOp_CIM_ManagedElement,
 7114                   /* features */
 7115                   _CIM_SupportAccess_features,
 7116               };
 7117               
 7118               //==============================================================================
 7119               //
 7120 mike  1.1.2.1 // Class: CIM_Synchronized
 7121               //
 7122               //==============================================================================
 7123               
 7124               static const char*
 7125               _CIM_Synchronized_SystemElement_qualifiers[] =
 7126               {
 7127                   0,
 7128               };
 7129               
 7130               static SourceReference
 7131               _CIM_Synchronized_SystemElement =
 7132               {
 7133                   /* flags */
 7134                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7135                   /* name */
 7136                   "SystemElement",
 7137                   /* qualifiers */
 7138                   _CIM_Synchronized_SystemElement_qualifiers,
 7139                   /* subscript */
 7140                   -1,
 7141 mike  1.1.2.1     /* refClassId */
 7142                   &__root_PG_InterOp_CIM_ManagedElement,
 7143               };
 7144               
 7145               static const char*
 7146               _CIM_Synchronized_SyncedElement_qualifiers[] =
 7147               {
 7148                   0,
 7149               };
 7150               
 7151               static SourceReference
 7152               _CIM_Synchronized_SyncedElement =
 7153               {
 7154                   /* flags */
 7155                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7156                   /* name */
 7157                   "SyncedElement",
 7158                   /* qualifiers */
 7159                   _CIM_Synchronized_SyncedElement_qualifiers,
 7160                   /* subscript */
 7161                   -1,
 7162 mike  1.1.2.1     /* refClassId */
 7163                   &__root_PG_InterOp_CIM_ManagedElement,
 7164               };
 7165               
 7166               static const char*
 7167               _CIM_Synchronized_WhenSynced_qualifiers[] =
 7168               {
 7169                   0,
 7170               };
 7171               
 7172               static SourceProperty
 7173               _CIM_Synchronized_WhenSynced =
 7174               {
 7175                   /* flags */
 7176                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 7177                   /* name */
 7178                   "WhenSynced",
 7179                   /* qualifiers */
 7180                   _CIM_Synchronized_WhenSynced_qualifiers,
 7181                   /* type */
 7182                   CIMTYPE_DATETIME,
 7183 mike  1.1.2.1     /* subscript */
 7184                   -1,
 7185                   /* value */
 7186                   0,
 7187               };
 7188               
 7189               static const char*
 7190               _CIM_Synchronized_SyncMaintained_qualifiers[] =
 7191               {
 7192                   0,
 7193               };
 7194               
 7195               static SourceProperty
 7196               _CIM_Synchronized_SyncMaintained =
 7197               {
 7198                   /* flags */
 7199                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 7200                   /* name */
 7201                   "SyncMaintained",
 7202                   /* qualifiers */
 7203                   _CIM_Synchronized_SyncMaintained_qualifiers,
 7204 mike  1.1.2.1     /* type */
 7205                   CIMTYPE_BOOLEAN,
 7206                   /* subscript */
 7207                   -1,
 7208                   /* value */
 7209                   0,
 7210               };
 7211               
 7212               static SourceFeature*
 7213               _CIM_Synchronized_features[] =
 7214               {
 7215                   (SourceFeature*)&_CIM_Synchronized_SystemElement,
 7216                   (SourceFeature*)&_CIM_Synchronized_SyncedElement,
 7217                   (SourceFeature*)&_CIM_Synchronized_WhenSynced,
 7218                   (SourceFeature*)&_CIM_Synchronized_SyncMaintained,
 7219                   0,
 7220               };
 7221               
 7222               static const char*
 7223               __root_PG_InterOp_CIM_Synchronized_qualifiers[] =
 7224               {
 7225 mike  1.1.2.1     /* UMLPackagePath */
 7226                   "\057CIM::Core::CoreElements",
 7227                   /* Version */
 7228                   "\0632.8.0",
 7229                   0,
 7230               };
 7231               
 7232               SourceClass
 7233               __root_PG_InterOp_CIM_Synchronized =
 7234               {
 7235                   /* flags */
 7236                   PEGASUS_FLAG_ASSOCIATION,
 7237                   /* name */
 7238                   "CIM_Synchronized",
 7239                   /* qualifiers */
 7240                   __root_PG_InterOp_CIM_Synchronized_qualifiers,
 7241                   /* superClass */
 7242                   0,
 7243                   /* features */
 7244                   _CIM_Synchronized_features,
 7245               };
 7246 mike  1.1.2.1 
 7247               //==============================================================================
 7248               //
 7249               // Class: CIM_SystemConfiguration
 7250               //
 7251               //==============================================================================
 7252               
 7253               static const char*
 7254               _CIM_SystemConfiguration_SystemCreationClassName_qualifiers[] =
 7255               {
 7256                   /* Propagated */
 7257                   "\045CIM_System.CreationClassName",
 7258                   /* MaxLen */
 7259                   "\030\000\000\001\000",
 7260                   0,
 7261               };
 7262               
 7263               static SourceProperty
 7264               _CIM_SystemConfiguration_SystemCreationClassName =
 7265               {
 7266                   /* flags */
 7267 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7268                   /* name */
 7269                   "SystemCreationClassName",
 7270                   /* qualifiers */
 7271                   _CIM_SystemConfiguration_SystemCreationClassName_qualifiers,
 7272                   /* type */
 7273                   CIMTYPE_STRING,
 7274                   /* subscript */
 7275                   -1,
 7276                   /* value */
 7277                   0,
 7278               };
 7279               
 7280               static const char*
 7281               _CIM_SystemConfiguration_SystemName_qualifiers[] =
 7282               {
 7283                   /* Propagated */
 7284                   "\045CIM_System.Name",
 7285                   /* MaxLen */
 7286                   "\030\000\000\001\000",
 7287                   0,
 7288 mike  1.1.2.1 };
 7289               
 7290               static SourceProperty
 7291               _CIM_SystemConfiguration_SystemName =
 7292               {
 7293                   /* flags */
 7294                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7295                   /* name */
 7296                   "SystemName",
 7297                   /* qualifiers */
 7298                   _CIM_SystemConfiguration_SystemName_qualifiers,
 7299                   /* type */
 7300                   CIMTYPE_STRING,
 7301                   /* subscript */
 7302                   -1,
 7303                   /* value */
 7304                   0,
 7305               };
 7306               
 7307               static const char*
 7308               _CIM_SystemConfiguration_CreationClassName_qualifiers[] =
 7309 mike  1.1.2.1 {
 7310                   /* MaxLen */
 7311                   "\030\000\000\001\000",
 7312                   0,
 7313               };
 7314               
 7315               static SourceProperty
 7316               _CIM_SystemConfiguration_CreationClassName =
 7317               {
 7318                   /* flags */
 7319                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7320                   /* name */
 7321                   "CreationClassName",
 7322                   /* qualifiers */
 7323                   _CIM_SystemConfiguration_CreationClassName_qualifiers,
 7324                   /* type */
 7325                   CIMTYPE_STRING,
 7326                   /* subscript */
 7327                   -1,
 7328                   /* value */
 7329                   0,
 7330 mike  1.1.2.1 };
 7331               
 7332               static const char*
 7333               _CIM_SystemConfiguration_Name_qualifiers[] =
 7334               {
 7335                   /* MaxLen */
 7336                   "\030\000\000\001\000",
 7337                   0,
 7338               };
 7339               
 7340               static SourceProperty
 7341               _CIM_SystemConfiguration_Name =
 7342               {
 7343                   /* flags */
 7344                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7345                   /* name */
 7346                   "Name",
 7347                   /* qualifiers */
 7348                   _CIM_SystemConfiguration_Name_qualifiers,
 7349                   /* type */
 7350                   CIMTYPE_STRING,
 7351 mike  1.1.2.1     /* subscript */
 7352                   -1,
 7353                   /* value */
 7354                   0,
 7355               };
 7356               
 7357               static SourceFeature*
 7358               _CIM_SystemConfiguration_features[] =
 7359               {
 7360                   (SourceFeature*)&_CIM_SystemConfiguration_SystemCreationClassName,
 7361                   (SourceFeature*)&_CIM_SystemConfiguration_SystemName,
 7362                   (SourceFeature*)&_CIM_SystemConfiguration_CreationClassName,
 7363                   (SourceFeature*)&_CIM_SystemConfiguration_Name,
 7364                   0,
 7365               };
 7366               
 7367               static const char*
 7368               __root_PG_InterOp_CIM_SystemConfiguration_qualifiers[] =
 7369               {
 7370                   /* UMLPackagePath */
 7371                   "\057CIM::Core::Settings",
 7372 mike  1.1.2.1     /* Version */
 7373                   "\0632.6.0",
 7374                   0,
 7375               };
 7376               
 7377               SourceClass
 7378               __root_PG_InterOp_CIM_SystemConfiguration =
 7379               {
 7380                   /* flags */
 7381                   PEGASUS_FLAG_CLASS,
 7382                   /* name */
 7383                   "CIM_SystemConfiguration",
 7384                   /* qualifiers */
 7385                   __root_PG_InterOp_CIM_SystemConfiguration_qualifiers,
 7386                   /* superClass */
 7387                   &__root_PG_InterOp_CIM_ManagedElement,
 7388                   /* features */
 7389                   _CIM_SystemConfiguration_features,
 7390               };
 7391               
 7392               //==============================================================================
 7393 mike  1.1.2.1 //
 7394               // Class: CIM_SystemSetting
 7395               //
 7396               //==============================================================================
 7397               
 7398               static const char*
 7399               _CIM_SystemSetting_SystemCreationClassName_qualifiers[] =
 7400               {
 7401                   /* Propagated */
 7402                   "\045CIM_System.CreationClassName",
 7403                   /* MaxLen */
 7404                   "\030\000\000\001\000",
 7405                   0,
 7406               };
 7407               
 7408               static SourceProperty
 7409               _CIM_SystemSetting_SystemCreationClassName =
 7410               {
 7411                   /* flags */
 7412                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7413                   /* name */
 7414 mike  1.1.2.1     "SystemCreationClassName",
 7415                   /* qualifiers */
 7416                   _CIM_SystemSetting_SystemCreationClassName_qualifiers,
 7417                   /* type */
 7418                   CIMTYPE_STRING,
 7419                   /* subscript */
 7420                   -1,
 7421                   /* value */
 7422                   0,
 7423               };
 7424               
 7425               static const char*
 7426               _CIM_SystemSetting_SystemName_qualifiers[] =
 7427               {
 7428                   /* Propagated */
 7429                   "\045CIM_System.Name",
 7430                   /* MaxLen */
 7431                   "\030\000\000\001\000",
 7432                   0,
 7433               };
 7434               
 7435 mike  1.1.2.1 static SourceProperty
 7436               _CIM_SystemSetting_SystemName =
 7437               {
 7438                   /* flags */
 7439                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7440                   /* name */
 7441                   "SystemName",
 7442                   /* qualifiers */
 7443                   _CIM_SystemSetting_SystemName_qualifiers,
 7444                   /* type */
 7445                   CIMTYPE_STRING,
 7446                   /* subscript */
 7447                   -1,
 7448                   /* value */
 7449                   0,
 7450               };
 7451               
 7452               static const char*
 7453               _CIM_SystemSetting_CreationClassName_qualifiers[] =
 7454               {
 7455                   /* MaxLen */
 7456 mike  1.1.2.1     "\030\000\000\001\000",
 7457                   0,
 7458               };
 7459               
 7460               static SourceProperty
 7461               _CIM_SystemSetting_CreationClassName =
 7462               {
 7463                   /* flags */
 7464                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7465                   /* name */
 7466                   "CreationClassName",
 7467                   /* qualifiers */
 7468                   _CIM_SystemSetting_CreationClassName_qualifiers,
 7469                   /* type */
 7470                   CIMTYPE_STRING,
 7471                   /* subscript */
 7472                   -1,
 7473                   /* value */
 7474                   0,
 7475               };
 7476               
 7477 mike  1.1.2.1 static const char*
 7478               _CIM_SystemSetting_SettingID_qualifiers[] =
 7479               {
 7480                   /* Override */
 7481                   "\044SettingID",
 7482                   /* MaxLen */
 7483                   "\030\000\000\001\000",
 7484                   0,
 7485               };
 7486               
 7487               static SourceProperty
 7488               _CIM_SystemSetting_SettingID =
 7489               {
 7490                   /* flags */
 7491                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7492                   /* name */
 7493                   "SettingID",
 7494                   /* qualifiers */
 7495                   _CIM_SystemSetting_SettingID_qualifiers,
 7496                   /* type */
 7497                   CIMTYPE_STRING,
 7498 mike  1.1.2.1     /* subscript */
 7499                   -1,
 7500                   /* value */
 7501                   0,
 7502               };
 7503               
 7504               static SourceFeature*
 7505               _CIM_SystemSetting_features[] =
 7506               {
 7507                   (SourceFeature*)&_CIM_SystemSetting_SystemCreationClassName,
 7508                   (SourceFeature*)&_CIM_SystemSetting_SystemName,
 7509                   (SourceFeature*)&_CIM_SystemSetting_CreationClassName,
 7510                   (SourceFeature*)&_CIM_SystemSetting_SettingID,
 7511                   0,
 7512               };
 7513               
 7514               static const char*
 7515               __root_PG_InterOp_CIM_SystemSetting_qualifiers[] =
 7516               {
 7517                   /* UMLPackagePath */
 7518                   "\057CIM::Core::Settings",
 7519 mike  1.1.2.1     /* Version */
 7520                   "\0632.10.0",
 7521                   0,
 7522               };
 7523               
 7524               SourceClass
 7525               __root_PG_InterOp_CIM_SystemSetting =
 7526               {
 7527                   /* flags */
 7528                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 7529                   /* name */
 7530                   "CIM_SystemSetting",
 7531                   /* qualifiers */
 7532                   __root_PG_InterOp_CIM_SystemSetting_qualifiers,
 7533                   /* superClass */
 7534                   &__root_PG_InterOp_CIM_Setting,
 7535                   /* features */
 7536                   _CIM_SystemSetting_features,
 7537               };
 7538               
 7539               //==============================================================================
 7540 mike  1.1.2.1 //
 7541               // Class: CIM_SystemSettingContext
 7542               //
 7543               //==============================================================================
 7544               
 7545               static const char*
 7546               _CIM_SystemSettingContext_Context_qualifiers[] =
 7547               {
 7548                   0,
 7549               };
 7550               
 7551               static SourceReference
 7552               _CIM_SystemSettingContext_Context =
 7553               {
 7554                   /* flags */
 7555                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 7556                   /* name */
 7557                   "Context",
 7558                   /* qualifiers */
 7559                   _CIM_SystemSettingContext_Context_qualifiers,
 7560                   /* subscript */
 7561 mike  1.1.2.1     -1,
 7562                   /* refClassId */
 7563                   &__root_PG_InterOp_CIM_SystemConfiguration,
 7564               };
 7565               
 7566               static const char*
 7567               _CIM_SystemSettingContext_Setting_qualifiers[] =
 7568               {
 7569                   0,
 7570               };
 7571               
 7572               static SourceReference
 7573               _CIM_SystemSettingContext_Setting =
 7574               {
 7575                   /* flags */
 7576                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7577                   /* name */
 7578                   "Setting",
 7579                   /* qualifiers */
 7580                   _CIM_SystemSettingContext_Setting_qualifiers,
 7581                   /* subscript */
 7582 mike  1.1.2.1     -1,
 7583                   /* refClassId */
 7584                   &__root_PG_InterOp_CIM_SystemSetting,
 7585               };
 7586               
 7587               static SourceFeature*
 7588               _CIM_SystemSettingContext_features[] =
 7589               {
 7590                   (SourceFeature*)&_CIM_SystemSettingContext_Context,
 7591                   (SourceFeature*)&_CIM_SystemSettingContext_Setting,
 7592                   0,
 7593               };
 7594               
 7595               static const char*
 7596               __root_PG_InterOp_CIM_SystemSettingContext_qualifiers[] =
 7597               {
 7598                   /* UMLPackagePath */
 7599                   "\057CIM::Core::Settings",
 7600                   /* Version */
 7601                   "\0632.6.0",
 7602                   0,
 7603 mike  1.1.2.1 };
 7604               
 7605               SourceClass
 7606               __root_PG_InterOp_CIM_SystemSettingContext =
 7607               {
 7608                   /* flags */
 7609                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 7610                   /* name */
 7611                   "CIM_SystemSettingContext",
 7612                   /* qualifiers */
 7613                   __root_PG_InterOp_CIM_SystemSettingContext_qualifiers,
 7614                   /* superClass */
 7615                   0,
 7616                   /* features */
 7617                   _CIM_SystemSettingContext_features,
 7618               };
 7619               
 7620               //==============================================================================
 7621               //
 7622               // Class: CIM_SystemSpecificCollection
 7623               //
 7624 mike  1.1.2.1 //==============================================================================
 7625               
 7626               static const char*
 7627               _CIM_SystemSpecificCollection_InstanceID_qualifiers[] =
 7628               {
 7629                   0,
 7630               };
 7631               
 7632               static SourceProperty
 7633               _CIM_SystemSpecificCollection_InstanceID =
 7634               {
 7635                   /* flags */
 7636                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7637                   /* name */
 7638                   "InstanceID",
 7639                   /* qualifiers */
 7640                   _CIM_SystemSpecificCollection_InstanceID_qualifiers,
 7641                   /* type */
 7642                   CIMTYPE_STRING,
 7643                   /* subscript */
 7644                   -1,
 7645 mike  1.1.2.1     /* value */
 7646                   0,
 7647               };
 7648               
 7649               static SourceFeature*
 7650               _CIM_SystemSpecificCollection_features[] =
 7651               {
 7652                   (SourceFeature*)&_CIM_SystemSpecificCollection_InstanceID,
 7653                   0,
 7654               };
 7655               
 7656               static const char*
 7657               __root_PG_InterOp_CIM_SystemSpecificCollection_qualifiers[] =
 7658               {
 7659                   /* UMLPackagePath */
 7660                   "\057CIM::Core::Collection",
 7661                   /* Version */
 7662                   "\0632.10.0",
 7663                   0,
 7664               };
 7665               
 7666 mike  1.1.2.1 SourceClass
 7667               __root_PG_InterOp_CIM_SystemSpecificCollection =
 7668               {
 7669                   /* flags */
 7670                   PEGASUS_FLAG_CLASS,
 7671                   /* name */
 7672                   "CIM_SystemSpecificCollection",
 7673                   /* qualifiers */
 7674                   __root_PG_InterOp_CIM_SystemSpecificCollection_qualifiers,
 7675                   /* superClass */
 7676                   &__root_PG_InterOp_CIM_Collection,
 7677                   /* features */
 7678                   _CIM_SystemSpecificCollection_features,
 7679               };
 7680               
 7681               //==============================================================================
 7682               //
 7683               // Class: CIM_SystemStatisticalInformation
 7684               //
 7685               //==============================================================================
 7686               
 7687 mike  1.1.2.1 static const char*
 7688               _CIM_SystemStatisticalInformation_SystemCreationClassName_qualifiers[] =
 7689               {
 7690                   /* Propagated */
 7691                   "\045CIM_System.CreationClassName",
 7692                   /* MaxLen */
 7693                   "\030\000\000\001\000",
 7694                   0,
 7695               };
 7696               
 7697               static SourceProperty
 7698               _CIM_SystemStatisticalInformation_SystemCreationClassName =
 7699               {
 7700                   /* flags */
 7701                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7702                   /* name */
 7703                   "SystemCreationClassName",
 7704                   /* qualifiers */
 7705                   _CIM_SystemStatisticalInformation_SystemCreationClassName_qualifiers,
 7706                   /* type */
 7707                   CIMTYPE_STRING,
 7708 mike  1.1.2.1     /* subscript */
 7709                   -1,
 7710                   /* value */
 7711                   0,
 7712               };
 7713               
 7714               static const char*
 7715               _CIM_SystemStatisticalInformation_SystemName_qualifiers[] =
 7716               {
 7717                   /* Propagated */
 7718                   "\045CIM_System.Name",
 7719                   /* MaxLen */
 7720                   "\030\000\000\001\000",
 7721                   0,
 7722               };
 7723               
 7724               static SourceProperty
 7725               _CIM_SystemStatisticalInformation_SystemName =
 7726               {
 7727                   /* flags */
 7728                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7729 mike  1.1.2.1     /* name */
 7730                   "SystemName",
 7731                   /* qualifiers */
 7732                   _CIM_SystemStatisticalInformation_SystemName_qualifiers,
 7733                   /* type */
 7734                   CIMTYPE_STRING,
 7735                   /* subscript */
 7736                   -1,
 7737                   /* value */
 7738                   0,
 7739               };
 7740               
 7741               static const char*
 7742               _CIM_SystemStatisticalInformation_CreationClassName_qualifiers[] =
 7743               {
 7744                   /* MaxLen */
 7745                   "\030\000\000\001\000",
 7746                   0,
 7747               };
 7748               
 7749               static SourceProperty
 7750 mike  1.1.2.1 _CIM_SystemStatisticalInformation_CreationClassName =
 7751               {
 7752                   /* flags */
 7753                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7754                   /* name */
 7755                   "CreationClassName",
 7756                   /* qualifiers */
 7757                   _CIM_SystemStatisticalInformation_CreationClassName_qualifiers,
 7758                   /* type */
 7759                   CIMTYPE_STRING,
 7760                   /* subscript */
 7761                   -1,
 7762                   /* value */
 7763                   0,
 7764               };
 7765               
 7766               static const char*
 7767               _CIM_SystemStatisticalInformation_Name_qualifiers[] =
 7768               {
 7769                   /* Override */
 7770                   "\044Name",
 7771 mike  1.1.2.1     /* MaxLen */
 7772                   "\030\000\000\001\000",
 7773                   0,
 7774               };
 7775               
 7776               static SourceProperty
 7777               _CIM_SystemStatisticalInformation_Name =
 7778               {
 7779                   /* flags */
 7780                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7781                   /* name */
 7782                   "Name",
 7783                   /* qualifiers */
 7784                   _CIM_SystemStatisticalInformation_Name_qualifiers,
 7785                   /* type */
 7786                   CIMTYPE_STRING,
 7787                   /* subscript */
 7788                   -1,
 7789                   /* value */
 7790                   0,
 7791               };
 7792 mike  1.1.2.1 
 7793               static SourceFeature*
 7794               _CIM_SystemStatisticalInformation_features[] =
 7795               {
 7796                   (SourceFeature*)&_CIM_SystemStatisticalInformation_SystemCreationClassName,
 7797                   (SourceFeature*)&_CIM_SystemStatisticalInformation_SystemName,
 7798                   (SourceFeature*)&_CIM_SystemStatisticalInformation_CreationClassName,
 7799                   (SourceFeature*)&_CIM_SystemStatisticalInformation_Name,
 7800                   0,
 7801               };
 7802               
 7803               static const char*
 7804               __root_PG_InterOp_CIM_SystemStatisticalInformation_qualifiers[] =
 7805               {
 7806                   /* UMLPackagePath */
 7807                   "\057CIM::Core::Statistics",
 7808                   /* Version */
 7809                   "\0632.6.0",
 7810                   0,
 7811               };
 7812               
 7813 mike  1.1.2.1 SourceClass
 7814               __root_PG_InterOp_CIM_SystemStatisticalInformation =
 7815               {
 7816                   /* flags */
 7817                   PEGASUS_FLAG_CLASS,
 7818                   /* name */
 7819                   "CIM_SystemStatisticalInformation",
 7820                   /* qualifiers */
 7821                   __root_PG_InterOp_CIM_SystemStatisticalInformation_qualifiers,
 7822                   /* superClass */
 7823                   &__root_PG_InterOp_CIM_StatisticalInformation,
 7824                   /* features */
 7825                   _CIM_SystemStatisticalInformation_features,
 7826               };
 7827               
 7828               //==============================================================================
 7829               //
 7830               // Class: CIM_CollectedCollections
 7831               //
 7832               //==============================================================================
 7833               
 7834 mike  1.1.2.1 static const char*
 7835               _CIM_CollectedCollections_Collection_qualifiers[] =
 7836               {
 7837                   0,
 7838               };
 7839               
 7840               static SourceReference
 7841               _CIM_CollectedCollections_Collection =
 7842               {
 7843                   /* flags */
 7844                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 7845                   /* name */
 7846                   "Collection",
 7847                   /* qualifiers */
 7848                   _CIM_CollectedCollections_Collection_qualifiers,
 7849                   /* subscript */
 7850                   -1,
 7851                   /* refClassId */
 7852                   &__root_PG_InterOp_CIM_CollectionOfMSEs,
 7853               };
 7854               
 7855 mike  1.1.2.1 static const char*
 7856               _CIM_CollectedCollections_CollectionInCollection_qualifiers[] =
 7857               {
 7858                   0,
 7859               };
 7860               
 7861               static SourceReference
 7862               _CIM_CollectedCollections_CollectionInCollection =
 7863               {
 7864                   /* flags */
 7865                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 7866                   /* name */
 7867                   "CollectionInCollection",
 7868                   /* qualifiers */
 7869                   _CIM_CollectedCollections_CollectionInCollection_qualifiers,
 7870                   /* subscript */
 7871                   -1,
 7872                   /* refClassId */
 7873                   &__root_PG_InterOp_CIM_CollectionOfMSEs,
 7874               };
 7875               
 7876 mike  1.1.2.1 static SourceFeature*
 7877               _CIM_CollectedCollections_features[] =
 7878               {
 7879                   (SourceFeature*)&_CIM_CollectedCollections_Collection,
 7880                   (SourceFeature*)&_CIM_CollectedCollections_CollectionInCollection,
 7881                   0,
 7882               };
 7883               
 7884               static const char*
 7885               __root_PG_InterOp_CIM_CollectedCollections_qualifiers[] =
 7886               {
 7887                   /* UMLPackagePath */
 7888                   "\057CIM::Core::Collection",
 7889                   /* Version */
 7890                   "\0632.10.0",
 7891                   0,
 7892               };
 7893               
 7894               SourceClass
 7895               __root_PG_InterOp_CIM_CollectedCollections =
 7896               {
 7897 mike  1.1.2.1     /* flags */
 7898                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 7899                   /* name */
 7900                   "CIM_CollectedCollections",
 7901                   /* qualifiers */
 7902                   __root_PG_InterOp_CIM_CollectedCollections_qualifiers,
 7903                   /* superClass */
 7904                   0,
 7905                   /* features */
 7906                   _CIM_CollectedCollections_features,
 7907               };
 7908               
 7909               //==============================================================================
 7910               //
 7911               // Class: CIM_CollectedMSEs
 7912               //
 7913               //==============================================================================
 7914               
 7915               static const char*
 7916               _CIM_CollectedMSEs_Collection_qualifiers[] =
 7917               {
 7918 mike  1.1.2.1     /* Override */
 7919                   "\044Collection",
 7920                   0,
 7921               };
 7922               
 7923               static SourceReference
 7924               _CIM_CollectedMSEs_Collection =
 7925               {
 7926                   /* flags */
 7927                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 7928                   /* name */
 7929                   "Collection",
 7930                   /* qualifiers */
 7931                   _CIM_CollectedMSEs_Collection_qualifiers,
 7932                   /* subscript */
 7933                   -1,
 7934                   /* refClassId */
 7935                   &__root_PG_InterOp_CIM_CollectionOfMSEs,
 7936               };
 7937               
 7938               static const char*
 7939 mike  1.1.2.1 _CIM_CollectedMSEs_Member_qualifiers[] =
 7940               {
 7941                   /* Override */
 7942                   "\044Member",
 7943                   0,
 7944               };
 7945               
 7946               static SourceReference
 7947               _CIM_CollectedMSEs_Member =
 7948               {
 7949                   /* flags */
 7950                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 7951                   /* name */
 7952                   "Member",
 7953                   /* qualifiers */
 7954                   _CIM_CollectedMSEs_Member_qualifiers,
 7955                   /* subscript */
 7956                   -1,
 7957                   /* refClassId */
 7958                   &__root_PG_InterOp_CIM_ManagedSystemElement,
 7959               };
 7960 mike  1.1.2.1 
 7961               static SourceFeature*
 7962               _CIM_CollectedMSEs_features[] =
 7963               {
 7964                   (SourceFeature*)&_CIM_CollectedMSEs_Collection,
 7965                   (SourceFeature*)&_CIM_CollectedMSEs_Member,
 7966                   0,
 7967               };
 7968               
 7969               static const char*
 7970               __root_PG_InterOp_CIM_CollectedMSEs_qualifiers[] =
 7971               {
 7972                   /* UMLPackagePath */
 7973                   "\057CIM::Core::Collection",
 7974                   /* Version */
 7975                   "\0632.6.0",
 7976                   0,
 7977               };
 7978               
 7979               SourceClass
 7980               __root_PG_InterOp_CIM_CollectedMSEs =
 7981 mike  1.1.2.1 {
 7982                   /* flags */
 7983                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 7984                   /* name */
 7985                   "CIM_CollectedMSEs",
 7986                   /* qualifiers */
 7987                   __root_PG_InterOp_CIM_CollectedMSEs_qualifiers,
 7988                   /* superClass */
 7989                   &__root_PG_InterOp_CIM_MemberOfCollection,
 7990                   /* features */
 7991                   _CIM_CollectedMSEs_features,
 7992               };
 7993               
 7994               //==============================================================================
 7995               //
 7996               // Class: CIM_CollectionConfiguration
 7997               //
 7998               //==============================================================================
 7999               
 8000               static const char*
 8001               _CIM_CollectionConfiguration_Collection_qualifiers[] =
 8002 mike  1.1.2.1 {
 8003                   /* Deprecated */
 8004                   "\013\000\002CIM_ElementSettingData.ManagedElement\000CIM_CollectionSetting.Collection\000",
 8005                   0,
 8006               };
 8007               
 8008               static SourceReference
 8009               _CIM_CollectionConfiguration_Collection =
 8010               {
 8011                   /* flags */
 8012                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8013                   /* name */
 8014                   "Collection",
 8015                   /* qualifiers */
 8016                   _CIM_CollectionConfiguration_Collection_qualifiers,
 8017                   /* subscript */
 8018                   -1,
 8019                   /* refClassId */
 8020                   &__root_PG_InterOp_CIM_CollectionOfMSEs,
 8021               };
 8022               
 8023 mike  1.1.2.1 static const char*
 8024               _CIM_CollectionConfiguration_Configuration_qualifiers[] =
 8025               {
 8026                   /* Deprecated */
 8027                   "\013\000\002CIM_ElementSettingData.SettingData\000CIM_CollectionSetting.Setting\000",
 8028                   0,
 8029               };
 8030               
 8031               static SourceReference
 8032               _CIM_CollectionConfiguration_Configuration =
 8033               {
 8034                   /* flags */
 8035                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8036                   /* name */
 8037                   "Configuration",
 8038                   /* qualifiers */
 8039                   _CIM_CollectionConfiguration_Configuration_qualifiers,
 8040                   /* subscript */
 8041                   -1,
 8042                   /* refClassId */
 8043                   &__root_PG_InterOp_CIM_Configuration,
 8044 mike  1.1.2.1 };
 8045               
 8046               static SourceFeature*
 8047               _CIM_CollectionConfiguration_features[] =
 8048               {
 8049                   (SourceFeature*)&_CIM_CollectionConfiguration_Collection,
 8050                   (SourceFeature*)&_CIM_CollectionConfiguration_Configuration,
 8051                   0,
 8052               };
 8053               
 8054               static const char*
 8055               __root_PG_InterOp_CIM_CollectionConfiguration_qualifiers[] =
 8056               {
 8057                   /* Deprecated */
 8058                   "\013\000\002CIM_ElementSettingData\000CIM_CollectionSetting\000",
 8059                   /* UMLPackagePath */
 8060                   "\057CIM::Core::Settings",
 8061                   /* Version */
 8062                   "\0632.10.0",
 8063                   0,
 8064               };
 8065 mike  1.1.2.1 
 8066               SourceClass
 8067               __root_PG_InterOp_CIM_CollectionConfiguration =
 8068               {
 8069                   /* flags */
 8070                   PEGASUS_FLAG_ASSOCIATION,
 8071                   /* name */
 8072                   "CIM_CollectionConfiguration",
 8073                   /* qualifiers */
 8074                   __root_PG_InterOp_CIM_CollectionConfiguration_qualifiers,
 8075                   /* superClass */
 8076                   0,
 8077                   /* features */
 8078                   _CIM_CollectionConfiguration_features,
 8079               };
 8080               
 8081               //==============================================================================
 8082               //
 8083               // Class: CIM_CollectionSetting
 8084               //
 8085               //==============================================================================
 8086 mike  1.1.2.1 
 8087               static const char*
 8088               _CIM_CollectionSetting_Collection_qualifiers[] =
 8089               {
 8090                   0,
 8091               };
 8092               
 8093               static SourceReference
 8094               _CIM_CollectionSetting_Collection =
 8095               {
 8096                   /* flags */
 8097                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8098                   /* name */
 8099                   "Collection",
 8100                   /* qualifiers */
 8101                   _CIM_CollectionSetting_Collection_qualifiers,
 8102                   /* subscript */
 8103                   -1,
 8104                   /* refClassId */
 8105                   &__root_PG_InterOp_CIM_CollectionOfMSEs,
 8106               };
 8107 mike  1.1.2.1 
 8108               static const char*
 8109               _CIM_CollectionSetting_Setting_qualifiers[] =
 8110               {
 8111                   0,
 8112               };
 8113               
 8114               static SourceReference
 8115               _CIM_CollectionSetting_Setting =
 8116               {
 8117                   /* flags */
 8118                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8119                   /* name */
 8120                   "Setting",
 8121                   /* qualifiers */
 8122                   _CIM_CollectionSetting_Setting_qualifiers,
 8123                   /* subscript */
 8124                   -1,
 8125                   /* refClassId */
 8126                   &__root_PG_InterOp_CIM_Setting,
 8127               };
 8128 mike  1.1.2.1 
 8129               static SourceFeature*
 8130               _CIM_CollectionSetting_features[] =
 8131               {
 8132                   (SourceFeature*)&_CIM_CollectionSetting_Collection,
 8133                   (SourceFeature*)&_CIM_CollectionSetting_Setting,
 8134                   0,
 8135               };
 8136               
 8137               static const char*
 8138               __root_PG_InterOp_CIM_CollectionSetting_qualifiers[] =
 8139               {
 8140                   /* UMLPackagePath */
 8141                   "\057CIM::Core::Settings",
 8142                   /* Version */
 8143                   "\0632.6.0",
 8144                   0,
 8145               };
 8146               
 8147               SourceClass
 8148               __root_PG_InterOp_CIM_CollectionSetting =
 8149 mike  1.1.2.1 {
 8150                   /* flags */
 8151                   PEGASUS_FLAG_ASSOCIATION,
 8152                   /* name */
 8153                   "CIM_CollectionSetting",
 8154                   /* qualifiers */
 8155                   __root_PG_InterOp_CIM_CollectionSetting_qualifiers,
 8156                   /* superClass */
 8157                   0,
 8158                   /* features */
 8159                   _CIM_CollectionSetting_features,
 8160               };
 8161               
 8162               //==============================================================================
 8163               //
 8164               // Class: CIM_CompatibleProduct
 8165               //
 8166               //==============================================================================
 8167               
 8168               static const char*
 8169               _CIM_CompatibleProduct_Product_qualifiers[] =
 8170 mike  1.1.2.1 {
 8171                   0,
 8172               };
 8173               
 8174               static SourceReference
 8175               _CIM_CompatibleProduct_Product =
 8176               {
 8177                   /* flags */
 8178                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8179                   /* name */
 8180                   "Product",
 8181                   /* qualifiers */
 8182                   _CIM_CompatibleProduct_Product_qualifiers,
 8183                   /* subscript */
 8184                   -1,
 8185                   /* refClassId */
 8186                   &__root_PG_InterOp_CIM_Product,
 8187               };
 8188               
 8189               static const char*
 8190               _CIM_CompatibleProduct_CompatibleProduct_qualifiers[] =
 8191 mike  1.1.2.1 {
 8192                   0,
 8193               };
 8194               
 8195               static SourceReference
 8196               _CIM_CompatibleProduct_CompatibleProduct =
 8197               {
 8198                   /* flags */
 8199                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8200                   /* name */
 8201                   "CompatibleProduct",
 8202                   /* qualifiers */
 8203                   _CIM_CompatibleProduct_CompatibleProduct_qualifiers,
 8204                   /* subscript */
 8205                   -1,
 8206                   /* refClassId */
 8207                   &__root_PG_InterOp_CIM_Product,
 8208               };
 8209               
 8210               static const char*
 8211               _CIM_CompatibleProduct_CompatibilityDescription_qualifiers[] =
 8212 mike  1.1.2.1 {
 8213                   0,
 8214               };
 8215               
 8216               static SourceProperty
 8217               _CIM_CompatibleProduct_CompatibilityDescription =
 8218               {
 8219                   /* flags */
 8220                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 8221                   /* name */
 8222                   "CompatibilityDescription",
 8223                   /* qualifiers */
 8224                   _CIM_CompatibleProduct_CompatibilityDescription_qualifiers,
 8225                   /* type */
 8226                   CIMTYPE_STRING,
 8227                   /* subscript */
 8228                   -1,
 8229                   /* value */
 8230                   0,
 8231               };
 8232               
 8233 mike  1.1.2.1 static SourceFeature*
 8234               _CIM_CompatibleProduct_features[] =
 8235               {
 8236                   (SourceFeature*)&_CIM_CompatibleProduct_Product,
 8237                   (SourceFeature*)&_CIM_CompatibleProduct_CompatibleProduct,
 8238                   (SourceFeature*)&_CIM_CompatibleProduct_CompatibilityDescription,
 8239                   0,
 8240               };
 8241               
 8242               static const char*
 8243               __root_PG_InterOp_CIM_CompatibleProduct_qualifiers[] =
 8244               {
 8245                   /* UMLPackagePath */
 8246                   "\057CIM::Core::ProductFRU",
 8247                   /* Version */
 8248                   "\0632.6.0",
 8249                   0,
 8250               };
 8251               
 8252               SourceClass
 8253               __root_PG_InterOp_CIM_CompatibleProduct =
 8254 mike  1.1.2.1 {
 8255                   /* flags */
 8256                   PEGASUS_FLAG_ASSOCIATION,
 8257                   /* name */
 8258                   "CIM_CompatibleProduct",
 8259                   /* qualifiers */
 8260                   __root_PG_InterOp_CIM_CompatibleProduct_qualifiers,
 8261                   /* superClass */
 8262                   0,
 8263                   /* features */
 8264                   _CIM_CompatibleProduct_features,
 8265               };
 8266               
 8267               //==============================================================================
 8268               //
 8269               // Class: CIM_ConcreteDependency
 8270               //
 8271               //==============================================================================
 8272               
 8273               static const char*
 8274               _CIM_ConcreteDependency_Antecedent_qualifiers[] =
 8275 mike  1.1.2.1 {
 8276                   /* Override */
 8277                   "\044Antecedent",
 8278                   0,
 8279               };
 8280               
 8281               static SourceReference
 8282               _CIM_ConcreteDependency_Antecedent =
 8283               {
 8284                   /* flags */
 8285                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 8286                   /* name */
 8287                   "Antecedent",
 8288                   /* qualifiers */
 8289                   _CIM_ConcreteDependency_Antecedent_qualifiers,
 8290                   /* subscript */
 8291                   -1,
 8292                   /* refClassId */
 8293                   &__root_PG_InterOp_CIM_ManagedElement,
 8294               };
 8295               
 8296 mike  1.1.2.1 static const char*
 8297               _CIM_ConcreteDependency_Dependent_qualifiers[] =
 8298               {
 8299                   /* Override */
 8300                   "\044Dependent",
 8301                   0,
 8302               };
 8303               
 8304               static SourceReference
 8305               _CIM_ConcreteDependency_Dependent =
 8306               {
 8307                   /* flags */
 8308                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 8309                   /* name */
 8310                   "Dependent",
 8311                   /* qualifiers */
 8312                   _CIM_ConcreteDependency_Dependent_qualifiers,
 8313                   /* subscript */
 8314                   -1,
 8315                   /* refClassId */
 8316                   &__root_PG_InterOp_CIM_ManagedElement,
 8317 mike  1.1.2.1 };
 8318               
 8319               static SourceFeature*
 8320               _CIM_ConcreteDependency_features[] =
 8321               {
 8322                   (SourceFeature*)&_CIM_ConcreteDependency_Antecedent,
 8323                   (SourceFeature*)&_CIM_ConcreteDependency_Dependent,
 8324                   0,
 8325               };
 8326               
 8327               static const char*
 8328               __root_PG_InterOp_CIM_ConcreteDependency_qualifiers[] =
 8329               {
 8330                   /* UMLPackagePath */
 8331                   "\057CIM::Core::CoreElements",
 8332                   /* Version */
 8333                   "\0632.10.0",
 8334                   0,
 8335               };
 8336               
 8337               SourceClass
 8338 mike  1.1.2.1 __root_PG_InterOp_CIM_ConcreteDependency =
 8339               {
 8340                   /* flags */
 8341                   PEGASUS_FLAG_ASSOCIATION,
 8342                   /* name */
 8343                   "CIM_ConcreteDependency",
 8344                   /* qualifiers */
 8345                   __root_PG_InterOp_CIM_ConcreteDependency_qualifiers,
 8346                   /* superClass */
 8347                   &__root_PG_InterOp_CIM_Dependency,
 8348                   /* features */
 8349                   _CIM_ConcreteDependency_features,
 8350               };
 8351               
 8352               //==============================================================================
 8353               //
 8354               // Class: CIM_ConcreteIdentity
 8355               //
 8356               //==============================================================================
 8357               
 8358               static const char*
 8359 mike  1.1.2.1 _CIM_ConcreteIdentity_SystemElement_qualifiers[] =
 8360               {
 8361                   /* Override */
 8362                   "\044SystemElement",
 8363                   0,
 8364               };
 8365               
 8366               static SourceReference
 8367               _CIM_ConcreteIdentity_SystemElement =
 8368               {
 8369                   /* flags */
 8370                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 8371                   /* name */
 8372                   "SystemElement",
 8373                   /* qualifiers */
 8374                   _CIM_ConcreteIdentity_SystemElement_qualifiers,
 8375                   /* subscript */
 8376                   -1,
 8377                   /* refClassId */
 8378                   &__root_PG_InterOp_CIM_ManagedElement,
 8379               };
 8380 mike  1.1.2.1 
 8381               static const char*
 8382               _CIM_ConcreteIdentity_SameElement_qualifiers[] =
 8383               {
 8384                   /* Override */
 8385                   "\044SameElement",
 8386                   0,
 8387               };
 8388               
 8389               static SourceReference
 8390               _CIM_ConcreteIdentity_SameElement =
 8391               {
 8392                   /* flags */
 8393                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 8394                   /* name */
 8395                   "SameElement",
 8396                   /* qualifiers */
 8397                   _CIM_ConcreteIdentity_SameElement_qualifiers,
 8398                   /* subscript */
 8399                   -1,
 8400                   /* refClassId */
 8401 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
 8402               };
 8403               
 8404               static SourceFeature*
 8405               _CIM_ConcreteIdentity_features[] =
 8406               {
 8407                   (SourceFeature*)&_CIM_ConcreteIdentity_SystemElement,
 8408                   (SourceFeature*)&_CIM_ConcreteIdentity_SameElement,
 8409                   0,
 8410               };
 8411               
 8412               static const char*
 8413               __root_PG_InterOp_CIM_ConcreteIdentity_qualifiers[] =
 8414               {
 8415                   /* UMLPackagePath */
 8416                   "\057CIM::Core::CoreElements",
 8417                   /* Version */
 8418                   "\0632.10.0",
 8419                   0,
 8420               };
 8421               
 8422 mike  1.1.2.1 SourceClass
 8423               __root_PG_InterOp_CIM_ConcreteIdentity =
 8424               {
 8425                   /* flags */
 8426                   PEGASUS_FLAG_ASSOCIATION,
 8427                   /* name */
 8428                   "CIM_ConcreteIdentity",
 8429                   /* qualifiers */
 8430                   __root_PG_InterOp_CIM_ConcreteIdentity_qualifiers,
 8431                   /* superClass */
 8432                   &__root_PG_InterOp_CIM_LogicalIdentity,
 8433                   /* features */
 8434                   _CIM_ConcreteIdentity_features,
 8435               };
 8436               
 8437               //==============================================================================
 8438               //
 8439               // Class: CIM_ContainedLocation
 8440               //
 8441               //==============================================================================
 8442               
 8443 mike  1.1.2.1 static const char*
 8444               _CIM_ContainedLocation_GroupComponent_qualifiers[] =
 8445               {
 8446                   /* Override */
 8447                   "\044GroupComponent",
 8448                   /* Max */
 8449                   "\027\000\000\000\001",
 8450                   0,
 8451               };
 8452               
 8453               static SourceReference
 8454               _CIM_ContainedLocation_GroupComponent =
 8455               {
 8456                   /* flags */
 8457                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 8458                   /* name */
 8459                   "GroupComponent",
 8460                   /* qualifiers */
 8461                   _CIM_ContainedLocation_GroupComponent_qualifiers,
 8462                   /* subscript */
 8463                   -1,
 8464 mike  1.1.2.1     /* refClassId */
 8465                   &__root_PG_InterOp_CIM_Location,
 8466               };
 8467               
 8468               static const char*
 8469               _CIM_ContainedLocation_PartComponent_qualifiers[] =
 8470               {
 8471                   /* Override */
 8472                   "\044PartComponent",
 8473                   0,
 8474               };
 8475               
 8476               static SourceReference
 8477               _CIM_ContainedLocation_PartComponent =
 8478               {
 8479                   /* flags */
 8480                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 8481                   /* name */
 8482                   "PartComponent",
 8483                   /* qualifiers */
 8484                   _CIM_ContainedLocation_PartComponent_qualifiers,
 8485 mike  1.1.2.1     /* subscript */
 8486                   -1,
 8487                   /* refClassId */
 8488                   &__root_PG_InterOp_CIM_Location,
 8489               };
 8490               
 8491               static SourceFeature*
 8492               _CIM_ContainedLocation_features[] =
 8493               {
 8494                   (SourceFeature*)&_CIM_ContainedLocation_GroupComponent,
 8495                   (SourceFeature*)&_CIM_ContainedLocation_PartComponent,
 8496                   0,
 8497               };
 8498               
 8499               static const char*
 8500               __root_PG_InterOp_CIM_ContainedLocation_qualifiers[] =
 8501               {
 8502                   /* UMLPackagePath */
 8503                   "\057CIM::Core::Physical",
 8504                   /* Version */
 8505                   "\0632.7.0",
 8506 mike  1.1.2.1     0,
 8507               };
 8508               
 8509               SourceClass
 8510               __root_PG_InterOp_CIM_ContainedLocation =
 8511               {
 8512                   /* flags */
 8513                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 8514                   /* name */
 8515                   "CIM_ContainedLocation",
 8516                   /* qualifiers */
 8517                   __root_PG_InterOp_CIM_ContainedLocation_qualifiers,
 8518                   /* superClass */
 8519                   &__root_PG_InterOp_CIM_Component,
 8520                   /* features */
 8521                   _CIM_ContainedLocation_features,
 8522               };
 8523               
 8524               //==============================================================================
 8525               //
 8526               // Class: CIM_DeviceStatisticalInformation
 8527 mike  1.1.2.1 //
 8528               //==============================================================================
 8529               
 8530               static const char*
 8531               _CIM_DeviceStatisticalInformation_SystemCreationClassName_qualifiers[] =
 8532               {
 8533                   /* Propagated */
 8534                   "\045CIM_LogicalDevice.SystemCreationClassName",
 8535                   /* MaxLen */
 8536                   "\030\000\000\001\000",
 8537                   0,
 8538               };
 8539               
 8540               static SourceProperty
 8541               _CIM_DeviceStatisticalInformation_SystemCreationClassName =
 8542               {
 8543                   /* flags */
 8544                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8545                   /* name */
 8546                   "SystemCreationClassName",
 8547                   /* qualifiers */
 8548 mike  1.1.2.1     _CIM_DeviceStatisticalInformation_SystemCreationClassName_qualifiers,
 8549                   /* type */
 8550                   CIMTYPE_STRING,
 8551                   /* subscript */
 8552                   -1,
 8553                   /* value */
 8554                   0,
 8555               };
 8556               
 8557               static const char*
 8558               _CIM_DeviceStatisticalInformation_SystemName_qualifiers[] =
 8559               {
 8560                   /* Propagated */
 8561                   "\045CIM_LogicalDevice.SystemName",
 8562                   /* MaxLen */
 8563                   "\030\000\000\001\000",
 8564                   0,
 8565               };
 8566               
 8567               static SourceProperty
 8568               _CIM_DeviceStatisticalInformation_SystemName =
 8569 mike  1.1.2.1 {
 8570                   /* flags */
 8571                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8572                   /* name */
 8573                   "SystemName",
 8574                   /* qualifiers */
 8575                   _CIM_DeviceStatisticalInformation_SystemName_qualifiers,
 8576                   /* type */
 8577                   CIMTYPE_STRING,
 8578                   /* subscript */
 8579                   -1,
 8580                   /* value */
 8581                   0,
 8582               };
 8583               
 8584               static const char*
 8585               _CIM_DeviceStatisticalInformation_DeviceCreationClassName_qualifiers[] =
 8586               {
 8587                   /* Propagated */
 8588                   "\045CIM_LogicalDevice.CreationClassName",
 8589                   /* MaxLen */
 8590 mike  1.1.2.1     "\030\000\000\001\000",
 8591                   0,
 8592               };
 8593               
 8594               static SourceProperty
 8595               _CIM_DeviceStatisticalInformation_DeviceCreationClassName =
 8596               {
 8597                   /* flags */
 8598                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8599                   /* name */
 8600                   "DeviceCreationClassName",
 8601                   /* qualifiers */
 8602                   _CIM_DeviceStatisticalInformation_DeviceCreationClassName_qualifiers,
 8603                   /* type */
 8604                   CIMTYPE_STRING,
 8605                   /* subscript */
 8606                   -1,
 8607                   /* value */
 8608                   0,
 8609               };
 8610               
 8611 mike  1.1.2.1 static const char*
 8612               _CIM_DeviceStatisticalInformation_DeviceID_qualifiers[] =
 8613               {
 8614                   /* Propagated */
 8615                   "\045CIM_LogicalDevice.DeviceID",
 8616                   /* MaxLen */
 8617                   "\030\000\000\000\100",
 8618                   0,
 8619               };
 8620               
 8621               static SourceProperty
 8622               _CIM_DeviceStatisticalInformation_DeviceID =
 8623               {
 8624                   /* flags */
 8625                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8626                   /* name */
 8627                   "DeviceID",
 8628                   /* qualifiers */
 8629                   _CIM_DeviceStatisticalInformation_DeviceID_qualifiers,
 8630                   /* type */
 8631                   CIMTYPE_STRING,
 8632 mike  1.1.2.1     /* subscript */
 8633                   -1,
 8634                   /* value */
 8635                   0,
 8636               };
 8637               
 8638               static const char*
 8639               _CIM_DeviceStatisticalInformation_CreationClassName_qualifiers[] =
 8640               {
 8641                   /* MaxLen */
 8642                   "\030\000\000\001\000",
 8643                   0,
 8644               };
 8645               
 8646               static SourceProperty
 8647               _CIM_DeviceStatisticalInformation_CreationClassName =
 8648               {
 8649                   /* flags */
 8650                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8651                   /* name */
 8652                   "CreationClassName",
 8653 mike  1.1.2.1     /* qualifiers */
 8654                   _CIM_DeviceStatisticalInformation_CreationClassName_qualifiers,
 8655                   /* type */
 8656                   CIMTYPE_STRING,
 8657                   /* subscript */
 8658                   -1,
 8659                   /* value */
 8660                   0,
 8661               };
 8662               
 8663               static const char*
 8664               _CIM_DeviceStatisticalInformation_Name_qualifiers[] =
 8665               {
 8666                   /* Override */
 8667                   "\044Name",
 8668                   /* MaxLen */
 8669                   "\030\000\000\001\000",
 8670                   0,
 8671               };
 8672               
 8673               static SourceProperty
 8674 mike  1.1.2.1 _CIM_DeviceStatisticalInformation_Name =
 8675               {
 8676                   /* flags */
 8677                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8678                   /* name */
 8679                   "Name",
 8680                   /* qualifiers */
 8681                   _CIM_DeviceStatisticalInformation_Name_qualifiers,
 8682                   /* type */
 8683                   CIMTYPE_STRING,
 8684                   /* subscript */
 8685                   -1,
 8686                   /* value */
 8687                   0,
 8688               };
 8689               
 8690               static SourceFeature*
 8691               _CIM_DeviceStatisticalInformation_features[] =
 8692               {
 8693                   (SourceFeature*)&_CIM_DeviceStatisticalInformation_SystemCreationClassName,
 8694                   (SourceFeature*)&_CIM_DeviceStatisticalInformation_SystemName,
 8695 mike  1.1.2.1     (SourceFeature*)&_CIM_DeviceStatisticalInformation_DeviceCreationClassName,
 8696                   (SourceFeature*)&_CIM_DeviceStatisticalInformation_DeviceID,
 8697                   (SourceFeature*)&_CIM_DeviceStatisticalInformation_CreationClassName,
 8698                   (SourceFeature*)&_CIM_DeviceStatisticalInformation_Name,
 8699                   0,
 8700               };
 8701               
 8702               static const char*
 8703               __root_PG_InterOp_CIM_DeviceStatisticalInformation_qualifiers[] =
 8704               {
 8705                   /* UMLPackagePath */
 8706                   "\057CIM::Core::Statistics",
 8707                   /* Version */
 8708                   "\0632.6.0",
 8709                   0,
 8710               };
 8711               
 8712               SourceClass
 8713               __root_PG_InterOp_CIM_DeviceStatisticalInformation =
 8714               {
 8715                   /* flags */
 8716 mike  1.1.2.1     PEGASUS_FLAG_CLASS,
 8717                   /* name */
 8718                   "CIM_DeviceStatisticalInformation",
 8719                   /* qualifiers */
 8720                   __root_PG_InterOp_CIM_DeviceStatisticalInformation_qualifiers,
 8721                   /* superClass */
 8722                   &__root_PG_InterOp_CIM_StatisticalInformation,
 8723                   /* features */
 8724                   _CIM_DeviceStatisticalInformation_features,
 8725               };
 8726               
 8727               //==============================================================================
 8728               //
 8729               // Class: CIM_ElementConfiguration
 8730               //
 8731               //==============================================================================
 8732               
 8733               static const char*
 8734               _CIM_ElementConfiguration_Element_qualifiers[] =
 8735               {
 8736                   0,
 8737 mike  1.1.2.1 };
 8738               
 8739               static SourceReference
 8740               _CIM_ElementConfiguration_Element =
 8741               {
 8742                   /* flags */
 8743                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8744                   /* name */
 8745                   "Element",
 8746                   /* qualifiers */
 8747                   _CIM_ElementConfiguration_Element_qualifiers,
 8748                   /* subscript */
 8749                   -1,
 8750                   /* refClassId */
 8751                   &__root_PG_InterOp_CIM_ManagedSystemElement,
 8752               };
 8753               
 8754               static const char*
 8755               _CIM_ElementConfiguration_Configuration_qualifiers[] =
 8756               {
 8757                   0,
 8758 mike  1.1.2.1 };
 8759               
 8760               static SourceReference
 8761               _CIM_ElementConfiguration_Configuration =
 8762               {
 8763                   /* flags */
 8764                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8765                   /* name */
 8766                   "Configuration",
 8767                   /* qualifiers */
 8768                   _CIM_ElementConfiguration_Configuration_qualifiers,
 8769                   /* subscript */
 8770                   -1,
 8771                   /* refClassId */
 8772                   &__root_PG_InterOp_CIM_Configuration,
 8773               };
 8774               
 8775               static SourceFeature*
 8776               _CIM_ElementConfiguration_features[] =
 8777               {
 8778                   (SourceFeature*)&_CIM_ElementConfiguration_Element,
 8779 mike  1.1.2.1     (SourceFeature*)&_CIM_ElementConfiguration_Configuration,
 8780                   0,
 8781               };
 8782               
 8783               static const char*
 8784               __root_PG_InterOp_CIM_ElementConfiguration_qualifiers[] =
 8785               {
 8786                   /* UMLPackagePath */
 8787                   "\057CIM::Core::Settings",
 8788                   /* Version */
 8789                   "\0632.6.0",
 8790                   0,
 8791               };
 8792               
 8793               SourceClass
 8794               __root_PG_InterOp_CIM_ElementConfiguration =
 8795               {
 8796                   /* flags */
 8797                   PEGASUS_FLAG_ASSOCIATION,
 8798                   /* name */
 8799                   "CIM_ElementConfiguration",
 8800 mike  1.1.2.1     /* qualifiers */
 8801                   __root_PG_InterOp_CIM_ElementConfiguration_qualifiers,
 8802                   /* superClass */
 8803                   0,
 8804                   /* features */
 8805                   _CIM_ElementConfiguration_features,
 8806               };
 8807               
 8808               //==============================================================================
 8809               //
 8810               // Class: CIM_ElementLocation
 8811               //
 8812               //==============================================================================
 8813               
 8814               static const char*
 8815               _CIM_ElementLocation_Element_qualifiers[] =
 8816               {
 8817                   0,
 8818               };
 8819               
 8820               static SourceReference
 8821 mike  1.1.2.1 _CIM_ElementLocation_Element =
 8822               {
 8823                   /* flags */
 8824                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8825                   /* name */
 8826                   "Element",
 8827                   /* qualifiers */
 8828                   _CIM_ElementLocation_Element_qualifiers,
 8829                   /* subscript */
 8830                   -1,
 8831                   /* refClassId */
 8832                   &__root_PG_InterOp_CIM_ManagedElement,
 8833               };
 8834               
 8835               static const char*
 8836               _CIM_ElementLocation_PhysicalLocation_qualifiers[] =
 8837               {
 8838                   0,
 8839               };
 8840               
 8841               static SourceReference
 8842 mike  1.1.2.1 _CIM_ElementLocation_PhysicalLocation =
 8843               {
 8844                   /* flags */
 8845                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8846                   /* name */
 8847                   "PhysicalLocation",
 8848                   /* qualifiers */
 8849                   _CIM_ElementLocation_PhysicalLocation_qualifiers,
 8850                   /* subscript */
 8851                   -1,
 8852                   /* refClassId */
 8853                   &__root_PG_InterOp_CIM_Location,
 8854               };
 8855               
 8856               static SourceFeature*
 8857               _CIM_ElementLocation_features[] =
 8858               {
 8859                   (SourceFeature*)&_CIM_ElementLocation_Element,
 8860                   (SourceFeature*)&_CIM_ElementLocation_PhysicalLocation,
 8861                   0,
 8862               };
 8863 mike  1.1.2.1 
 8864               static const char*
 8865               __root_PG_InterOp_CIM_ElementLocation_qualifiers[] =
 8866               {
 8867                   /* UMLPackagePath */
 8868                   "\057CIM::Core::Physical",
 8869                   /* Version */
 8870                   "\0632.10.0",
 8871                   0,
 8872               };
 8873               
 8874               SourceClass
 8875               __root_PG_InterOp_CIM_ElementLocation =
 8876               {
 8877                   /* flags */
 8878                   PEGASUS_FLAG_ASSOCIATION,
 8879                   /* name */
 8880                   "CIM_ElementLocation",
 8881                   /* qualifiers */
 8882                   __root_PG_InterOp_CIM_ElementLocation_qualifiers,
 8883                   /* superClass */
 8884 mike  1.1.2.1     0,
 8885                   /* features */
 8886                   _CIM_ElementLocation_features,
 8887               };
 8888               
 8889               //==============================================================================
 8890               //
 8891               // Class: CIM_ElementProfile
 8892               //
 8893               //==============================================================================
 8894               
 8895               static const char*
 8896               _CIM_ElementProfile_ManagedElement_qualifiers[] =
 8897               {
 8898                   0,
 8899               };
 8900               
 8901               static SourceReference
 8902               _CIM_ElementProfile_ManagedElement =
 8903               {
 8904                   /* flags */
 8905 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8906                   /* name */
 8907                   "ManagedElement",
 8908                   /* qualifiers */
 8909                   _CIM_ElementProfile_ManagedElement_qualifiers,
 8910                   /* subscript */
 8911                   -1,
 8912                   /* refClassId */
 8913                   &__root_PG_InterOp_CIM_ManagedElement,
 8914               };
 8915               
 8916               static const char*
 8917               _CIM_ElementProfile_Profile_qualifiers[] =
 8918               {
 8919                   0,
 8920               };
 8921               
 8922               static SourceReference
 8923               _CIM_ElementProfile_Profile =
 8924               {
 8925                   /* flags */
 8926 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8927                   /* name */
 8928                   "Profile",
 8929                   /* qualifiers */
 8930                   _CIM_ElementProfile_Profile_qualifiers,
 8931                   /* subscript */
 8932                   -1,
 8933                   /* refClassId */
 8934                   &__root_PG_InterOp_CIM_Profile,
 8935               };
 8936               
 8937               static SourceFeature*
 8938               _CIM_ElementProfile_features[] =
 8939               {
 8940                   (SourceFeature*)&_CIM_ElementProfile_ManagedElement,
 8941                   (SourceFeature*)&_CIM_ElementProfile_Profile,
 8942                   0,
 8943               };
 8944               
 8945               static const char*
 8946               __root_PG_InterOp_CIM_ElementProfile_qualifiers[] =
 8947 mike  1.1.2.1 {
 8948                   /* UMLPackagePath */
 8949                   "\057CIM::Core::Settings",
 8950                   /* Version */
 8951                   "\0632.7.0",
 8952                   0,
 8953               };
 8954               
 8955               SourceClass
 8956               __root_PG_InterOp_CIM_ElementProfile =
 8957               {
 8958                   /* flags */
 8959                   PEGASUS_FLAG_ASSOCIATION,
 8960                   /* name */
 8961                   "CIM_ElementProfile",
 8962                   /* qualifiers */
 8963                   __root_PG_InterOp_CIM_ElementProfile_qualifiers,
 8964                   /* superClass */
 8965                   0,
 8966                   /* features */
 8967                   _CIM_ElementProfile_features,
 8968 mike  1.1.2.1 };
 8969               
 8970               //==============================================================================
 8971               //
 8972               // Class: CIM_ElementSetting
 8973               //
 8974               //==============================================================================
 8975               
 8976               static const char*
 8977               _CIM_ElementSetting_Element_qualifiers[] =
 8978               {
 8979                   0,
 8980               };
 8981               
 8982               static SourceReference
 8983               _CIM_ElementSetting_Element =
 8984               {
 8985                   /* flags */
 8986                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 8987                   /* name */
 8988                   "Element",
 8989 mike  1.1.2.1     /* qualifiers */
 8990                   _CIM_ElementSetting_Element_qualifiers,
 8991                   /* subscript */
 8992                   -1,
 8993                   /* refClassId */
 8994                   &__root_PG_InterOp_CIM_ManagedSystemElement,
 8995               };
 8996               
 8997               static const char*
 8998               _CIM_ElementSetting_Setting_qualifiers[] =
 8999               {
 9000                   0,
 9001               };
 9002               
 9003               static SourceReference
 9004               _CIM_ElementSetting_Setting =
 9005               {
 9006                   /* flags */
 9007                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9008                   /* name */
 9009                   "Setting",
 9010 mike  1.1.2.1     /* qualifiers */
 9011                   _CIM_ElementSetting_Setting_qualifiers,
 9012                   /* subscript */
 9013                   -1,
 9014                   /* refClassId */
 9015                   &__root_PG_InterOp_CIM_Setting,
 9016               };
 9017               
 9018               static SourceFeature*
 9019               _CIM_ElementSetting_features[] =
 9020               {
 9021                   (SourceFeature*)&_CIM_ElementSetting_Element,
 9022                   (SourceFeature*)&_CIM_ElementSetting_Setting,
 9023                   0,
 9024               };
 9025               
 9026               static const char*
 9027               __root_PG_InterOp_CIM_ElementSetting_qualifiers[] =
 9028               {
 9029                   /* UMLPackagePath */
 9030                   "\057CIM::Core::Settings",
 9031 mike  1.1.2.1     /* Version */
 9032                   "\0632.10.0",
 9033                   0,
 9034               };
 9035               
 9036               SourceClass
 9037               __root_PG_InterOp_CIM_ElementSetting =
 9038               {
 9039                   /* flags */
 9040                   PEGASUS_FLAG_ASSOCIATION,
 9041                   /* name */
 9042                   "CIM_ElementSetting",
 9043                   /* qualifiers */
 9044                   __root_PG_InterOp_CIM_ElementSetting_qualifiers,
 9045                   /* superClass */
 9046                   0,
 9047                   /* features */
 9048                   _CIM_ElementSetting_features,
 9049               };
 9050               
 9051               //==============================================================================
 9052 mike  1.1.2.1 //
 9053               // Class: CIM_ElementSettingData
 9054               //
 9055               //==============================================================================
 9056               
 9057               static const char*
 9058               _CIM_ElementSettingData_ManagedElement_qualifiers[] =
 9059               {
 9060                   0,
 9061               };
 9062               
 9063               static SourceReference
 9064               _CIM_ElementSettingData_ManagedElement =
 9065               {
 9066                   /* flags */
 9067                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9068                   /* name */
 9069                   "ManagedElement",
 9070                   /* qualifiers */
 9071                   _CIM_ElementSettingData_ManagedElement_qualifiers,
 9072                   /* subscript */
 9073 mike  1.1.2.1     -1,
 9074                   /* refClassId */
 9075                   &__root_PG_InterOp_CIM_ManagedElement,
 9076               };
 9077               
 9078               static const char*
 9079               _CIM_ElementSettingData_SettingData_qualifiers[] =
 9080               {
 9081                   0,
 9082               };
 9083               
 9084               static SourceReference
 9085               _CIM_ElementSettingData_SettingData =
 9086               {
 9087                   /* flags */
 9088                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9089                   /* name */
 9090                   "SettingData",
 9091                   /* qualifiers */
 9092                   _CIM_ElementSettingData_SettingData_qualifiers,
 9093                   /* subscript */
 9094 mike  1.1.2.1     -1,
 9095                   /* refClassId */
 9096                   &__root_PG_InterOp_CIM_SettingData,
 9097               };
 9098               
 9099               static const char*
 9100               _CIM_ElementSettingData_IsDefault_qualifiers[] =
 9101               {
 9102                   /* ValueMap */
 9103                   "\061\000\0030\0001\0002\000",
 9104                   /* Values */
 9105                   "\062\000\003Unknown\000Is Default\000Is Not Default\000",
 9106                   0,
 9107               };
 9108               
 9109               static SourceProperty
 9110               _CIM_ElementSettingData_IsDefault =
 9111               {
 9112                   /* flags */
 9113                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 9114                   /* name */
 9115 mike  1.1.2.1     "IsDefault",
 9116                   /* qualifiers */
 9117                   _CIM_ElementSettingData_IsDefault_qualifiers,
 9118                   /* type */
 9119                   CIMTYPE_UINT16,
 9120                   /* subscript */
 9121                   -1,
 9122                   /* value */
 9123                   0,
 9124               };
 9125               
 9126               static const char*
 9127               _CIM_ElementSettingData_IsCurrent_qualifiers[] =
 9128               {
 9129                   /* ValueMap */
 9130                   "\061\000\0030\0001\0002\000",
 9131                   /* Values */
 9132                   "\062\000\003Unknown\000Is Current\000Is Not Current\000",
 9133                   0,
 9134               };
 9135               
 9136 mike  1.1.2.1 static SourceProperty
 9137               _CIM_ElementSettingData_IsCurrent =
 9138               {
 9139                   /* flags */
 9140                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 9141                   /* name */
 9142                   "IsCurrent",
 9143                   /* qualifiers */
 9144                   _CIM_ElementSettingData_IsCurrent_qualifiers,
 9145                   /* type */
 9146                   CIMTYPE_UINT16,
 9147                   /* subscript */
 9148                   -1,
 9149                   /* value */
 9150                   0,
 9151               };
 9152               
 9153               static SourceFeature*
 9154               _CIM_ElementSettingData_features[] =
 9155               {
 9156                   (SourceFeature*)&_CIM_ElementSettingData_ManagedElement,
 9157 mike  1.1.2.1     (SourceFeature*)&_CIM_ElementSettingData_SettingData,
 9158                   (SourceFeature*)&_CIM_ElementSettingData_IsDefault,
 9159                   (SourceFeature*)&_CIM_ElementSettingData_IsCurrent,
 9160                   0,
 9161               };
 9162               
 9163               static const char*
 9164               __root_PG_InterOp_CIM_ElementSettingData_qualifiers[] =
 9165               {
 9166                   /* UMLPackagePath */
 9167                   "\057CIM::Core::Settings",
 9168                   /* Version */
 9169                   "\0632.7.0",
 9170                   0,
 9171               };
 9172               
 9173               SourceClass
 9174               __root_PG_InterOp_CIM_ElementSettingData =
 9175               {
 9176                   /* flags */
 9177                   PEGASUS_FLAG_ASSOCIATION,
 9178 mike  1.1.2.1     /* name */
 9179                   "CIM_ElementSettingData",
 9180                   /* qualifiers */
 9181                   __root_PG_InterOp_CIM_ElementSettingData_qualifiers,
 9182                   /* superClass */
 9183                   0,
 9184                   /* features */
 9185                   _CIM_ElementSettingData_features,
 9186               };
 9187               
 9188               //==============================================================================
 9189               //
 9190               // Class: CIM_ElementStatisticalData
 9191               //
 9192               //==============================================================================
 9193               
 9194               static const char*
 9195               _CIM_ElementStatisticalData_ManagedElement_qualifiers[] =
 9196               {
 9197                   /* Min */
 9198                   "\033\000\000\000\001",
 9199 mike  1.1.2.1     /* Max */
 9200                   "\027\000\000\000\001",
 9201                   0,
 9202               };
 9203               
 9204               static SourceReference
 9205               _CIM_ElementStatisticalData_ManagedElement =
 9206               {
 9207                   /* flags */
 9208                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9209                   /* name */
 9210                   "ManagedElement",
 9211                   /* qualifiers */
 9212                   _CIM_ElementStatisticalData_ManagedElement_qualifiers,
 9213                   /* subscript */
 9214                   -1,
 9215                   /* refClassId */
 9216                   &__root_PG_InterOp_CIM_ManagedElement,
 9217               };
 9218               
 9219               static const char*
 9220 mike  1.1.2.1 _CIM_ElementStatisticalData_Stats_qualifiers[] =
 9221               {
 9222                   0,
 9223               };
 9224               
 9225               static SourceReference
 9226               _CIM_ElementStatisticalData_Stats =
 9227               {
 9228                   /* flags */
 9229                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9230                   /* name */
 9231                   "Stats",
 9232                   /* qualifiers */
 9233                   _CIM_ElementStatisticalData_Stats_qualifiers,
 9234                   /* subscript */
 9235                   -1,
 9236                   /* refClassId */
 9237                   &__root_PG_InterOp_CIM_StatisticalData,
 9238               };
 9239               
 9240               static SourceFeature*
 9241 mike  1.1.2.1 _CIM_ElementStatisticalData_features[] =
 9242               {
 9243                   (SourceFeature*)&_CIM_ElementStatisticalData_ManagedElement,
 9244                   (SourceFeature*)&_CIM_ElementStatisticalData_Stats,
 9245                   0,
 9246               };
 9247               
 9248               static const char*
 9249               __root_PG_InterOp_CIM_ElementStatisticalData_qualifiers[] =
 9250               {
 9251                   /* UMLPackagePath */
 9252                   "\057CIM::Core::Statistics",
 9253                   /* Version */
 9254                   "\0632.7.0",
 9255                   0,
 9256               };
 9257               
 9258               SourceClass
 9259               __root_PG_InterOp_CIM_ElementStatisticalData =
 9260               {
 9261                   /* flags */
 9262 mike  1.1.2.1     PEGASUS_FLAG_ASSOCIATION,
 9263                   /* name */
 9264                   "CIM_ElementStatisticalData",
 9265                   /* qualifiers */
 9266                   __root_PG_InterOp_CIM_ElementStatisticalData_qualifiers,
 9267                   /* superClass */
 9268                   0,
 9269                   /* features */
 9270                   _CIM_ElementStatisticalData_features,
 9271               };
 9272               
 9273               //==============================================================================
 9274               //
 9275               // Class: CIM_FRUIncludesProduct
 9276               //
 9277               //==============================================================================
 9278               
 9279               static const char*
 9280               _CIM_FRUIncludesProduct_FRU_qualifiers[] =
 9281               {
 9282                   /* Max */
 9283 mike  1.1.2.1     "\027\000\000\000\001",
 9284                   0,
 9285               };
 9286               
 9287               static SourceReference
 9288               _CIM_FRUIncludesProduct_FRU =
 9289               {
 9290                   /* flags */
 9291                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 9292                   /* name */
 9293                   "FRU",
 9294                   /* qualifiers */
 9295                   _CIM_FRUIncludesProduct_FRU_qualifiers,
 9296                   /* subscript */
 9297                   -1,
 9298                   /* refClassId */
 9299                   &__root_PG_InterOp_CIM_FRU,
 9300               };
 9301               
 9302               static const char*
 9303               _CIM_FRUIncludesProduct_Component_qualifiers[] =
 9304 mike  1.1.2.1 {
 9305                   0,
 9306               };
 9307               
 9308               static SourceReference
 9309               _CIM_FRUIncludesProduct_Component =
 9310               {
 9311                   /* flags */
 9312                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9313                   /* name */
 9314                   "Component",
 9315                   /* qualifiers */
 9316                   _CIM_FRUIncludesProduct_Component_qualifiers,
 9317                   /* subscript */
 9318                   -1,
 9319                   /* refClassId */
 9320                   &__root_PG_InterOp_CIM_Product,
 9321               };
 9322               
 9323               static SourceFeature*
 9324               _CIM_FRUIncludesProduct_features[] =
 9325 mike  1.1.2.1 {
 9326                   (SourceFeature*)&_CIM_FRUIncludesProduct_FRU,
 9327                   (SourceFeature*)&_CIM_FRUIncludesProduct_Component,
 9328                   0,
 9329               };
 9330               
 9331               static const char*
 9332               __root_PG_InterOp_CIM_FRUIncludesProduct_qualifiers[] =
 9333               {
 9334                   /* UMLPackagePath */
 9335                   "\057CIM::Core::ProductFRU",
 9336                   /* Version */
 9337                   "\0632.7.0",
 9338                   0,
 9339               };
 9340               
 9341               SourceClass
 9342               __root_PG_InterOp_CIM_FRUIncludesProduct =
 9343               {
 9344                   /* flags */
 9345                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 9346 mike  1.1.2.1     /* name */
 9347                   "CIM_FRUIncludesProduct",
 9348                   /* qualifiers */
 9349                   __root_PG_InterOp_CIM_FRUIncludesProduct_qualifiers,
 9350                   /* superClass */
 9351                   0,
 9352                   /* features */
 9353                   _CIM_FRUIncludesProduct_features,
 9354               };
 9355               
 9356               //==============================================================================
 9357               //
 9358               // Class: CIM_FRUPhysicalElements
 9359               //
 9360               //==============================================================================
 9361               
 9362               static const char*
 9363               _CIM_FRUPhysicalElements_FRU_qualifiers[] =
 9364               {
 9365                   /* Max */
 9366                   "\027\000\000\000\001",
 9367 mike  1.1.2.1     0,
 9368               };
 9369               
 9370               static SourceReference
 9371               _CIM_FRUPhysicalElements_FRU =
 9372               {
 9373                   /* flags */
 9374                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
 9375                   /* name */
 9376                   "FRU",
 9377                   /* qualifiers */
 9378                   _CIM_FRUPhysicalElements_FRU_qualifiers,
 9379                   /* subscript */
 9380                   -1,
 9381                   /* refClassId */
 9382                   &__root_PG_InterOp_CIM_FRU,
 9383               };
 9384               
 9385               static const char*
 9386               _CIM_FRUPhysicalElements_Component_qualifiers[] =
 9387               {
 9388 mike  1.1.2.1     0,
 9389               };
 9390               
 9391               static SourceReference
 9392               _CIM_FRUPhysicalElements_Component =
 9393               {
 9394                   /* flags */
 9395                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9396                   /* name */
 9397                   "Component",
 9398                   /* qualifiers */
 9399                   _CIM_FRUPhysicalElements_Component_qualifiers,
 9400                   /* subscript */
 9401                   -1,
 9402                   /* refClassId */
 9403                   &__root_PG_InterOp_CIM_PhysicalElement,
 9404               };
 9405               
 9406               static SourceFeature*
 9407               _CIM_FRUPhysicalElements_features[] =
 9408               {
 9409 mike  1.1.2.1     (SourceFeature*)&_CIM_FRUPhysicalElements_FRU,
 9410                   (SourceFeature*)&_CIM_FRUPhysicalElements_Component,
 9411                   0,
 9412               };
 9413               
 9414               static const char*
 9415               __root_PG_InterOp_CIM_FRUPhysicalElements_qualifiers[] =
 9416               {
 9417                   /* UMLPackagePath */
 9418                   "\057CIM::Core::ProductFRU",
 9419                   /* Version */
 9420                   "\0632.7.0",
 9421                   0,
 9422               };
 9423               
 9424               SourceClass
 9425               __root_PG_InterOp_CIM_FRUPhysicalElements =
 9426               {
 9427                   /* flags */
 9428                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
 9429                   /* name */
 9430 mike  1.1.2.1     "CIM_FRUPhysicalElements",
 9431                   /* qualifiers */
 9432                   __root_PG_InterOp_CIM_FRUPhysicalElements_qualifiers,
 9433                   /* superClass */
 9434                   0,
 9435                   /* features */
 9436                   _CIM_FRUPhysicalElements_features,
 9437               };
 9438               
 9439               //==============================================================================
 9440               //
 9441               // Class: CIM_LogicalElement
 9442               //
 9443               //==============================================================================
 9444               
 9445               static SourceFeature*
 9446               _CIM_LogicalElement_features[] =
 9447               {
 9448                   0,
 9449               };
 9450               
 9451 mike  1.1.2.1 static const char*
 9452               __root_PG_InterOp_CIM_LogicalElement_qualifiers[] =
 9453               {
 9454                   /* UMLPackagePath */
 9455                   "\057CIM::Core::CoreElements",
 9456                   /* Version */
 9457                   "\0632.6.0",
 9458                   0,
 9459               };
 9460               
 9461               SourceClass
 9462               __root_PG_InterOp_CIM_LogicalElement =
 9463               {
 9464                   /* flags */
 9465                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
 9466                   /* name */
 9467                   "CIM_LogicalElement",
 9468                   /* qualifiers */
 9469                   __root_PG_InterOp_CIM_LogicalElement_qualifiers,
 9470                   /* superClass */
 9471                   &__root_PG_InterOp_CIM_ManagedSystemElement,
 9472 mike  1.1.2.1     /* features */
 9473                   _CIM_LogicalElement_features,
 9474               };
 9475               
 9476               //==============================================================================
 9477               //
 9478               // Class: CIM_PhysicalElementLocation
 9479               //
 9480               //==============================================================================
 9481               
 9482               static const char*
 9483               _CIM_PhysicalElementLocation_Element_qualifiers[] =
 9484               {
 9485                   /* Override */
 9486                   "\044Element",
 9487                   0,
 9488               };
 9489               
 9490               static SourceReference
 9491               _CIM_PhysicalElementLocation_Element =
 9492               {
 9493 mike  1.1.2.1     /* flags */
 9494                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 9495                   /* name */
 9496                   "Element",
 9497                   /* qualifiers */
 9498                   _CIM_PhysicalElementLocation_Element_qualifiers,
 9499                   /* subscript */
 9500                   -1,
 9501                   /* refClassId */
 9502                   &__root_PG_InterOp_CIM_PhysicalElement,
 9503               };
 9504               
 9505               static const char*
 9506               _CIM_PhysicalElementLocation_PhysicalLocation_qualifiers[] =
 9507               {
 9508                   /* Override */
 9509                   "\044PhysicalLocation",
 9510                   /* Max */
 9511                   "\027\000\000\000\001",
 9512                   0,
 9513               };
 9514 mike  1.1.2.1 
 9515               static SourceReference
 9516               _CIM_PhysicalElementLocation_PhysicalLocation =
 9517               {
 9518                   /* flags */
 9519                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 9520                   /* name */
 9521                   "PhysicalLocation",
 9522                   /* qualifiers */
 9523                   _CIM_PhysicalElementLocation_PhysicalLocation_qualifiers,
 9524                   /* subscript */
 9525                   -1,
 9526                   /* refClassId */
 9527                   &__root_PG_InterOp_CIM_Location,
 9528               };
 9529               
 9530               static SourceFeature*
 9531               _CIM_PhysicalElementLocation_features[] =
 9532               {
 9533                   (SourceFeature*)&_CIM_PhysicalElementLocation_Element,
 9534                   (SourceFeature*)&_CIM_PhysicalElementLocation_PhysicalLocation,
 9535 mike  1.1.2.1     0,
 9536               };
 9537               
 9538               static const char*
 9539               __root_PG_InterOp_CIM_PhysicalElementLocation_qualifiers[] =
 9540               {
 9541                   /* UMLPackagePath */
 9542                   "\057CIM::Core::Physical",
 9543                   /* Version */
 9544                   "\0632.10.0",
 9545                   0,
 9546               };
 9547               
 9548               SourceClass
 9549               __root_PG_InterOp_CIM_PhysicalElementLocation =
 9550               {
 9551                   /* flags */
 9552                   PEGASUS_FLAG_ASSOCIATION,
 9553                   /* name */
 9554                   "CIM_PhysicalElementLocation",
 9555                   /* qualifiers */
 9556 mike  1.1.2.1     __root_PG_InterOp_CIM_PhysicalElementLocation_qualifiers,
 9557                   /* superClass */
 9558                   &__root_PG_InterOp_CIM_ElementLocation,
 9559                   /* features */
 9560                   _CIM_PhysicalElementLocation_features,
 9561               };
 9562               
 9563               //==============================================================================
 9564               //
 9565               // Class: CIM_PhysicalStatisticalInformation
 9566               //
 9567               //==============================================================================
 9568               
 9569               static const char*
 9570               _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName_qualifiers[] =
 9571               {
 9572                   /* Propagated */
 9573                   "\045CIM_PhysicalElement.CreationClassName",
 9574                   /* MaxLen */
 9575                   "\030\000\000\001\000",
 9576                   0,
 9577 mike  1.1.2.1 };
 9578               
 9579               static SourceProperty
 9580               _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName =
 9581               {
 9582                   /* flags */
 9583                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9584                   /* name */
 9585                   "PhysicalCreationClassName",
 9586                   /* qualifiers */
 9587                   _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName_qualifiers,
 9588                   /* type */
 9589                   CIMTYPE_STRING,
 9590                   /* subscript */
 9591                   -1,
 9592                   /* value */
 9593                   0,
 9594               };
 9595               
 9596               static const char*
 9597               _CIM_PhysicalStatisticalInformation_Tag_qualifiers[] =
 9598 mike  1.1.2.1 {
 9599                   /* Propagated */
 9600                   "\045CIM_PhysicalElement.Tag",
 9601                   /* MaxLen */
 9602                   "\030\000\000\001\000",
 9603                   0,
 9604               };
 9605               
 9606               static SourceProperty
 9607               _CIM_PhysicalStatisticalInformation_Tag =
 9608               {
 9609                   /* flags */
 9610                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9611                   /* name */
 9612                   "Tag",
 9613                   /* qualifiers */
 9614                   _CIM_PhysicalStatisticalInformation_Tag_qualifiers,
 9615                   /* type */
 9616                   CIMTYPE_STRING,
 9617                   /* subscript */
 9618                   -1,
 9619 mike  1.1.2.1     /* value */
 9620                   0,
 9621               };
 9622               
 9623               static const char*
 9624               _CIM_PhysicalStatisticalInformation_CreationClassName_qualifiers[] =
 9625               {
 9626                   /* MaxLen */
 9627                   "\030\000\000\001\000",
 9628                   0,
 9629               };
 9630               
 9631               static SourceProperty
 9632               _CIM_PhysicalStatisticalInformation_CreationClassName =
 9633               {
 9634                   /* flags */
 9635                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9636                   /* name */
 9637                   "CreationClassName",
 9638                   /* qualifiers */
 9639                   _CIM_PhysicalStatisticalInformation_CreationClassName_qualifiers,
 9640 mike  1.1.2.1     /* type */
 9641                   CIMTYPE_STRING,
 9642                   /* subscript */
 9643                   -1,
 9644                   /* value */
 9645                   0,
 9646               };
 9647               
 9648               static const char*
 9649               _CIM_PhysicalStatisticalInformation_Name_qualifiers[] =
 9650               {
 9651                   /* Override */
 9652                   "\044Name",
 9653                   /* MaxLen */
 9654                   "\030\000\000\001\000",
 9655                   0,
 9656               };
 9657               
 9658               static SourceProperty
 9659               _CIM_PhysicalStatisticalInformation_Name =
 9660               {
 9661 mike  1.1.2.1     /* flags */
 9662                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9663                   /* name */
 9664                   "Name",
 9665                   /* qualifiers */
 9666                   _CIM_PhysicalStatisticalInformation_Name_qualifiers,
 9667                   /* type */
 9668                   CIMTYPE_STRING,
 9669                   /* subscript */
 9670                   -1,
 9671                   /* value */
 9672                   0,
 9673               };
 9674               
 9675               static SourceFeature*
 9676               _CIM_PhysicalStatisticalInformation_features[] =
 9677               {
 9678                   (SourceFeature*)&_CIM_PhysicalStatisticalInformation_PhysicalCreationClassName,
 9679                   (SourceFeature*)&_CIM_PhysicalStatisticalInformation_Tag,
 9680                   (SourceFeature*)&_CIM_PhysicalStatisticalInformation_CreationClassName,
 9681                   (SourceFeature*)&_CIM_PhysicalStatisticalInformation_Name,
 9682 mike  1.1.2.1     0,
 9683               };
 9684               
 9685               static const char*
 9686               __root_PG_InterOp_CIM_PhysicalStatisticalInformation_qualifiers[] =
 9687               {
 9688                   /* UMLPackagePath */
 9689                   "\057CIM::Core::Statistics",
 9690                   /* Version */
 9691                   "\0632.6.0",
 9692                   0,
 9693               };
 9694               
 9695               SourceClass
 9696               __root_PG_InterOp_CIM_PhysicalStatisticalInformation =
 9697               {
 9698                   /* flags */
 9699                   PEGASUS_FLAG_CLASS,
 9700                   /* name */
 9701                   "CIM_PhysicalStatisticalInformation",
 9702                   /* qualifiers */
 9703 mike  1.1.2.1     __root_PG_InterOp_CIM_PhysicalStatisticalInformation_qualifiers,
 9704                   /* superClass */
 9705                   &__root_PG_InterOp_CIM_StatisticalInformation,
 9706                   /* features */
 9707                   _CIM_PhysicalStatisticalInformation_features,
 9708               };
 9709               
 9710               //==============================================================================
 9711               //
 9712               // Class: CIM_PhysicalStatistics
 9713               //
 9714               //==============================================================================
 9715               
 9716               static const char*
 9717               _CIM_PhysicalStatistics_Stats_qualifiers[] =
 9718               {
 9719                   /* Override */
 9720                   "\044Stats",
 9721                   0,
 9722               };
 9723               
 9724 mike  1.1.2.1 static SourceReference
 9725               _CIM_PhysicalStatistics_Stats =
 9726               {
 9727                   /* flags */
 9728                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
 9729                   /* name */
 9730                   "Stats",
 9731                   /* qualifiers */
 9732                   _CIM_PhysicalStatistics_Stats_qualifiers,
 9733                   /* subscript */
 9734                   -1,
 9735                   /* refClassId */
 9736                   &__root_PG_InterOp_CIM_PhysicalStatisticalInformation,
 9737               };
 9738               
 9739               static const char*
 9740               _CIM_PhysicalStatistics_Element_qualifiers[] =
 9741               {
 9742                   /* Override */
 9743                   "\044Element",
 9744                   /* Min */
 9745 mike  1.1.2.1     "\033\000\000\000\001",
 9746                   /* Max */
 9747                   "\027\000\000\000\001",
 9748                   0,
 9749               };
 9750               
 9751               static SourceReference
 9752               _CIM_PhysicalStatistics_Element =
 9753               {
 9754                   /* flags */
 9755                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
 9756                   /* name */
 9757                   "Element",
 9758                   /* qualifiers */
 9759                   _CIM_PhysicalStatistics_Element_qualifiers,
 9760                   /* subscript */
 9761                   -1,
 9762                   /* refClassId */
 9763                   &__root_PG_InterOp_CIM_PhysicalElement,
 9764               };
 9765               
 9766 mike  1.1.2.1 static SourceFeature*
 9767               _CIM_PhysicalStatistics_features[] =
 9768               {
 9769                   (SourceFeature*)&_CIM_PhysicalStatistics_Stats,
 9770                   (SourceFeature*)&_CIM_PhysicalStatistics_Element,
 9771                   0,
 9772               };
 9773               
 9774               static const char*
 9775               __root_PG_InterOp_CIM_PhysicalStatistics_qualifiers[] =
 9776               {
 9777                   /* UMLPackagePath */
 9778                   "\057CIM::Core::Statistics",
 9779                   /* Version */
 9780                   "\0632.6.0",
 9781                   0,
 9782               };
 9783               
 9784               SourceClass
 9785               __root_PG_InterOp_CIM_PhysicalStatistics =
 9786               {
 9787 mike  1.1.2.1     /* flags */
 9788                   PEGASUS_FLAG_ASSOCIATION,
 9789                   /* name */
 9790                   "CIM_PhysicalStatistics",
 9791                   /* qualifiers */
 9792                   __root_PG_InterOp_CIM_PhysicalStatistics_qualifiers,
 9793                   /* superClass */
 9794                   &__root_PG_InterOp_CIM_Statistics,
 9795                   /* features */
 9796                   _CIM_PhysicalStatistics_features,
 9797               };
 9798               
 9799               //==============================================================================
 9800               //
 9801               // Class: CIM_ProductSupport
 9802               //
 9803               //==============================================================================
 9804               
 9805               static const char*
 9806               _CIM_ProductSupport_Product_qualifiers[] =
 9807               {
 9808 mike  1.1.2.1     0,
 9809               };
 9810               
 9811               static SourceReference
 9812               _CIM_ProductSupport_Product =
 9813               {
 9814                   /* flags */
 9815                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9816                   /* name */
 9817                   "Product",
 9818                   /* qualifiers */
 9819                   _CIM_ProductSupport_Product_qualifiers,
 9820                   /* subscript */
 9821                   -1,
 9822                   /* refClassId */
 9823                   &__root_PG_InterOp_CIM_Product,
 9824               };
 9825               
 9826               static const char*
 9827               _CIM_ProductSupport_Support_qualifiers[] =
 9828               {
 9829 mike  1.1.2.1     0,
 9830               };
 9831               
 9832               static SourceReference
 9833               _CIM_ProductSupport_Support =
 9834               {
 9835                   /* flags */
 9836                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9837                   /* name */
 9838                   "Support",
 9839                   /* qualifiers */
 9840                   _CIM_ProductSupport_Support_qualifiers,
 9841                   /* subscript */
 9842                   -1,
 9843                   /* refClassId */
 9844                   &__root_PG_InterOp_CIM_SupportAccess,
 9845               };
 9846               
 9847               static SourceFeature*
 9848               _CIM_ProductSupport_features[] =
 9849               {
 9850 mike  1.1.2.1     (SourceFeature*)&_CIM_ProductSupport_Product,
 9851                   (SourceFeature*)&_CIM_ProductSupport_Support,
 9852                   0,
 9853               };
 9854               
 9855               static const char*
 9856               __root_PG_InterOp_CIM_ProductSupport_qualifiers[] =
 9857               {
 9858                   /* UMLPackagePath */
 9859                   "\057CIM::Core::ProductFRU",
 9860                   /* Version */
 9861                   "\0632.6.0",
 9862                   0,
 9863               };
 9864               
 9865               SourceClass
 9866               __root_PG_InterOp_CIM_ProductSupport =
 9867               {
 9868                   /* flags */
 9869                   PEGASUS_FLAG_ASSOCIATION,
 9870                   /* name */
 9871 mike  1.1.2.1     "CIM_ProductSupport",
 9872                   /* qualifiers */
 9873                   __root_PG_InterOp_CIM_ProductSupport_qualifiers,
 9874                   /* superClass */
 9875                   0,
 9876                   /* features */
 9877                   _CIM_ProductSupport_features,
 9878               };
 9879               
 9880               //==============================================================================
 9881               //
 9882               // Class: CIM_RedundancyGroup
 9883               //
 9884               //==============================================================================
 9885               
 9886               static const char*
 9887               _CIM_RedundancyGroup_CreationClassName_qualifiers[] =
 9888               {
 9889                   /* Deprecated */
 9890                   "\013\000\001No Value\000",
 9891                   /* MaxLen */
 9892 mike  1.1.2.1     "\030\000\000\001\000",
 9893                   0,
 9894               };
 9895               
 9896               static SourceProperty
 9897               _CIM_RedundancyGroup_CreationClassName =
 9898               {
 9899                   /* flags */
 9900                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9901                   /* name */
 9902                   "CreationClassName",
 9903                   /* qualifiers */
 9904                   _CIM_RedundancyGroup_CreationClassName_qualifiers,
 9905                   /* type */
 9906                   CIMTYPE_STRING,
 9907                   /* subscript */
 9908                   -1,
 9909                   /* value */
 9910                   0,
 9911               };
 9912               
 9913 mike  1.1.2.1 static const char*
 9914               _CIM_RedundancyGroup_Name_qualifiers[] =
 9915               {
 9916                   /* Deprecated */
 9917                   "\013\000\001CIM_RedundancySet.InstanceID\000",
 9918                   /* Override */
 9919                   "\044Name",
 9920                   /* MaxLen */
 9921                   "\030\000\000\001\000",
 9922                   0,
 9923               };
 9924               
 9925               static SourceProperty
 9926               _CIM_RedundancyGroup_Name =
 9927               {
 9928                   /* flags */
 9929                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
 9930                   /* name */
 9931                   "Name",
 9932                   /* qualifiers */
 9933                   _CIM_RedundancyGroup_Name_qualifiers,
 9934 mike  1.1.2.1     /* type */
 9935                   CIMTYPE_STRING,
 9936                   /* subscript */
 9937                   -1,
 9938                   /* value */
 9939                   0,
 9940               };
 9941               
 9942               static const char*
 9943               _CIM_RedundancyGroup_RedundancyStatus_qualifiers[] =
 9944               {
 9945                   /* Deprecated */
 9946                   "\013\000\001CIM_RedundancySet.RedundancyStatus\000",
 9947                   /* ValueMap */
 9948                   "\061\000\0050\0001\0002\0003\0004\000",
 9949                   /* Values */
 9950                   "\062\000\005Unknown\000Other\000Fully Redundant\000Degraded Redundancy\000Redundancy Lost\000",
 9951                   0,
 9952               };
 9953               
 9954               static SourceProperty
 9955 mike  1.1.2.1 _CIM_RedundancyGroup_RedundancyStatus =
 9956               {
 9957                   /* flags */
 9958                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
 9959                   /* name */
 9960                   "RedundancyStatus",
 9961                   /* qualifiers */
 9962                   _CIM_RedundancyGroup_RedundancyStatus_qualifiers,
 9963                   /* type */
 9964                   CIMTYPE_UINT16,
 9965                   /* subscript */
 9966                   -1,
 9967                   /* value */
 9968                   0,
 9969               };
 9970               
 9971               static SourceFeature*
 9972               _CIM_RedundancyGroup_features[] =
 9973               {
 9974                   (SourceFeature*)&_CIM_RedundancyGroup_CreationClassName,
 9975                   (SourceFeature*)&_CIM_RedundancyGroup_Name,
 9976 mike  1.1.2.1     (SourceFeature*)&_CIM_RedundancyGroup_RedundancyStatus,
 9977                   0,
 9978               };
 9979               
 9980               static const char*
 9981               __root_PG_InterOp_CIM_RedundancyGroup_qualifiers[] =
 9982               {
 9983                   /* Deprecated */
 9984                   "\013\000\001CIM_RedundancySet\000",
 9985                   /* UMLPackagePath */
 9986                   "\057CIM::Core::Redundancy",
 9987                   /* Version */
 9988                   "\0632.13.0",
 9989                   0,
 9990               };
 9991               
 9992               SourceClass
 9993               __root_PG_InterOp_CIM_RedundancyGroup =
 9994               {
 9995                   /* flags */
 9996                   PEGASUS_FLAG_CLASS,
 9997 mike  1.1.2.1     /* name */
 9998                   "CIM_RedundancyGroup",
 9999                   /* qualifiers */
10000                   __root_PG_InterOp_CIM_RedundancyGroup_qualifiers,
10001                   /* superClass */
10002                   &__root_PG_InterOp_CIM_LogicalElement,
10003                   /* features */
10004                   _CIM_RedundancyGroup_features,
10005               };
10006               
10007               //==============================================================================
10008               //
10009               // Class: CIM_RedundancySet
10010               //
10011               //==============================================================================
10012               
10013               static const char*
10014               _CIM_RedundancySet_RedundancyStatus_qualifiers[] =
10015               {
10016                   /* ValueMap */
10017                   "\061\000\0060\0001\0002\0003\0004\0005\000",
10018 mike  1.1.2.1     /* Values */
10019                   "\062\000\006Unknown\000DMTF Reserved\000Fully Redundant\000Degraded Redundancy\000Redundancy Lost\000Overall Failure\000",
10020                   /* ModelCorrespondence */
10021                   "\036\000\001CIM_RedundancySet.MinNumberNeeded\000",
10022                   0,
10023               };
10024               
10025               static SourceProperty
10026               _CIM_RedundancySet_RedundancyStatus =
10027               {
10028                   /* flags */
10029                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
10030                   /* name */
10031                   "RedundancyStatus",
10032                   /* qualifiers */
10033                   _CIM_RedundancySet_RedundancyStatus_qualifiers,
10034                   /* type */
10035                   CIMTYPE_UINT16,
10036                   /* subscript */
10037                   -1,
10038                   /* value */
10039 mike  1.1.2.1     0,
10040               };
10041               
10042               static const char*
10043               _CIM_RedundancySet_TypeOfSet_qualifiers[] =
10044               {
10045                   /* ValueMap */
10046                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..\000",
10047                   /* Values */
10048                   "\062\000\010Unknown\000Other\000N+1\000Load Balanced\000Sparing\000Limited Sparing\000DMTF Reserved\000Vendor Reserved\000",
10049                   /* ArrayType */
10050                   "\005Indexed",
10051                   /* ModelCorrespondence */
10052                   "\036\000\001CIM_RedundancySet.OtherTypeOfSet\000",
10053                   0,
10054               };
10055               
10056               static SourceProperty
10057               _CIM_RedundancySet_TypeOfSet =
10058               {
10059                   /* flags */
10060 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
10061                   /* name */
10062                   "TypeOfSet",
10063                   /* qualifiers */
10064                   _CIM_RedundancySet_TypeOfSet_qualifiers,
10065                   /* type */
10066                   CIMTYPE_UINT16,
10067                   /* subscript */
10068                   0,
10069                   /* value */
10070                   0,
10071               };
10072               
10073               static const char*
10074               _CIM_RedundancySet_MinNumberNeeded_qualifiers[] =
10075               {
10076                   /* MinValue */
10077                   "\035\000\000\000\000\000\000\000\000",
10078                   0,
10079               };
10080               
10081 mike  1.1.2.1 static SourceProperty
10082               _CIM_RedundancySet_MinNumberNeeded =
10083               {
10084                   /* flags */
10085                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
10086                   /* name */
10087                   "MinNumberNeeded",
10088                   /* qualifiers */
10089                   _CIM_RedundancySet_MinNumberNeeded_qualifiers,
10090                   /* type */
10091                   CIMTYPE_UINT32,
10092                   /* subscript */
10093                   -1,
10094                   /* value */
10095                   0,
10096               };
10097               
10098               static const char*
10099               _CIM_RedundancySet_MaxNumberSupported_qualifiers[] =
10100               {
10101                   0,
10102 mike  1.1.2.1 };
10103               
10104               static SourceProperty
10105               _CIM_RedundancySet_MaxNumberSupported =
10106               {
10107                   /* flags */
10108                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
10109                   /* name */
10110                   "MaxNumberSupported",
10111                   /* qualifiers */
10112                   _CIM_RedundancySet_MaxNumberSupported_qualifiers,
10113                   /* type */
10114                   CIMTYPE_UINT32,
10115                   /* subscript */
10116                   -1,
10117                   /* value */
10118                   0,
10119               };
10120               
10121               static const char*
10122               _CIM_RedundancySet_VendorIdentifyingInfo_qualifiers[] =
10123 mike  1.1.2.1 {
10124                   0,
10125               };
10126               
10127               static SourceProperty
10128               _CIM_RedundancySet_VendorIdentifyingInfo =
10129               {
10130                   /* flags */
10131                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
10132                   /* name */
10133                   "VendorIdentifyingInfo",
10134                   /* qualifiers */
10135                   _CIM_RedundancySet_VendorIdentifyingInfo_qualifiers,
10136                   /* type */
10137                   CIMTYPE_STRING,
10138                   /* subscript */
10139                   -1,
10140                   /* value */
10141                   0,
10142               };
10143               
10144 mike  1.1.2.1 static const char*
10145               _CIM_RedundancySet_OtherTypeOfSet_qualifiers[] =
10146               {
10147                   /* ArrayType */
10148                   "\005Indexed",
10149                   /* ModelCorrespondence */
10150                   "\036\000\001CIM_RedundancySet.TypeOfSet\000",
10151                   0,
10152               };
10153               
10154               static SourceProperty
10155               _CIM_RedundancySet_OtherTypeOfSet =
10156               {
10157                   /* flags */
10158                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
10159                   /* name */
10160                   "OtherTypeOfSet",
10161                   /* qualifiers */
10162                   _CIM_RedundancySet_OtherTypeOfSet_qualifiers,
10163                   /* type */
10164                   CIMTYPE_STRING,
10165 mike  1.1.2.1     /* subscript */
10166                   0,
10167                   /* value */
10168                   0,
10169               };
10170               
10171               static const char*
10172               _CIM_RedundancySet_LoadBalanceAlgorithm_qualifiers[] =
10173               {
10174                   /* ValueMap */
10175                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
10176                   /* Values */
10177                   "\062\000\010Unknown\000Other\000No Load Balancing\000Round Robin\000Least Blocks\000Least IO\000Address Region\000Product Specific\000",
10178                   /* ModelCorrespondence */
10179                   "\036\000\001CIM_RedundancySet.OtherLoadBalanceAlgorithm\000",
10180                   0,
10181               };
10182               
10183               static SourceProperty
10184               _CIM_RedundancySet_LoadBalanceAlgorithm =
10185               {
10186 mike  1.1.2.1     /* flags */
10187                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
10188                   /* name */
10189                   "LoadBalanceAlgorithm",
10190                   /* qualifiers */
10191                   _CIM_RedundancySet_LoadBalanceAlgorithm_qualifiers,
10192                   /* type */
10193                   CIMTYPE_UINT16,
10194                   /* subscript */
10195                   -1,
10196                   /* value */
10197                   "\000\002",
10198               };
10199               
10200               static const char*
10201               _CIM_RedundancySet_OtherLoadBalanceAlgorithm_qualifiers[] =
10202               {
10203                   /* ModelCorrespondence */
10204                   "\036\000\001CIM_RedundancySet.LoadBalanceAlgorithm\000",
10205                   0,
10206               };
10207 mike  1.1.2.1 
10208               static SourceProperty
10209               _CIM_RedundancySet_OtherLoadBalanceAlgorithm =
10210               {
10211                   /* flags */
10212                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
10213                   /* name */
10214                   "OtherLoadBalanceAlgorithm",
10215                   /* qualifiers */
10216                   _CIM_RedundancySet_OtherLoadBalanceAlgorithm_qualifiers,
10217                   /* type */
10218                   CIMTYPE_STRING,
10219                   /* subscript */
10220                   -1,
10221                   /* value */
10222                   0,
10223               };
10224               
10225               static const char*
10226               _CIM_RedundancySet_Failover_FailoverFrom_qualifiers[] =
10227               {
10228 mike  1.1.2.1     0,
10229               };
10230               
10231               static SourceReference
10232               _CIM_RedundancySet_Failover_FailoverFrom =
10233               {
10234                   /* flags */
10235                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
10236                   /* name */
10237                   "FailoverFrom",
10238                   /* qualifiers */
10239                   _CIM_RedundancySet_Failover_FailoverFrom_qualifiers,
10240                   /* subscript */
10241                   -1,
10242                   /* refClassId */
10243                   &__root_PG_InterOp_CIM_ManagedElement,
10244               };
10245               
10246               static const char*
10247               _CIM_RedundancySet_Failover_FailoverTo_qualifiers[] =
10248               {
10249 mike  1.1.2.1     0,
10250               };
10251               
10252               static SourceReference
10253               _CIM_RedundancySet_Failover_FailoverTo =
10254               {
10255                   /* flags */
10256                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
10257                   /* name */
10258                   "FailoverTo",
10259                   /* qualifiers */
10260                   _CIM_RedundancySet_Failover_FailoverTo_qualifiers,
10261                   /* subscript */
10262                   -1,
10263                   /* refClassId */
10264                   &__root_PG_InterOp_CIM_ManagedElement,
10265               };
10266               
10267               static SourceProperty*
10268               _CIM_RedundancySet_Failover_parameters[] =
10269               {
10270 mike  1.1.2.1     (SourceProperty*)&_CIM_RedundancySet_Failover_FailoverFrom,
10271                   (SourceProperty*)&_CIM_RedundancySet_Failover_FailoverTo,
10272                   0,
10273               };
10274               
10275               static const char*
10276               _CIM_RedundancySet_Failover_qualifiers[] =
10277               {
10278                   /* ValueMap */
10279                   "\061\000\0070\0001\0002\0003\0004\000..\00032768..65535\000",
10280                   /* Values */
10281                   "\062\000\007Completed with No Error\000Not Supported\000Unknown/Unspecified Error\000Busy/In Use\000Paramter Error\000DMTF Reserved\000Vendor Reserved\000",
10282                   0,
10283               };
10284               
10285               static SourceMethod
10286               _CIM_RedundancySet_Failover =
10287               {
10288                   /* flags */
10289                   PEGASUS_FLAG_METHOD,
10290                   /* name */
10291 mike  1.1.2.1     "CIM_RedundancySet",
10292                   /* qualifiers */
10293                   _CIM_RedundancySet_Failover_qualifiers,
10294                   /* type */
10295                   CIMTYPE_UINT32,
10296                   /* parameters */
10297                   _CIM_RedundancySet_Failover_parameters,
10298               };
10299               
10300               static SourceFeature*
10301               _CIM_RedundancySet_features[] =
10302               {
10303                   (SourceFeature*)&_CIM_RedundancySet_RedundancyStatus,
10304                   (SourceFeature*)&_CIM_RedundancySet_TypeOfSet,
10305                   (SourceFeature*)&_CIM_RedundancySet_MinNumberNeeded,
10306                   (SourceFeature*)&_CIM_RedundancySet_MaxNumberSupported,
10307                   (SourceFeature*)&_CIM_RedundancySet_VendorIdentifyingInfo,
10308                   (SourceFeature*)&_CIM_RedundancySet_OtherTypeOfSet,
10309                   (SourceFeature*)&_CIM_RedundancySet_LoadBalanceAlgorithm,
10310                   (SourceFeature*)&_CIM_RedundancySet_OtherLoadBalanceAlgorithm,
10311                   (SourceFeature*)&_CIM_RedundancySet_Failover,
10312 mike  1.1.2.1     0,
10313               };
10314               
10315               static const char*
10316               __root_PG_InterOp_CIM_RedundancySet_qualifiers[] =
10317               {
10318                   /* UMLPackagePath */
10319                   "\057CIM::Core::Redundancy",
10320                   /* Version */
10321                   "\0632.10.0",
10322                   0,
10323               };
10324               
10325               SourceClass
10326               __root_PG_InterOp_CIM_RedundancySet =
10327               {
10328                   /* flags */
10329                   PEGASUS_FLAG_CLASS,
10330                   /* name */
10331                   "CIM_RedundancySet",
10332                   /* qualifiers */
10333 mike  1.1.2.1     __root_PG_InterOp_CIM_RedundancySet_qualifiers,
10334                   /* superClass */
10335                   &__root_PG_InterOp_CIM_SystemSpecificCollection,
10336                   /* features */
10337                   _CIM_RedundancySet_features,
10338               };
10339               
10340               //==============================================================================
10341               //
10342               // Class: CIM_RelatedStatisticalData
10343               //
10344               //==============================================================================
10345               
10346               static const char*
10347               _CIM_RelatedStatisticalData_Stats_qualifiers[] =
10348               {
10349                   0,
10350               };
10351               
10352               static SourceReference
10353               _CIM_RelatedStatisticalData_Stats =
10354 mike  1.1.2.1 {
10355                   /* flags */
10356                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10357                   /* name */
10358                   "Stats",
10359                   /* qualifiers */
10360                   _CIM_RelatedStatisticalData_Stats_qualifiers,
10361                   /* subscript */
10362                   -1,
10363                   /* refClassId */
10364                   &__root_PG_InterOp_CIM_StatisticalData,
10365               };
10366               
10367               static const char*
10368               _CIM_RelatedStatisticalData_RelatedStats_qualifiers[] =
10369               {
10370                   0,
10371               };
10372               
10373               static SourceReference
10374               _CIM_RelatedStatisticalData_RelatedStats =
10375 mike  1.1.2.1 {
10376                   /* flags */
10377                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10378                   /* name */
10379                   "RelatedStats",
10380                   /* qualifiers */
10381                   _CIM_RelatedStatisticalData_RelatedStats_qualifiers,
10382                   /* subscript */
10383                   -1,
10384                   /* refClassId */
10385                   &__root_PG_InterOp_CIM_StatisticalData,
10386               };
10387               
10388               static const char*
10389               _CIM_RelatedStatisticalData_Description_qualifiers[] =
10390               {
10391                   0,
10392               };
10393               
10394               static SourceProperty
10395               _CIM_RelatedStatisticalData_Description =
10396 mike  1.1.2.1 {
10397                   /* flags */
10398                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
10399                   /* name */
10400                   "Description",
10401                   /* qualifiers */
10402                   _CIM_RelatedStatisticalData_Description_qualifiers,
10403                   /* type */
10404                   CIMTYPE_STRING,
10405                   /* subscript */
10406                   -1,
10407                   /* value */
10408                   0,
10409               };
10410               
10411               static SourceFeature*
10412               _CIM_RelatedStatisticalData_features[] =
10413               {
10414                   (SourceFeature*)&_CIM_RelatedStatisticalData_Stats,
10415                   (SourceFeature*)&_CIM_RelatedStatisticalData_RelatedStats,
10416                   (SourceFeature*)&_CIM_RelatedStatisticalData_Description,
10417 mike  1.1.2.1     0,
10418               };
10419               
10420               static const char*
10421               __root_PG_InterOp_CIM_RelatedStatisticalData_qualifiers[] =
10422               {
10423                   /* UMLPackagePath */
10424                   "\057CIM::Core::Statistics",
10425                   /* Version */
10426                   "\0632.7.0",
10427                   0,
10428               };
10429               
10430               SourceClass
10431               __root_PG_InterOp_CIM_RelatedStatisticalData =
10432               {
10433                   /* flags */
10434                   PEGASUS_FLAG_ASSOCIATION,
10435                   /* name */
10436                   "CIM_RelatedStatisticalData",
10437                   /* qualifiers */
10438 mike  1.1.2.1     __root_PG_InterOp_CIM_RelatedStatisticalData_qualifiers,
10439                   /* superClass */
10440                   0,
10441                   /* features */
10442                   _CIM_RelatedStatisticalData_features,
10443               };
10444               
10445               //==============================================================================
10446               //
10447               // Class: CIM_RelatedStatistics
10448               //
10449               //==============================================================================
10450               
10451               static const char*
10452               _CIM_RelatedStatistics_Stats_qualifiers[] =
10453               {
10454                   0,
10455               };
10456               
10457               static SourceReference
10458               _CIM_RelatedStatistics_Stats =
10459 mike  1.1.2.1 {
10460                   /* flags */
10461                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10462                   /* name */
10463                   "Stats",
10464                   /* qualifiers */
10465                   _CIM_RelatedStatistics_Stats_qualifiers,
10466                   /* subscript */
10467                   -1,
10468                   /* refClassId */
10469                   &__root_PG_InterOp_CIM_StatisticalInformation,
10470               };
10471               
10472               static const char*
10473               _CIM_RelatedStatistics_RelatedStats_qualifiers[] =
10474               {
10475                   0,
10476               };
10477               
10478               static SourceReference
10479               _CIM_RelatedStatistics_RelatedStats =
10480 mike  1.1.2.1 {
10481                   /* flags */
10482                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10483                   /* name */
10484                   "RelatedStats",
10485                   /* qualifiers */
10486                   _CIM_RelatedStatistics_RelatedStats_qualifiers,
10487                   /* subscript */
10488                   -1,
10489                   /* refClassId */
10490                   &__root_PG_InterOp_CIM_StatisticalInformation,
10491               };
10492               
10493               static SourceFeature*
10494               _CIM_RelatedStatistics_features[] =
10495               {
10496                   (SourceFeature*)&_CIM_RelatedStatistics_Stats,
10497                   (SourceFeature*)&_CIM_RelatedStatistics_RelatedStats,
10498                   0,
10499               };
10500               
10501 mike  1.1.2.1 static const char*
10502               __root_PG_InterOp_CIM_RelatedStatistics_qualifiers[] =
10503               {
10504                   /* UMLPackagePath */
10505                   "\057CIM::Core::Statistics",
10506                   /* Version */
10507                   "\0632.6.0",
10508                   0,
10509               };
10510               
10511               SourceClass
10512               __root_PG_InterOp_CIM_RelatedStatistics =
10513               {
10514                   /* flags */
10515                   PEGASUS_FLAG_ASSOCIATION,
10516                   /* name */
10517                   "CIM_RelatedStatistics",
10518                   /* qualifiers */
10519                   __root_PG_InterOp_CIM_RelatedStatistics_qualifiers,
10520                   /* superClass */
10521                   0,
10522 mike  1.1.2.1     /* features */
10523                   _CIM_RelatedStatistics_features,
10524               };
10525               
10526               //==============================================================================
10527               //
10528               // Class: CIM_SAPStatisticalInformation
10529               //
10530               //==============================================================================
10531               
10532               static const char*
10533               _CIM_SAPStatisticalInformation_SystemCreationClassName_qualifiers[] =
10534               {
10535                   /* Propagated */
10536                   "\045CIM_ServiceAccessPoint.SystemCreationClassName",
10537                   /* MaxLen */
10538                   "\030\000\000\001\000",
10539                   0,
10540               };
10541               
10542               static SourceProperty
10543 mike  1.1.2.1 _CIM_SAPStatisticalInformation_SystemCreationClassName =
10544               {
10545                   /* flags */
10546                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10547                   /* name */
10548                   "SystemCreationClassName",
10549                   /* qualifiers */
10550                   _CIM_SAPStatisticalInformation_SystemCreationClassName_qualifiers,
10551                   /* type */
10552                   CIMTYPE_STRING,
10553                   /* subscript */
10554                   -1,
10555                   /* value */
10556                   0,
10557               };
10558               
10559               static const char*
10560               _CIM_SAPStatisticalInformation_SystemName_qualifiers[] =
10561               {
10562                   /* Propagated */
10563                   "\045CIM_ServiceAccessPoint.SystemName",
10564 mike  1.1.2.1     /* MaxLen */
10565                   "\030\000\000\001\000",
10566                   0,
10567               };
10568               
10569               static SourceProperty
10570               _CIM_SAPStatisticalInformation_SystemName =
10571               {
10572                   /* flags */
10573                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10574                   /* name */
10575                   "SystemName",
10576                   /* qualifiers */
10577                   _CIM_SAPStatisticalInformation_SystemName_qualifiers,
10578                   /* type */
10579                   CIMTYPE_STRING,
10580                   /* subscript */
10581                   -1,
10582                   /* value */
10583                   0,
10584               };
10585 mike  1.1.2.1 
10586               static const char*
10587               _CIM_SAPStatisticalInformation_SAPCreationClassName_qualifiers[] =
10588               {
10589                   /* Propagated */
10590                   "\045CIM_ServiceAccessPoint.CreationClassName",
10591                   /* MaxLen */
10592                   "\030\000\000\001\000",
10593                   0,
10594               };
10595               
10596               static SourceProperty
10597               _CIM_SAPStatisticalInformation_SAPCreationClassName =
10598               {
10599                   /* flags */
10600                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10601                   /* name */
10602                   "SAPCreationClassName",
10603                   /* qualifiers */
10604                   _CIM_SAPStatisticalInformation_SAPCreationClassName_qualifiers,
10605                   /* type */
10606 mike  1.1.2.1     CIMTYPE_STRING,
10607                   /* subscript */
10608                   -1,
10609                   /* value */
10610                   0,
10611               };
10612               
10613               static const char*
10614               _CIM_SAPStatisticalInformation_SAPName_qualifiers[] =
10615               {
10616                   /* Propagated */
10617                   "\045CIM_ServiceAccessPoint.Name",
10618                   /* MaxLen */
10619                   "\030\000\000\001\000",
10620                   0,
10621               };
10622               
10623               static SourceProperty
10624               _CIM_SAPStatisticalInformation_SAPName =
10625               {
10626                   /* flags */
10627 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10628                   /* name */
10629                   "SAPName",
10630                   /* qualifiers */
10631                   _CIM_SAPStatisticalInformation_SAPName_qualifiers,
10632                   /* type */
10633                   CIMTYPE_STRING,
10634                   /* subscript */
10635                   -1,
10636                   /* value */
10637                   0,
10638               };
10639               
10640               static const char*
10641               _CIM_SAPStatisticalInformation_CreationClassName_qualifiers[] =
10642               {
10643                   /* MaxLen */
10644                   "\030\000\000\001\000",
10645                   0,
10646               };
10647               
10648 mike  1.1.2.1 static SourceProperty
10649               _CIM_SAPStatisticalInformation_CreationClassName =
10650               {
10651                   /* flags */
10652                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10653                   /* name */
10654                   "CreationClassName",
10655                   /* qualifiers */
10656                   _CIM_SAPStatisticalInformation_CreationClassName_qualifiers,
10657                   /* type */
10658                   CIMTYPE_STRING,
10659                   /* subscript */
10660                   -1,
10661                   /* value */
10662                   0,
10663               };
10664               
10665               static const char*
10666               _CIM_SAPStatisticalInformation_Name_qualifiers[] =
10667               {
10668                   /* Override */
10669 mike  1.1.2.1     "\044Name",
10670                   /* MaxLen */
10671                   "\030\000\000\001\000",
10672                   0,
10673               };
10674               
10675               static SourceProperty
10676               _CIM_SAPStatisticalInformation_Name =
10677               {
10678                   /* flags */
10679                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10680                   /* name */
10681                   "Name",
10682                   /* qualifiers */
10683                   _CIM_SAPStatisticalInformation_Name_qualifiers,
10684                   /* type */
10685                   CIMTYPE_STRING,
10686                   /* subscript */
10687                   -1,
10688                   /* value */
10689                   0,
10690 mike  1.1.2.1 };
10691               
10692               static SourceFeature*
10693               _CIM_SAPStatisticalInformation_features[] =
10694               {
10695                   (SourceFeature*)&_CIM_SAPStatisticalInformation_SystemCreationClassName,
10696                   (SourceFeature*)&_CIM_SAPStatisticalInformation_SystemName,
10697                   (SourceFeature*)&_CIM_SAPStatisticalInformation_SAPCreationClassName,
10698                   (SourceFeature*)&_CIM_SAPStatisticalInformation_SAPName,
10699                   (SourceFeature*)&_CIM_SAPStatisticalInformation_CreationClassName,
10700                   (SourceFeature*)&_CIM_SAPStatisticalInformation_Name,
10701                   0,
10702               };
10703               
10704               static const char*
10705               __root_PG_InterOp_CIM_SAPStatisticalInformation_qualifiers[] =
10706               {
10707                   /* UMLPackagePath */
10708                   "\057CIM::Core::Statistics",
10709                   /* Version */
10710                   "\0632.6.0",
10711 mike  1.1.2.1     0,
10712               };
10713               
10714               SourceClass
10715               __root_PG_InterOp_CIM_SAPStatisticalInformation =
10716               {
10717                   /* flags */
10718                   PEGASUS_FLAG_CLASS,
10719                   /* name */
10720                   "CIM_SAPStatisticalInformation",
10721                   /* qualifiers */
10722                   __root_PG_InterOp_CIM_SAPStatisticalInformation_qualifiers,
10723                   /* superClass */
10724                   &__root_PG_InterOp_CIM_StatisticalInformation,
10725                   /* features */
10726                   _CIM_SAPStatisticalInformation_features,
10727               };
10728               
10729               //==============================================================================
10730               //
10731               // Class: CIM_ScopedSettingData
10732 mike  1.1.2.1 //
10733               //==============================================================================
10734               
10735               static SourceFeature*
10736               _CIM_ScopedSettingData_features[] =
10737               {
10738                   0,
10739               };
10740               
10741               static const char*
10742               __root_PG_InterOp_CIM_ScopedSettingData_qualifiers[] =
10743               {
10744                   /* UMLPackagePath */
10745                   "\057CIM::Core::Settings",
10746                   /* Version */
10747                   "\0632.10.0",
10748                   0,
10749               };
10750               
10751               SourceClass
10752               __root_PG_InterOp_CIM_ScopedSettingData =
10753 mike  1.1.2.1 {
10754                   /* flags */
10755                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
10756                   /* name */
10757                   "CIM_ScopedSettingData",
10758                   /* qualifiers */
10759                   __root_PG_InterOp_CIM_ScopedSettingData_qualifiers,
10760                   /* superClass */
10761                   &__root_PG_InterOp_CIM_SettingData,
10762                   /* features */
10763                   _CIM_ScopedSettingData_features,
10764               };
10765               
10766               //==============================================================================
10767               //
10768               // Class: CIM_ServiceStatisticalInformation
10769               //
10770               //==============================================================================
10771               
10772               static const char*
10773               _CIM_ServiceStatisticalInformation_SystemCreationClassName_qualifiers[] =
10774 mike  1.1.2.1 {
10775                   /* Propagated */
10776                   "\045CIM_Service.SystemCreationClassName",
10777                   /* MaxLen */
10778                   "\030\000\000\001\000",
10779                   0,
10780               };
10781               
10782               static SourceProperty
10783               _CIM_ServiceStatisticalInformation_SystemCreationClassName =
10784               {
10785                   /* flags */
10786                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10787                   /* name */
10788                   "SystemCreationClassName",
10789                   /* qualifiers */
10790                   _CIM_ServiceStatisticalInformation_SystemCreationClassName_qualifiers,
10791                   /* type */
10792                   CIMTYPE_STRING,
10793                   /* subscript */
10794                   -1,
10795 mike  1.1.2.1     /* value */
10796                   0,
10797               };
10798               
10799               static const char*
10800               _CIM_ServiceStatisticalInformation_SystemName_qualifiers[] =
10801               {
10802                   /* Propagated */
10803                   "\045CIM_Service.SystemName",
10804                   /* MaxLen */
10805                   "\030\000\000\001\000",
10806                   0,
10807               };
10808               
10809               static SourceProperty
10810               _CIM_ServiceStatisticalInformation_SystemName =
10811               {
10812                   /* flags */
10813                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10814                   /* name */
10815                   "SystemName",
10816 mike  1.1.2.1     /* qualifiers */
10817                   _CIM_ServiceStatisticalInformation_SystemName_qualifiers,
10818                   /* type */
10819                   CIMTYPE_STRING,
10820                   /* subscript */
10821                   -1,
10822                   /* value */
10823                   0,
10824               };
10825               
10826               static const char*
10827               _CIM_ServiceStatisticalInformation_ServiceCreationClassName_qualifiers[] =
10828               {
10829                   /* Propagated */
10830                   "\045CIM_Service.CreationClassName",
10831                   /* MaxLen */
10832                   "\030\000\000\001\000",
10833                   0,
10834               };
10835               
10836               static SourceProperty
10837 mike  1.1.2.1 _CIM_ServiceStatisticalInformation_ServiceCreationClassName =
10838               {
10839                   /* flags */
10840                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10841                   /* name */
10842                   "ServiceCreationClassName",
10843                   /* qualifiers */
10844                   _CIM_ServiceStatisticalInformation_ServiceCreationClassName_qualifiers,
10845                   /* type */
10846                   CIMTYPE_STRING,
10847                   /* subscript */
10848                   -1,
10849                   /* value */
10850                   0,
10851               };
10852               
10853               static const char*
10854               _CIM_ServiceStatisticalInformation_ServiceName_qualifiers[] =
10855               {
10856                   /* Propagated */
10857                   "\045CIM_Service.Name",
10858 mike  1.1.2.1     /* MaxLen */
10859                   "\030\000\000\001\000",
10860                   0,
10861               };
10862               
10863               static SourceProperty
10864               _CIM_ServiceStatisticalInformation_ServiceName =
10865               {
10866                   /* flags */
10867                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10868                   /* name */
10869                   "ServiceName",
10870                   /* qualifiers */
10871                   _CIM_ServiceStatisticalInformation_ServiceName_qualifiers,
10872                   /* type */
10873                   CIMTYPE_STRING,
10874                   /* subscript */
10875                   -1,
10876                   /* value */
10877                   0,
10878               };
10879 mike  1.1.2.1 
10880               static const char*
10881               _CIM_ServiceStatisticalInformation_CreationClassName_qualifiers[] =
10882               {
10883                   /* MaxLen */
10884                   "\030\000\000\001\000",
10885                   0,
10886               };
10887               
10888               static SourceProperty
10889               _CIM_ServiceStatisticalInformation_CreationClassName =
10890               {
10891                   /* flags */
10892                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10893                   /* name */
10894                   "CreationClassName",
10895                   /* qualifiers */
10896                   _CIM_ServiceStatisticalInformation_CreationClassName_qualifiers,
10897                   /* type */
10898                   CIMTYPE_STRING,
10899                   /* subscript */
10900 mike  1.1.2.1     -1,
10901                   /* value */
10902                   0,
10903               };
10904               
10905               static const char*
10906               _CIM_ServiceStatisticalInformation_Name_qualifiers[] =
10907               {
10908                   /* Override */
10909                   "\044Name",
10910                   /* MaxLen */
10911                   "\030\000\000\001\000",
10912                   0,
10913               };
10914               
10915               static SourceProperty
10916               _CIM_ServiceStatisticalInformation_Name =
10917               {
10918                   /* flags */
10919                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
10920                   /* name */
10921 mike  1.1.2.1     "Name",
10922                   /* qualifiers */
10923                   _CIM_ServiceStatisticalInformation_Name_qualifiers,
10924                   /* type */
10925                   CIMTYPE_STRING,
10926                   /* subscript */
10927                   -1,
10928                   /* value */
10929                   0,
10930               };
10931               
10932               static SourceFeature*
10933               _CIM_ServiceStatisticalInformation_features[] =
10934               {
10935                   (SourceFeature*)&_CIM_ServiceStatisticalInformation_SystemCreationClassName,
10936                   (SourceFeature*)&_CIM_ServiceStatisticalInformation_SystemName,
10937                   (SourceFeature*)&_CIM_ServiceStatisticalInformation_ServiceCreationClassName,
10938                   (SourceFeature*)&_CIM_ServiceStatisticalInformation_ServiceName,
10939                   (SourceFeature*)&_CIM_ServiceStatisticalInformation_CreationClassName,
10940                   (SourceFeature*)&_CIM_ServiceStatisticalInformation_Name,
10941                   0,
10942 mike  1.1.2.1 };
10943               
10944               static const char*
10945               __root_PG_InterOp_CIM_ServiceStatisticalInformation_qualifiers[] =
10946               {
10947                   /* UMLPackagePath */
10948                   "\057CIM::Core::Statistics",
10949                   /* Version */
10950                   "\0632.6.0",
10951                   0,
10952               };
10953               
10954               SourceClass
10955               __root_PG_InterOp_CIM_ServiceStatisticalInformation =
10956               {
10957                   /* flags */
10958                   PEGASUS_FLAG_CLASS,
10959                   /* name */
10960                   "CIM_ServiceStatisticalInformation",
10961                   /* qualifiers */
10962                   __root_PG_InterOp_CIM_ServiceStatisticalInformation_qualifiers,
10963 mike  1.1.2.1     /* superClass */
10964                   &__root_PG_InterOp_CIM_StatisticalInformation,
10965                   /* features */
10966                   _CIM_ServiceStatisticalInformation_features,
10967               };
10968               
10969               //==============================================================================
10970               //
10971               // Class: CIM_SettingAssociatedToCapabilities
10972               //
10973               //==============================================================================
10974               
10975               static const char*
10976               _CIM_SettingAssociatedToCapabilities_Antecedent_qualifiers[] =
10977               {
10978                   /* Override */
10979                   "\044Antecedent",
10980                   0,
10981               };
10982               
10983               static SourceReference
10984 mike  1.1.2.1 _CIM_SettingAssociatedToCapabilities_Antecedent =
10985               {
10986                   /* flags */
10987                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
10988                   /* name */
10989                   "Antecedent",
10990                   /* qualifiers */
10991                   _CIM_SettingAssociatedToCapabilities_Antecedent_qualifiers,
10992                   /* subscript */
10993                   -1,
10994                   /* refClassId */
10995                   &__root_PG_InterOp_CIM_Capabilities,
10996               };
10997               
10998               static const char*
10999               _CIM_SettingAssociatedToCapabilities_Dependent_qualifiers[] =
11000               {
11001                   /* Override */
11002                   "\044Dependent",
11003                   0,
11004               };
11005 mike  1.1.2.1 
11006               static SourceReference
11007               _CIM_SettingAssociatedToCapabilities_Dependent =
11008               {
11009                   /* flags */
11010                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
11011                   /* name */
11012                   "Dependent",
11013                   /* qualifiers */
11014                   _CIM_SettingAssociatedToCapabilities_Dependent_qualifiers,
11015                   /* subscript */
11016                   -1,
11017                   /* refClassId */
11018                   &__root_PG_InterOp_CIM_SettingData,
11019               };
11020               
11021               static const char*
11022               _CIM_SettingAssociatedToCapabilities_DefaultSetting_qualifiers[] =
11023               {
11024                   0,
11025               };
11026 mike  1.1.2.1 
11027               static SourceProperty
11028               _CIM_SettingAssociatedToCapabilities_DefaultSetting =
11029               {
11030                   /* flags */
11031                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
11032                   /* name */
11033                   "DefaultSetting",
11034                   /* qualifiers */
11035                   _CIM_SettingAssociatedToCapabilities_DefaultSetting_qualifiers,
11036                   /* type */
11037                   CIMTYPE_BOOLEAN,
11038                   /* subscript */
11039                   -1,
11040                   /* value */
11041                   "\000",
11042               };
11043               
11044               static SourceFeature*
11045               _CIM_SettingAssociatedToCapabilities_features[] =
11046               {
11047 mike  1.1.2.1     (SourceFeature*)&_CIM_SettingAssociatedToCapabilities_Antecedent,
11048                   (SourceFeature*)&_CIM_SettingAssociatedToCapabilities_Dependent,
11049                   (SourceFeature*)&_CIM_SettingAssociatedToCapabilities_DefaultSetting,
11050                   0,
11051               };
11052               
11053               static const char*
11054               __root_PG_InterOp_CIM_SettingAssociatedToCapabilities_qualifiers[] =
11055               {
11056                   /* UMLPackagePath */
11057                   "\057CIM::System::FilesystemServices",
11058                   /* Version */
11059                   "\0632.11.0",
11060                   0,
11061               };
11062               
11063               SourceClass
11064               __root_PG_InterOp_CIM_SettingAssociatedToCapabilities =
11065               {
11066                   /* flags */
11067                   PEGASUS_FLAG_ASSOCIATION,
11068 mike  1.1.2.1     /* name */
11069                   "CIM_SettingAssociatedToCapabilities",
11070                   /* qualifiers */
11071                   __root_PG_InterOp_CIM_SettingAssociatedToCapabilities_qualifiers,
11072                   /* superClass */
11073                   &__root_PG_InterOp_CIM_Dependency,
11074                   /* features */
11075                   _CIM_SettingAssociatedToCapabilities_features,
11076               };
11077               
11078               //==============================================================================
11079               //
11080               // Class: CIM_SoftwareIdentity
11081               //
11082               //==============================================================================
11083               
11084               static const char*
11085               _CIM_SoftwareIdentity_InstanceID_qualifiers[] =
11086               {
11087                   0,
11088               };
11089 mike  1.1.2.1 
11090               static SourceProperty
11091               _CIM_SoftwareIdentity_InstanceID =
11092               {
11093                   /* flags */
11094                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
11095                   /* name */
11096                   "InstanceID",
11097                   /* qualifiers */
11098                   _CIM_SoftwareIdentity_InstanceID_qualifiers,
11099                   /* type */
11100                   CIMTYPE_STRING,
11101                   /* subscript */
11102                   -1,
11103                   /* value */
11104                   0,
11105               };
11106               
11107               static const char*
11108               _CIM_SoftwareIdentity_MajorVersion_qualifiers[] =
11109               {
11110 mike  1.1.2.1     0,
11111               };
11112               
11113               static SourceProperty
11114               _CIM_SoftwareIdentity_MajorVersion =
11115               {
11116                   /* flags */
11117                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11118                   /* name */
11119                   "MajorVersion",
11120                   /* qualifiers */
11121                   _CIM_SoftwareIdentity_MajorVersion_qualifiers,
11122                   /* type */
11123                   CIMTYPE_UINT16,
11124                   /* subscript */
11125                   -1,
11126                   /* value */
11127                   0,
11128               };
11129               
11130               static const char*
11131 mike  1.1.2.1 _CIM_SoftwareIdentity_MinorVersion_qualifiers[] =
11132               {
11133                   0,
11134               };
11135               
11136               static SourceProperty
11137               _CIM_SoftwareIdentity_MinorVersion =
11138               {
11139                   /* flags */
11140                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11141                   /* name */
11142                   "MinorVersion",
11143                   /* qualifiers */
11144                   _CIM_SoftwareIdentity_MinorVersion_qualifiers,
11145                   /* type */
11146                   CIMTYPE_UINT16,
11147                   /* subscript */
11148                   -1,
11149                   /* value */
11150                   0,
11151               };
11152 mike  1.1.2.1 
11153               static const char*
11154               _CIM_SoftwareIdentity_RevisionNumber_qualifiers[] =
11155               {
11156                   0,
11157               };
11158               
11159               static SourceProperty
11160               _CIM_SoftwareIdentity_RevisionNumber =
11161               {
11162                   /* flags */
11163                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11164                   /* name */
11165                   "RevisionNumber",
11166                   /* qualifiers */
11167                   _CIM_SoftwareIdentity_RevisionNumber_qualifiers,
11168                   /* type */
11169                   CIMTYPE_UINT16,
11170                   /* subscript */
11171                   -1,
11172                   /* value */
11173 mike  1.1.2.1     0,
11174               };
11175               
11176               static const char*
11177               _CIM_SoftwareIdentity_BuildNumber_qualifiers[] =
11178               {
11179                   0,
11180               };
11181               
11182               static SourceProperty
11183               _CIM_SoftwareIdentity_BuildNumber =
11184               {
11185                   /* flags */
11186                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11187                   /* name */
11188                   "BuildNumber",
11189                   /* qualifiers */
11190                   _CIM_SoftwareIdentity_BuildNumber_qualifiers,
11191                   /* type */
11192                   CIMTYPE_UINT16,
11193                   /* subscript */
11194 mike  1.1.2.1     -1,
11195                   /* value */
11196                   0,
11197               };
11198               
11199               static const char*
11200               _CIM_SoftwareIdentity_VersionString_qualifiers[] =
11201               {
11202                   0,
11203               };
11204               
11205               static SourceProperty
11206               _CIM_SoftwareIdentity_VersionString =
11207               {
11208                   /* flags */
11209                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11210                   /* name */
11211                   "VersionString",
11212                   /* qualifiers */
11213                   _CIM_SoftwareIdentity_VersionString_qualifiers,
11214                   /* type */
11215 mike  1.1.2.1     CIMTYPE_STRING,
11216                   /* subscript */
11217                   -1,
11218                   /* value */
11219                   0,
11220               };
11221               
11222               static const char*
11223               _CIM_SoftwareIdentity_TargetOperatingSystems_qualifiers[] =
11224               {
11225                   0,
11226               };
11227               
11228               static SourceProperty
11229               _CIM_SoftwareIdentity_TargetOperatingSystems =
11230               {
11231                   /* flags */
11232                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11233                   /* name */
11234                   "TargetOperatingSystems",
11235                   /* qualifiers */
11236 mike  1.1.2.1     _CIM_SoftwareIdentity_TargetOperatingSystems_qualifiers,
11237                   /* type */
11238                   CIMTYPE_STRING,
11239                   /* subscript */
11240                   0,
11241                   /* value */
11242                   0,
11243               };
11244               
11245               static const char*
11246               _CIM_SoftwareIdentity_Manufacturer_qualifiers[] =
11247               {
11248                   0,
11249               };
11250               
11251               static SourceProperty
11252               _CIM_SoftwareIdentity_Manufacturer =
11253               {
11254                   /* flags */
11255                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11256                   /* name */
11257 mike  1.1.2.1     "Manufacturer",
11258                   /* qualifiers */
11259                   _CIM_SoftwareIdentity_Manufacturer_qualifiers,
11260                   /* type */
11261                   CIMTYPE_STRING,
11262                   /* subscript */
11263                   -1,
11264                   /* value */
11265                   0,
11266               };
11267               
11268               static const char*
11269               _CIM_SoftwareIdentity_Languages_qualifiers[] =
11270               {
11271                   0,
11272               };
11273               
11274               static SourceProperty
11275               _CIM_SoftwareIdentity_Languages =
11276               {
11277                   /* flags */
11278 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11279                   /* name */
11280                   "Languages",
11281                   /* qualifiers */
11282                   _CIM_SoftwareIdentity_Languages_qualifiers,
11283                   /* type */
11284                   CIMTYPE_STRING,
11285                   /* subscript */
11286                   0,
11287                   /* value */
11288                   0,
11289               };
11290               
11291               static const char*
11292               _CIM_SoftwareIdentity_Classifications_qualifiers[] =
11293               {
11294                   /* ValueMap */
11295                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000..\0000x8000..0xFFFF\000",
11296                   /* Values */
11297                   "\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",
11298                   /* ArrayType */
11299 mike  1.1.2.1     "\005Indexed",
11300                   /* ModelCorrespondence */
11301                   "\036\000\001CIM_SoftwareIdentity.ClassificationDescriptions\000",
11302                   0,
11303               };
11304               
11305               static SourceProperty
11306               _CIM_SoftwareIdentity_Classifications =
11307               {
11308                   /* flags */
11309                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11310                   /* name */
11311                   "Classifications",
11312                   /* qualifiers */
11313                   _CIM_SoftwareIdentity_Classifications_qualifiers,
11314                   /* type */
11315                   CIMTYPE_UINT16,
11316                   /* subscript */
11317                   0,
11318                   /* value */
11319                   0,
11320 mike  1.1.2.1 };
11321               
11322               static const char*
11323               _CIM_SoftwareIdentity_ClassificationDescriptions_qualifiers[] =
11324               {
11325                   /* ArrayType */
11326                   "\005Indexed",
11327                   /* ModelCorrespondence */
11328                   "\036\000\001CIM_SoftwareIdentity.Classifications\000",
11329                   0,
11330               };
11331               
11332               static SourceProperty
11333               _CIM_SoftwareIdentity_ClassificationDescriptions =
11334               {
11335                   /* flags */
11336                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11337                   /* name */
11338                   "ClassificationDescriptions",
11339                   /* qualifiers */
11340                   _CIM_SoftwareIdentity_ClassificationDescriptions_qualifiers,
11341 mike  1.1.2.1     /* type */
11342                   CIMTYPE_STRING,
11343                   /* subscript */
11344                   0,
11345                   /* value */
11346                   0,
11347               };
11348               
11349               static const char*
11350               _CIM_SoftwareIdentity_SerialNumber_qualifiers[] =
11351               {
11352                   0,
11353               };
11354               
11355               static SourceProperty
11356               _CIM_SoftwareIdentity_SerialNumber =
11357               {
11358                   /* flags */
11359                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11360                   /* name */
11361                   "SerialNumber",
11362 mike  1.1.2.1     /* qualifiers */
11363                   _CIM_SoftwareIdentity_SerialNumber_qualifiers,
11364                   /* type */
11365                   CIMTYPE_STRING,
11366                   /* subscript */
11367                   -1,
11368                   /* value */
11369                   0,
11370               };
11371               
11372               static const char*
11373               _CIM_SoftwareIdentity_ReleaseDate_qualifiers[] =
11374               {
11375                   0,
11376               };
11377               
11378               static SourceProperty
11379               _CIM_SoftwareIdentity_ReleaseDate =
11380               {
11381                   /* flags */
11382                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11383 mike  1.1.2.1     /* name */
11384                   "ReleaseDate",
11385                   /* qualifiers */
11386                   _CIM_SoftwareIdentity_ReleaseDate_qualifiers,
11387                   /* type */
11388                   CIMTYPE_DATETIME,
11389                   /* subscript */
11390                   -1,
11391                   /* value */
11392                   0,
11393               };
11394               
11395               static SourceFeature*
11396               _CIM_SoftwareIdentity_features[] =
11397               {
11398                   (SourceFeature*)&_CIM_SoftwareIdentity_InstanceID,
11399                   (SourceFeature*)&_CIM_SoftwareIdentity_MajorVersion,
11400                   (SourceFeature*)&_CIM_SoftwareIdentity_MinorVersion,
11401                   (SourceFeature*)&_CIM_SoftwareIdentity_RevisionNumber,
11402                   (SourceFeature*)&_CIM_SoftwareIdentity_BuildNumber,
11403                   (SourceFeature*)&_CIM_SoftwareIdentity_VersionString,
11404 mike  1.1.2.1     (SourceFeature*)&_CIM_SoftwareIdentity_TargetOperatingSystems,
11405                   (SourceFeature*)&_CIM_SoftwareIdentity_Manufacturer,
11406                   (SourceFeature*)&_CIM_SoftwareIdentity_Languages,
11407                   (SourceFeature*)&_CIM_SoftwareIdentity_Classifications,
11408                   (SourceFeature*)&_CIM_SoftwareIdentity_ClassificationDescriptions,
11409                   (SourceFeature*)&_CIM_SoftwareIdentity_SerialNumber,
11410                   (SourceFeature*)&_CIM_SoftwareIdentity_ReleaseDate,
11411                   0,
11412               };
11413               
11414               static const char*
11415               __root_PG_InterOp_CIM_SoftwareIdentity_qualifiers[] =
11416               {
11417                   /* UMLPackagePath */
11418                   "\057CIM::Core::Software",
11419                   /* Version */
11420                   "\0632.13.0",
11421                   0,
11422               };
11423               
11424               SourceClass
11425 mike  1.1.2.1 __root_PG_InterOp_CIM_SoftwareIdentity =
11426               {
11427                   /* flags */
11428                   PEGASUS_FLAG_CLASS,
11429                   /* name */
11430                   "CIM_SoftwareIdentity",
11431                   /* qualifiers */
11432                   __root_PG_InterOp_CIM_SoftwareIdentity_qualifiers,
11433                   /* superClass */
11434                   &__root_PG_InterOp_CIM_LogicalElement,
11435                   /* features */
11436                   _CIM_SoftwareIdentity_features,
11437               };
11438               
11439               //==============================================================================
11440               //
11441               // Class: CIM_SpareGroup
11442               //
11443               //==============================================================================
11444               
11445               static const char*
11446 mike  1.1.2.1 _CIM_SpareGroup_Failover_FailoverFrom_qualifiers[] =
11447               {
11448                   0,
11449               };
11450               
11451               static SourceReference
11452               _CIM_SpareGroup_Failover_FailoverFrom =
11453               {
11454                   /* flags */
11455                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
11456                   /* name */
11457                   "FailoverFrom",
11458                   /* qualifiers */
11459                   _CIM_SpareGroup_Failover_FailoverFrom_qualifiers,
11460                   /* subscript */
11461                   -1,
11462                   /* refClassId */
11463                   &__root_PG_InterOp_CIM_ManagedSystemElement,
11464               };
11465               
11466               static const char*
11467 mike  1.1.2.1 _CIM_SpareGroup_Failover_FailoverTo_qualifiers[] =
11468               {
11469                   0,
11470               };
11471               
11472               static SourceReference
11473               _CIM_SpareGroup_Failover_FailoverTo =
11474               {
11475                   /* flags */
11476                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
11477                   /* name */
11478                   "FailoverTo",
11479                   /* qualifiers */
11480                   _CIM_SpareGroup_Failover_FailoverTo_qualifiers,
11481                   /* subscript */
11482                   -1,
11483                   /* refClassId */
11484                   &__root_PG_InterOp_CIM_ManagedSystemElement,
11485               };
11486               
11487               static SourceProperty*
11488 mike  1.1.2.1 _CIM_SpareGroup_Failover_parameters[] =
11489               {
11490                   (SourceProperty*)&_CIM_SpareGroup_Failover_FailoverFrom,
11491                   (SourceProperty*)&_CIM_SpareGroup_Failover_FailoverTo,
11492                   0,
11493               };
11494               
11495               static const char*
11496               _CIM_SpareGroup_Failover_qualifiers[] =
11497               {
11498                   /* Deprecated */
11499                   "\013\000\001CIM_RedundancySet.FailOver()\000",
11500                   0,
11501               };
11502               
11503               static SourceMethod
11504               _CIM_SpareGroup_Failover =
11505               {
11506                   /* flags */
11507                   PEGASUS_FLAG_METHOD,
11508                   /* name */
11509 mike  1.1.2.1     "CIM_SpareGroup",
11510                   /* qualifiers */
11511                   _CIM_SpareGroup_Failover_qualifiers,
11512                   /* type */
11513                   CIMTYPE_UINT32,
11514                   /* parameters */
11515                   _CIM_SpareGroup_Failover_parameters,
11516               };
11517               
11518               static SourceFeature*
11519               _CIM_SpareGroup_features[] =
11520               {
11521                   (SourceFeature*)&_CIM_SpareGroup_Failover,
11522                   0,
11523               };
11524               
11525               static const char*
11526               __root_PG_InterOp_CIM_SpareGroup_qualifiers[] =
11527               {
11528                   /* Deprecated */
11529                   "\013\000\001CIM_RedundancySet\000",
11530 mike  1.1.2.1     /* UMLPackagePath */
11531                   "\057CIM::Core::Redundancy",
11532                   /* Version */
11533                   "\0632.13.0",
11534                   0,
11535               };
11536               
11537               SourceClass
11538               __root_PG_InterOp_CIM_SpareGroup =
11539               {
11540                   /* flags */
11541                   PEGASUS_FLAG_CLASS,
11542                   /* name */
11543                   "CIM_SpareGroup",
11544                   /* qualifiers */
11545                   __root_PG_InterOp_CIM_SpareGroup_qualifiers,
11546                   /* superClass */
11547                   &__root_PG_InterOp_CIM_RedundancyGroup,
11548                   /* features */
11549                   _CIM_SpareGroup_features,
11550               };
11551 mike  1.1.2.1 
11552               //==============================================================================
11553               //
11554               // Class: CIM_StatisticsCollection
11555               //
11556               //==============================================================================
11557               
11558               static const char*
11559               _CIM_StatisticsCollection_SampleInterval_qualifiers[] =
11560               {
11561                   0,
11562               };
11563               
11564               static SourceProperty
11565               _CIM_StatisticsCollection_SampleInterval =
11566               {
11567                   /* flags */
11568                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11569                   /* name */
11570                   "SampleInterval",
11571                   /* qualifiers */
11572 mike  1.1.2.1     _CIM_StatisticsCollection_SampleInterval_qualifiers,
11573                   /* type */
11574                   CIMTYPE_DATETIME,
11575                   /* subscript */
11576                   -1,
11577                   /* value */
11578                   "00000000000000.000000:000",
11579               };
11580               
11581               static const char*
11582               _CIM_StatisticsCollection_TimeLastSampled_qualifiers[] =
11583               {
11584                   0,
11585               };
11586               
11587               static SourceProperty
11588               _CIM_StatisticsCollection_TimeLastSampled =
11589               {
11590                   /* flags */
11591                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11592                   /* name */
11593 mike  1.1.2.1     "TimeLastSampled",
11594                   /* qualifiers */
11595                   _CIM_StatisticsCollection_TimeLastSampled_qualifiers,
11596                   /* type */
11597                   CIMTYPE_DATETIME,
11598                   /* subscript */
11599                   -1,
11600                   /* value */
11601                   0,
11602               };
11603               
11604               static SourceFeature*
11605               _CIM_StatisticsCollection_features[] =
11606               {
11607                   (SourceFeature*)&_CIM_StatisticsCollection_SampleInterval,
11608                   (SourceFeature*)&_CIM_StatisticsCollection_TimeLastSampled,
11609                   0,
11610               };
11611               
11612               static const char*
11613               __root_PG_InterOp_CIM_StatisticsCollection_qualifiers[] =
11614 mike  1.1.2.1 {
11615                   /* UMLPackagePath */
11616                   "\057CIM::Core::Statistics",
11617                   /* Version */
11618                   "\0632.8.1000",
11619                   0,
11620               };
11621               
11622               SourceClass
11623               __root_PG_InterOp_CIM_StatisticsCollection =
11624               {
11625                   /* flags */
11626                   PEGASUS_FLAG_CLASS,
11627                   /* name */
11628                   "CIM_StatisticsCollection",
11629                   /* qualifiers */
11630                   __root_PG_InterOp_CIM_StatisticsCollection_qualifiers,
11631                   /* superClass */
11632                   &__root_PG_InterOp_CIM_SystemSpecificCollection,
11633                   /* features */
11634                   _CIM_StatisticsCollection_features,
11635 mike  1.1.2.1 };
11636               
11637               //==============================================================================
11638               //
11639               // Class: CIM_StorageRedundancyGroup
11640               //
11641               //==============================================================================
11642               
11643               static const char*
11644               _CIM_StorageRedundancyGroup_TypeOfAlgorithm_qualifiers[] =
11645               {
11646                   /* Deprecated */
11647                   "\013\000\001CIM_StorageRedundancySet.TypeOfAlgorithm\000",
11648                   /* ValueMap */
11649                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
11650                   /* Values */
11651                   "\062\000\010None\000Other\000Unknown\000Copy\000XOR\000P+Q\000S\000P+S\000",
11652                   /* MappingStrings */
11653                   "\026\000\001MIF.DMTF|Redundancy Group|001.2\000",
11654                   0,
11655               };
11656 mike  1.1.2.1 
11657               static SourceProperty
11658               _CIM_StorageRedundancyGroup_TypeOfAlgorithm =
11659               {
11660                   /* flags */
11661                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11662                   /* name */
11663                   "TypeOfAlgorithm",
11664                   /* qualifiers */
11665                   _CIM_StorageRedundancyGroup_TypeOfAlgorithm_qualifiers,
11666                   /* type */
11667                   CIMTYPE_UINT16,
11668                   /* subscript */
11669                   -1,
11670                   /* value */
11671                   0,
11672               };
11673               
11674               static const char*
11675               _CIM_StorageRedundancyGroup_StorageRedundancy_qualifiers[] =
11676               {
11677 mike  1.1.2.1     /* Deprecated */
11678                   "\013\000\001No Value\000",
11679                   /* ValueMap */
11680                   "\061\000\0110\0001\0002\0003\0004\0005\0006\0007\0008\000",
11681                   /* Values */
11682                   "\062\000\011No Additional Status\000Reconfig In Progress\000Data Lost\000Not Currently Configured\000Protected Rebuild\000Redundancy Disabled\000Unprotected Rebuild\000Recalculating\000Verifying\000",
11683                   0,
11684               };
11685               
11686               static SourceProperty
11687               _CIM_StorageRedundancyGroup_StorageRedundancy =
11688               {
11689                   /* flags */
11690                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11691                   /* name */
11692                   "StorageRedundancy",
11693                   /* qualifiers */
11694                   _CIM_StorageRedundancyGroup_StorageRedundancy_qualifiers,
11695                   /* type */
11696                   CIMTYPE_UINT16,
11697                   /* subscript */
11698 mike  1.1.2.1     -1,
11699                   /* value */
11700                   0,
11701               };
11702               
11703               static const char*
11704               _CIM_StorageRedundancyGroup_IsStriped_qualifiers[] =
11705               {
11706                   /* Deprecated */
11707                   "\013\000\001CIM_CompositeExtent.ExtentStripeLength\000",
11708                   0,
11709               };
11710               
11711               static SourceProperty
11712               _CIM_StorageRedundancyGroup_IsStriped =
11713               {
11714                   /* flags */
11715                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11716                   /* name */
11717                   "IsStriped",
11718                   /* qualifiers */
11719 mike  1.1.2.1     _CIM_StorageRedundancyGroup_IsStriped_qualifiers,
11720                   /* type */
11721                   CIMTYPE_BOOLEAN,
11722                   /* subscript */
11723                   -1,
11724                   /* value */
11725                   0,
11726               };
11727               
11728               static const char*
11729               _CIM_StorageRedundancyGroup_IsConcatenated_qualifiers[] =
11730               {
11731                   /* Deprecated */
11732                   "\013\000\001CIM_CompositeExtent.IsConcatenated\000",
11733                   0,
11734               };
11735               
11736               static SourceProperty
11737               _CIM_StorageRedundancyGroup_IsConcatenated =
11738               {
11739                   /* flags */
11740 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11741                   /* name */
11742                   "IsConcatenated",
11743                   /* qualifiers */
11744                   _CIM_StorageRedundancyGroup_IsConcatenated_qualifiers,
11745                   /* type */
11746                   CIMTYPE_BOOLEAN,
11747                   /* subscript */
11748                   -1,
11749                   /* value */
11750                   0,
11751               };
11752               
11753               static SourceFeature*
11754               _CIM_StorageRedundancyGroup_features[] =
11755               {
11756                   (SourceFeature*)&_CIM_StorageRedundancyGroup_TypeOfAlgorithm,
11757                   (SourceFeature*)&_CIM_StorageRedundancyGroup_StorageRedundancy,
11758                   (SourceFeature*)&_CIM_StorageRedundancyGroup_IsStriped,
11759                   (SourceFeature*)&_CIM_StorageRedundancyGroup_IsConcatenated,
11760                   0,
11761 mike  1.1.2.1 };
11762               
11763               static const char*
11764               __root_PG_InterOp_CIM_StorageRedundancyGroup_qualifiers[] =
11765               {
11766                   /* Deprecated */
11767                   "\013\000\001CIM_StorageRedundancySet\000",
11768                   /* UMLPackagePath */
11769                   "\057CIM::Core::Redundancy",
11770                   /* Version */
11771                   "\0632.13.0",
11772                   0,
11773               };
11774               
11775               SourceClass
11776               __root_PG_InterOp_CIM_StorageRedundancyGroup =
11777               {
11778                   /* flags */
11779                   PEGASUS_FLAG_CLASS,
11780                   /* name */
11781                   "CIM_StorageRedundancyGroup",
11782 mike  1.1.2.1     /* qualifiers */
11783                   __root_PG_InterOp_CIM_StorageRedundancyGroup_qualifiers,
11784                   /* superClass */
11785                   &__root_PG_InterOp_CIM_RedundancyGroup,
11786                   /* features */
11787                   _CIM_StorageRedundancyGroup_features,
11788               };
11789               
11790               //==============================================================================
11791               //
11792               // Class: CIM_StorageRedundancySet
11793               //
11794               //==============================================================================
11795               
11796               static const char*
11797               _CIM_StorageRedundancySet_TypeOfAlgorithm_qualifiers[] =
11798               {
11799                   /* ValueMap */
11800                   "\061\000\0070\0001\0003\0004\0005\0006\0007\000",
11801                   /* Values */
11802                   "\062\000\007Unknown\000Other\000Copy\000XOR\000P+Q\000S\000P+S\000",
11803 mike  1.1.2.1     /* MappingStrings */
11804                   "\026\000\001MIF.DMTF|Redundancy Group|001.2\000",
11805                   /* ModelCorrespondence */
11806                   "\036\000\001CIM_StorageRedundancySet.OtherAlgorithm\000",
11807                   0,
11808               };
11809               
11810               static SourceProperty
11811               _CIM_StorageRedundancySet_TypeOfAlgorithm =
11812               {
11813                   /* flags */
11814                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11815                   /* name */
11816                   "TypeOfAlgorithm",
11817                   /* qualifiers */
11818                   _CIM_StorageRedundancySet_TypeOfAlgorithm_qualifiers,
11819                   /* type */
11820                   CIMTYPE_UINT16,
11821                   /* subscript */
11822                   -1,
11823                   /* value */
11824 mike  1.1.2.1     0,
11825               };
11826               
11827               static const char*
11828               _CIM_StorageRedundancySet_OtherAlgorithm_qualifiers[] =
11829               {
11830                   /* ModelCorrespondence */
11831                   "\036\000\001CIM_StorageRedundancySet.TypeOfAlgorithm\000",
11832                   0,
11833               };
11834               
11835               static SourceProperty
11836               _CIM_StorageRedundancySet_OtherAlgorithm =
11837               {
11838                   /* flags */
11839                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11840                   /* name */
11841                   "OtherAlgorithm",
11842                   /* qualifiers */
11843                   _CIM_StorageRedundancySet_OtherAlgorithm_qualifiers,
11844                   /* type */
11845 mike  1.1.2.1     CIMTYPE_STRING,
11846                   /* subscript */
11847                   -1,
11848                   /* value */
11849                   0,
11850               };
11851               
11852               static SourceFeature*
11853               _CIM_StorageRedundancySet_features[] =
11854               {
11855                   (SourceFeature*)&_CIM_StorageRedundancySet_TypeOfAlgorithm,
11856                   (SourceFeature*)&_CIM_StorageRedundancySet_OtherAlgorithm,
11857                   0,
11858               };
11859               
11860               static const char*
11861               __root_PG_InterOp_CIM_StorageRedundancySet_qualifiers[] =
11862               {
11863                   /* UMLPackagePath */
11864                   "\057CIM::Core::Redundancy",
11865                   /* Version */
11866 mike  1.1.2.1     "\0632.8.1000",
11867                   0,
11868               };
11869               
11870               SourceClass
11871               __root_PG_InterOp_CIM_StorageRedundancySet =
11872               {
11873                   /* flags */
11874                   PEGASUS_FLAG_CLASS,
11875                   /* name */
11876                   "CIM_StorageRedundancySet",
11877                   /* qualifiers */
11878                   __root_PG_InterOp_CIM_StorageRedundancySet_qualifiers,
11879                   /* superClass */
11880                   &__root_PG_InterOp_CIM_RedundancySet,
11881                   /* features */
11882                   _CIM_StorageRedundancySet_features,
11883               };
11884               
11885               //==============================================================================
11886               //
11887 mike  1.1.2.1 // Class: CIM_ActsAsSpare
11888               //
11889               //==============================================================================
11890               
11891               static const char*
11892               _CIM_ActsAsSpare_Group_qualifiers[] =
11893               {
11894                   /* Deprecated */
11895                   "\013\000\001CIM_IsSpare.Dependent\000",
11896                   0,
11897               };
11898               
11899               static SourceReference
11900               _CIM_ActsAsSpare_Group =
11901               {
11902                   /* flags */
11903                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
11904                   /* name */
11905                   "Group",
11906                   /* qualifiers */
11907                   _CIM_ActsAsSpare_Group_qualifiers,
11908 mike  1.1.2.1     /* subscript */
11909                   -1,
11910                   /* refClassId */
11911                   &__root_PG_InterOp_CIM_SpareGroup,
11912               };
11913               
11914               static const char*
11915               _CIM_ActsAsSpare_Spare_qualifiers[] =
11916               {
11917                   /* Deprecated */
11918                   "\013\000\001CIM_IsSpare.Antecedent\000",
11919                   0,
11920               };
11921               
11922               static SourceReference
11923               _CIM_ActsAsSpare_Spare =
11924               {
11925                   /* flags */
11926                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
11927                   /* name */
11928                   "Spare",
11929 mike  1.1.2.1     /* qualifiers */
11930                   _CIM_ActsAsSpare_Spare_qualifiers,
11931                   /* subscript */
11932                   -1,
11933                   /* refClassId */
11934                   &__root_PG_InterOp_CIM_ManagedSystemElement,
11935               };
11936               
11937               static const char*
11938               _CIM_ActsAsSpare_HotStandby_qualifiers[] =
11939               {
11940                   /* Deprecated */
11941                   "\013\000\001CIM_IsSpare.SpareStatus\000",
11942                   0,
11943               };
11944               
11945               static SourceProperty
11946               _CIM_ActsAsSpare_HotStandby =
11947               {
11948                   /* flags */
11949                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
11950 mike  1.1.2.1     /* name */
11951                   "HotStandby",
11952                   /* qualifiers */
11953                   _CIM_ActsAsSpare_HotStandby_qualifiers,
11954                   /* type */
11955                   CIMTYPE_BOOLEAN,
11956                   /* subscript */
11957                   -1,
11958                   /* value */
11959                   0,
11960               };
11961               
11962               static SourceFeature*
11963               _CIM_ActsAsSpare_features[] =
11964               {
11965                   (SourceFeature*)&_CIM_ActsAsSpare_Group,
11966                   (SourceFeature*)&_CIM_ActsAsSpare_Spare,
11967                   (SourceFeature*)&_CIM_ActsAsSpare_HotStandby,
11968                   0,
11969               };
11970               
11971 mike  1.1.2.1 static const char*
11972               __root_PG_InterOp_CIM_ActsAsSpare_qualifiers[] =
11973               {
11974                   /* Deprecated */
11975                   "\013\000\001CIM_IsSpare\000",
11976                   /* UMLPackagePath */
11977                   "\057CIM::Core::Redundancy",
11978                   /* Version */
11979                   "\0632.13.0",
11980                   0,
11981               };
11982               
11983               SourceClass
11984               __root_PG_InterOp_CIM_ActsAsSpare =
11985               {
11986                   /* flags */
11987                   PEGASUS_FLAG_ASSOCIATION,
11988                   /* name */
11989                   "CIM_ActsAsSpare",
11990                   /* qualifiers */
11991                   __root_PG_InterOp_CIM_ActsAsSpare_qualifiers,
11992 mike  1.1.2.1     /* superClass */
11993                   0,
11994                   /* features */
11995                   _CIM_ActsAsSpare_features,
11996               };
11997               
11998               //==============================================================================
11999               //
12000               // Class: CIM_DefaultSetting
12001               //
12002               //==============================================================================
12003               
12004               static const char*
12005               _CIM_DefaultSetting_Setting_qualifiers[] =
12006               {
12007                   /* Override */
12008                   "\044Setting",
12009                   /* Max */
12010                   "\027\000\000\000\001",
12011                   0,
12012               };
12013 mike  1.1.2.1 
12014               static SourceReference
12015               _CIM_DefaultSetting_Setting =
12016               {
12017                   /* flags */
12018                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
12019                   /* name */
12020                   "Setting",
12021                   /* qualifiers */
12022                   _CIM_DefaultSetting_Setting_qualifiers,
12023                   /* subscript */
12024                   -1,
12025                   /* refClassId */
12026                   &__root_PG_InterOp_CIM_Setting,
12027               };
12028               
12029               static SourceFeature*
12030               _CIM_DefaultSetting_features[] =
12031               {
12032                   (SourceFeature*)&_CIM_DefaultSetting_Setting,
12033                   0,
12034 mike  1.1.2.1 };
12035               
12036               static const char*
12037               __root_PG_InterOp_CIM_DefaultSetting_qualifiers[] =
12038               {
12039                   /* UMLPackagePath */
12040                   "\057CIM::Core::Settings",
12041                   /* Version */
12042                   "\0632.10.0",
12043                   0,
12044               };
12045               
12046               SourceClass
12047               __root_PG_InterOp_CIM_DefaultSetting =
12048               {
12049                   /* flags */
12050                   PEGASUS_FLAG_ASSOCIATION,
12051                   /* name */
12052                   "CIM_DefaultSetting",
12053                   /* qualifiers */
12054                   __root_PG_InterOp_CIM_DefaultSetting_qualifiers,
12055 mike  1.1.2.1     /* superClass */
12056                   &__root_PG_InterOp_CIM_ElementSetting,
12057                   /* features */
12058                   _CIM_DefaultSetting_features,
12059               };
12060               
12061               //==============================================================================
12062               //
12063               // Class: CIM_ElementSoftwareIdentity
12064               //
12065               //==============================================================================
12066               
12067               static const char*
12068               _CIM_ElementSoftwareIdentity_Antecedent_qualifiers[] =
12069               {
12070                   /* Override */
12071                   "\044Antecedent",
12072                   0,
12073               };
12074               
12075               static SourceReference
12076 mike  1.1.2.1 _CIM_ElementSoftwareIdentity_Antecedent =
12077               {
12078                   /* flags */
12079                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
12080                   /* name */
12081                   "Antecedent",
12082                   /* qualifiers */
12083                   _CIM_ElementSoftwareIdentity_Antecedent_qualifiers,
12084                   /* subscript */
12085                   -1,
12086                   /* refClassId */
12087                   &__root_PG_InterOp_CIM_SoftwareIdentity,
12088               };
12089               
12090               static const char*
12091               _CIM_ElementSoftwareIdentity_Dependent_qualifiers[] =
12092               {
12093                   /* Override */
12094                   "\044Dependent",
12095                   0,
12096               };
12097 mike  1.1.2.1 
12098               static SourceReference
12099               _CIM_ElementSoftwareIdentity_Dependent =
12100               {
12101                   /* flags */
12102                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
12103                   /* name */
12104                   "Dependent",
12105                   /* qualifiers */
12106                   _CIM_ElementSoftwareIdentity_Dependent_qualifiers,
12107                   /* subscript */
12108                   -1,
12109                   /* refClassId */
12110                   &__root_PG_InterOp_CIM_ManagedElement,
12111               };
12112               
12113               static const char*
12114               _CIM_ElementSoftwareIdentity_UpgradeCondition_qualifiers[] =
12115               {
12116                   /* ValueMap */
12117                   "\061\000\0100\0001\0002\0003\0004\0005\000..\0000x8000..0xFFFF\000",
12118 mike  1.1.2.1     /* Values */
12119                   "\062\000\010Unknown\000Other\000Resides off device\000Owner Upgradeable\000Factory Upgradeable\000Not Upgradeable\000DMTF Reserved\000Vendor Reserved\000",
12120                   /* ModelCorrespondence */
12121                   "\036\000\001CIM_ElementSoftwareIdentity.OtherUpgradeCondition\000",
12122                   0,
12123               };
12124               
12125               static SourceProperty
12126               _CIM_ElementSoftwareIdentity_UpgradeCondition =
12127               {
12128                   /* flags */
12129                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12130                   /* name */
12131                   "UpgradeCondition",
12132                   /* qualifiers */
12133                   _CIM_ElementSoftwareIdentity_UpgradeCondition_qualifiers,
12134                   /* type */
12135                   CIMTYPE_UINT16,
12136                   /* subscript */
12137                   -1,
12138                   /* value */
12139 mike  1.1.2.1     0,
12140               };
12141               
12142               static const char*
12143               _CIM_ElementSoftwareIdentity_OtherUpgradeCondition_qualifiers[] =
12144               {
12145                   /* ModelCorrespondence */
12146                   "\036\000\001CIM_ElementSoftwareIdentity.UpgradeCondition\000",
12147                   0,
12148               };
12149               
12150               static SourceProperty
12151               _CIM_ElementSoftwareIdentity_OtherUpgradeCondition =
12152               {
12153                   /* flags */
12154                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12155                   /* name */
12156                   "OtherUpgradeCondition",
12157                   /* qualifiers */
12158                   _CIM_ElementSoftwareIdentity_OtherUpgradeCondition_qualifiers,
12159                   /* type */
12160 mike  1.1.2.1     CIMTYPE_STRING,
12161                   /* subscript */
12162                   -1,
12163                   /* value */
12164                   0,
12165               };
12166               
12167               static SourceFeature*
12168               _CIM_ElementSoftwareIdentity_features[] =
12169               {
12170                   (SourceFeature*)&_CIM_ElementSoftwareIdentity_Antecedent,
12171                   (SourceFeature*)&_CIM_ElementSoftwareIdentity_Dependent,
12172                   (SourceFeature*)&_CIM_ElementSoftwareIdentity_UpgradeCondition,
12173                   (SourceFeature*)&_CIM_ElementSoftwareIdentity_OtherUpgradeCondition,
12174                   0,
12175               };
12176               
12177               static const char*
12178               __root_PG_InterOp_CIM_ElementSoftwareIdentity_qualifiers[] =
12179               {
12180                   /* UMLPackagePath */
12181 mike  1.1.2.1     "\057CIM::Core::Software",
12182                   /* Version */
12183                   "\0632.8.0",
12184                   0,
12185               };
12186               
12187               SourceClass
12188               __root_PG_InterOp_CIM_ElementSoftwareIdentity =
12189               {
12190                   /* flags */
12191                   PEGASUS_FLAG_ASSOCIATION,
12192                   /* name */
12193                   "CIM_ElementSoftwareIdentity",
12194                   /* qualifiers */
12195                   __root_PG_InterOp_CIM_ElementSoftwareIdentity_qualifiers,
12196                   /* superClass */
12197                   &__root_PG_InterOp_CIM_Dependency,
12198                   /* features */
12199                   _CIM_ElementSoftwareIdentity_features,
12200               };
12201               
12202 mike  1.1.2.1 //==============================================================================
12203               //
12204               // Class: CIM_ExtraCapacityGroup
12205               //
12206               //==============================================================================
12207               
12208               static const char*
12209               _CIM_ExtraCapacityGroup_MinNumberNeeded_qualifiers[] =
12210               {
12211                   /* Deprecated */
12212                   "\013\000\001CIM_RedundancySet.MinNumberNeeded\000",
12213                   0,
12214               };
12215               
12216               static SourceProperty
12217               _CIM_ExtraCapacityGroup_MinNumberNeeded =
12218               {
12219                   /* flags */
12220                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12221                   /* name */
12222                   "MinNumberNeeded",
12223 mike  1.1.2.1     /* qualifiers */
12224                   _CIM_ExtraCapacityGroup_MinNumberNeeded_qualifiers,
12225                   /* type */
12226                   CIMTYPE_UINT32,
12227                   /* subscript */
12228                   -1,
12229                   /* value */
12230                   0,
12231               };
12232               
12233               static const char*
12234               _CIM_ExtraCapacityGroup_LoadBalancedGroup_qualifiers[] =
12235               {
12236                   /* Deprecated */
12237                   "\013\000\001CIM_RedundancySet.TypeOfSet\000",
12238                   0,
12239               };
12240               
12241               static SourceProperty
12242               _CIM_ExtraCapacityGroup_LoadBalancedGroup =
12243               {
12244 mike  1.1.2.1     /* flags */
12245                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12246                   /* name */
12247                   "LoadBalancedGroup",
12248                   /* qualifiers */
12249                   _CIM_ExtraCapacityGroup_LoadBalancedGroup_qualifiers,
12250                   /* type */
12251                   CIMTYPE_BOOLEAN,
12252                   /* subscript */
12253                   -1,
12254                   /* value */
12255                   0,
12256               };
12257               
12258               static SourceFeature*
12259               _CIM_ExtraCapacityGroup_features[] =
12260               {
12261                   (SourceFeature*)&_CIM_ExtraCapacityGroup_MinNumberNeeded,
12262                   (SourceFeature*)&_CIM_ExtraCapacityGroup_LoadBalancedGroup,
12263                   0,
12264               };
12265 mike  1.1.2.1 
12266               static const char*
12267               __root_PG_InterOp_CIM_ExtraCapacityGroup_qualifiers[] =
12268               {
12269                   /* Deprecated */
12270                   "\013\000\001CIM_RedundancySet\000",
12271                   /* UMLPackagePath */
12272                   "\057CIM::Core::Redundancy",
12273                   /* Version */
12274                   "\0632.13.0",
12275                   0,
12276               };
12277               
12278               SourceClass
12279               __root_PG_InterOp_CIM_ExtraCapacityGroup =
12280               {
12281                   /* flags */
12282                   PEGASUS_FLAG_CLASS,
12283                   /* name */
12284                   "CIM_ExtraCapacityGroup",
12285                   /* qualifiers */
12286 mike  1.1.2.1     __root_PG_InterOp_CIM_ExtraCapacityGroup_qualifiers,
12287                   /* superClass */
12288                   &__root_PG_InterOp_CIM_RedundancyGroup,
12289                   /* features */
12290                   _CIM_ExtraCapacityGroup_features,
12291               };
12292               
12293               //==============================================================================
12294               //
12295               // Class: CIM_IsSpare
12296               //
12297               //==============================================================================
12298               
12299               static const char*
12300               _CIM_IsSpare_Antecedent_qualifiers[] =
12301               {
12302                   /* Override */
12303                   "\044Antecedent",
12304                   0,
12305               };
12306               
12307 mike  1.1.2.1 static SourceReference
12308               _CIM_IsSpare_Antecedent =
12309               {
12310                   /* flags */
12311                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
12312                   /* name */
12313                   "Antecedent",
12314                   /* qualifiers */
12315                   _CIM_IsSpare_Antecedent_qualifiers,
12316                   /* subscript */
12317                   -1,
12318                   /* refClassId */
12319                   &__root_PG_InterOp_CIM_ManagedElement,
12320               };
12321               
12322               static const char*
12323               _CIM_IsSpare_Dependent_qualifiers[] =
12324               {
12325                   /* Override */
12326                   "\044Dependent",
12327                   0,
12328 mike  1.1.2.1 };
12329               
12330               static SourceReference
12331               _CIM_IsSpare_Dependent =
12332               {
12333                   /* flags */
12334                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
12335                   /* name */
12336                   "Dependent",
12337                   /* qualifiers */
12338                   _CIM_IsSpare_Dependent_qualifiers,
12339                   /* subscript */
12340                   -1,
12341                   /* refClassId */
12342                   &__root_PG_InterOp_CIM_RedundancySet,
12343               };
12344               
12345               static const char*
12346               _CIM_IsSpare_SpareStatus_qualifiers[] =
12347               {
12348                   /* ValueMap */
12349 mike  1.1.2.1     "\061\000\0030\0002\0003\000",
12350                   /* Values */
12351                   "\062\000\003Unknown\000Hot Standby\000Cold Standby\000",
12352                   0,
12353               };
12354               
12355               static SourceProperty
12356               _CIM_IsSpare_SpareStatus =
12357               {
12358                   /* flags */
12359                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12360                   /* name */
12361                   "SpareStatus",
12362                   /* qualifiers */
12363                   _CIM_IsSpare_SpareStatus_qualifiers,
12364                   /* type */
12365                   CIMTYPE_UINT16,
12366                   /* subscript */
12367                   -1,
12368                   /* value */
12369                   0,
12370 mike  1.1.2.1 };
12371               
12372               static const char*
12373               _CIM_IsSpare_FailoverSupported_qualifiers[] =
12374               {
12375                   /* ValueMap */
12376                   "\061\000\0040\0002\0003\0004\000",
12377                   /* Values */
12378                   "\062\000\004Unknown\000Automatic\000Manual\000Both Manual and Automatic\000",
12379                   0,
12380               };
12381               
12382               static SourceProperty
12383               _CIM_IsSpare_FailoverSupported =
12384               {
12385                   /* flags */
12386                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12387                   /* name */
12388                   "FailoverSupported",
12389                   /* qualifiers */
12390                   _CIM_IsSpare_FailoverSupported_qualifiers,
12391 mike  1.1.2.1     /* type */
12392                   CIMTYPE_UINT16,
12393                   /* subscript */
12394                   -1,
12395                   /* value */
12396                   0,
12397               };
12398               
12399               static SourceFeature*
12400               _CIM_IsSpare_features[] =
12401               {
12402                   (SourceFeature*)&_CIM_IsSpare_Antecedent,
12403                   (SourceFeature*)&_CIM_IsSpare_Dependent,
12404                   (SourceFeature*)&_CIM_IsSpare_SpareStatus,
12405                   (SourceFeature*)&_CIM_IsSpare_FailoverSupported,
12406                   0,
12407               };
12408               
12409               static const char*
12410               __root_PG_InterOp_CIM_IsSpare_qualifiers[] =
12411               {
12412 mike  1.1.2.1     /* UMLPackagePath */
12413                   "\057CIM::Core::Redundancy",
12414                   /* Version */
12415                   "\0632.10.0",
12416                   0,
12417               };
12418               
12419               SourceClass
12420               __root_PG_InterOp_CIM_IsSpare =
12421               {
12422                   /* flags */
12423                   PEGASUS_FLAG_ASSOCIATION,
12424                   /* name */
12425                   "CIM_IsSpare",
12426                   /* qualifiers */
12427                   __root_PG_InterOp_CIM_IsSpare_qualifiers,
12428                   /* superClass */
12429                   &__root_PG_InterOp_CIM_Dependency,
12430                   /* features */
12431                   _CIM_IsSpare_features,
12432               };
12433 mike  1.1.2.1 
12434               //==============================================================================
12435               //
12436               // Class: CIM_Job
12437               //
12438               //==============================================================================
12439               
12440               static const char*
12441               _CIM_Job_JobStatus_qualifiers[] =
12442               {
12443                   /* ModelCorrespondence */
12444                   "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
12445                   0,
12446               };
12447               
12448               static SourceProperty
12449               _CIM_Job_JobStatus =
12450               {
12451                   /* flags */
12452                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12453                   /* name */
12454 mike  1.1.2.1     "JobStatus",
12455                   /* qualifiers */
12456                   _CIM_Job_JobStatus_qualifiers,
12457                   /* type */
12458                   CIMTYPE_STRING,
12459                   /* subscript */
12460                   -1,
12461                   /* value */
12462                   0,
12463               };
12464               
12465               static const char*
12466               _CIM_Job_TimeSubmitted_qualifiers[] =
12467               {
12468                   0,
12469               };
12470               
12471               static SourceProperty
12472               _CIM_Job_TimeSubmitted =
12473               {
12474                   /* flags */
12475 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12476                   /* name */
12477                   "TimeSubmitted",
12478                   /* qualifiers */
12479                   _CIM_Job_TimeSubmitted_qualifiers,
12480                   /* type */
12481                   CIMTYPE_DATETIME,
12482                   /* subscript */
12483                   -1,
12484                   /* value */
12485                   0,
12486               };
12487               
12488               static const char*
12489               _CIM_Job_ScheduledStartTime_qualifiers[] =
12490               {
12491                   /* Deprecated */
12492                   "\013\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
12493                   0,
12494               };
12495               
12496 mike  1.1.2.1 static SourceProperty
12497               _CIM_Job_ScheduledStartTime =
12498               {
12499                   /* flags */
12500                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12501                   /* name */
12502                   "ScheduledStartTime",
12503                   /* qualifiers */
12504                   _CIM_Job_ScheduledStartTime_qualifiers,
12505                   /* type */
12506                   CIMTYPE_DATETIME,
12507                   /* subscript */
12508                   -1,
12509                   /* value */
12510                   0,
12511               };
12512               
12513               static const char*
12514               _CIM_Job_StartTime_qualifiers[] =
12515               {
12516                   0,
12517 mike  1.1.2.1 };
12518               
12519               static SourceProperty
12520               _CIM_Job_StartTime =
12521               {
12522                   /* flags */
12523                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12524                   /* name */
12525                   "StartTime",
12526                   /* qualifiers */
12527                   _CIM_Job_StartTime_qualifiers,
12528                   /* type */
12529                   CIMTYPE_DATETIME,
12530                   /* subscript */
12531                   -1,
12532                   /* value */
12533                   0,
12534               };
12535               
12536               static const char*
12537               _CIM_Job_ElapsedTime_qualifiers[] =
12538 mike  1.1.2.1 {
12539                   0,
12540               };
12541               
12542               static SourceProperty
12543               _CIM_Job_ElapsedTime =
12544               {
12545                   /* flags */
12546                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12547                   /* name */
12548                   "ElapsedTime",
12549                   /* qualifiers */
12550                   _CIM_Job_ElapsedTime_qualifiers,
12551                   /* type */
12552                   CIMTYPE_DATETIME,
12553                   /* subscript */
12554                   -1,
12555                   /* value */
12556                   0,
12557               };
12558               
12559 mike  1.1.2.1 static const char*
12560               _CIM_Job_JobRunTimes_qualifiers[] =
12561               {
12562                   0,
12563               };
12564               
12565               static SourceProperty
12566               _CIM_Job_JobRunTimes =
12567               {
12568                   /* flags */
12569                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12570                   /* name */
12571                   "JobRunTimes",
12572                   /* qualifiers */
12573                   _CIM_Job_JobRunTimes_qualifiers,
12574                   /* type */
12575                   CIMTYPE_UINT32,
12576                   /* subscript */
12577                   -1,
12578                   /* value */
12579                   "\000\000\000\001",
12580 mike  1.1.2.1 };
12581               
12582               static const char*
12583               _CIM_Job_RunMonth_qualifiers[] =
12584               {
12585                   /* ValueMap */
12586                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
12587                   /* Values */
12588                   "\062\000\014January\000February\000March\000April\000May\000June\000July\000August\000September\000October\000November\000December\000",
12589                   /* ModelCorrespondence */
12590                   "\036\000\003CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
12591                   0,
12592               };
12593               
12594               static SourceProperty
12595               _CIM_Job_RunMonth =
12596               {
12597                   /* flags */
12598                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12599                   /* name */
12600                   "RunMonth",
12601 mike  1.1.2.1     /* qualifiers */
12602                   _CIM_Job_RunMonth_qualifiers,
12603                   /* type */
12604                   CIMTYPE_UINT8,
12605                   /* subscript */
12606                   -1,
12607                   /* value */
12608                   0,
12609               };
12610               
12611               static const char*
12612               _CIM_Job_RunDay_qualifiers[] =
12613               {
12614                   /* MinValue */
12615                   "\035\377\377\377\377\377\377\377\341",
12616                   /* MaxValue */
12617                   "\031\000\000\000\000\000\000\000\037",
12618                   /* ModelCorrespondence */
12619                   "\036\000\003CIM_Job.RunMonth\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
12620                   0,
12621               };
12622 mike  1.1.2.1 
12623               static SourceProperty
12624               _CIM_Job_RunDay =
12625               {
12626                   /* flags */
12627                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12628                   /* name */
12629                   "RunDay",
12630                   /* qualifiers */
12631                   _CIM_Job_RunDay_qualifiers,
12632                   /* type */
12633                   CIMTYPE_SINT8,
12634                   /* subscript */
12635                   -1,
12636                   /* value */
12637                   0,
12638               };
12639               
12640               static const char*
12641               _CIM_Job_RunDayOfWeek_qualifiers[] =
12642               {
12643 mike  1.1.2.1     /* ValueMap */
12644                   "\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",
12645                   /* Values */
12646                   "\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",
12647                   /* ModelCorrespondence */
12648                   "\036\000\003CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunStartInterval\000",
12649                   0,
12650               };
12651               
12652               static SourceProperty
12653               _CIM_Job_RunDayOfWeek =
12654               {
12655                   /* flags */
12656                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12657                   /* name */
12658                   "RunDayOfWeek",
12659                   /* qualifiers */
12660                   _CIM_Job_RunDayOfWeek_qualifiers,
12661                   /* type */
12662                   CIMTYPE_SINT8,
12663                   /* subscript */
12664 mike  1.1.2.1     -1,
12665                   /* value */
12666                   0,
12667               };
12668               
12669               static const char*
12670               _CIM_Job_RunStartInterval_qualifiers[] =
12671               {
12672                   /* ModelCorrespondence */
12673                   "\036\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
12674                   0,
12675               };
12676               
12677               static SourceProperty
12678               _CIM_Job_RunStartInterval =
12679               {
12680                   /* flags */
12681                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12682                   /* name */
12683                   "RunStartInterval",
12684                   /* qualifiers */
12685 mike  1.1.2.1     _CIM_Job_RunStartInterval_qualifiers,
12686                   /* type */
12687                   CIMTYPE_DATETIME,
12688                   /* subscript */
12689                   -1,
12690                   /* value */
12691                   0,
12692               };
12693               
12694               static const char*
12695               _CIM_Job_LocalOrUtcTime_qualifiers[] =
12696               {
12697                   /* ValueMap */
12698                   "\061\000\0021\0002\000",
12699                   /* Values */
12700                   "\062\000\002Local Time\000UTC Time\000",
12701                   0,
12702               };
12703               
12704               static SourceProperty
12705               _CIM_Job_LocalOrUtcTime =
12706 mike  1.1.2.1 {
12707                   /* flags */
12708                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12709                   /* name */
12710                   "LocalOrUtcTime",
12711                   /* qualifiers */
12712                   _CIM_Job_LocalOrUtcTime_qualifiers,
12713                   /* type */
12714                   CIMTYPE_UINT16,
12715                   /* subscript */
12716                   -1,
12717                   /* value */
12718                   0,
12719               };
12720               
12721               static const char*
12722               _CIM_Job_UntilTime_qualifiers[] =
12723               {
12724                   /* ModelCorrespondence */
12725                   "\036\000\001CIM_Job.LocalOrUtcTime\000",
12726                   0,
12727 mike  1.1.2.1 };
12728               
12729               static SourceProperty
12730               _CIM_Job_UntilTime =
12731               {
12732                   /* flags */
12733                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12734                   /* name */
12735                   "UntilTime",
12736                   /* qualifiers */
12737                   _CIM_Job_UntilTime_qualifiers,
12738                   /* type */
12739                   CIMTYPE_DATETIME,
12740                   /* subscript */
12741                   -1,
12742                   /* value */
12743                   0,
12744               };
12745               
12746               static const char*
12747               _CIM_Job_Notify_qualifiers[] =
12748 mike  1.1.2.1 {
12749                   0,
12750               };
12751               
12752               static SourceProperty
12753               _CIM_Job_Notify =
12754               {
12755                   /* flags */
12756                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12757                   /* name */
12758                   "Notify",
12759                   /* qualifiers */
12760                   _CIM_Job_Notify_qualifiers,
12761                   /* type */
12762                   CIMTYPE_STRING,
12763                   /* subscript */
12764                   -1,
12765                   /* value */
12766                   0,
12767               };
12768               
12769 mike  1.1.2.1 static const char*
12770               _CIM_Job_Owner_qualifiers[] =
12771               {
12772                   /* ModelCorrespondence */
12773                   "\036\000\001CIM_OwningJobElement\000",
12774                   0,
12775               };
12776               
12777               static SourceProperty
12778               _CIM_Job_Owner =
12779               {
12780                   /* flags */
12781                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12782                   /* name */
12783                   "Owner",
12784                   /* qualifiers */
12785                   _CIM_Job_Owner_qualifiers,
12786                   /* type */
12787                   CIMTYPE_STRING,
12788                   /* subscript */
12789                   -1,
12790 mike  1.1.2.1     /* value */
12791                   0,
12792               };
12793               
12794               static const char*
12795               _CIM_Job_Priority_qualifiers[] =
12796               {
12797                   0,
12798               };
12799               
12800               static SourceProperty
12801               _CIM_Job_Priority =
12802               {
12803                   /* flags */
12804                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12805                   /* name */
12806                   "Priority",
12807                   /* qualifiers */
12808                   _CIM_Job_Priority_qualifiers,
12809                   /* type */
12810                   CIMTYPE_UINT32,
12811 mike  1.1.2.1     /* subscript */
12812                   -1,
12813                   /* value */
12814                   0,
12815               };
12816               
12817               static const char*
12818               _CIM_Job_PercentComplete_qualifiers[] =
12819               {
12820                   /* Units */
12821                   "\060Percent",
12822                   /* MinValue */
12823                   "\035\000\000\000\000\000\000\000\000",
12824                   /* MaxValue */
12825                   "\031\000\000\000\000\000\000\000\145",
12826                   0,
12827               };
12828               
12829               static SourceProperty
12830               _CIM_Job_PercentComplete =
12831               {
12832 mike  1.1.2.1     /* flags */
12833                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12834                   /* name */
12835                   "PercentComplete",
12836                   /* qualifiers */
12837                   _CIM_Job_PercentComplete_qualifiers,
12838                   /* type */
12839                   CIMTYPE_UINT16,
12840                   /* subscript */
12841                   -1,
12842                   /* value */
12843                   0,
12844               };
12845               
12846               static const char*
12847               _CIM_Job_DeleteOnCompletion_qualifiers[] =
12848               {
12849                   0,
12850               };
12851               
12852               static SourceProperty
12853 mike  1.1.2.1 _CIM_Job_DeleteOnCompletion =
12854               {
12855                   /* flags */
12856                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
12857                   /* name */
12858                   "DeleteOnCompletion",
12859                   /* qualifiers */
12860                   _CIM_Job_DeleteOnCompletion_qualifiers,
12861                   /* type */
12862                   CIMTYPE_BOOLEAN,
12863                   /* subscript */
12864                   -1,
12865                   /* value */
12866                   0,
12867               };
12868               
12869               static const char*
12870               _CIM_Job_ErrorCode_qualifiers[] =
12871               {
12872                   /* ModelCorrespondence */
12873                   "\036\000\001CIM_Job.ErrorDescription\000",
12874 mike  1.1.2.1     0,
12875               };
12876               
12877               static SourceProperty
12878               _CIM_Job_ErrorCode =
12879               {
12880                   /* flags */
12881                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12882                   /* name */
12883                   "ErrorCode",
12884                   /* qualifiers */
12885                   _CIM_Job_ErrorCode_qualifiers,
12886                   /* type */
12887                   CIMTYPE_UINT16,
12888                   /* subscript */
12889                   -1,
12890                   /* value */
12891                   0,
12892               };
12893               
12894               static const char*
12895 mike  1.1.2.1 _CIM_Job_ErrorDescription_qualifiers[] =
12896               {
12897                   /* ModelCorrespondence */
12898                   "\036\000\001CIM_Job.ErrorCode\000",
12899                   0,
12900               };
12901               
12902               static SourceProperty
12903               _CIM_Job_ErrorDescription =
12904               {
12905                   /* flags */
12906                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12907                   /* name */
12908                   "ErrorDescription",
12909                   /* qualifiers */
12910                   _CIM_Job_ErrorDescription_qualifiers,
12911                   /* type */
12912                   CIMTYPE_STRING,
12913                   /* subscript */
12914                   -1,
12915                   /* value */
12916 mike  1.1.2.1     0,
12917               };
12918               
12919               static const char*
12920               _CIM_Job_RecoveryAction_qualifiers[] =
12921               {
12922                   /* ValueMap */
12923                   "\061\000\0060\0001\0002\0003\0004\0005\000",
12924                   /* Values */
12925                   "\062\000\006Unknown\000Other\000Do Not Continue\000Continue With Next Job\000Re-run Job\000Run Recovery Job\000",
12926                   /* ModelCorrespondence */
12927                   "\036\000\001CIM_Job.OtherRecoveryAction\000",
12928                   0,
12929               };
12930               
12931               static SourceProperty
12932               _CIM_Job_RecoveryAction =
12933               {
12934                   /* flags */
12935                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12936                   /* name */
12937 mike  1.1.2.1     "RecoveryAction",
12938                   /* qualifiers */
12939                   _CIM_Job_RecoveryAction_qualifiers,
12940                   /* type */
12941                   CIMTYPE_UINT16,
12942                   /* subscript */
12943                   -1,
12944                   /* value */
12945                   0,
12946               };
12947               
12948               static const char*
12949               _CIM_Job_OtherRecoveryAction_qualifiers[] =
12950               {
12951                   /* ModelCorrespondence */
12952                   "\036\000\001CIM_Job.RecoveryAction\000",
12953                   0,
12954               };
12955               
12956               static SourceProperty
12957               _CIM_Job_OtherRecoveryAction =
12958 mike  1.1.2.1 {
12959                   /* flags */
12960                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
12961                   /* name */
12962                   "OtherRecoveryAction",
12963                   /* qualifiers */
12964                   _CIM_Job_OtherRecoveryAction_qualifiers,
12965                   /* type */
12966                   CIMTYPE_STRING,
12967                   /* subscript */
12968                   -1,
12969                   /* value */
12970                   0,
12971               };
12972               
12973               static const char*
12974               _CIM_Job_KillJob_DeleteOnKill_qualifiers[] =
12975               {
12976                   0,
12977               };
12978               
12979 mike  1.1.2.1 static SourceProperty
12980               _CIM_Job_KillJob_DeleteOnKill =
12981               {
12982                   /* flags */
12983                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
12984                   /* name */
12985                   "DeleteOnKill",
12986                   /* qualifiers */
12987                   _CIM_Job_KillJob_DeleteOnKill_qualifiers,
12988                   /* type */
12989                   CIMTYPE_BOOLEAN,
12990                   /* subscript */
12991                   -1,
12992                   /* value */
12993                   0,
12994               };
12995               
12996               static SourceProperty*
12997               _CIM_Job_KillJob_parameters[] =
12998               {
12999                   (SourceProperty*)&_CIM_Job_KillJob_DeleteOnKill,
13000 mike  1.1.2.1     0,
13001               };
13002               
13003               static const char*
13004               _CIM_Job_KillJob_qualifiers[] =
13005               {
13006                   /* Deprecated */
13007                   "\013\000\001CIM_ConcreteJob.RequestStateChange()\000",
13008                   /* ValueMap */
13009                   "\061\000\0110\0001\0002\0003\0004\0006\0007\000..\00032768..65535\000",
13010                   /* Values */
13011                   "\062\000\011Success\000Not Supported\000Unknown\000Timeout\000Failed\000Access Denied\000Not Found\000DMTF Reserved\000Vendor Specific\000",
13012                   0,
13013               };
13014               
13015               static SourceMethod
13016               _CIM_Job_KillJob =
13017               {
13018                   /* flags */
13019                   PEGASUS_FLAG_METHOD,
13020                   /* name */
13021 mike  1.1.2.1     "CIM_Job",
13022                   /* qualifiers */
13023                   _CIM_Job_KillJob_qualifiers,
13024                   /* type */
13025                   CIMTYPE_UINT32,
13026                   /* parameters */
13027                   _CIM_Job_KillJob_parameters,
13028               };
13029               
13030               static SourceFeature*
13031               _CIM_Job_features[] =
13032               {
13033                   (SourceFeature*)&_CIM_Job_JobStatus,
13034                   (SourceFeature*)&_CIM_Job_TimeSubmitted,
13035                   (SourceFeature*)&_CIM_Job_ScheduledStartTime,
13036                   (SourceFeature*)&_CIM_Job_StartTime,
13037                   (SourceFeature*)&_CIM_Job_ElapsedTime,
13038                   (SourceFeature*)&_CIM_Job_JobRunTimes,
13039                   (SourceFeature*)&_CIM_Job_RunMonth,
13040                   (SourceFeature*)&_CIM_Job_RunDay,
13041                   (SourceFeature*)&_CIM_Job_RunDayOfWeek,
13042 mike  1.1.2.1     (SourceFeature*)&_CIM_Job_RunStartInterval,
13043                   (SourceFeature*)&_CIM_Job_LocalOrUtcTime,
13044                   (SourceFeature*)&_CIM_Job_UntilTime,
13045                   (SourceFeature*)&_CIM_Job_Notify,
13046                   (SourceFeature*)&_CIM_Job_Owner,
13047                   (SourceFeature*)&_CIM_Job_Priority,
13048                   (SourceFeature*)&_CIM_Job_PercentComplete,
13049                   (SourceFeature*)&_CIM_Job_DeleteOnCompletion,
13050                   (SourceFeature*)&_CIM_Job_ErrorCode,
13051                   (SourceFeature*)&_CIM_Job_ErrorDescription,
13052                   (SourceFeature*)&_CIM_Job_RecoveryAction,
13053                   (SourceFeature*)&_CIM_Job_OtherRecoveryAction,
13054                   (SourceFeature*)&_CIM_Job_KillJob,
13055                   0,
13056               };
13057               
13058               static const char*
13059               __root_PG_InterOp_CIM_Job_qualifiers[] =
13060               {
13061                   /* UMLPackagePath */
13062                   "\057CIM::Core::CoreElements",
13063 mike  1.1.2.1     /* Version */
13064                   "\0632.10.0",
13065                   0,
13066               };
13067               
13068               SourceClass
13069               __root_PG_InterOp_CIM_Job =
13070               {
13071                   /* flags */
13072                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
13073                   /* name */
13074                   "CIM_Job",
13075                   /* qualifiers */
13076                   __root_PG_InterOp_CIM_Job_qualifiers,
13077                   /* superClass */
13078                   &__root_PG_InterOp_CIM_LogicalElement,
13079                   /* features */
13080                   _CIM_Job_features,
13081               };
13082               
13083               //==============================================================================
13084 mike  1.1.2.1 //
13085               // Class: CIM_ProductSoftwareComponent
13086               //
13087               //==============================================================================
13088               
13089               static const char*
13090               _CIM_ProductSoftwareComponent_GroupComponent_qualifiers[] =
13091               {
13092                   /* Override */
13093                   "\044GroupComponent",
13094                   /* Max */
13095                   "\027\000\000\000\001",
13096                   0,
13097               };
13098               
13099               static SourceReference
13100               _CIM_ProductSoftwareComponent_GroupComponent =
13101               {
13102                   /* flags */
13103                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
13104                   /* name */
13105 mike  1.1.2.1     "GroupComponent",
13106                   /* qualifiers */
13107                   _CIM_ProductSoftwareComponent_GroupComponent_qualifiers,
13108                   /* subscript */
13109                   -1,
13110                   /* refClassId */
13111                   &__root_PG_InterOp_CIM_Product,
13112               };
13113               
13114               static const char*
13115               _CIM_ProductSoftwareComponent_PartComponent_qualifiers[] =
13116               {
13117                   /* Override */
13118                   "\044PartComponent",
13119                   0,
13120               };
13121               
13122               static SourceReference
13123               _CIM_ProductSoftwareComponent_PartComponent =
13124               {
13125                   /* flags */
13126 mike  1.1.2.1     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
13127                   /* name */
13128                   "PartComponent",
13129                   /* qualifiers */
13130                   _CIM_ProductSoftwareComponent_PartComponent_qualifiers,
13131                   /* subscript */
13132                   -1,
13133                   /* refClassId */
13134                   &__root_PG_InterOp_CIM_SoftwareIdentity,
13135               };
13136               
13137               static SourceFeature*
13138               _CIM_ProductSoftwareComponent_features[] =
13139               {
13140                   (SourceFeature*)&_CIM_ProductSoftwareComponent_GroupComponent,
13141                   (SourceFeature*)&_CIM_ProductSoftwareComponent_PartComponent,
13142                   0,
13143               };
13144               
13145               static const char*
13146               __root_PG_InterOp_CIM_ProductSoftwareComponent_qualifiers[] =
13147 mike  1.1.2.1 {
13148                   /* UMLPackagePath */
13149                   "\057CIM::Core::ProductFRU",
13150                   /* Version */
13151                   "\0632.7.0",
13152                   0,
13153               };
13154               
13155               SourceClass
13156               __root_PG_InterOp_CIM_ProductSoftwareComponent =
13157               {
13158                   /* flags */
13159                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
13160                   /* name */
13161                   "CIM_ProductSoftwareComponent",
13162                   /* qualifiers */
13163                   __root_PG_InterOp_CIM_ProductSoftwareComponent_qualifiers,
13164                   /* superClass */
13165                   &__root_PG_InterOp_CIM_Component,
13166                   /* features */
13167                   _CIM_ProductSoftwareComponent_features,
13168 mike  1.1.2.1 };
13169               
13170               //==============================================================================
13171               //
13172               // Class: CIM_RedundancyComponent
13173               //
13174               //==============================================================================
13175               
13176               static const char*
13177               _CIM_RedundancyComponent_GroupComponent_qualifiers[] =
13178               {
13179                   /* Deprecated */
13180                   "\013\000\001CIM_MemberOfCollection.Collection\000",
13181                   /* Override */
13182                   "\044GroupComponent",
13183                   0,
13184               };
13185               
13186               static SourceReference
13187               _CIM_RedundancyComponent_GroupComponent =
13188               {
13189 mike  1.1.2.1     /* flags */
13190                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
13191                   /* name */
13192                   "GroupComponent",
13193                   /* qualifiers */
13194                   _CIM_RedundancyComponent_GroupComponent_qualifiers,
13195                   /* subscript */
13196                   -1,
13197                   /* refClassId */
13198                   &__root_PG_InterOp_CIM_RedundancyGroup,
13199               };
13200               
13201               static const char*
13202               _CIM_RedundancyComponent_PartComponent_qualifiers[] =
13203               {
13204                   /* Deprecated */
13205                   "\013\000\001CIM_MemberOfCollection.Member\000",
13206                   /* Override */
13207                   "\044PartComponent",
13208                   0,
13209               };
13210 mike  1.1.2.1 
13211               static SourceReference
13212               _CIM_RedundancyComponent_PartComponent =
13213               {
13214                   /* flags */
13215                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
13216                   /* name */
13217                   "PartComponent",
13218                   /* qualifiers */
13219                   _CIM_RedundancyComponent_PartComponent_qualifiers,
13220                   /* subscript */
13221                   -1,
13222                   /* refClassId */
13223                   &__root_PG_InterOp_CIM_ManagedSystemElement,
13224               };
13225               
13226               static SourceFeature*
13227               _CIM_RedundancyComponent_features[] =
13228               {
13229                   (SourceFeature*)&_CIM_RedundancyComponent_GroupComponent,
13230                   (SourceFeature*)&_CIM_RedundancyComponent_PartComponent,
13231 mike  1.1.2.1     0,
13232               };
13233               
13234               static const char*
13235               __root_PG_InterOp_CIM_RedundancyComponent_qualifiers[] =
13236               {
13237                   /* Deprecated */
13238                   "\013\000\001CIM_MemberOfCollection\000",
13239                   /* UMLPackagePath */
13240                   "\057CIM::Core::Redundancy",
13241                   /* Version */
13242                   "\0632.13.0",
13243                   0,
13244               };
13245               
13246               SourceClass
13247               __root_PG_InterOp_CIM_RedundancyComponent =
13248               {
13249                   /* flags */
13250                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
13251                   /* name */
13252 mike  1.1.2.1     "CIM_RedundancyComponent",
13253                   /* qualifiers */
13254                   __root_PG_InterOp_CIM_RedundancyComponent_qualifiers,
13255                   /* superClass */
13256                   &__root_PG_InterOp_CIM_Component,
13257                   /* features */
13258                   _CIM_RedundancyComponent_features,
13259               };
13260               
13261               //==============================================================================
13262               //
13263               // Class: CIM_ScopedSetting
13264               //
13265               //==============================================================================
13266               
13267               static const char*
13268               _CIM_ScopedSetting_Antecedent_qualifiers[] =
13269               {
13270                   /* Override */
13271                   "\044Antecedent",
13272                   /* Min */
13273 mike  1.1.2.1     "\033\000\000\000\001",
13274                   /* Max */
13275                   "\027\000\000\000\001",
13276                   0,
13277               };
13278               
13279               static SourceReference
13280               _CIM_ScopedSetting_Antecedent =
13281               {
13282                   /* flags */
13283                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
13284                   /* name */
13285                   "Antecedent",
13286                   /* qualifiers */
13287                   _CIM_ScopedSetting_Antecedent_qualifiers,
13288                   /* subscript */
13289                   -1,
13290                   /* refClassId */
13291                   &__root_PG_InterOp_CIM_ManagedElement,
13292               };
13293               
13294 mike  1.1.2.1 static const char*
13295               _CIM_ScopedSetting_Dependent_qualifiers[] =
13296               {
13297                   /* Override */
13298                   "\044Dependent",
13299                   0,
13300               };
13301               
13302               static SourceReference
13303               _CIM_ScopedSetting_Dependent =
13304               {
13305                   /* flags */
13306                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
13307                   /* name */
13308                   "Dependent",
13309                   /* qualifiers */
13310                   _CIM_ScopedSetting_Dependent_qualifiers,
13311                   /* subscript */
13312                   -1,
13313                   /* refClassId */
13314                   &__root_PG_InterOp_CIM_ScopedSettingData,
13315 mike  1.1.2.1 };
13316               
13317               static SourceFeature*
13318               _CIM_ScopedSetting_features[] =
13319               {
13320                   (SourceFeature*)&_CIM_ScopedSetting_Antecedent,
13321                   (SourceFeature*)&_CIM_ScopedSetting_Dependent,
13322                   0,
13323               };
13324               
13325               static const char*
13326               __root_PG_InterOp_CIM_ScopedSetting_qualifiers[] =
13327               {
13328                   /* UMLPackagePath */
13329                   "\057CIM::Core::Settings",
13330                   /* Version */
13331                   "\0632.10.0",
13332                   0,
13333               };
13334               
13335               SourceClass
13336 mike  1.1.2.1 __root_PG_InterOp_CIM_ScopedSetting =
13337               {
13338                   /* flags */
13339                   PEGASUS_FLAG_ASSOCIATION,
13340                   /* name */
13341                   "CIM_ScopedSetting",
13342                   /* qualifiers */
13343                   __root_PG_InterOp_CIM_ScopedSetting_qualifiers,
13344                   /* superClass */
13345                   &__root_PG_InterOp_CIM_HostedDependency,
13346                   /* features */
13347                   _CIM_ScopedSetting_features,
13348               };
13349               
13350               //==============================================================================
13351               //
13352               // Class: CIM_ConcreteJob
13353               //
13354               //==============================================================================
13355               
13356               static const char*
13357 mike  1.1.2.1 _CIM_ConcreteJob_InstanceID_qualifiers[] =
13358               {
13359                   0,
13360               };
13361               
13362               static SourceProperty
13363               _CIM_ConcreteJob_InstanceID =
13364               {
13365                   /* flags */
13366                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
13367                   /* name */
13368                   "InstanceID",
13369                   /* qualifiers */
13370                   _CIM_ConcreteJob_InstanceID_qualifiers,
13371                   /* type */
13372                   CIMTYPE_STRING,
13373                   /* subscript */
13374                   -1,
13375                   /* value */
13376                   0,
13377               };
13378 mike  1.1.2.1 
13379               static const char*
13380               _CIM_ConcreteJob_Name_qualifiers[] =
13381               {
13382                   /* Override */
13383                   "\044Name",
13384                   0,
13385               };
13386               
13387               static SourceProperty
13388               _CIM_ConcreteJob_Name =
13389               {
13390                   /* flags */
13391                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
13392                   /* name */
13393                   "Name",
13394                   /* qualifiers */
13395                   _CIM_ConcreteJob_Name_qualifiers,
13396                   /* type */
13397                   CIMTYPE_STRING,
13398                   /* subscript */
13399 mike  1.1.2.1     -1,
13400                   /* value */
13401                   0,
13402               };
13403               
13404               static const char*
13405               _CIM_ConcreteJob_JobState_qualifiers[] =
13406               {
13407                   /* ValueMap */
13408                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013..32767\00032768..65535\000",
13409                   /* Values */
13410                   "\062\000\015New\000Starting\000Running\000Suspended\000Shutting Down\000Completed\000Terminated\000Killed\000Exception\000Service\000Query Pending\000DMTF Reserved\000Vendor Reserved\000",
13411                   0,
13412               };
13413               
13414               static SourceProperty
13415               _CIM_ConcreteJob_JobState =
13416               {
13417                   /* flags */
13418                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
13419                   /* name */
13420 mike  1.1.2.1     "JobState",
13421                   /* qualifiers */
13422                   _CIM_ConcreteJob_JobState_qualifiers,
13423                   /* type */
13424                   CIMTYPE_UINT16,
13425                   /* subscript */
13426                   -1,
13427                   /* value */
13428                   0,
13429               };
13430               
13431               static const char*
13432               _CIM_ConcreteJob_TimeOfLastStateChange_qualifiers[] =
13433               {
13434                   0,
13435               };
13436               
13437               static SourceProperty
13438               _CIM_ConcreteJob_TimeOfLastStateChange =
13439               {
13440                   /* flags */
13441 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
13442                   /* name */
13443                   "TimeOfLastStateChange",
13444                   /* qualifiers */
13445                   _CIM_ConcreteJob_TimeOfLastStateChange_qualifiers,
13446                   /* type */
13447                   CIMTYPE_DATETIME,
13448                   /* subscript */
13449                   -1,
13450                   /* value */
13451                   0,
13452               };
13453               
13454               static const char*
13455               _CIM_ConcreteJob_TimeBeforeRemoval_qualifiers[] =
13456               {
13457                   0,
13458               };
13459               
13460               static SourceProperty
13461               _CIM_ConcreteJob_TimeBeforeRemoval =
13462 mike  1.1.2.1 {
13463                   /* flags */
13464                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED|PEGASUS_FLAG_WRITE,
13465                   /* name */
13466                   "TimeBeforeRemoval",
13467                   /* qualifiers */
13468                   _CIM_ConcreteJob_TimeBeforeRemoval_qualifiers,
13469                   /* type */
13470                   CIMTYPE_DATETIME,
13471                   /* subscript */
13472                   -1,
13473                   /* value */
13474                   "00000000000500.000000:000",
13475               };
13476               
13477               static const char*
13478               _CIM_ConcreteJob_RequestStateChange_RequestedState_qualifiers[] =
13479               {
13480                   /* ValueMap */
13481                   "\061\000\0072\0003\0004\0005\0006\0007..32767\00032768..65535\000",
13482                   /* Values */
13483 mike  1.1.2.1     "\062\000\007Start\000Suspend\000Terminate\000Kill\000Service\000DMTF Reserved\000Vendor Reserved\000",
13484                   0,
13485               };
13486               
13487               static SourceProperty
13488               _CIM_ConcreteJob_RequestStateChange_RequestedState =
13489               {
13490                   /* flags */
13491                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
13492                   /* name */
13493                   "RequestedState",
13494                   /* qualifiers */
13495                   _CIM_ConcreteJob_RequestStateChange_RequestedState_qualifiers,
13496                   /* type */
13497                   CIMTYPE_UINT16,
13498                   /* subscript */
13499                   -1,
13500                   /* value */
13501                   0,
13502               };
13503               
13504 mike  1.1.2.1 static const char*
13505               _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod_qualifiers[] =
13506               {
13507                   0,
13508               };
13509               
13510               static SourceProperty
13511               _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod =
13512               {
13513                   /* flags */
13514                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
13515                   /* name */
13516                   "TimeoutPeriod",
13517                   /* qualifiers */
13518                   _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod_qualifiers,
13519                   /* type */
13520                   CIMTYPE_DATETIME,
13521                   /* subscript */
13522                   -1,
13523                   /* value */
13524                   0,
13525 mike  1.1.2.1 };
13526               
13527               static SourceProperty*
13528               _CIM_ConcreteJob_RequestStateChange_parameters[] =
13529               {
13530                   (SourceProperty*)&_CIM_ConcreteJob_RequestStateChange_RequestedState,
13531                   (SourceProperty*)&_CIM_ConcreteJob_RequestStateChange_TimeoutPeriod,
13532                   0,
13533               };
13534               
13535               static const char*
13536               _CIM_ConcreteJob_RequestStateChange_qualifiers[] =
13537               {
13538                   /* ValueMap */
13539                   "\061\000\0160\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098\0004099\0004100..32767\00032768..65535\000",
13540                   /* Values */
13541                   "\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",
13542                   0,
13543               };
13544               
13545               static SourceMethod
13546 mike  1.1.2.1 _CIM_ConcreteJob_RequestStateChange =
13547               {
13548                   /* flags */
13549                   PEGASUS_FLAG_METHOD,
13550                   /* name */
13551                   "CIM_ConcreteJob",
13552                   /* qualifiers */
13553                   _CIM_ConcreteJob_RequestStateChange_qualifiers,
13554                   /* type */
13555                   CIMTYPE_UINT32,
13556                   /* parameters */
13557                   _CIM_ConcreteJob_RequestStateChange_parameters,
13558               };
13559               
13560               static SourceFeature*
13561               _CIM_ConcreteJob_features[] =
13562               {
13563                   (SourceFeature*)&_CIM_ConcreteJob_InstanceID,
13564                   (SourceFeature*)&_CIM_ConcreteJob_Name,
13565                   (SourceFeature*)&_CIM_ConcreteJob_JobState,
13566                   (SourceFeature*)&_CIM_ConcreteJob_TimeOfLastStateChange,
13567 mike  1.1.2.1     (SourceFeature*)&_CIM_ConcreteJob_TimeBeforeRemoval,
13568                   (SourceFeature*)&_CIM_ConcreteJob_RequestStateChange,
13569                   0,
13570               };
13571               
13572               static const char*
13573               __root_PG_InterOp_CIM_ConcreteJob_qualifiers[] =
13574               {
13575                   /* UMLPackagePath */
13576                   "\057CIM::Core::CoreElements",
13577                   /* Version */
13578                   "\0632.13.0",
13579                   0,
13580               };
13581               
13582               SourceClass
13583               __root_PG_InterOp_CIM_ConcreteJob =
13584               {
13585                   /* flags */
13586                   PEGASUS_FLAG_CLASS,
13587                   /* name */
13588 mike  1.1.2.1     "CIM_ConcreteJob",
13589                   /* qualifiers */
13590                   __root_PG_InterOp_CIM_ConcreteJob_qualifiers,
13591                   /* superClass */
13592                   &__root_PG_InterOp_CIM_Job,
13593                   /* features */
13594                   _CIM_ConcreteJob_features,
13595               };
13596               
13597               //==============================================================================
13598               //
13599               // Class: CIM_EnabledLogicalElement
13600               //
13601               //==============================================================================
13602               
13603               static const char*
13604               _CIM_EnabledLogicalElement_EnabledState_qualifiers[] =
13605               {
13606                   /* ValueMap */
13607                   "\061\000\0150\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011..32767\00032768..65535\000",
13608                   /* Values */
13609 mike  1.1.2.1     "\062\000\015Unknown\000Other\000Enabled\000Disabled\000Shutting Down\000Not Applicable\000Enabled but Offline\000In Test\000Deferred\000Quiesce\000Starting\000DMTF Reserved\000Vendor Reserved\000",
13610                   /* ModelCorrespondence */
13611                   "\036\000\001CIM_EnabledLogicalElement.OtherEnabledState\000",
13612                   0,
13613               };
13614               
13615               static SourceProperty
13616               _CIM_EnabledLogicalElement_EnabledState =
13617               {
13618                   /* flags */
13619                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
13620                   /* name */
13621                   "EnabledState",
13622                   /* qualifiers */
13623                   _CIM_EnabledLogicalElement_EnabledState_qualifiers,
13624                   /* type */
13625                   CIMTYPE_UINT16,
13626                   /* subscript */
13627                   -1,
13628                   /* value */
13629                   "\000\005",
13630 mike  1.1.2.1 };
13631               
13632               static const char*
13633               _CIM_EnabledLogicalElement_OtherEnabledState_qualifiers[] =
13634               {
13635                   /* ModelCorrespondence */
13636                   "\036\000\001CIM_EnabledLogicalElement.EnabledState\000",
13637                   0,
13638               };
13639               
13640               static SourceProperty
13641               _CIM_EnabledLogicalElement_OtherEnabledState =
13642               {
13643                   /* flags */
13644                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
13645                   /* name */
13646                   "OtherEnabledState",
13647                   /* qualifiers */
13648                   _CIM_EnabledLogicalElement_OtherEnabledState_qualifiers,
13649                   /* type */
13650                   CIMTYPE_STRING,
13651 mike  1.1.2.1     /* subscript */
13652                   -1,
13653                   /* value */
13654                   0,
13655               };
13656               
13657               static const char*
13658               _CIM_EnabledLogicalElement_RequestedState_qualifiers[] =
13659               {
13660                   /* ValueMap */
13661                   "\061\000\0152\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\000..\00032768..65535\000",
13662                   /* Values */
13663                   "\062\000\015Enabled\000Disabled\000Shut Down\000No Change\000Offline\000Test\000Deferred\000Quiesce\000Reboot\000Reset\000Not Applicable\000DMTF Reserved\000Vendor Reserved\000",
13664                   /* ModelCorrespondence */
13665                   "\036\000\001CIM_EnabledLogicalElement.EnabledState\000",
13666                   0,
13667               };
13668               
13669               static SourceProperty
13670               _CIM_EnabledLogicalElement_RequestedState =
13671               {
13672 mike  1.1.2.1     /* flags */
13673                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
13674                   /* name */
13675                   "RequestedState",
13676                   /* qualifiers */
13677                   _CIM_EnabledLogicalElement_RequestedState_qualifiers,
13678                   /* type */
13679                   CIMTYPE_UINT16,
13680                   /* subscript */
13681                   -1,
13682                   /* value */
13683                   "\000\014",
13684               };
13685               
13686               static const char*
13687               _CIM_EnabledLogicalElement_EnabledDefault_qualifiers[] =
13688               {
13689                   /* ValueMap */
13690                   "\061\000\0072\0003\0005\0006\0007\0008..32767\00032768..65535\000",
13691                   /* Values */
13692                   "\062\000\007Enabled\000Disabled\000Not Applicable\000Enabled but Offline\000No Default\000DMTF Reserved\000Vendor Reserved\000",
13693 mike  1.1.2.1     0,
13694               };
13695               
13696               static SourceProperty
13697               _CIM_EnabledLogicalElement_EnabledDefault =
13698               {
13699                   /* flags */
13700                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
13701                   /* name */
13702                   "EnabledDefault",
13703                   /* qualifiers */
13704                   _CIM_EnabledLogicalElement_EnabledDefault_qualifiers,
13705                   /* type */
13706                   CIMTYPE_UINT16,
13707                   /* subscript */
13708                   -1,
13709                   /* value */
13710                   "\000\002",
13711               };
13712               
13713               static const char*
13714 mike  1.1.2.1 _CIM_EnabledLogicalElement_TimeOfLastStateChange_qualifiers[] =
13715               {
13716                   0,
13717               };
13718               
13719               static SourceProperty
13720               _CIM_EnabledLogicalElement_TimeOfLastStateChange =
13721               {
13722                   /* flags */
13723                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
13724                   /* name */
13725                   "TimeOfLastStateChange",
13726                   /* qualifiers */
13727                   _CIM_EnabledLogicalElement_TimeOfLastStateChange_qualifiers,
13728                   /* type */
13729                   CIMTYPE_DATETIME,
13730                   /* subscript */
13731                   -1,
13732                   /* value */
13733                   0,
13734               };
13735 mike  1.1.2.1 
13736               static const char*
13737               _CIM_EnabledLogicalElement_RequestStateChange_RequestedState_qualifiers[] =
13738               {
13739                   /* ValueMap */
13740                   "\061\000\0132\0003\0004\0006\0007\0008\0009\00010\00011\000..\00032768..65535\000",
13741                   /* Values */
13742                   "\062\000\013Enabled\000Disabled\000Shut Down\000Offline\000Test\000Defer\000Quiesce\000Reboot\000Reset\000DMTF Reserved\000Vendor Reserved\000",
13743                   /* ModelCorrespondence */
13744                   "\036\000\001CIM_EnabledLogicalElement.RequestedState\000",
13745                   0,
13746               };
13747               
13748               static SourceProperty
13749               _CIM_EnabledLogicalElement_RequestStateChange_RequestedState =
13750               {
13751                   /* flags */
13752                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
13753                   /* name */
13754                   "RequestedState",
13755                   /* qualifiers */
13756 mike  1.1.2.1     _CIM_EnabledLogicalElement_RequestStateChange_RequestedState_qualifiers,
13757                   /* type */
13758                   CIMTYPE_UINT16,
13759                   /* subscript */
13760                   -1,
13761                   /* value */
13762                   0,
13763               };
13764               
13765               static const char*
13766               _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers[] =
13767               {
13768                   0,
13769               };
13770               
13771               static SourceReference
13772               _CIM_EnabledLogicalElement_RequestStateChange_Job =
13773               {
13774                   /* flags */
13775                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_OUT,
13776                   /* name */
13777 mike  1.1.2.1     "Job",
13778                   /* qualifiers */
13779                   _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers,
13780                   /* subscript */
13781                   -1,
13782                   /* refClassId */
13783                   &__root_PG_InterOp_CIM_ConcreteJob,
13784               };
13785               
13786               static const char*
13787               _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod_qualifiers[] =
13788               {
13789                   0,
13790               };
13791               
13792               static SourceProperty
13793               _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod =
13794               {
13795                   /* flags */
13796                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
13797                   /* name */
13798 mike  1.1.2.1     "TimeoutPeriod",
13799                   /* qualifiers */
13800                   _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod_qualifiers,
13801                   /* type */
13802                   CIMTYPE_DATETIME,
13803                   /* subscript */
13804                   -1,
13805                   /* value */
13806                   0,
13807               };
13808               
13809               static SourceProperty*
13810               _CIM_EnabledLogicalElement_RequestStateChange_parameters[] =
13811               {
13812                   (SourceProperty*)&_CIM_EnabledLogicalElement_RequestStateChange_RequestedState,
13813                   (SourceProperty*)&_CIM_EnabledLogicalElement_RequestStateChange_Job,
13814                   (SourceProperty*)&_CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod,
13815                   0,
13816               };
13817               
13818               static const char*
13819 mike  1.1.2.1 _CIM_EnabledLogicalElement_RequestStateChange_qualifiers[] =
13820               {
13821                   /* ValueMap */
13822                   "\061\000\0160\0001\0002\0003\0004\0005\0006\000..\0004096\0004097\0004098\0004099\0004100..32767\00032768..65535\000",
13823                   /* Values */
13824                   "\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",
13825                   /* ModelCorrespondence */
13826                   "\036\000\001CIM_EnabledLogicalElement.RequestedState\000",
13827                   0,
13828               };
13829               
13830               static SourceMethod
13831               _CIM_EnabledLogicalElement_RequestStateChange =
13832               {
13833                   /* flags */
13834                   PEGASUS_FLAG_METHOD,
13835                   /* name */
13836                   "CIM_EnabledLogicalElement",
13837                   /* qualifiers */
13838                   _CIM_EnabledLogicalElement_RequestStateChange_qualifiers,
13839                   /* type */
13840 mike  1.1.2.1     CIMTYPE_UINT32,
13841                   /* parameters */
13842                   _CIM_EnabledLogicalElement_RequestStateChange_parameters,
13843               };
13844               
13845               static SourceFeature*
13846               _CIM_EnabledLogicalElement_features[] =
13847               {
13848                   (SourceFeature*)&_CIM_EnabledLogicalElement_EnabledState,
13849                   (SourceFeature*)&_CIM_EnabledLogicalElement_OtherEnabledState,
13850                   (SourceFeature*)&_CIM_EnabledLogicalElement_RequestedState,
13851                   (SourceFeature*)&_CIM_EnabledLogicalElement_EnabledDefault,
13852                   (SourceFeature*)&_CIM_EnabledLogicalElement_TimeOfLastStateChange,
13853                   (SourceFeature*)&_CIM_EnabledLogicalElement_RequestStateChange,
13854                   0,
13855               };
13856               
13857               static const char*
13858               __root_PG_InterOp_CIM_EnabledLogicalElement_qualifiers[] =
13859               {
13860                   /* UMLPackagePath */
13861 mike  1.1.2.1     "\057CIM::Core::CoreElements",
13862                   /* Version */
13863                   "\0632.10.0",
13864                   0,
13865               };
13866               
13867               SourceClass
13868               __root_PG_InterOp_CIM_EnabledLogicalElement =
13869               {
13870                   /* flags */
13871                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
13872                   /* name */
13873                   "CIM_EnabledLogicalElement",
13874                   /* qualifiers */
13875                   __root_PG_InterOp_CIM_EnabledLogicalElement_qualifiers,
13876                   /* superClass */
13877                   &__root_PG_InterOp_CIM_LogicalElement,
13878                   /* features */
13879                   _CIM_EnabledLogicalElement_features,
13880               };
13881               
13882 mike  1.1.2.1 //==============================================================================
13883               //
13884               // Class: CIM_LogicalDevice
13885               //
13886               //==============================================================================
13887               
13888               static const char*
13889               _CIM_LogicalDevice_SystemCreationClassName_qualifiers[] =
13890               {
13891                   /* Propagated */
13892                   "\045CIM_System.CreationClassName",
13893                   /* MaxLen */
13894                   "\030\000\000\001\000",
13895                   0,
13896               };
13897               
13898               static SourceProperty
13899               _CIM_LogicalDevice_SystemCreationClassName =
13900               {
13901                   /* flags */
13902                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
13903 mike  1.1.2.1     /* name */
13904                   "SystemCreationClassName",
13905                   /* qualifiers */
13906                   _CIM_LogicalDevice_SystemCreationClassName_qualifiers,
13907                   /* type */
13908                   CIMTYPE_STRING,
13909                   /* subscript */
13910                   -1,
13911                   /* value */
13912                   0,
13913               };
13914               
13915               static const char*
13916               _CIM_LogicalDevice_SystemName_qualifiers[] =
13917               {
13918                   /* Propagated */
13919                   "\045CIM_System.Name",
13920                   /* MaxLen */
13921                   "\030\000\000\001\000",
13922                   0,
13923               };
13924 mike  1.1.2.1 
13925               static SourceProperty
13926               _CIM_LogicalDevice_SystemName =
13927               {
13928                   /* flags */
13929                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
13930                   /* name */
13931                   "SystemName",
13932                   /* qualifiers */
13933                   _CIM_LogicalDevice_SystemName_qualifiers,
13934                   /* type */
13935                   CIMTYPE_STRING,
13936                   /* subscript */
13937                   -1,
13938                   /* value */
13939                   0,
13940               };
13941               
13942               static const char*
13943               _CIM_LogicalDevice_CreationClassName_qualifiers[] =
13944               {
13945 mike  1.1.2.1     /* MaxLen */
13946                   "\030\000\000\001\000",
13947                   0,
13948               };
13949               
13950               static SourceProperty
13951               _CIM_LogicalDevice_CreationClassName =
13952               {
13953                   /* flags */
13954                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
13955                   /* name */
13956                   "CreationClassName",
13957                   /* qualifiers */
13958                   _CIM_LogicalDevice_CreationClassName_qualifiers,
13959                   /* type */
13960                   CIMTYPE_STRING,
13961                   /* subscript */
13962                   -1,
13963                   /* value */
13964                   0,
13965               };
13966 mike  1.1.2.1 
13967               static const char*
13968               _CIM_LogicalDevice_DeviceID_qualifiers[] =
13969               {
13970                   /* MaxLen */
13971                   "\030\000\000\000\100",
13972                   0,
13973               };
13974               
13975               static SourceProperty
13976               _CIM_LogicalDevice_DeviceID =
13977               {
13978                   /* flags */
13979                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
13980                   /* name */
13981                   "DeviceID",
13982                   /* qualifiers */
13983                   _CIM_LogicalDevice_DeviceID_qualifiers,
13984                   /* type */
13985                   CIMTYPE_STRING,
13986                   /* subscript */
13987 mike  1.1.2.1     -1,
13988                   /* value */
13989                   0,
13990               };
13991               
13992               static const char*
13993               _CIM_LogicalDevice_PowerManagementSupported_qualifiers[] =
13994               {
13995                   /* Deprecated */
13996                   "\013\000\001CIM_PowerManagementCapabilities\000",
13997                   0,
13998               };
13999               
14000               static SourceProperty
14001               _CIM_LogicalDevice_PowerManagementSupported =
14002               {
14003                   /* flags */
14004                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14005                   /* name */
14006                   "PowerManagementSupported",
14007                   /* qualifiers */
14008 mike  1.1.2.1     _CIM_LogicalDevice_PowerManagementSupported_qualifiers,
14009                   /* type */
14010                   CIMTYPE_BOOLEAN,
14011                   /* subscript */
14012                   -1,
14013                   /* value */
14014                   0,
14015               };
14016               
14017               static const char*
14018               _CIM_LogicalDevice_PowerManagementCapabilities_qualifiers[] =
14019               {
14020                   /* Deprecated */
14021                   "\013\000\001CIM_PowerManagementCapabilities.PowerCapabilities\000",
14022                   /* ValueMap */
14023                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
14024                   /* Values */
14025                   "\062\000\010Unknown\000Not Supported\000Disabled\000Enabled\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
14026                   0,
14027               };
14028               
14029 mike  1.1.2.1 static SourceProperty
14030               _CIM_LogicalDevice_PowerManagementCapabilities =
14031               {
14032                   /* flags */
14033                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14034                   /* name */
14035                   "PowerManagementCapabilities",
14036                   /* qualifiers */
14037                   _CIM_LogicalDevice_PowerManagementCapabilities_qualifiers,
14038                   /* type */
14039                   CIMTYPE_UINT16,
14040                   /* subscript */
14041                   0,
14042                   /* value */
14043                   0,
14044               };
14045               
14046               static const char*
14047               _CIM_LogicalDevice_Availability_qualifiers[] =
14048               {
14049                   /* ValueMap */
14050 mike  1.1.2.1     "\061\000\0251\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
14051                   /* Values */
14052                   "\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",
14053                   /* MappingStrings */
14054                   "\026\000\003MIF.DMTF|Operational State|006.5\000MIB.IETF|HOST-RESOURCES-MIB.hrDeviceStatus\000MIF.DMTF|Host Device|001.5\000",
14055                   /* ModelCorrespondence */
14056                   "\036\000\001CIM_LogicalDevice.AdditionalAvailability\000",
14057                   0,
14058               };
14059               
14060               static SourceProperty
14061               _CIM_LogicalDevice_Availability =
14062               {
14063                   /* flags */
14064                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14065                   /* name */
14066                   "Availability",
14067                   /* qualifiers */
14068                   _CIM_LogicalDevice_Availability_qualifiers,
14069                   /* type */
14070                   CIMTYPE_UINT16,
14071 mike  1.1.2.1     /* subscript */
14072                   -1,
14073                   /* value */
14074                   0,
14075               };
14076               
14077               static const char*
14078               _CIM_LogicalDevice_StatusInfo_qualifiers[] =
14079               {
14080                   /* Deprecated */
14081                   "\013\000\001CIM_EnabledLogicalElement.EnabledState\000",
14082                   /* ValueMap */
14083                   "\061\000\0051\0002\0003\0004\0005\000",
14084                   /* Values */
14085                   "\062\000\005Other\000Unknown\000Enabled\000Disabled\000Not Applicable\000",
14086                   /* MappingStrings */
14087                   "\026\000\001MIF.DMTF|Operational State|006.4\000",
14088                   0,
14089               };
14090               
14091               static SourceProperty
14092 mike  1.1.2.1 _CIM_LogicalDevice_StatusInfo =
14093               {
14094                   /* flags */
14095                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14096                   /* name */
14097                   "StatusInfo",
14098                   /* qualifiers */
14099                   _CIM_LogicalDevice_StatusInfo_qualifiers,
14100                   /* type */
14101                   CIMTYPE_UINT16,
14102                   /* subscript */
14103                   -1,
14104                   /* value */
14105                   0,
14106               };
14107               
14108               static const char*
14109               _CIM_LogicalDevice_LastErrorCode_qualifiers[] =
14110               {
14111                   /* Deprecated */
14112                   "\013\000\001CIM_DeviceErrorData.LastErrorCode\000",
14113 mike  1.1.2.1     0,
14114               };
14115               
14116               static SourceProperty
14117               _CIM_LogicalDevice_LastErrorCode =
14118               {
14119                   /* flags */
14120                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14121                   /* name */
14122                   "LastErrorCode",
14123                   /* qualifiers */
14124                   _CIM_LogicalDevice_LastErrorCode_qualifiers,
14125                   /* type */
14126                   CIMTYPE_UINT32,
14127                   /* subscript */
14128                   -1,
14129                   /* value */
14130                   0,
14131               };
14132               
14133               static const char*
14134 mike  1.1.2.1 _CIM_LogicalDevice_ErrorDescription_qualifiers[] =
14135               {
14136                   /* Deprecated */
14137                   "\013\000\001CIM_DeviceErrorData.ErrorDescription\000",
14138                   0,
14139               };
14140               
14141               static SourceProperty
14142               _CIM_LogicalDevice_ErrorDescription =
14143               {
14144                   /* flags */
14145                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14146                   /* name */
14147                   "ErrorDescription",
14148                   /* qualifiers */
14149                   _CIM_LogicalDevice_ErrorDescription_qualifiers,
14150                   /* type */
14151                   CIMTYPE_STRING,
14152                   /* subscript */
14153                   -1,
14154                   /* value */
14155 mike  1.1.2.1     0,
14156               };
14157               
14158               static const char*
14159               _CIM_LogicalDevice_ErrorCleared_qualifiers[] =
14160               {
14161                   /* Deprecated */
14162                   "\013\000\001CIM_ManagedSystemElement.OperationalStatus\000",
14163                   0,
14164               };
14165               
14166               static SourceProperty
14167               _CIM_LogicalDevice_ErrorCleared =
14168               {
14169                   /* flags */
14170                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14171                   /* name */
14172                   "ErrorCleared",
14173                   /* qualifiers */
14174                   _CIM_LogicalDevice_ErrorCleared_qualifiers,
14175                   /* type */
14176 mike  1.1.2.1     CIMTYPE_BOOLEAN,
14177                   /* subscript */
14178                   -1,
14179                   /* value */
14180                   0,
14181               };
14182               
14183               static const char*
14184               _CIM_LogicalDevice_OtherIdentifyingInfo_qualifiers[] =
14185               {
14186                   /* MaxLen */
14187                   "\030\000\000\001\000",
14188                   /* ArrayType */
14189                   "\005Indexed",
14190                   /* ModelCorrespondence */
14191                   "\036\000\001CIM_LogicalDevice.IdentifyingDescriptions\000",
14192                   0,
14193               };
14194               
14195               static SourceProperty
14196               _CIM_LogicalDevice_OtherIdentifyingInfo =
14197 mike  1.1.2.1 {
14198                   /* flags */
14199                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14200                   /* name */
14201                   "OtherIdentifyingInfo",
14202                   /* qualifiers */
14203                   _CIM_LogicalDevice_OtherIdentifyingInfo_qualifiers,
14204                   /* type */
14205                   CIMTYPE_STRING,
14206                   /* subscript */
14207                   0,
14208                   /* value */
14209                   0,
14210               };
14211               
14212               static const char*
14213               _CIM_LogicalDevice_PowerOnHours_qualifiers[] =
14214               {
14215                   /* Units */
14216                   "\060Hours",
14217                   0,
14218 mike  1.1.2.1 };
14219               
14220               static SourceProperty
14221               _CIM_LogicalDevice_PowerOnHours =
14222               {
14223                   /* flags */
14224                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_COUNTER|PEGASUS_FLAG_READ,
14225                   /* name */
14226                   "PowerOnHours",
14227                   /* qualifiers */
14228                   _CIM_LogicalDevice_PowerOnHours_qualifiers,
14229                   /* type */
14230                   CIMTYPE_UINT64,
14231                   /* subscript */
14232                   -1,
14233                   /* value */
14234                   0,
14235               };
14236               
14237               static const char*
14238               _CIM_LogicalDevice_TotalPowerOnHours_qualifiers[] =
14239 mike  1.1.2.1 {
14240                   /* Units */
14241                   "\060Hours",
14242                   0,
14243               };
14244               
14245               static SourceProperty
14246               _CIM_LogicalDevice_TotalPowerOnHours =
14247               {
14248                   /* flags */
14249                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_COUNTER|PEGASUS_FLAG_READ,
14250                   /* name */
14251                   "TotalPowerOnHours",
14252                   /* qualifiers */
14253                   _CIM_LogicalDevice_TotalPowerOnHours_qualifiers,
14254                   /* type */
14255                   CIMTYPE_UINT64,
14256                   /* subscript */
14257                   -1,
14258                   /* value */
14259                   0,
14260 mike  1.1.2.1 };
14261               
14262               static const char*
14263               _CIM_LogicalDevice_IdentifyingDescriptions_qualifiers[] =
14264               {
14265                   /* ArrayType */
14266                   "\005Indexed",
14267                   /* ModelCorrespondence */
14268                   "\036\000\001CIM_LogicalDevice.OtherIdentifyingInfo\000",
14269                   0,
14270               };
14271               
14272               static SourceProperty
14273               _CIM_LogicalDevice_IdentifyingDescriptions =
14274               {
14275                   /* flags */
14276                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14277                   /* name */
14278                   "IdentifyingDescriptions",
14279                   /* qualifiers */
14280                   _CIM_LogicalDevice_IdentifyingDescriptions_qualifiers,
14281 mike  1.1.2.1     /* type */
14282                   CIMTYPE_STRING,
14283                   /* subscript */
14284                   0,
14285                   /* value */
14286                   0,
14287               };
14288               
14289               static const char*
14290               _CIM_LogicalDevice_AdditionalAvailability_qualifiers[] =
14291               {
14292                   /* ValueMap */
14293                   "\061\000\0251\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\00020\00021\000",
14294                   /* Values */
14295                   "\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",
14296                   /* ModelCorrespondence */
14297                   "\036\000\001CIM_LogicalDevice.Availability\000",
14298                   0,
14299               };
14300               
14301               static SourceProperty
14302 mike  1.1.2.1 _CIM_LogicalDevice_AdditionalAvailability =
14303               {
14304                   /* flags */
14305                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14306                   /* name */
14307                   "AdditionalAvailability",
14308                   /* qualifiers */
14309                   _CIM_LogicalDevice_AdditionalAvailability_qualifiers,
14310                   /* type */
14311                   CIMTYPE_UINT16,
14312                   /* subscript */
14313                   0,
14314                   /* value */
14315                   0,
14316               };
14317               
14318               static const char*
14319               _CIM_LogicalDevice_MaxQuiesceTime_qualifiers[] =
14320               {
14321                   /* Deprecated */
14322                   "\013\000\001No value\000",
14323 mike  1.1.2.1     /* Units */
14324                   "\060MilliSeconds",
14325                   0,
14326               };
14327               
14328               static SourceProperty
14329               _CIM_LogicalDevice_MaxQuiesceTime =
14330               {
14331                   /* flags */
14332                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14333                   /* name */
14334                   "MaxQuiesceTime",
14335                   /* qualifiers */
14336                   _CIM_LogicalDevice_MaxQuiesceTime_qualifiers,
14337                   /* type */
14338                   CIMTYPE_UINT64,
14339                   /* subscript */
14340                   -1,
14341                   /* value */
14342                   0,
14343               };
14344 mike  1.1.2.1 
14345               static const char*
14346               _CIM_LogicalDevice_SetPowerState_PowerState_qualifiers[] =
14347               {
14348                   /* ValueMap */
14349                   "\061\000\0061\0002\0003\0004\0005\0006\000",
14350                   /* Values */
14351                   "\062\000\006Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000",
14352                   0,
14353               };
14354               
14355               static SourceProperty
14356               _CIM_LogicalDevice_SetPowerState_PowerState =
14357               {
14358                   /* flags */
14359                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
14360                   /* name */
14361                   "PowerState",
14362                   /* qualifiers */
14363                   _CIM_LogicalDevice_SetPowerState_PowerState_qualifiers,
14364                   /* type */
14365 mike  1.1.2.1     CIMTYPE_UINT16,
14366                   /* subscript */
14367                   -1,
14368                   /* value */
14369                   0,
14370               };
14371               
14372               static const char*
14373               _CIM_LogicalDevice_SetPowerState_Time_qualifiers[] =
14374               {
14375                   0,
14376               };
14377               
14378               static SourceProperty
14379               _CIM_LogicalDevice_SetPowerState_Time =
14380               {
14381                   /* flags */
14382                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
14383                   /* name */
14384                   "Time",
14385                   /* qualifiers */
14386 mike  1.1.2.1     _CIM_LogicalDevice_SetPowerState_Time_qualifiers,
14387                   /* type */
14388                   CIMTYPE_DATETIME,
14389                   /* subscript */
14390                   -1,
14391                   /* value */
14392                   0,
14393               };
14394               
14395               static SourceProperty*
14396               _CIM_LogicalDevice_SetPowerState_parameters[] =
14397               {
14398                   (SourceProperty*)&_CIM_LogicalDevice_SetPowerState_PowerState,
14399                   (SourceProperty*)&_CIM_LogicalDevice_SetPowerState_Time,
14400                   0,
14401               };
14402               
14403               static const char*
14404               _CIM_LogicalDevice_SetPowerState_qualifiers[] =
14405               {
14406                   /* Deprecated */
14407 mike  1.1.2.1     "\013\000\001CIM_PowerManagementService.SetPowerState\000",
14408                   0,
14409               };
14410               
14411               static SourceMethod
14412               _CIM_LogicalDevice_SetPowerState =
14413               {
14414                   /* flags */
14415                   PEGASUS_FLAG_METHOD,
14416                   /* name */
14417                   "CIM_LogicalDevice",
14418                   /* qualifiers */
14419                   _CIM_LogicalDevice_SetPowerState_qualifiers,
14420                   /* type */
14421                   CIMTYPE_UINT32,
14422                   /* parameters */
14423                   _CIM_LogicalDevice_SetPowerState_parameters,
14424               };
14425               
14426               static SourceProperty*
14427               _CIM_LogicalDevice_Reset_parameters[] =
14428 mike  1.1.2.1 {
14429                   0,
14430               };
14431               
14432               static const char*
14433               _CIM_LogicalDevice_Reset_qualifiers[] =
14434               {
14435                   0,
14436               };
14437               
14438               static SourceMethod
14439               _CIM_LogicalDevice_Reset =
14440               {
14441                   /* flags */
14442                   PEGASUS_FLAG_METHOD,
14443                   /* name */
14444                   "CIM_LogicalDevice",
14445                   /* qualifiers */
14446                   _CIM_LogicalDevice_Reset_qualifiers,
14447                   /* type */
14448                   CIMTYPE_UINT32,
14449 mike  1.1.2.1     /* parameters */
14450                   _CIM_LogicalDevice_Reset_parameters,
14451               };
14452               
14453               static const char*
14454               _CIM_LogicalDevice_EnableDevice_Enabled_qualifiers[] =
14455               {
14456                   0,
14457               };
14458               
14459               static SourceProperty
14460               _CIM_LogicalDevice_EnableDevice_Enabled =
14461               {
14462                   /* flags */
14463                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
14464                   /* name */
14465                   "Enabled",
14466                   /* qualifiers */
14467                   _CIM_LogicalDevice_EnableDevice_Enabled_qualifiers,
14468                   /* type */
14469                   CIMTYPE_BOOLEAN,
14470 mike  1.1.2.1     /* subscript */
14471                   -1,
14472                   /* value */
14473                   0,
14474               };
14475               
14476               static SourceProperty*
14477               _CIM_LogicalDevice_EnableDevice_parameters[] =
14478               {
14479                   (SourceProperty*)&_CIM_LogicalDevice_EnableDevice_Enabled,
14480                   0,
14481               };
14482               
14483               static const char*
14484               _CIM_LogicalDevice_EnableDevice_qualifiers[] =
14485               {
14486                   /* Deprecated */
14487                   "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
14488                   0,
14489               };
14490               
14491 mike  1.1.2.1 static SourceMethod
14492               _CIM_LogicalDevice_EnableDevice =
14493               {
14494                   /* flags */
14495                   PEGASUS_FLAG_METHOD,
14496                   /* name */
14497                   "CIM_LogicalDevice",
14498                   /* qualifiers */
14499                   _CIM_LogicalDevice_EnableDevice_qualifiers,
14500                   /* type */
14501                   CIMTYPE_UINT32,
14502                   /* parameters */
14503                   _CIM_LogicalDevice_EnableDevice_parameters,
14504               };
14505               
14506               static const char*
14507               _CIM_LogicalDevice_OnlineDevice_Online_qualifiers[] =
14508               {
14509                   0,
14510               };
14511               
14512 mike  1.1.2.1 static SourceProperty
14513               _CIM_LogicalDevice_OnlineDevice_Online =
14514               {
14515                   /* flags */
14516                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
14517                   /* name */
14518                   "Online",
14519                   /* qualifiers */
14520                   _CIM_LogicalDevice_OnlineDevice_Online_qualifiers,
14521                   /* type */
14522                   CIMTYPE_BOOLEAN,
14523                   /* subscript */
14524                   -1,
14525                   /* value */
14526                   0,
14527               };
14528               
14529               static SourceProperty*
14530               _CIM_LogicalDevice_OnlineDevice_parameters[] =
14531               {
14532                   (SourceProperty*)&_CIM_LogicalDevice_OnlineDevice_Online,
14533 mike  1.1.2.1     0,
14534               };
14535               
14536               static const char*
14537               _CIM_LogicalDevice_OnlineDevice_qualifiers[] =
14538               {
14539                   /* Deprecated */
14540                   "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
14541                   0,
14542               };
14543               
14544               static SourceMethod
14545               _CIM_LogicalDevice_OnlineDevice =
14546               {
14547                   /* flags */
14548                   PEGASUS_FLAG_METHOD,
14549                   /* name */
14550                   "CIM_LogicalDevice",
14551                   /* qualifiers */
14552                   _CIM_LogicalDevice_OnlineDevice_qualifiers,
14553                   /* type */
14554 mike  1.1.2.1     CIMTYPE_UINT32,
14555                   /* parameters */
14556                   _CIM_LogicalDevice_OnlineDevice_parameters,
14557               };
14558               
14559               static const char*
14560               _CIM_LogicalDevice_QuiesceDevice_Quiesce_qualifiers[] =
14561               {
14562                   0,
14563               };
14564               
14565               static SourceProperty
14566               _CIM_LogicalDevice_QuiesceDevice_Quiesce =
14567               {
14568                   /* flags */
14569                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
14570                   /* name */
14571                   "Quiesce",
14572                   /* qualifiers */
14573                   _CIM_LogicalDevice_QuiesceDevice_Quiesce_qualifiers,
14574                   /* type */
14575 mike  1.1.2.1     CIMTYPE_BOOLEAN,
14576                   /* subscript */
14577                   -1,
14578                   /* value */
14579                   0,
14580               };
14581               
14582               static SourceProperty*
14583               _CIM_LogicalDevice_QuiesceDevice_parameters[] =
14584               {
14585                   (SourceProperty*)&_CIM_LogicalDevice_QuiesceDevice_Quiesce,
14586                   0,
14587               };
14588               
14589               static const char*
14590               _CIM_LogicalDevice_QuiesceDevice_qualifiers[] =
14591               {
14592                   /* Deprecated */
14593                   "\013\000\001CIM_EnabledLogicalElement.RequestStateChange\000",
14594                   0,
14595               };
14596 mike  1.1.2.1 
14597               static SourceMethod
14598               _CIM_LogicalDevice_QuiesceDevice =
14599               {
14600                   /* flags */
14601                   PEGASUS_FLAG_METHOD,
14602                   /* name */
14603                   "CIM_LogicalDevice",
14604                   /* qualifiers */
14605                   _CIM_LogicalDevice_QuiesceDevice_qualifiers,
14606                   /* type */
14607                   CIMTYPE_UINT32,
14608                   /* parameters */
14609                   _CIM_LogicalDevice_QuiesceDevice_parameters,
14610               };
14611               
14612               static SourceProperty*
14613               _CIM_LogicalDevice_SaveProperties_parameters[] =
14614               {
14615                   0,
14616               };
14617 mike  1.1.2.1 
14618               static const char*
14619               _CIM_LogicalDevice_SaveProperties_qualifiers[] =
14620               {
14621                   0,
14622               };
14623               
14624               static SourceMethod
14625               _CIM_LogicalDevice_SaveProperties =
14626               {
14627                   /* flags */
14628                   PEGASUS_FLAG_METHOD,
14629                   /* name */
14630                   "CIM_LogicalDevice",
14631                   /* qualifiers */
14632                   _CIM_LogicalDevice_SaveProperties_qualifiers,
14633                   /* type */
14634                   CIMTYPE_UINT32,
14635                   /* parameters */
14636                   _CIM_LogicalDevice_SaveProperties_parameters,
14637               };
14638 mike  1.1.2.1 
14639               static SourceProperty*
14640               _CIM_LogicalDevice_RestoreProperties_parameters[] =
14641               {
14642                   0,
14643               };
14644               
14645               static const char*
14646               _CIM_LogicalDevice_RestoreProperties_qualifiers[] =
14647               {
14648                   0,
14649               };
14650               
14651               static SourceMethod
14652               _CIM_LogicalDevice_RestoreProperties =
14653               {
14654                   /* flags */
14655                   PEGASUS_FLAG_METHOD,
14656                   /* name */
14657                   "CIM_LogicalDevice",
14658                   /* qualifiers */
14659 mike  1.1.2.1     _CIM_LogicalDevice_RestoreProperties_qualifiers,
14660                   /* type */
14661                   CIMTYPE_UINT32,
14662                   /* parameters */
14663                   _CIM_LogicalDevice_RestoreProperties_parameters,
14664               };
14665               
14666               static SourceFeature*
14667               _CIM_LogicalDevice_features[] =
14668               {
14669                   (SourceFeature*)&_CIM_LogicalDevice_SystemCreationClassName,
14670                   (SourceFeature*)&_CIM_LogicalDevice_SystemName,
14671                   (SourceFeature*)&_CIM_LogicalDevice_CreationClassName,
14672                   (SourceFeature*)&_CIM_LogicalDevice_DeviceID,
14673                   (SourceFeature*)&_CIM_LogicalDevice_PowerManagementSupported,
14674                   (SourceFeature*)&_CIM_LogicalDevice_PowerManagementCapabilities,
14675                   (SourceFeature*)&_CIM_LogicalDevice_Availability,
14676                   (SourceFeature*)&_CIM_LogicalDevice_StatusInfo,
14677                   (SourceFeature*)&_CIM_LogicalDevice_LastErrorCode,
14678                   (SourceFeature*)&_CIM_LogicalDevice_ErrorDescription,
14679                   (SourceFeature*)&_CIM_LogicalDevice_ErrorCleared,
14680 mike  1.1.2.1     (SourceFeature*)&_CIM_LogicalDevice_OtherIdentifyingInfo,
14681                   (SourceFeature*)&_CIM_LogicalDevice_PowerOnHours,
14682                   (SourceFeature*)&_CIM_LogicalDevice_TotalPowerOnHours,
14683                   (SourceFeature*)&_CIM_LogicalDevice_IdentifyingDescriptions,
14684                   (SourceFeature*)&_CIM_LogicalDevice_AdditionalAvailability,
14685                   (SourceFeature*)&_CIM_LogicalDevice_MaxQuiesceTime,
14686                   (SourceFeature*)&_CIM_LogicalDevice_SetPowerState,
14687                   (SourceFeature*)&_CIM_LogicalDevice_Reset,
14688                   (SourceFeature*)&_CIM_LogicalDevice_EnableDevice,
14689                   (SourceFeature*)&_CIM_LogicalDevice_OnlineDevice,
14690                   (SourceFeature*)&_CIM_LogicalDevice_QuiesceDevice,
14691                   (SourceFeature*)&_CIM_LogicalDevice_SaveProperties,
14692                   (SourceFeature*)&_CIM_LogicalDevice_RestoreProperties,
14693                   0,
14694               };
14695               
14696               static const char*
14697               __root_PG_InterOp_CIM_LogicalDevice_qualifiers[] =
14698               {
14699                   /* UMLPackagePath */
14700                   "\057CIM::Core::Device",
14701 mike  1.1.2.1     /* Version */
14702                   "\0632.8.0",
14703                   0,
14704               };
14705               
14706               SourceClass
14707               __root_PG_InterOp_CIM_LogicalDevice =
14708               {
14709                   /* flags */
14710                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
14711                   /* name */
14712                   "CIM_LogicalDevice",
14713                   /* qualifiers */
14714                   __root_PG_InterOp_CIM_LogicalDevice_qualifiers,
14715                   /* superClass */
14716                   &__root_PG_InterOp_CIM_EnabledLogicalElement,
14717                   /* features */
14718                   _CIM_LogicalDevice_features,
14719               };
14720               
14721               //==============================================================================
14722 mike  1.1.2.1 //
14723               // Class: CIM_Realizes
14724               //
14725               //==============================================================================
14726               
14727               static const char*
14728               _CIM_Realizes_Antecedent_qualifiers[] =
14729               {
14730                   /* Override */
14731                   "\044Antecedent",
14732                   0,
14733               };
14734               
14735               static SourceReference
14736               _CIM_Realizes_Antecedent =
14737               {
14738                   /* flags */
14739                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
14740                   /* name */
14741                   "Antecedent",
14742                   /* qualifiers */
14743 mike  1.1.2.1     _CIM_Realizes_Antecedent_qualifiers,
14744                   /* subscript */
14745                   -1,
14746                   /* refClassId */
14747                   &__root_PG_InterOp_CIM_PhysicalElement,
14748               };
14749               
14750               static const char*
14751               _CIM_Realizes_Dependent_qualifiers[] =
14752               {
14753                   /* Override */
14754                   "\044Dependent",
14755                   0,
14756               };
14757               
14758               static SourceReference
14759               _CIM_Realizes_Dependent =
14760               {
14761                   /* flags */
14762                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
14763                   /* name */
14764 mike  1.1.2.1     "Dependent",
14765                   /* qualifiers */
14766                   _CIM_Realizes_Dependent_qualifiers,
14767                   /* subscript */
14768                   -1,
14769                   /* refClassId */
14770                   &__root_PG_InterOp_CIM_LogicalDevice,
14771               };
14772               
14773               static SourceFeature*
14774               _CIM_Realizes_features[] =
14775               {
14776                   (SourceFeature*)&_CIM_Realizes_Antecedent,
14777                   (SourceFeature*)&_CIM_Realizes_Dependent,
14778                   0,
14779               };
14780               
14781               static const char*
14782               __root_PG_InterOp_CIM_Realizes_qualifiers[] =
14783               {
14784                   /* UMLPackagePath */
14785 mike  1.1.2.1     "\057CIM::Core::Device",
14786                   /* Version */
14787                   "\0632.6.0",
14788                   0,
14789               };
14790               
14791               SourceClass
14792               __root_PG_InterOp_CIM_Realizes =
14793               {
14794                   /* flags */
14795                   PEGASUS_FLAG_ASSOCIATION,
14796                   /* name */
14797                   "CIM_Realizes",
14798                   /* qualifiers */
14799                   __root_PG_InterOp_CIM_Realizes_qualifiers,
14800                   /* superClass */
14801                   &__root_PG_InterOp_CIM_Dependency,
14802                   /* features */
14803                   _CIM_Realizes_features,
14804               };
14805               
14806 mike  1.1.2.1 //==============================================================================
14807               //
14808               // Class: CIM_Service
14809               //
14810               //==============================================================================
14811               
14812               static const char*
14813               _CIM_Service_SystemCreationClassName_qualifiers[] =
14814               {
14815                   /* Propagated */
14816                   "\045CIM_System.CreationClassName",
14817                   /* MaxLen */
14818                   "\030\000\000\001\000",
14819                   0,
14820               };
14821               
14822               static SourceProperty
14823               _CIM_Service_SystemCreationClassName =
14824               {
14825                   /* flags */
14826                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
14827 mike  1.1.2.1     /* name */
14828                   "SystemCreationClassName",
14829                   /* qualifiers */
14830                   _CIM_Service_SystemCreationClassName_qualifiers,
14831                   /* type */
14832                   CIMTYPE_STRING,
14833                   /* subscript */
14834                   -1,
14835                   /* value */
14836                   0,
14837               };
14838               
14839               static const char*
14840               _CIM_Service_SystemName_qualifiers[] =
14841               {
14842                   /* Propagated */
14843                   "\045CIM_System.Name",
14844                   /* MaxLen */
14845                   "\030\000\000\001\000",
14846                   0,
14847               };
14848 mike  1.1.2.1 
14849               static SourceProperty
14850               _CIM_Service_SystemName =
14851               {
14852                   /* flags */
14853                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
14854                   /* name */
14855                   "SystemName",
14856                   /* qualifiers */
14857                   _CIM_Service_SystemName_qualifiers,
14858                   /* type */
14859                   CIMTYPE_STRING,
14860                   /* subscript */
14861                   -1,
14862                   /* value */
14863                   0,
14864               };
14865               
14866               static const char*
14867               _CIM_Service_CreationClassName_qualifiers[] =
14868               {
14869 mike  1.1.2.1     /* MaxLen */
14870                   "\030\000\000\001\000",
14871                   0,
14872               };
14873               
14874               static SourceProperty
14875               _CIM_Service_CreationClassName =
14876               {
14877                   /* flags */
14878                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
14879                   /* name */
14880                   "CreationClassName",
14881                   /* qualifiers */
14882                   _CIM_Service_CreationClassName_qualifiers,
14883                   /* type */
14884                   CIMTYPE_STRING,
14885                   /* subscript */
14886                   -1,
14887                   /* value */
14888                   0,
14889               };
14890 mike  1.1.2.1 
14891               static const char*
14892               _CIM_Service_Name_qualifiers[] =
14893               {
14894                   /* Override */
14895                   "\044Name",
14896                   /* MaxLen */
14897                   "\030\000\000\001\000",
14898                   0,
14899               };
14900               
14901               static SourceProperty
14902               _CIM_Service_Name =
14903               {
14904                   /* flags */
14905                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
14906                   /* name */
14907                   "Name",
14908                   /* qualifiers */
14909                   _CIM_Service_Name_qualifiers,
14910                   /* type */
14911 mike  1.1.2.1     CIMTYPE_STRING,
14912                   /* subscript */
14913                   -1,
14914                   /* value */
14915                   0,
14916               };
14917               
14918               static const char*
14919               _CIM_Service_PrimaryOwnerName_qualifiers[] =
14920               {
14921                   /* MaxLen */
14922                   "\030\000\000\000\100",
14923                   /* MappingStrings */
14924                   "\026\000\001MIF.DMTF|General Information|001.3\000",
14925                   0,
14926               };
14927               
14928               static SourceProperty
14929               _CIM_Service_PrimaryOwnerName =
14930               {
14931                   /* flags */
14932 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
14933                   /* name */
14934                   "PrimaryOwnerName",
14935                   /* qualifiers */
14936                   _CIM_Service_PrimaryOwnerName_qualifiers,
14937                   /* type */
14938                   CIMTYPE_STRING,
14939                   /* subscript */
14940                   -1,
14941                   /* value */
14942                   0,
14943               };
14944               
14945               static const char*
14946               _CIM_Service_PrimaryOwnerContact_qualifiers[] =
14947               {
14948                   /* MaxLen */
14949                   "\030\000\000\001\000",
14950                   /* MappingStrings */
14951                   "\026\000\001MIF.DMTF|General Information|001.4\000",
14952                   0,
14953 mike  1.1.2.1 };
14954               
14955               static SourceProperty
14956               _CIM_Service_PrimaryOwnerContact =
14957               {
14958                   /* flags */
14959                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
14960                   /* name */
14961                   "PrimaryOwnerContact",
14962                   /* qualifiers */
14963                   _CIM_Service_PrimaryOwnerContact_qualifiers,
14964                   /* type */
14965                   CIMTYPE_STRING,
14966                   /* subscript */
14967                   -1,
14968                   /* value */
14969                   0,
14970               };
14971               
14972               static const char*
14973               _CIM_Service_StartMode_qualifiers[] =
14974 mike  1.1.2.1 {
14975                   /* Deprecated */
14976                   "\013\000\001CIM_Service.EnabledDefault\000",
14977                   /* ValueMap */
14978                   "\061\000\002Automatic\000Manual\000",
14979                   /* MaxLen */
14980                   "\030\000\000\000\012",
14981                   0,
14982               };
14983               
14984               static SourceProperty
14985               _CIM_Service_StartMode =
14986               {
14987                   /* flags */
14988                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
14989                   /* name */
14990                   "StartMode",
14991                   /* qualifiers */
14992                   _CIM_Service_StartMode_qualifiers,
14993                   /* type */
14994                   CIMTYPE_STRING,
14995 mike  1.1.2.1     /* subscript */
14996                   -1,
14997                   /* value */
14998                   0,
14999               };
15000               
15001               static const char*
15002               _CIM_Service_Started_qualifiers[] =
15003               {
15004                   0,
15005               };
15006               
15007               static SourceProperty
15008               _CIM_Service_Started =
15009               {
15010                   /* flags */
15011                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15012                   /* name */
15013                   "Started",
15014                   /* qualifiers */
15015                   _CIM_Service_Started_qualifiers,
15016 mike  1.1.2.1     /* type */
15017                   CIMTYPE_BOOLEAN,
15018                   /* subscript */
15019                   -1,
15020                   /* value */
15021                   0,
15022               };
15023               
15024               static SourceProperty*
15025               _CIM_Service_StartService_parameters[] =
15026               {
15027                   0,
15028               };
15029               
15030               static const char*
15031               _CIM_Service_StartService_qualifiers[] =
15032               {
15033                   0,
15034               };
15035               
15036               static SourceMethod
15037 mike  1.1.2.1 _CIM_Service_StartService =
15038               {
15039                   /* flags */
15040                   PEGASUS_FLAG_METHOD,
15041                   /* name */
15042                   "CIM_Service",
15043                   /* qualifiers */
15044                   _CIM_Service_StartService_qualifiers,
15045                   /* type */
15046                   CIMTYPE_UINT32,
15047                   /* parameters */
15048                   _CIM_Service_StartService_parameters,
15049               };
15050               
15051               static SourceProperty*
15052               _CIM_Service_StopService_parameters[] =
15053               {
15054                   0,
15055               };
15056               
15057               static const char*
15058 mike  1.1.2.1 _CIM_Service_StopService_qualifiers[] =
15059               {
15060                   0,
15061               };
15062               
15063               static SourceMethod
15064               _CIM_Service_StopService =
15065               {
15066                   /* flags */
15067                   PEGASUS_FLAG_METHOD,
15068                   /* name */
15069                   "CIM_Service",
15070                   /* qualifiers */
15071                   _CIM_Service_StopService_qualifiers,
15072                   /* type */
15073                   CIMTYPE_UINT32,
15074                   /* parameters */
15075                   _CIM_Service_StopService_parameters,
15076               };
15077               
15078               static SourceFeature*
15079 mike  1.1.2.1 _CIM_Service_features[] =
15080               {
15081                   (SourceFeature*)&_CIM_Service_SystemCreationClassName,
15082                   (SourceFeature*)&_CIM_Service_SystemName,
15083                   (SourceFeature*)&_CIM_Service_CreationClassName,
15084                   (SourceFeature*)&_CIM_Service_Name,
15085                   (SourceFeature*)&_CIM_Service_PrimaryOwnerName,
15086                   (SourceFeature*)&_CIM_Service_PrimaryOwnerContact,
15087                   (SourceFeature*)&_CIM_Service_StartMode,
15088                   (SourceFeature*)&_CIM_Service_Started,
15089                   (SourceFeature*)&_CIM_Service_StartService,
15090                   (SourceFeature*)&_CIM_Service_StopService,
15091                   0,
15092               };
15093               
15094               static const char*
15095               __root_PG_InterOp_CIM_Service_qualifiers[] =
15096               {
15097                   /* UMLPackagePath */
15098                   "\057CIM::Core::Service",
15099                   /* Version */
15100 mike  1.1.2.1     "\0632.10.0",
15101                   0,
15102               };
15103               
15104               SourceClass
15105               __root_PG_InterOp_CIM_Service =
15106               {
15107                   /* flags */
15108                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
15109                   /* name */
15110                   "CIM_Service",
15111                   /* qualifiers */
15112                   __root_PG_InterOp_CIM_Service_qualifiers,
15113                   /* superClass */
15114                   &__root_PG_InterOp_CIM_EnabledLogicalElement,
15115                   /* features */
15116                   _CIM_Service_features,
15117               };
15118               
15119               //==============================================================================
15120               //
15121 mike  1.1.2.1 // Class: CIM_ServiceAccessPoint
15122               //
15123               //==============================================================================
15124               
15125               static const char*
15126               _CIM_ServiceAccessPoint_SystemCreationClassName_qualifiers[] =
15127               {
15128                   /* Propagated */
15129                   "\045CIM_System.CreationClassName",
15130                   /* MaxLen */
15131                   "\030\000\000\001\000",
15132                   0,
15133               };
15134               
15135               static SourceProperty
15136               _CIM_ServiceAccessPoint_SystemCreationClassName =
15137               {
15138                   /* flags */
15139                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15140                   /* name */
15141                   "SystemCreationClassName",
15142 mike  1.1.2.1     /* qualifiers */
15143                   _CIM_ServiceAccessPoint_SystemCreationClassName_qualifiers,
15144                   /* type */
15145                   CIMTYPE_STRING,
15146                   /* subscript */
15147                   -1,
15148                   /* value */
15149                   0,
15150               };
15151               
15152               static const char*
15153               _CIM_ServiceAccessPoint_SystemName_qualifiers[] =
15154               {
15155                   /* Propagated */
15156                   "\045CIM_System.Name",
15157                   /* MaxLen */
15158                   "\030\000\000\001\000",
15159                   0,
15160               };
15161               
15162               static SourceProperty
15163 mike  1.1.2.1 _CIM_ServiceAccessPoint_SystemName =
15164               {
15165                   /* flags */
15166                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15167                   /* name */
15168                   "SystemName",
15169                   /* qualifiers */
15170                   _CIM_ServiceAccessPoint_SystemName_qualifiers,
15171                   /* type */
15172                   CIMTYPE_STRING,
15173                   /* subscript */
15174                   -1,
15175                   /* value */
15176                   0,
15177               };
15178               
15179               static const char*
15180               _CIM_ServiceAccessPoint_CreationClassName_qualifiers[] =
15181               {
15182                   /* MaxLen */
15183                   "\030\000\000\001\000",
15184 mike  1.1.2.1     0,
15185               };
15186               
15187               static SourceProperty
15188               _CIM_ServiceAccessPoint_CreationClassName =
15189               {
15190                   /* flags */
15191                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15192                   /* name */
15193                   "CreationClassName",
15194                   /* qualifiers */
15195                   _CIM_ServiceAccessPoint_CreationClassName_qualifiers,
15196                   /* type */
15197                   CIMTYPE_STRING,
15198                   /* subscript */
15199                   -1,
15200                   /* value */
15201                   0,
15202               };
15203               
15204               static const char*
15205 mike  1.1.2.1 _CIM_ServiceAccessPoint_Name_qualifiers[] =
15206               {
15207                   /* Override */
15208                   "\044Name",
15209                   /* MaxLen */
15210                   "\030\000\000\001\000",
15211                   0,
15212               };
15213               
15214               static SourceProperty
15215               _CIM_ServiceAccessPoint_Name =
15216               {
15217                   /* flags */
15218                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15219                   /* name */
15220                   "Name",
15221                   /* qualifiers */
15222                   _CIM_ServiceAccessPoint_Name_qualifiers,
15223                   /* type */
15224                   CIMTYPE_STRING,
15225                   /* subscript */
15226 mike  1.1.2.1     -1,
15227                   /* value */
15228                   0,
15229               };
15230               
15231               static SourceFeature*
15232               _CIM_ServiceAccessPoint_features[] =
15233               {
15234                   (SourceFeature*)&_CIM_ServiceAccessPoint_SystemCreationClassName,
15235                   (SourceFeature*)&_CIM_ServiceAccessPoint_SystemName,
15236                   (SourceFeature*)&_CIM_ServiceAccessPoint_CreationClassName,
15237                   (SourceFeature*)&_CIM_ServiceAccessPoint_Name,
15238                   0,
15239               };
15240               
15241               static const char*
15242               __root_PG_InterOp_CIM_ServiceAccessPoint_qualifiers[] =
15243               {
15244                   /* UMLPackagePath */
15245                   "\057CIM::Core::Service",
15246                   /* Version */
15247 mike  1.1.2.1     "\0632.10.0",
15248                   0,
15249               };
15250               
15251               SourceClass
15252               __root_PG_InterOp_CIM_ServiceAccessPoint =
15253               {
15254                   /* flags */
15255                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
15256                   /* name */
15257                   "CIM_ServiceAccessPoint",
15258                   /* qualifiers */
15259                   __root_PG_InterOp_CIM_ServiceAccessPoint_qualifiers,
15260                   /* superClass */
15261                   &__root_PG_InterOp_CIM_EnabledLogicalElement,
15262                   /* features */
15263                   _CIM_ServiceAccessPoint_features,
15264               };
15265               
15266               //==============================================================================
15267               //
15268 mike  1.1.2.1 // Class: CIM_ServiceAccessURI
15269               //
15270               //==============================================================================
15271               
15272               static const char*
15273               _CIM_ServiceAccessURI_LabeledURI_qualifiers[] =
15274               {
15275                   /* MaxLen */
15276                   "\030\000\000\001\000",
15277                   0,
15278               };
15279               
15280               static SourceProperty
15281               _CIM_ServiceAccessURI_LabeledURI =
15282               {
15283                   /* flags */
15284                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
15285                   /* name */
15286                   "LabeledURI",
15287                   /* qualifiers */
15288                   _CIM_ServiceAccessURI_LabeledURI_qualifiers,
15289 mike  1.1.2.1     /* type */
15290                   CIMTYPE_STRING,
15291                   /* subscript */
15292                   -1,
15293                   /* value */
15294                   0,
15295               };
15296               
15297               static SourceFeature*
15298               _CIM_ServiceAccessURI_features[] =
15299               {
15300                   (SourceFeature*)&_CIM_ServiceAccessURI_LabeledURI,
15301                   0,
15302               };
15303               
15304               static const char*
15305               __root_PG_InterOp_CIM_ServiceAccessURI_qualifiers[] =
15306               {
15307                   /* UMLPackagePath */
15308                   "\057CIM::Core::Service",
15309                   /* Version */
15310 mike  1.1.2.1     "\0632.10.0",
15311                   0,
15312               };
15313               
15314               SourceClass
15315               __root_PG_InterOp_CIM_ServiceAccessURI =
15316               {
15317                   /* flags */
15318                   PEGASUS_FLAG_CLASS,
15319                   /* name */
15320                   "CIM_ServiceAccessURI",
15321                   /* qualifiers */
15322                   __root_PG_InterOp_CIM_ServiceAccessURI_qualifiers,
15323                   /* superClass */
15324                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
15325                   /* features */
15326                   _CIM_ServiceAccessURI_features,
15327               };
15328               
15329               //==============================================================================
15330               //
15331 mike  1.1.2.1 // Class: CIM_ServiceAffectsElement
15332               //
15333               //==============================================================================
15334               
15335               static const char*
15336               _CIM_ServiceAffectsElement_AffectedElement_qualifiers[] =
15337               {
15338                   0,
15339               };
15340               
15341               static SourceReference
15342               _CIM_ServiceAffectsElement_AffectedElement =
15343               {
15344                   /* flags */
15345                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15346                   /* name */
15347                   "AffectedElement",
15348                   /* qualifiers */
15349                   _CIM_ServiceAffectsElement_AffectedElement_qualifiers,
15350                   /* subscript */
15351                   -1,
15352 mike  1.1.2.1     /* refClassId */
15353                   &__root_PG_InterOp_CIM_ManagedElement,
15354               };
15355               
15356               static const char*
15357               _CIM_ServiceAffectsElement_AffectingElement_qualifiers[] =
15358               {
15359                   0,
15360               };
15361               
15362               static SourceReference
15363               _CIM_ServiceAffectsElement_AffectingElement =
15364               {
15365                   /* flags */
15366                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15367                   /* name */
15368                   "AffectingElement",
15369                   /* qualifiers */
15370                   _CIM_ServiceAffectsElement_AffectingElement_qualifiers,
15371                   /* subscript */
15372                   -1,
15373 mike  1.1.2.1     /* refClassId */
15374                   &__root_PG_InterOp_CIM_Service,
15375               };
15376               
15377               static const char*
15378               _CIM_ServiceAffectsElement_ElementEffects_qualifiers[] =
15379               {
15380                   /* ValueMap */
15381                   "\061\000\0130\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\000",
15382                   /* Values */
15383                   "\062\000\013Unknown\000Other\000Exclusive Use\000Performance Impact\000Element Integrity\000Manages\000Consumes\000Enhances Integrity\000Degrades Integrity\000Enhances Performance\000Degrades Performance\000",
15384                   /* ArrayType */
15385                   "\005Indexed",
15386                   /* ModelCorrespondence */
15387                   "\036\000\001CIM_ServiceAffectsElement.OtherElementEffectsDescriptions\000",
15388                   0,
15389               };
15390               
15391               static SourceProperty
15392               _CIM_ServiceAffectsElement_ElementEffects =
15393               {
15394 mike  1.1.2.1     /* flags */
15395                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15396                   /* name */
15397                   "ElementEffects",
15398                   /* qualifiers */
15399                   _CIM_ServiceAffectsElement_ElementEffects_qualifiers,
15400                   /* type */
15401                   CIMTYPE_UINT16,
15402                   /* subscript */
15403                   0,
15404                   /* value */
15405                   0,
15406               };
15407               
15408               static const char*
15409               _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions_qualifiers[] =
15410               {
15411                   /* ArrayType */
15412                   "\005Indexed",
15413                   /* ModelCorrespondence */
15414                   "\036\000\001CIM_ServiceAffectsElement.ElementEffects\000",
15415 mike  1.1.2.1     0,
15416               };
15417               
15418               static SourceProperty
15419               _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions =
15420               {
15421                   /* flags */
15422                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15423                   /* name */
15424                   "OtherElementEffectsDescriptions",
15425                   /* qualifiers */
15426                   _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions_qualifiers,
15427                   /* type */
15428                   CIMTYPE_STRING,
15429                   /* subscript */
15430                   0,
15431                   /* value */
15432                   0,
15433               };
15434               
15435               static SourceFeature*
15436 mike  1.1.2.1 _CIM_ServiceAffectsElement_features[] =
15437               {
15438                   (SourceFeature*)&_CIM_ServiceAffectsElement_AffectedElement,
15439                   (SourceFeature*)&_CIM_ServiceAffectsElement_AffectingElement,
15440                   (SourceFeature*)&_CIM_ServiceAffectsElement_ElementEffects,
15441                   (SourceFeature*)&_CIM_ServiceAffectsElement_OtherElementEffectsDescriptions,
15442                   0,
15443               };
15444               
15445               static const char*
15446               __root_PG_InterOp_CIM_ServiceAffectsElement_qualifiers[] =
15447               {
15448                   /* UMLPackagePath */
15449                   "\057CIM::Core::Service",
15450                   /* Version */
15451                   "\0632.10.0",
15452                   0,
15453               };
15454               
15455               SourceClass
15456               __root_PG_InterOp_CIM_ServiceAffectsElement =
15457 mike  1.1.2.1 {
15458                   /* flags */
15459                   PEGASUS_FLAG_ASSOCIATION,
15460                   /* name */
15461                   "CIM_ServiceAffectsElement",
15462                   /* qualifiers */
15463                   __root_PG_InterOp_CIM_ServiceAffectsElement_qualifiers,
15464                   /* superClass */
15465                   0,
15466                   /* features */
15467                   _CIM_ServiceAffectsElement_features,
15468               };
15469               
15470               //==============================================================================
15471               //
15472               // Class: CIM_ServiceAvailableToElement
15473               //
15474               //==============================================================================
15475               
15476               static const char*
15477               _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers[] =
15478 mike  1.1.2.1 {
15479                   0,
15480               };
15481               
15482               static SourceReference
15483               _CIM_ServiceAvailableToElement_ServiceProvided =
15484               {
15485                   /* flags */
15486                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15487                   /* name */
15488                   "ServiceProvided",
15489                   /* qualifiers */
15490                   _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers,
15491                   /* subscript */
15492                   -1,
15493                   /* refClassId */
15494                   &__root_PG_InterOp_CIM_Service,
15495               };
15496               
15497               static const char*
15498               _CIM_ServiceAvailableToElement_UserOfService_qualifiers[] =
15499 mike  1.1.2.1 {
15500                   0,
15501               };
15502               
15503               static SourceReference
15504               _CIM_ServiceAvailableToElement_UserOfService =
15505               {
15506                   /* flags */
15507                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
15508                   /* name */
15509                   "UserOfService",
15510                   /* qualifiers */
15511                   _CIM_ServiceAvailableToElement_UserOfService_qualifiers,
15512                   /* subscript */
15513                   -1,
15514                   /* refClassId */
15515                   &__root_PG_InterOp_CIM_ManagedElement,
15516               };
15517               
15518               static SourceFeature*
15519               _CIM_ServiceAvailableToElement_features[] =
15520 mike  1.1.2.1 {
15521                   (SourceFeature*)&_CIM_ServiceAvailableToElement_ServiceProvided,
15522                   (SourceFeature*)&_CIM_ServiceAvailableToElement_UserOfService,
15523                   0,
15524               };
15525               
15526               static const char*
15527               __root_PG_InterOp_CIM_ServiceAvailableToElement_qualifiers[] =
15528               {
15529                   /* UMLPackagePath */
15530                   "\057CIM::Core::Service",
15531                   /* Version */
15532                   "\0632.10.0",
15533                   0,
15534               };
15535               
15536               SourceClass
15537               __root_PG_InterOp_CIM_ServiceAvailableToElement =
15538               {
15539                   /* flags */
15540                   PEGASUS_FLAG_ASSOCIATION,
15541 mike  1.1.2.1     /* name */
15542                   "CIM_ServiceAvailableToElement",
15543                   /* qualifiers */
15544                   __root_PG_InterOp_CIM_ServiceAvailableToElement_qualifiers,
15545                   /* superClass */
15546                   0,
15547                   /* features */
15548                   _CIM_ServiceAvailableToElement_features,
15549               };
15550               
15551               //==============================================================================
15552               //
15553               // Class: CIM_ServiceComponent
15554               //
15555               //==============================================================================
15556               
15557               static const char*
15558               _CIM_ServiceComponent_GroupComponent_qualifiers[] =
15559               {
15560                   /* Override */
15561                   "\044GroupComponent",
15562 mike  1.1.2.1     0,
15563               };
15564               
15565               static SourceReference
15566               _CIM_ServiceComponent_GroupComponent =
15567               {
15568                   /* flags */
15569                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
15570                   /* name */
15571                   "GroupComponent",
15572                   /* qualifiers */
15573                   _CIM_ServiceComponent_GroupComponent_qualifiers,
15574                   /* subscript */
15575                   -1,
15576                   /* refClassId */
15577                   &__root_PG_InterOp_CIM_Service,
15578               };
15579               
15580               static const char*
15581               _CIM_ServiceComponent_PartComponent_qualifiers[] =
15582               {
15583 mike  1.1.2.1     /* Override */
15584                   "\044PartComponent",
15585                   0,
15586               };
15587               
15588               static SourceReference
15589               _CIM_ServiceComponent_PartComponent =
15590               {
15591                   /* flags */
15592                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
15593                   /* name */
15594                   "PartComponent",
15595                   /* qualifiers */
15596                   _CIM_ServiceComponent_PartComponent_qualifiers,
15597                   /* subscript */
15598                   -1,
15599                   /* refClassId */
15600                   &__root_PG_InterOp_CIM_Service,
15601               };
15602               
15603               static SourceFeature*
15604 mike  1.1.2.1 _CIM_ServiceComponent_features[] =
15605               {
15606                   (SourceFeature*)&_CIM_ServiceComponent_GroupComponent,
15607                   (SourceFeature*)&_CIM_ServiceComponent_PartComponent,
15608                   0,
15609               };
15610               
15611               static const char*
15612               __root_PG_InterOp_CIM_ServiceComponent_qualifiers[] =
15613               {
15614                   /* UMLPackagePath */
15615                   "\057CIM::Core::Service",
15616                   /* Version */
15617                   "\0632.6.0",
15618                   0,
15619               };
15620               
15621               SourceClass
15622               __root_PG_InterOp_CIM_ServiceComponent =
15623               {
15624                   /* flags */
15625 mike  1.1.2.1     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
15626                   /* name */
15627                   "CIM_ServiceComponent",
15628                   /* qualifiers */
15629                   __root_PG_InterOp_CIM_ServiceComponent_qualifiers,
15630                   /* superClass */
15631                   &__root_PG_InterOp_CIM_Component,
15632                   /* features */
15633                   _CIM_ServiceComponent_features,
15634               };
15635               
15636               //==============================================================================
15637               //
15638               // Class: CIM_ServiceSAPDependency
15639               //
15640               //==============================================================================
15641               
15642               static const char*
15643               _CIM_ServiceSAPDependency_Antecedent_qualifiers[] =
15644               {
15645                   /* Override */
15646 mike  1.1.2.1     "\044Antecedent",
15647                   0,
15648               };
15649               
15650               static SourceReference
15651               _CIM_ServiceSAPDependency_Antecedent =
15652               {
15653                   /* flags */
15654                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
15655                   /* name */
15656                   "Antecedent",
15657                   /* qualifiers */
15658                   _CIM_ServiceSAPDependency_Antecedent_qualifiers,
15659                   /* subscript */
15660                   -1,
15661                   /* refClassId */
15662                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
15663               };
15664               
15665               static const char*
15666               _CIM_ServiceSAPDependency_Dependent_qualifiers[] =
15667 mike  1.1.2.1 {
15668                   /* Override */
15669                   "\044Dependent",
15670                   0,
15671               };
15672               
15673               static SourceReference
15674               _CIM_ServiceSAPDependency_Dependent =
15675               {
15676                   /* flags */
15677                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
15678                   /* name */
15679                   "Dependent",
15680                   /* qualifiers */
15681                   _CIM_ServiceSAPDependency_Dependent_qualifiers,
15682                   /* subscript */
15683                   -1,
15684                   /* refClassId */
15685                   &__root_PG_InterOp_CIM_Service,
15686               };
15687               
15688 mike  1.1.2.1 static SourceFeature*
15689               _CIM_ServiceSAPDependency_features[] =
15690               {
15691                   (SourceFeature*)&_CIM_ServiceSAPDependency_Antecedent,
15692                   (SourceFeature*)&_CIM_ServiceSAPDependency_Dependent,
15693                   0,
15694               };
15695               
15696               static const char*
15697               __root_PG_InterOp_CIM_ServiceSAPDependency_qualifiers[] =
15698               {
15699                   /* UMLPackagePath */
15700                   "\057CIM::Core::Service",
15701                   /* Version */
15702                   "\0632.10.0",
15703                   0,
15704               };
15705               
15706               SourceClass
15707               __root_PG_InterOp_CIM_ServiceSAPDependency =
15708               {
15709 mike  1.1.2.1     /* flags */
15710                   PEGASUS_FLAG_ASSOCIATION,
15711                   /* name */
15712                   "CIM_ServiceSAPDependency",
15713                   /* qualifiers */
15714                   __root_PG_InterOp_CIM_ServiceSAPDependency_qualifiers,
15715                   /* superClass */
15716                   &__root_PG_InterOp_CIM_Dependency,
15717                   /* features */
15718                   _CIM_ServiceSAPDependency_features,
15719               };
15720               
15721               //==============================================================================
15722               //
15723               // Class: CIM_ServiceStatistics
15724               //
15725               //==============================================================================
15726               
15727               static const char*
15728               _CIM_ServiceStatistics_Stats_qualifiers[] =
15729               {
15730 mike  1.1.2.1     /* Override */
15731                   "\044Stats",
15732                   0,
15733               };
15734               
15735               static SourceReference
15736               _CIM_ServiceStatistics_Stats =
15737               {
15738                   /* flags */
15739                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
15740                   /* name */
15741                   "Stats",
15742                   /* qualifiers */
15743                   _CIM_ServiceStatistics_Stats_qualifiers,
15744                   /* subscript */
15745                   -1,
15746                   /* refClassId */
15747                   &__root_PG_InterOp_CIM_ServiceStatisticalInformation,
15748               };
15749               
15750               static const char*
15751 mike  1.1.2.1 _CIM_ServiceStatistics_Element_qualifiers[] =
15752               {
15753                   /* Override */
15754                   "\044Element",
15755                   /* Min */
15756                   "\033\000\000\000\001",
15757                   /* Max */
15758                   "\027\000\000\000\001",
15759                   0,
15760               };
15761               
15762               static SourceReference
15763               _CIM_ServiceStatistics_Element =
15764               {
15765                   /* flags */
15766                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
15767                   /* name */
15768                   "Element",
15769                   /* qualifiers */
15770                   _CIM_ServiceStatistics_Element_qualifiers,
15771                   /* subscript */
15772 mike  1.1.2.1     -1,
15773                   /* refClassId */
15774                   &__root_PG_InterOp_CIM_Service,
15775               };
15776               
15777               static SourceFeature*
15778               _CIM_ServiceStatistics_features[] =
15779               {
15780                   (SourceFeature*)&_CIM_ServiceStatistics_Stats,
15781                   (SourceFeature*)&_CIM_ServiceStatistics_Element,
15782                   0,
15783               };
15784               
15785               static const char*
15786               __root_PG_InterOp_CIM_ServiceStatistics_qualifiers[] =
15787               {
15788                   /* UMLPackagePath */
15789                   "\057CIM::Core::Statistics",
15790                   /* Version */
15791                   "\0632.6.0",
15792                   0,
15793 mike  1.1.2.1 };
15794               
15795               SourceClass
15796               __root_PG_InterOp_CIM_ServiceStatistics =
15797               {
15798                   /* flags */
15799                   PEGASUS_FLAG_ASSOCIATION,
15800                   /* name */
15801                   "CIM_ServiceStatistics",
15802                   /* qualifiers */
15803                   __root_PG_InterOp_CIM_ServiceStatistics_qualifiers,
15804                   /* superClass */
15805                   &__root_PG_InterOp_CIM_Statistics,
15806                   /* features */
15807                   _CIM_ServiceStatistics_features,
15808               };
15809               
15810               //==============================================================================
15811               //
15812               // Class: CIM_StorageExtent
15813               //
15814 mike  1.1.2.1 //==============================================================================
15815               
15816               static const char*
15817               _CIM_StorageExtent_DataOrganization_qualifiers[] =
15818               {
15819                   /* ValueMap */
15820                   "\061\000\0050\0001\0002\0003\0004\000",
15821                   /* Values */
15822                   "\062\000\005Other\000Unknown\000Fixed Block\000Variable Block\000Count Key Data\000",
15823                   0,
15824               };
15825               
15826               static SourceProperty
15827               _CIM_StorageExtent_DataOrganization =
15828               {
15829                   /* flags */
15830                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15831                   /* name */
15832                   "DataOrganization",
15833                   /* qualifiers */
15834                   _CIM_StorageExtent_DataOrganization_qualifiers,
15835 mike  1.1.2.1     /* type */
15836                   CIMTYPE_UINT16,
15837                   /* subscript */
15838                   -1,
15839                   /* value */
15840                   0,
15841               };
15842               
15843               static const char*
15844               _CIM_StorageExtent_Purpose_qualifiers[] =
15845               {
15846                   /* MappingStrings */
15847                   "\026\000\001MIB.IETF|HOST-RESOURCES-MIB.hrStorageDescr\000",
15848                   0,
15849               };
15850               
15851               static SourceProperty
15852               _CIM_StorageExtent_Purpose =
15853               {
15854                   /* flags */
15855                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15856 mike  1.1.2.1     /* name */
15857                   "Purpose",
15858                   /* qualifiers */
15859                   _CIM_StorageExtent_Purpose_qualifiers,
15860                   /* type */
15861                   CIMTYPE_STRING,
15862                   /* subscript */
15863                   -1,
15864                   /* value */
15865                   0,
15866               };
15867               
15868               static const char*
15869               _CIM_StorageExtent_Access_qualifiers[] =
15870               {
15871                   /* ValueMap */
15872                   "\061\000\0050\0001\0002\0003\0004\000",
15873                   /* Values */
15874                   "\062\000\005Unknown\000Readable\000Writeable\000Read/Write Supported\000Write Once\000",
15875                   0,
15876               };
15877 mike  1.1.2.1 
15878               static SourceProperty
15879               _CIM_StorageExtent_Access =
15880               {
15881                   /* flags */
15882                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15883                   /* name */
15884                   "Access",
15885                   /* qualifiers */
15886                   _CIM_StorageExtent_Access_qualifiers,
15887                   /* type */
15888                   CIMTYPE_UINT16,
15889                   /* subscript */
15890                   -1,
15891                   /* value */
15892                   0,
15893               };
15894               
15895               static const char*
15896               _CIM_StorageExtent_ErrorMethodology_qualifiers[] =
15897               {
15898 mike  1.1.2.1     0,
15899               };
15900               
15901               static SourceProperty
15902               _CIM_StorageExtent_ErrorMethodology =
15903               {
15904                   /* flags */
15905                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15906                   /* name */
15907                   "ErrorMethodology",
15908                   /* qualifiers */
15909                   _CIM_StorageExtent_ErrorMethodology_qualifiers,
15910                   /* type */
15911                   CIMTYPE_STRING,
15912                   /* subscript */
15913                   -1,
15914                   /* value */
15915                   0,
15916               };
15917               
15918               static const char*
15919 mike  1.1.2.1 _CIM_StorageExtent_BlockSize_qualifiers[] =
15920               {
15921                   /* Units */
15922                   "\060Bytes",
15923                   /* MappingStrings */
15924                   "\026\000\003MIF.DMTF|Host Storage|001.4\000MIB.IETF|HOST-RESOURCES-MIB.hrStorageAllocationUnits\000MIF.DMTF|Storage Devices|001.5\000",
15925                   0,
15926               };
15927               
15928               static SourceProperty
15929               _CIM_StorageExtent_BlockSize =
15930               {
15931                   /* flags */
15932                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15933                   /* name */
15934                   "BlockSize",
15935                   /* qualifiers */
15936                   _CIM_StorageExtent_BlockSize_qualifiers,
15937                   /* type */
15938                   CIMTYPE_UINT64,
15939                   /* subscript */
15940 mike  1.1.2.1     -1,
15941                   /* value */
15942                   0,
15943               };
15944               
15945               static const char*
15946               _CIM_StorageExtent_NumberOfBlocks_qualifiers[] =
15947               {
15948                   /* MappingStrings */
15949                   "\026\000\002MIF.DMTF|Host Storage|001.5\000MIB.IETF|HOST-RESOURCES-MIB.hrStorageSize\000",
15950                   0,
15951               };
15952               
15953               static SourceProperty
15954               _CIM_StorageExtent_NumberOfBlocks =
15955               {
15956                   /* flags */
15957                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15958                   /* name */
15959                   "NumberOfBlocks",
15960                   /* qualifiers */
15961 mike  1.1.2.1     _CIM_StorageExtent_NumberOfBlocks_qualifiers,
15962                   /* type */
15963                   CIMTYPE_UINT64,
15964                   /* subscript */
15965                   -1,
15966                   /* value */
15967                   0,
15968               };
15969               
15970               static const char*
15971               _CIM_StorageExtent_ConsumableBlocks_qualifiers[] =
15972               {
15973                   0,
15974               };
15975               
15976               static SourceProperty
15977               _CIM_StorageExtent_ConsumableBlocks =
15978               {
15979                   /* flags */
15980                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
15981                   /* name */
15982 mike  1.1.2.1     "ConsumableBlocks",
15983                   /* qualifiers */
15984                   _CIM_StorageExtent_ConsumableBlocks_qualifiers,
15985                   /* type */
15986                   CIMTYPE_UINT64,
15987                   /* subscript */
15988                   -1,
15989                   /* value */
15990                   0,
15991               };
15992               
15993               static const char*
15994               _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy_qualifiers[] =
15995               {
15996                   0,
15997               };
15998               
15999               static SourceProperty
16000               _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy =
16001               {
16002                   /* flags */
16003 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16004                   /* name */
16005                   "IsBasedOnUnderlyingRedundancy",
16006                   /* qualifiers */
16007                   _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy_qualifiers,
16008                   /* type */
16009                   CIMTYPE_BOOLEAN,
16010                   /* subscript */
16011                   -1,
16012                   /* value */
16013                   0,
16014               };
16015               
16016               static const char*
16017               _CIM_StorageExtent_SequentialAccess_qualifiers[] =
16018               {
16019                   0,
16020               };
16021               
16022               static SourceProperty
16023               _CIM_StorageExtent_SequentialAccess =
16024 mike  1.1.2.1 {
16025                   /* flags */
16026                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16027                   /* name */
16028                   "SequentialAccess",
16029                   /* qualifiers */
16030                   _CIM_StorageExtent_SequentialAccess_qualifiers,
16031                   /* type */
16032                   CIMTYPE_BOOLEAN,
16033                   /* subscript */
16034                   -1,
16035                   /* value */
16036                   0,
16037               };
16038               
16039               static const char*
16040               _CIM_StorageExtent_ExtentStatus_qualifiers[] =
16041               {
16042                   /* ValueMap */
16043                   "\061\000\0210\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015..32767\00032768..65535\000",
16044                   /* Values */
16045 mike  1.1.2.1     "\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",
16046                   0,
16047               };
16048               
16049               static SourceProperty
16050               _CIM_StorageExtent_ExtentStatus =
16051               {
16052                   /* flags */
16053                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16054                   /* name */
16055                   "ExtentStatus",
16056                   /* qualifiers */
16057                   _CIM_StorageExtent_ExtentStatus_qualifiers,
16058                   /* type */
16059                   CIMTYPE_UINT16,
16060                   /* subscript */
16061                   0,
16062                   /* value */
16063                   0,
16064               };
16065               
16066 mike  1.1.2.1 static const char*
16067               _CIM_StorageExtent_NoSinglePointOfFailure_qualifiers[] =
16068               {
16069                   /* ModelCorrespondence */
16070                   "\036\000\001CIM_StorageSetting.NoSinglePointOfFailure\000",
16071                   0,
16072               };
16073               
16074               static SourceProperty
16075               _CIM_StorageExtent_NoSinglePointOfFailure =
16076               {
16077                   /* flags */
16078                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16079                   /* name */
16080                   "NoSinglePointOfFailure",
16081                   /* qualifiers */
16082                   _CIM_StorageExtent_NoSinglePointOfFailure_qualifiers,
16083                   /* type */
16084                   CIMTYPE_BOOLEAN,
16085                   /* subscript */
16086                   -1,
16087 mike  1.1.2.1     /* value */
16088                   0,
16089               };
16090               
16091               static const char*
16092               _CIM_StorageExtent_DataRedundancy_qualifiers[] =
16093               {
16094                   /* ModelCorrespondence */
16095                   "\036\000\003CIM_StorageSetting.DataRedundancyGoal\000CIM_StorageSetting.DataRedundancyMax\000CIM_StorageSetting.DataRedundancyMin\000",
16096                   0,
16097               };
16098               
16099               static SourceProperty
16100               _CIM_StorageExtent_DataRedundancy =
16101               {
16102                   /* flags */
16103                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16104                   /* name */
16105                   "DataRedundancy",
16106                   /* qualifiers */
16107                   _CIM_StorageExtent_DataRedundancy_qualifiers,
16108 mike  1.1.2.1     /* type */
16109                   CIMTYPE_UINT16,
16110                   /* subscript */
16111                   -1,
16112                   /* value */
16113                   0,
16114               };
16115               
16116               static const char*
16117               _CIM_StorageExtent_PackageRedundancy_qualifiers[] =
16118               {
16119                   /* ModelCorrespondence */
16120                   "\036\000\003CIM_StorageSetting.PackageRedundancyGoal\000CIM_StorageSetting.PackageRedundancyMax\000CIM_StorageSetting.PackageRedundancyMin\000",
16121                   0,
16122               };
16123               
16124               static SourceProperty
16125               _CIM_StorageExtent_PackageRedundancy =
16126               {
16127                   /* flags */
16128                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16129 mike  1.1.2.1     /* name */
16130                   "PackageRedundancy",
16131                   /* qualifiers */
16132                   _CIM_StorageExtent_PackageRedundancy_qualifiers,
16133                   /* type */
16134                   CIMTYPE_UINT16,
16135                   /* subscript */
16136                   -1,
16137                   /* value */
16138                   0,
16139               };
16140               
16141               static const char*
16142               _CIM_StorageExtent_DeltaReservation_qualifiers[] =
16143               {
16144                   /* Units */
16145                   "\060Percentage",
16146                   /* MinValue */
16147                   "\035\000\000\000\000\000\000\000\001",
16148                   /* MaxValue */
16149                   "\031\000\000\000\000\000\000\000\144",
16150 mike  1.1.2.1     /* ModelCorrespondence */
16151                   "\036\000\003CIM_StorageSetting.DeltaReservationGoal\000CIM_StorageSetting.DeltaReservationMax\000CIM_StorageSetting.DeltaReservationMin\000",
16152                   0,
16153               };
16154               
16155               static SourceProperty
16156               _CIM_StorageExtent_DeltaReservation =
16157               {
16158                   /* flags */
16159                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16160                   /* name */
16161                   "DeltaReservation",
16162                   /* qualifiers */
16163                   _CIM_StorageExtent_DeltaReservation_qualifiers,
16164                   /* type */
16165                   CIMTYPE_UINT8,
16166                   /* subscript */
16167                   -1,
16168                   /* value */
16169                   0,
16170               };
16171 mike  1.1.2.1 
16172               static const char*
16173               _CIM_StorageExtent_Primordial_qualifiers[] =
16174               {
16175                   0,
16176               };
16177               
16178               static SourceProperty
16179               _CIM_StorageExtent_Primordial =
16180               {
16181                   /* flags */
16182                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16183                   /* name */
16184                   "Primordial",
16185                   /* qualifiers */
16186                   _CIM_StorageExtent_Primordial_qualifiers,
16187                   /* type */
16188                   CIMTYPE_BOOLEAN,
16189                   /* subscript */
16190                   -1,
16191                   /* value */
16192 mike  1.1.2.1     "\000",
16193               };
16194               
16195               static SourceFeature*
16196               _CIM_StorageExtent_features[] =
16197               {
16198                   (SourceFeature*)&_CIM_StorageExtent_DataOrganization,
16199                   (SourceFeature*)&_CIM_StorageExtent_Purpose,
16200                   (SourceFeature*)&_CIM_StorageExtent_Access,
16201                   (SourceFeature*)&_CIM_StorageExtent_ErrorMethodology,
16202                   (SourceFeature*)&_CIM_StorageExtent_BlockSize,
16203                   (SourceFeature*)&_CIM_StorageExtent_NumberOfBlocks,
16204                   (SourceFeature*)&_CIM_StorageExtent_ConsumableBlocks,
16205                   (SourceFeature*)&_CIM_StorageExtent_IsBasedOnUnderlyingRedundancy,
16206                   (SourceFeature*)&_CIM_StorageExtent_SequentialAccess,
16207                   (SourceFeature*)&_CIM_StorageExtent_ExtentStatus,
16208                   (SourceFeature*)&_CIM_StorageExtent_NoSinglePointOfFailure,
16209                   (SourceFeature*)&_CIM_StorageExtent_DataRedundancy,
16210                   (SourceFeature*)&_CIM_StorageExtent_PackageRedundancy,
16211                   (SourceFeature*)&_CIM_StorageExtent_DeltaReservation,
16212                   (SourceFeature*)&_CIM_StorageExtent_Primordial,
16213 mike  1.1.2.1     0,
16214               };
16215               
16216               static const char*
16217               __root_PG_InterOp_CIM_StorageExtent_qualifiers[] =
16218               {
16219                   /* UMLPackagePath */
16220                   "\057CIM::Core::StorageExtent",
16221                   /* Version */
16222                   "\0632.8.0",
16223                   0,
16224               };
16225               
16226               SourceClass
16227               __root_PG_InterOp_CIM_StorageExtent =
16228               {
16229                   /* flags */
16230                   PEGASUS_FLAG_CLASS,
16231                   /* name */
16232                   "CIM_StorageExtent",
16233                   /* qualifiers */
16234 mike  1.1.2.1     __root_PG_InterOp_CIM_StorageExtent_qualifiers,
16235                   /* superClass */
16236                   &__root_PG_InterOp_CIM_LogicalDevice,
16237                   /* features */
16238                   _CIM_StorageExtent_features,
16239               };
16240               
16241               //==============================================================================
16242               //
16243               // Class: CIM_System
16244               //
16245               //==============================================================================
16246               
16247               static const char*
16248               _CIM_System_CreationClassName_qualifiers[] =
16249               {
16250                   /* MaxLen */
16251                   "\030\000\000\001\000",
16252                   0,
16253               };
16254               
16255 mike  1.1.2.1 static SourceProperty
16256               _CIM_System_CreationClassName =
16257               {
16258                   /* flags */
16259                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
16260                   /* name */
16261                   "CreationClassName",
16262                   /* qualifiers */
16263                   _CIM_System_CreationClassName_qualifiers,
16264                   /* type */
16265                   CIMTYPE_STRING,
16266                   /* subscript */
16267                   -1,
16268                   /* value */
16269                   0,
16270               };
16271               
16272               static const char*
16273               _CIM_System_Name_qualifiers[] =
16274               {
16275                   /* Override */
16276 mike  1.1.2.1     "\044Name",
16277                   /* MaxLen */
16278                   "\030\000\000\001\000",
16279                   0,
16280               };
16281               
16282               static SourceProperty
16283               _CIM_System_Name =
16284               {
16285                   /* flags */
16286                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
16287                   /* name */
16288                   "Name",
16289                   /* qualifiers */
16290                   _CIM_System_Name_qualifiers,
16291                   /* type */
16292                   CIMTYPE_STRING,
16293                   /* subscript */
16294                   -1,
16295                   /* value */
16296                   0,
16297 mike  1.1.2.1 };
16298               
16299               static const char*
16300               _CIM_System_NameFormat_qualifiers[] =
16301               {
16302                   /* MaxLen */
16303                   "\030\000\000\000\100",
16304                   0,
16305               };
16306               
16307               static SourceProperty
16308               _CIM_System_NameFormat =
16309               {
16310                   /* flags */
16311                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16312                   /* name */
16313                   "NameFormat",
16314                   /* qualifiers */
16315                   _CIM_System_NameFormat_qualifiers,
16316                   /* type */
16317                   CIMTYPE_STRING,
16318 mike  1.1.2.1     /* subscript */
16319                   -1,
16320                   /* value */
16321                   0,
16322               };
16323               
16324               static const char*
16325               _CIM_System_PrimaryOwnerName_qualifiers[] =
16326               {
16327                   /* MaxLen */
16328                   "\030\000\000\000\100",
16329                   /* MappingStrings */
16330                   "\026\000\001MIF.DMTF|General Information|001.3\000",
16331                   0,
16332               };
16333               
16334               static SourceProperty
16335               _CIM_System_PrimaryOwnerName =
16336               {
16337                   /* flags */
16338                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
16339 mike  1.1.2.1     /* name */
16340                   "PrimaryOwnerName",
16341                   /* qualifiers */
16342                   _CIM_System_PrimaryOwnerName_qualifiers,
16343                   /* type */
16344                   CIMTYPE_STRING,
16345                   /* subscript */
16346                   -1,
16347                   /* value */
16348                   0,
16349               };
16350               
16351               static const char*
16352               _CIM_System_PrimaryOwnerContact_qualifiers[] =
16353               {
16354                   /* MaxLen */
16355                   "\030\000\000\001\000",
16356                   /* MappingStrings */
16357                   "\026\000\001MIF.DMTF|General Information|001.4\000",
16358                   0,
16359               };
16360 mike  1.1.2.1 
16361               static SourceProperty
16362               _CIM_System_PrimaryOwnerContact =
16363               {
16364                   /* flags */
16365                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
16366                   /* name */
16367                   "PrimaryOwnerContact",
16368                   /* qualifiers */
16369                   _CIM_System_PrimaryOwnerContact_qualifiers,
16370                   /* type */
16371                   CIMTYPE_STRING,
16372                   /* subscript */
16373                   -1,
16374                   /* value */
16375                   0,
16376               };
16377               
16378               static const char*
16379               _CIM_System_Roles_qualifiers[] =
16380               {
16381 mike  1.1.2.1     0,
16382               };
16383               
16384               static SourceProperty
16385               _CIM_System_Roles =
16386               {
16387                   /* flags */
16388                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
16389                   /* name */
16390                   "Roles",
16391                   /* qualifiers */
16392                   _CIM_System_Roles_qualifiers,
16393                   /* type */
16394                   CIMTYPE_STRING,
16395                   /* subscript */
16396                   0,
16397                   /* value */
16398                   0,
16399               };
16400               
16401               static SourceFeature*
16402 mike  1.1.2.1 _CIM_System_features[] =
16403               {
16404                   (SourceFeature*)&_CIM_System_CreationClassName,
16405                   (SourceFeature*)&_CIM_System_Name,
16406                   (SourceFeature*)&_CIM_System_NameFormat,
16407                   (SourceFeature*)&_CIM_System_PrimaryOwnerName,
16408                   (SourceFeature*)&_CIM_System_PrimaryOwnerContact,
16409                   (SourceFeature*)&_CIM_System_Roles,
16410                   0,
16411               };
16412               
16413               static const char*
16414               __root_PG_InterOp_CIM_System_qualifiers[] =
16415               {
16416                   /* UMLPackagePath */
16417                   "\057CIM::Core::CoreElements",
16418                   /* Version */
16419                   "\0632.7.0",
16420                   0,
16421               };
16422               
16423 mike  1.1.2.1 SourceClass
16424               __root_PG_InterOp_CIM_System =
16425               {
16426                   /* flags */
16427                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
16428                   /* name */
16429                   "CIM_System",
16430                   /* qualifiers */
16431                   __root_PG_InterOp_CIM_System_qualifiers,
16432                   /* superClass */
16433                   &__root_PG_InterOp_CIM_EnabledLogicalElement,
16434                   /* features */
16435                   _CIM_System_features,
16436               };
16437               
16438               //==============================================================================
16439               //
16440               // Class: CIM_SystemComponent
16441               //
16442               //==============================================================================
16443               
16444 mike  1.1.2.1 static const char*
16445               _CIM_SystemComponent_GroupComponent_qualifiers[] =
16446               {
16447                   /* Override */
16448                   "\044GroupComponent",
16449                   0,
16450               };
16451               
16452               static SourceReference
16453               _CIM_SystemComponent_GroupComponent =
16454               {
16455                   /* flags */
16456                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
16457                   /* name */
16458                   "GroupComponent",
16459                   /* qualifiers */
16460                   _CIM_SystemComponent_GroupComponent_qualifiers,
16461                   /* subscript */
16462                   -1,
16463                   /* refClassId */
16464                   &__root_PG_InterOp_CIM_System,
16465 mike  1.1.2.1 };
16466               
16467               static const char*
16468               _CIM_SystemComponent_PartComponent_qualifiers[] =
16469               {
16470                   /* Override */
16471                   "\044PartComponent",
16472                   0,
16473               };
16474               
16475               static SourceReference
16476               _CIM_SystemComponent_PartComponent =
16477               {
16478                   /* flags */
16479                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
16480                   /* name */
16481                   "PartComponent",
16482                   /* qualifiers */
16483                   _CIM_SystemComponent_PartComponent_qualifiers,
16484                   /* subscript */
16485                   -1,
16486 mike  1.1.2.1     /* refClassId */
16487                   &__root_PG_InterOp_CIM_ManagedSystemElement,
16488               };
16489               
16490               static SourceFeature*
16491               _CIM_SystemComponent_features[] =
16492               {
16493                   (SourceFeature*)&_CIM_SystemComponent_GroupComponent,
16494                   (SourceFeature*)&_CIM_SystemComponent_PartComponent,
16495                   0,
16496               };
16497               
16498               static const char*
16499               __root_PG_InterOp_CIM_SystemComponent_qualifiers[] =
16500               {
16501                   /* UMLPackagePath */
16502                   "\057CIM::Core::CoreElements",
16503                   /* Version */
16504                   "\0632.10.0",
16505                   0,
16506               };
16507 mike  1.1.2.1 
16508               SourceClass
16509               __root_PG_InterOp_CIM_SystemComponent =
16510               {
16511                   /* flags */
16512                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
16513                   /* name */
16514                   "CIM_SystemComponent",
16515                   /* qualifiers */
16516                   __root_PG_InterOp_CIM_SystemComponent_qualifiers,
16517                   /* superClass */
16518                   &__root_PG_InterOp_CIM_Component,
16519                   /* features */
16520                   _CIM_SystemComponent_features,
16521               };
16522               
16523               //==============================================================================
16524               //
16525               // Class: CIM_SystemDevice
16526               //
16527               //==============================================================================
16528 mike  1.1.2.1 
16529               static const char*
16530               _CIM_SystemDevice_GroupComponent_qualifiers[] =
16531               {
16532                   /* Override */
16533                   "\044GroupComponent",
16534                   /* Min */
16535                   "\033\000\000\000\001",
16536                   /* Max */
16537                   "\027\000\000\000\001",
16538                   0,
16539               };
16540               
16541               static SourceReference
16542               _CIM_SystemDevice_GroupComponent =
16543               {
16544                   /* flags */
16545                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
16546                   /* name */
16547                   "GroupComponent",
16548                   /* qualifiers */
16549 mike  1.1.2.1     _CIM_SystemDevice_GroupComponent_qualifiers,
16550                   /* subscript */
16551                   -1,
16552                   /* refClassId */
16553                   &__root_PG_InterOp_CIM_System,
16554               };
16555               
16556               static const char*
16557               _CIM_SystemDevice_PartComponent_qualifiers[] =
16558               {
16559                   /* Override */
16560                   "\044PartComponent",
16561                   0,
16562               };
16563               
16564               static SourceReference
16565               _CIM_SystemDevice_PartComponent =
16566               {
16567                   /* flags */
16568                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
16569                   /* name */
16570 mike  1.1.2.1     "PartComponent",
16571                   /* qualifiers */
16572                   _CIM_SystemDevice_PartComponent_qualifiers,
16573                   /* subscript */
16574                   -1,
16575                   /* refClassId */
16576                   &__root_PG_InterOp_CIM_LogicalDevice,
16577               };
16578               
16579               static SourceFeature*
16580               _CIM_SystemDevice_features[] =
16581               {
16582                   (SourceFeature*)&_CIM_SystemDevice_GroupComponent,
16583                   (SourceFeature*)&_CIM_SystemDevice_PartComponent,
16584                   0,
16585               };
16586               
16587               static const char*
16588               __root_PG_InterOp_CIM_SystemDevice_qualifiers[] =
16589               {
16590                   /* UMLPackagePath */
16591 mike  1.1.2.1     "\057CIM::Core::Device",
16592                   /* Version */
16593                   "\0632.10.0",
16594                   0,
16595               };
16596               
16597               SourceClass
16598               __root_PG_InterOp_CIM_SystemDevice =
16599               {
16600                   /* flags */
16601                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
16602                   /* name */
16603                   "CIM_SystemDevice",
16604                   /* qualifiers */
16605                   __root_PG_InterOp_CIM_SystemDevice_qualifiers,
16606                   /* superClass */
16607                   &__root_PG_InterOp_CIM_SystemComponent,
16608                   /* features */
16609                   _CIM_SystemDevice_features,
16610               };
16611               
16612 mike  1.1.2.1 //==============================================================================
16613               //
16614               // Class: CIM_SystemPackaging
16615               //
16616               //==============================================================================
16617               
16618               static const char*
16619               _CIM_SystemPackaging_Antecedent_qualifiers[] =
16620               {
16621                   /* Override */
16622                   "\044Antecedent",
16623                   0,
16624               };
16625               
16626               static SourceReference
16627               _CIM_SystemPackaging_Antecedent =
16628               {
16629                   /* flags */
16630                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
16631                   /* name */
16632                   "Antecedent",
16633 mike  1.1.2.1     /* qualifiers */
16634                   _CIM_SystemPackaging_Antecedent_qualifiers,
16635                   /* subscript */
16636                   -1,
16637                   /* refClassId */
16638                   &__root_PG_InterOp_CIM_PhysicalElement,
16639               };
16640               
16641               static const char*
16642               _CIM_SystemPackaging_Dependent_qualifiers[] =
16643               {
16644                   /* Override */
16645                   "\044Dependent",
16646                   0,
16647               };
16648               
16649               static SourceReference
16650               _CIM_SystemPackaging_Dependent =
16651               {
16652                   /* flags */
16653                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
16654 mike  1.1.2.1     /* name */
16655                   "Dependent",
16656                   /* qualifiers */
16657                   _CIM_SystemPackaging_Dependent_qualifiers,
16658                   /* subscript */
16659                   -1,
16660                   /* refClassId */
16661                   &__root_PG_InterOp_CIM_System,
16662               };
16663               
16664               static SourceFeature*
16665               _CIM_SystemPackaging_features[] =
16666               {
16667                   (SourceFeature*)&_CIM_SystemPackaging_Antecedent,
16668                   (SourceFeature*)&_CIM_SystemPackaging_Dependent,
16669                   0,
16670               };
16671               
16672               static const char*
16673               __root_PG_InterOp_CIM_SystemPackaging_qualifiers[] =
16674               {
16675 mike  1.1.2.1     /* UMLPackagePath */
16676                   "\057CIM::Core::Physical",
16677                   /* Version */
16678                   "\0632.10.0",
16679                   0,
16680               };
16681               
16682               SourceClass
16683               __root_PG_InterOp_CIM_SystemPackaging =
16684               {
16685                   /* flags */
16686                   PEGASUS_FLAG_ASSOCIATION,
16687                   /* name */
16688                   "CIM_SystemPackaging",
16689                   /* qualifiers */
16690                   __root_PG_InterOp_CIM_SystemPackaging_qualifiers,
16691                   /* superClass */
16692                   &__root_PG_InterOp_CIM_Dependency,
16693                   /* features */
16694                   _CIM_SystemPackaging_features,
16695               };
16696 mike  1.1.2.1 
16697               //==============================================================================
16698               //
16699               // Class: CIM_SystemStatistics
16700               //
16701               //==============================================================================
16702               
16703               static const char*
16704               _CIM_SystemStatistics_Stats_qualifiers[] =
16705               {
16706                   /* Override */
16707                   "\044Stats",
16708                   0,
16709               };
16710               
16711               static SourceReference
16712               _CIM_SystemStatistics_Stats =
16713               {
16714                   /* flags */
16715                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
16716                   /* name */
16717 mike  1.1.2.1     "Stats",
16718                   /* qualifiers */
16719                   _CIM_SystemStatistics_Stats_qualifiers,
16720                   /* subscript */
16721                   -1,
16722                   /* refClassId */
16723                   &__root_PG_InterOp_CIM_SystemStatisticalInformation,
16724               };
16725               
16726               static const char*
16727               _CIM_SystemStatistics_Element_qualifiers[] =
16728               {
16729                   /* Override */
16730                   "\044Element",
16731                   /* Min */
16732                   "\033\000\000\000\001",
16733                   /* Max */
16734                   "\027\000\000\000\001",
16735                   0,
16736               };
16737               
16738 mike  1.1.2.1 static SourceReference
16739               _CIM_SystemStatistics_Element =
16740               {
16741                   /* flags */
16742                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
16743                   /* name */
16744                   "Element",
16745                   /* qualifiers */
16746                   _CIM_SystemStatistics_Element_qualifiers,
16747                   /* subscript */
16748                   -1,
16749                   /* refClassId */
16750                   &__root_PG_InterOp_CIM_System,
16751               };
16752               
16753               static SourceFeature*
16754               _CIM_SystemStatistics_features[] =
16755               {
16756                   (SourceFeature*)&_CIM_SystemStatistics_Stats,
16757                   (SourceFeature*)&_CIM_SystemStatistics_Element,
16758                   0,
16759 mike  1.1.2.1 };
16760               
16761               static const char*
16762               __root_PG_InterOp_CIM_SystemStatistics_qualifiers[] =
16763               {
16764                   /* UMLPackagePath */
16765                   "\057CIM::Core::Statistics",
16766                   /* Version */
16767                   "\0632.6.0",
16768                   0,
16769               };
16770               
16771               SourceClass
16772               __root_PG_InterOp_CIM_SystemStatistics =
16773               {
16774                   /* flags */
16775                   PEGASUS_FLAG_ASSOCIATION,
16776                   /* name */
16777                   "CIM_SystemStatistics",
16778                   /* qualifiers */
16779                   __root_PG_InterOp_CIM_SystemStatistics_qualifiers,
16780 mike  1.1.2.1     /* superClass */
16781                   &__root_PG_InterOp_CIM_Statistics,
16782                   /* features */
16783                   _CIM_SystemStatistics_features,
16784               };
16785               
16786               //==============================================================================
16787               //
16788               // Class: CIM_AdminDomain
16789               //
16790               //==============================================================================
16791               
16792               static const char*
16793               _CIM_AdminDomain_NameFormat_qualifiers[] =
16794               {
16795                   /* Override */
16796                   "\044NameFormat",
16797                   /* ValueMap */
16798                   "\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",
16799                   /* Values */
16800                   "\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",
16801 mike  1.1.2.1     /* ModelCorrespondence */
16802                   "\036\000\001CIM_AdminDomain.Name\000",
16803                   0,
16804               };
16805               
16806               static SourceProperty
16807               _CIM_AdminDomain_NameFormat =
16808               {
16809                   /* flags */
16810                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16811                   /* name */
16812                   "NameFormat",
16813                   /* qualifiers */
16814                   _CIM_AdminDomain_NameFormat_qualifiers,
16815                   /* type */
16816                   CIMTYPE_STRING,
16817                   /* subscript */
16818                   -1,
16819                   /* value */
16820                   0,
16821               };
16822 mike  1.1.2.1 
16823               static SourceFeature*
16824               _CIM_AdminDomain_features[] =
16825               {
16826                   (SourceFeature*)&_CIM_AdminDomain_NameFormat,
16827                   0,
16828               };
16829               
16830               static const char*
16831               __root_PG_InterOp_CIM_AdminDomain_qualifiers[] =
16832               {
16833                   /* UMLPackagePath */
16834                   "\057CIM::Core::CoreElements",
16835                   /* Version */
16836                   "\0632.10.0",
16837                   0,
16838               };
16839               
16840               SourceClass
16841               __root_PG_InterOp_CIM_AdminDomain =
16842               {
16843 mike  1.1.2.1     /* flags */
16844                   PEGASUS_FLAG_CLASS,
16845                   /* name */
16846                   "CIM_AdminDomain",
16847                   /* qualifiers */
16848                   __root_PG_InterOp_CIM_AdminDomain_qualifiers,
16849                   /* superClass */
16850                   &__root_PG_InterOp_CIM_System,
16851                   /* features */
16852                   _CIM_AdminDomain_features,
16853               };
16854               
16855               //==============================================================================
16856               //
16857               // Class: CIM_BasedOn
16858               //
16859               //==============================================================================
16860               
16861               static const char*
16862               _CIM_BasedOn_Antecedent_qualifiers[] =
16863               {
16864 mike  1.1.2.1     /* Override */
16865                   "\044Antecedent",
16866                   0,
16867               };
16868               
16869               static SourceReference
16870               _CIM_BasedOn_Antecedent =
16871               {
16872                   /* flags */
16873                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
16874                   /* name */
16875                   "Antecedent",
16876                   /* qualifiers */
16877                   _CIM_BasedOn_Antecedent_qualifiers,
16878                   /* subscript */
16879                   -1,
16880                   /* refClassId */
16881                   &__root_PG_InterOp_CIM_StorageExtent,
16882               };
16883               
16884               static const char*
16885 mike  1.1.2.1 _CIM_BasedOn_Dependent_qualifiers[] =
16886               {
16887                   /* Override */
16888                   "\044Dependent",
16889                   0,
16890               };
16891               
16892               static SourceReference
16893               _CIM_BasedOn_Dependent =
16894               {
16895                   /* flags */
16896                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
16897                   /* name */
16898                   "Dependent",
16899                   /* qualifiers */
16900                   _CIM_BasedOn_Dependent_qualifiers,
16901                   /* subscript */
16902                   -1,
16903                   /* refClassId */
16904                   &__root_PG_InterOp_CIM_StorageExtent,
16905               };
16906 mike  1.1.2.1 
16907               static const char*
16908               _CIM_BasedOn_StartingAddress_qualifiers[] =
16909               {
16910                   0,
16911               };
16912               
16913               static SourceProperty
16914               _CIM_BasedOn_StartingAddress =
16915               {
16916                   /* flags */
16917                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16918                   /* name */
16919                   "StartingAddress",
16920                   /* qualifiers */
16921                   _CIM_BasedOn_StartingAddress_qualifiers,
16922                   /* type */
16923                   CIMTYPE_UINT64,
16924                   /* subscript */
16925                   -1,
16926                   /* value */
16927 mike  1.1.2.1     0,
16928               };
16929               
16930               static const char*
16931               _CIM_BasedOn_EndingAddress_qualifiers[] =
16932               {
16933                   0,
16934               };
16935               
16936               static SourceProperty
16937               _CIM_BasedOn_EndingAddress =
16938               {
16939                   /* flags */
16940                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16941                   /* name */
16942                   "EndingAddress",
16943                   /* qualifiers */
16944                   _CIM_BasedOn_EndingAddress_qualifiers,
16945                   /* type */
16946                   CIMTYPE_UINT64,
16947                   /* subscript */
16948 mike  1.1.2.1     -1,
16949                   /* value */
16950                   0,
16951               };
16952               
16953               static const char*
16954               _CIM_BasedOn_OrderIndex_qualifiers[] =
16955               {
16956                   0,
16957               };
16958               
16959               static SourceProperty
16960               _CIM_BasedOn_OrderIndex =
16961               {
16962                   /* flags */
16963                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
16964                   /* name */
16965                   "OrderIndex",
16966                   /* qualifiers */
16967                   _CIM_BasedOn_OrderIndex_qualifiers,
16968                   /* type */
16969 mike  1.1.2.1     CIMTYPE_UINT16,
16970                   /* subscript */
16971                   -1,
16972                   /* value */
16973                   0,
16974               };
16975               
16976               static SourceFeature*
16977               _CIM_BasedOn_features[] =
16978               {
16979                   (SourceFeature*)&_CIM_BasedOn_Antecedent,
16980                   (SourceFeature*)&_CIM_BasedOn_Dependent,
16981                   (SourceFeature*)&_CIM_BasedOn_StartingAddress,
16982                   (SourceFeature*)&_CIM_BasedOn_EndingAddress,
16983                   (SourceFeature*)&_CIM_BasedOn_OrderIndex,
16984                   0,
16985               };
16986               
16987               static const char*
16988               __root_PG_InterOp_CIM_BasedOn_qualifiers[] =
16989               {
16990 mike  1.1.2.1     /* UMLPackagePath */
16991                   "\057CIM::Core::StorageExtent",
16992                   /* Version */
16993                   "\0632.6.0",
16994                   0,
16995               };
16996               
16997               SourceClass
16998               __root_PG_InterOp_CIM_BasedOn =
16999               {
17000                   /* flags */
17001                   PEGASUS_FLAG_ASSOCIATION,
17002                   /* name */
17003                   "CIM_BasedOn",
17004                   /* qualifiers */
17005                   __root_PG_InterOp_CIM_BasedOn_qualifiers,
17006                   /* superClass */
17007                   &__root_PG_InterOp_CIM_Dependency,
17008                   /* features */
17009                   _CIM_BasedOn_features,
17010               };
17011 mike  1.1.2.1 
17012               //==============================================================================
17013               //
17014               // Class: CIM_ConfigurationForSystem
17015               //
17016               //==============================================================================
17017               
17018               static const char*
17019               _CIM_ConfigurationForSystem_Antecedent_qualifiers[] =
17020               {
17021                   /* Override */
17022                   "\044Antecedent",
17023                   /* Min */
17024                   "\033\000\000\000\001",
17025                   /* Max */
17026                   "\027\000\000\000\001",
17027                   0,
17028               };
17029               
17030               static SourceReference
17031               _CIM_ConfigurationForSystem_Antecedent =
17032 mike  1.1.2.1 {
17033                   /* flags */
17034                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17035                   /* name */
17036                   "Antecedent",
17037                   /* qualifiers */
17038                   _CIM_ConfigurationForSystem_Antecedent_qualifiers,
17039                   /* subscript */
17040                   -1,
17041                   /* refClassId */
17042                   &__root_PG_InterOp_CIM_System,
17043               };
17044               
17045               static const char*
17046               _CIM_ConfigurationForSystem_Dependent_qualifiers[] =
17047               {
17048                   /* Override */
17049                   "\044Dependent",
17050                   0,
17051               };
17052               
17053 mike  1.1.2.1 static SourceReference
17054               _CIM_ConfigurationForSystem_Dependent =
17055               {
17056                   /* flags */
17057                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
17058                   /* name */
17059                   "Dependent",
17060                   /* qualifiers */
17061                   _CIM_ConfigurationForSystem_Dependent_qualifiers,
17062                   /* subscript */
17063                   -1,
17064                   /* refClassId */
17065                   &__root_PG_InterOp_CIM_SystemConfiguration,
17066               };
17067               
17068               static SourceFeature*
17069               _CIM_ConfigurationForSystem_features[] =
17070               {
17071                   (SourceFeature*)&_CIM_ConfigurationForSystem_Antecedent,
17072                   (SourceFeature*)&_CIM_ConfigurationForSystem_Dependent,
17073                   0,
17074 mike  1.1.2.1 };
17075               
17076               static const char*
17077               __root_PG_InterOp_CIM_ConfigurationForSystem_qualifiers[] =
17078               {
17079                   /* UMLPackagePath */
17080                   "\057CIM::Core::Settings",
17081                   /* Version */
17082                   "\0632.8.0",
17083                   0,
17084               };
17085               
17086               SourceClass
17087               __root_PG_InterOp_CIM_ConfigurationForSystem =
17088               {
17089                   /* flags */
17090                   PEGASUS_FLAG_ASSOCIATION,
17091                   /* name */
17092                   "CIM_ConfigurationForSystem",
17093                   /* qualifiers */
17094                   __root_PG_InterOp_CIM_ConfigurationForSystem_qualifiers,
17095 mike  1.1.2.1     /* superClass */
17096                   &__root_PG_InterOp_CIM_HostedDependency,
17097                   /* features */
17098                   _CIM_ConfigurationForSystem_features,
17099               };
17100               
17101               //==============================================================================
17102               //
17103               // Class: CIM_ContainedDomain
17104               //
17105               //==============================================================================
17106               
17107               static const char*
17108               _CIM_ContainedDomain_GroupComponent_qualifiers[] =
17109               {
17110                   /* Override */
17111                   "\044GroupComponent",
17112                   0,
17113               };
17114               
17115               static SourceReference
17116 mike  1.1.2.1 _CIM_ContainedDomain_GroupComponent =
17117               {
17118                   /* flags */
17119                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
17120                   /* name */
17121                   "GroupComponent",
17122                   /* qualifiers */
17123                   _CIM_ContainedDomain_GroupComponent_qualifiers,
17124                   /* subscript */
17125                   -1,
17126                   /* refClassId */
17127                   &__root_PG_InterOp_CIM_AdminDomain,
17128               };
17129               
17130               static const char*
17131               _CIM_ContainedDomain_PartComponent_qualifiers[] =
17132               {
17133                   /* Override */
17134                   "\044PartComponent",
17135                   0,
17136               };
17137 mike  1.1.2.1 
17138               static SourceReference
17139               _CIM_ContainedDomain_PartComponent =
17140               {
17141                   /* flags */
17142                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17143                   /* name */
17144                   "PartComponent",
17145                   /* qualifiers */
17146                   _CIM_ContainedDomain_PartComponent_qualifiers,
17147                   /* subscript */
17148                   -1,
17149                   /* refClassId */
17150                   &__root_PG_InterOp_CIM_AdminDomain,
17151               };
17152               
17153               static SourceFeature*
17154               _CIM_ContainedDomain_features[] =
17155               {
17156                   (SourceFeature*)&_CIM_ContainedDomain_GroupComponent,
17157                   (SourceFeature*)&_CIM_ContainedDomain_PartComponent,
17158 mike  1.1.2.1     0,
17159               };
17160               
17161               static const char*
17162               __root_PG_InterOp_CIM_ContainedDomain_qualifiers[] =
17163               {
17164                   /* UMLPackagePath */
17165                   "\057CIM::Core::CoreElements",
17166                   /* Version */
17167                   "\0632.6.0",
17168                   0,
17169               };
17170               
17171               SourceClass
17172               __root_PG_InterOp_CIM_ContainedDomain =
17173               {
17174                   /* flags */
17175                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
17176                   /* name */
17177                   "CIM_ContainedDomain",
17178                   /* qualifiers */
17179 mike  1.1.2.1     __root_PG_InterOp_CIM_ContainedDomain_qualifiers,
17180                   /* superClass */
17181                   &__root_PG_InterOp_CIM_SystemComponent,
17182                   /* features */
17183                   _CIM_ContainedDomain_features,
17184               };
17185               
17186               //==============================================================================
17187               //
17188               // Class: CIM_DeviceSAPImplementation
17189               //
17190               //==============================================================================
17191               
17192               static const char*
17193               _CIM_DeviceSAPImplementation_Antecedent_qualifiers[] =
17194               {
17195                   /* Override */
17196                   "\044Antecedent",
17197                   0,
17198               };
17199               
17200 mike  1.1.2.1 static SourceReference
17201               _CIM_DeviceSAPImplementation_Antecedent =
17202               {
17203                   /* flags */
17204                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17205                   /* name */
17206                   "Antecedent",
17207                   /* qualifiers */
17208                   _CIM_DeviceSAPImplementation_Antecedent_qualifiers,
17209                   /* subscript */
17210                   -1,
17211                   /* refClassId */
17212                   &__root_PG_InterOp_CIM_LogicalDevice,
17213               };
17214               
17215               static const char*
17216               _CIM_DeviceSAPImplementation_Dependent_qualifiers[] =
17217               {
17218                   /* Override */
17219                   "\044Dependent",
17220                   0,
17221 mike  1.1.2.1 };
17222               
17223               static SourceReference
17224               _CIM_DeviceSAPImplementation_Dependent =
17225               {
17226                   /* flags */
17227                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17228                   /* name */
17229                   "Dependent",
17230                   /* qualifiers */
17231                   _CIM_DeviceSAPImplementation_Dependent_qualifiers,
17232                   /* subscript */
17233                   -1,
17234                   /* refClassId */
17235                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
17236               };
17237               
17238               static SourceFeature*
17239               _CIM_DeviceSAPImplementation_features[] =
17240               {
17241                   (SourceFeature*)&_CIM_DeviceSAPImplementation_Antecedent,
17242 mike  1.1.2.1     (SourceFeature*)&_CIM_DeviceSAPImplementation_Dependent,
17243                   0,
17244               };
17245               
17246               static const char*
17247               __root_PG_InterOp_CIM_DeviceSAPImplementation_qualifiers[] =
17248               {
17249                   /* UMLPackagePath */
17250                   "\057CIM::Core::Device",
17251                   /* Version */
17252                   "\0632.10.0",
17253                   0,
17254               };
17255               
17256               SourceClass
17257               __root_PG_InterOp_CIM_DeviceSAPImplementation =
17258               {
17259                   /* flags */
17260                   PEGASUS_FLAG_ASSOCIATION,
17261                   /* name */
17262                   "CIM_DeviceSAPImplementation",
17263 mike  1.1.2.1     /* qualifiers */
17264                   __root_PG_InterOp_CIM_DeviceSAPImplementation_qualifiers,
17265                   /* superClass */
17266                   &__root_PG_InterOp_CIM_Dependency,
17267                   /* features */
17268                   _CIM_DeviceSAPImplementation_features,
17269               };
17270               
17271               //==============================================================================
17272               //
17273               // Class: CIM_DeviceServiceImplementation
17274               //
17275               //==============================================================================
17276               
17277               static const char*
17278               _CIM_DeviceServiceImplementation_Antecedent_qualifiers[] =
17279               {
17280                   /* Override */
17281                   "\044Antecedent",
17282                   0,
17283               };
17284 mike  1.1.2.1 
17285               static SourceReference
17286               _CIM_DeviceServiceImplementation_Antecedent =
17287               {
17288                   /* flags */
17289                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17290                   /* name */
17291                   "Antecedent",
17292                   /* qualifiers */
17293                   _CIM_DeviceServiceImplementation_Antecedent_qualifiers,
17294                   /* subscript */
17295                   -1,
17296                   /* refClassId */
17297                   &__root_PG_InterOp_CIM_LogicalDevice,
17298               };
17299               
17300               static const char*
17301               _CIM_DeviceServiceImplementation_Dependent_qualifiers[] =
17302               {
17303                   /* Override */
17304                   "\044Dependent",
17305 mike  1.1.2.1     0,
17306               };
17307               
17308               static SourceReference
17309               _CIM_DeviceServiceImplementation_Dependent =
17310               {
17311                   /* flags */
17312                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17313                   /* name */
17314                   "Dependent",
17315                   /* qualifiers */
17316                   _CIM_DeviceServiceImplementation_Dependent_qualifiers,
17317                   /* subscript */
17318                   -1,
17319                   /* refClassId */
17320                   &__root_PG_InterOp_CIM_Service,
17321               };
17322               
17323               static SourceFeature*
17324               _CIM_DeviceServiceImplementation_features[] =
17325               {
17326 mike  1.1.2.1     (SourceFeature*)&_CIM_DeviceServiceImplementation_Antecedent,
17327                   (SourceFeature*)&_CIM_DeviceServiceImplementation_Dependent,
17328                   0,
17329               };
17330               
17331               static const char*
17332               __root_PG_InterOp_CIM_DeviceServiceImplementation_qualifiers[] =
17333               {
17334                   /* UMLPackagePath */
17335                   "\057CIM::Core::Device",
17336                   /* Version */
17337                   "\0632.10.0",
17338                   0,
17339               };
17340               
17341               SourceClass
17342               __root_PG_InterOp_CIM_DeviceServiceImplementation =
17343               {
17344                   /* flags */
17345                   PEGASUS_FLAG_ASSOCIATION,
17346                   /* name */
17347 mike  1.1.2.1     "CIM_DeviceServiceImplementation",
17348                   /* qualifiers */
17349                   __root_PG_InterOp_CIM_DeviceServiceImplementation_qualifiers,
17350                   /* superClass */
17351                   &__root_PG_InterOp_CIM_Dependency,
17352                   /* features */
17353                   _CIM_DeviceServiceImplementation_features,
17354               };
17355               
17356               //==============================================================================
17357               //
17358               // Class: CIM_DeviceStatistics
17359               //
17360               //==============================================================================
17361               
17362               static const char*
17363               _CIM_DeviceStatistics_Stats_qualifiers[] =
17364               {
17365                   /* Override */
17366                   "\044Stats",
17367                   0,
17368 mike  1.1.2.1 };
17369               
17370               static SourceReference
17371               _CIM_DeviceStatistics_Stats =
17372               {
17373                   /* flags */
17374                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
17375                   /* name */
17376                   "Stats",
17377                   /* qualifiers */
17378                   _CIM_DeviceStatistics_Stats_qualifiers,
17379                   /* subscript */
17380                   -1,
17381                   /* refClassId */
17382                   &__root_PG_InterOp_CIM_DeviceStatisticalInformation,
17383               };
17384               
17385               static const char*
17386               _CIM_DeviceStatistics_Element_qualifiers[] =
17387               {
17388                   /* Override */
17389 mike  1.1.2.1     "\044Element",
17390                   /* Min */
17391                   "\033\000\000\000\001",
17392                   /* Max */
17393                   "\027\000\000\000\001",
17394                   0,
17395               };
17396               
17397               static SourceReference
17398               _CIM_DeviceStatistics_Element =
17399               {
17400                   /* flags */
17401                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17402                   /* name */
17403                   "Element",
17404                   /* qualifiers */
17405                   _CIM_DeviceStatistics_Element_qualifiers,
17406                   /* subscript */
17407                   -1,
17408                   /* refClassId */
17409                   &__root_PG_InterOp_CIM_LogicalDevice,
17410 mike  1.1.2.1 };
17411               
17412               static SourceFeature*
17413               _CIM_DeviceStatistics_features[] =
17414               {
17415                   (SourceFeature*)&_CIM_DeviceStatistics_Stats,
17416                   (SourceFeature*)&_CIM_DeviceStatistics_Element,
17417                   0,
17418               };
17419               
17420               static const char*
17421               __root_PG_InterOp_CIM_DeviceStatistics_qualifiers[] =
17422               {
17423                   /* UMLPackagePath */
17424                   "\057CIM::Core::Statistics",
17425                   /* Version */
17426                   "\0632.6.0",
17427                   0,
17428               };
17429               
17430               SourceClass
17431 mike  1.1.2.1 __root_PG_InterOp_CIM_DeviceStatistics =
17432               {
17433                   /* flags */
17434                   PEGASUS_FLAG_ASSOCIATION,
17435                   /* name */
17436                   "CIM_DeviceStatistics",
17437                   /* qualifiers */
17438                   __root_PG_InterOp_CIM_DeviceStatistics_qualifiers,
17439                   /* superClass */
17440                   &__root_PG_InterOp_CIM_Statistics,
17441                   /* features */
17442                   _CIM_DeviceStatistics_features,
17443               };
17444               
17445               //==============================================================================
17446               //
17447               // Class: CIM_ExtentRedundancyComponent
17448               //
17449               //==============================================================================
17450               
17451               static const char*
17452 mike  1.1.2.1 _CIM_ExtentRedundancyComponent_GroupComponent_qualifiers[] =
17453               {
17454                   /* Deprecated */
17455                   "\013\000\001CIM_MemberOfCollection.Collection\000",
17456                   /* Override */
17457                   "\044GroupComponent",
17458                   0,
17459               };
17460               
17461               static SourceReference
17462               _CIM_ExtentRedundancyComponent_GroupComponent =
17463               {
17464                   /* flags */
17465                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
17466                   /* name */
17467                   "GroupComponent",
17468                   /* qualifiers */
17469                   _CIM_ExtentRedundancyComponent_GroupComponent_qualifiers,
17470                   /* subscript */
17471                   -1,
17472                   /* refClassId */
17473 mike  1.1.2.1     &__root_PG_InterOp_CIM_StorageRedundancyGroup,
17474               };
17475               
17476               static const char*
17477               _CIM_ExtentRedundancyComponent_PartComponent_qualifiers[] =
17478               {
17479                   /* Deprecated */
17480                   "\013\000\001CIM_MemberOfCollection.Member\000",
17481                   /* Override */
17482                   "\044PartComponent",
17483                   0,
17484               };
17485               
17486               static SourceReference
17487               _CIM_ExtentRedundancyComponent_PartComponent =
17488               {
17489                   /* flags */
17490                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17491                   /* name */
17492                   "PartComponent",
17493                   /* qualifiers */
17494 mike  1.1.2.1     _CIM_ExtentRedundancyComponent_PartComponent_qualifiers,
17495                   /* subscript */
17496                   -1,
17497                   /* refClassId */
17498                   &__root_PG_InterOp_CIM_StorageExtent,
17499               };
17500               
17501               static SourceFeature*
17502               _CIM_ExtentRedundancyComponent_features[] =
17503               {
17504                   (SourceFeature*)&_CIM_ExtentRedundancyComponent_GroupComponent,
17505                   (SourceFeature*)&_CIM_ExtentRedundancyComponent_PartComponent,
17506                   0,
17507               };
17508               
17509               static const char*
17510               __root_PG_InterOp_CIM_ExtentRedundancyComponent_qualifiers[] =
17511               {
17512                   /* Deprecated */
17513                   "\013\000\001CIM_MemberOfCollection\000",
17514                   /* UMLPackagePath */
17515 mike  1.1.2.1     "\057CIM::Core::Redundancy",
17516                   /* Version */
17517                   "\0632.13.0",
17518                   0,
17519               };
17520               
17521               SourceClass
17522               __root_PG_InterOp_CIM_ExtentRedundancyComponent =
17523               {
17524                   /* flags */
17525                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
17526                   /* name */
17527                   "CIM_ExtentRedundancyComponent",
17528                   /* qualifiers */
17529                   __root_PG_InterOp_CIM_ExtentRedundancyComponent_qualifiers,
17530                   /* superClass */
17531                   &__root_PG_InterOp_CIM_RedundancyComponent,
17532                   /* features */
17533                   _CIM_ExtentRedundancyComponent_features,
17534               };
17535               
17536 mike  1.1.2.1 //==============================================================================
17537               //
17538               // Class: CIM_HostedAccessPoint
17539               //
17540               //==============================================================================
17541               
17542               static const char*
17543               _CIM_HostedAccessPoint_Antecedent_qualifiers[] =
17544               {
17545                   /* Override */
17546                   "\044Antecedent",
17547                   /* Min */
17548                   "\033\000\000\000\001",
17549                   /* Max */
17550                   "\027\000\000\000\001",
17551                   0,
17552               };
17553               
17554               static SourceReference
17555               _CIM_HostedAccessPoint_Antecedent =
17556               {
17557 mike  1.1.2.1     /* flags */
17558                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17559                   /* name */
17560                   "Antecedent",
17561                   /* qualifiers */
17562                   _CIM_HostedAccessPoint_Antecedent_qualifiers,
17563                   /* subscript */
17564                   -1,
17565                   /* refClassId */
17566                   &__root_PG_InterOp_CIM_System,
17567               };
17568               
17569               static const char*
17570               _CIM_HostedAccessPoint_Dependent_qualifiers[] =
17571               {
17572                   /* Override */
17573                   "\044Dependent",
17574                   0,
17575               };
17576               
17577               static SourceReference
17578 mike  1.1.2.1 _CIM_HostedAccessPoint_Dependent =
17579               {
17580                   /* flags */
17581                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
17582                   /* name */
17583                   "Dependent",
17584                   /* qualifiers */
17585                   _CIM_HostedAccessPoint_Dependent_qualifiers,
17586                   /* subscript */
17587                   -1,
17588                   /* refClassId */
17589                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
17590               };
17591               
17592               static SourceFeature*
17593               _CIM_HostedAccessPoint_features[] =
17594               {
17595                   (SourceFeature*)&_CIM_HostedAccessPoint_Antecedent,
17596                   (SourceFeature*)&_CIM_HostedAccessPoint_Dependent,
17597                   0,
17598               };
17599 mike  1.1.2.1 
17600               static const char*
17601               __root_PG_InterOp_CIM_HostedAccessPoint_qualifiers[] =
17602               {
17603                   /* UMLPackagePath */
17604                   "\057CIM::Core::Service",
17605                   /* Version */
17606                   "\0632.10.0",
17607                   0,
17608               };
17609               
17610               SourceClass
17611               __root_PG_InterOp_CIM_HostedAccessPoint =
17612               {
17613                   /* flags */
17614                   PEGASUS_FLAG_ASSOCIATION,
17615                   /* name */
17616                   "CIM_HostedAccessPoint",
17617                   /* qualifiers */
17618                   __root_PG_InterOp_CIM_HostedAccessPoint_qualifiers,
17619                   /* superClass */
17620 mike  1.1.2.1     &__root_PG_InterOp_CIM_HostedDependency,
17621                   /* features */
17622                   _CIM_HostedAccessPoint_features,
17623               };
17624               
17625               //==============================================================================
17626               //
17627               // Class: CIM_HostedCollection
17628               //
17629               //==============================================================================
17630               
17631               static const char*
17632               _CIM_HostedCollection_Antecedent_qualifiers[] =
17633               {
17634                   /* Override */
17635                   "\044Antecedent",
17636                   /* Min */
17637                   "\033\000\000\000\001",
17638                   /* Max */
17639                   "\027\000\000\000\001",
17640                   0,
17641 mike  1.1.2.1 };
17642               
17643               static SourceReference
17644               _CIM_HostedCollection_Antecedent =
17645               {
17646                   /* flags */
17647                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17648                   /* name */
17649                   "Antecedent",
17650                   /* qualifiers */
17651                   _CIM_HostedCollection_Antecedent_qualifiers,
17652                   /* subscript */
17653                   -1,
17654                   /* refClassId */
17655                   &__root_PG_InterOp_CIM_System,
17656               };
17657               
17658               static const char*
17659               _CIM_HostedCollection_Dependent_qualifiers[] =
17660               {
17661                   /* Override */
17662 mike  1.1.2.1     "\044Dependent",
17663                   0,
17664               };
17665               
17666               static SourceReference
17667               _CIM_HostedCollection_Dependent =
17668               {
17669                   /* flags */
17670                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17671                   /* name */
17672                   "Dependent",
17673                   /* qualifiers */
17674                   _CIM_HostedCollection_Dependent_qualifiers,
17675                   /* subscript */
17676                   -1,
17677                   /* refClassId */
17678                   &__root_PG_InterOp_CIM_SystemSpecificCollection,
17679               };
17680               
17681               static SourceFeature*
17682               _CIM_HostedCollection_features[] =
17683 mike  1.1.2.1 {
17684                   (SourceFeature*)&_CIM_HostedCollection_Antecedent,
17685                   (SourceFeature*)&_CIM_HostedCollection_Dependent,
17686                   0,
17687               };
17688               
17689               static const char*
17690               __root_PG_InterOp_CIM_HostedCollection_qualifiers[] =
17691               {
17692                   /* UMLPackagePath */
17693                   "\057CIM::Core::Collection",
17694                   /* Version */
17695                   "\0632.10.0",
17696                   0,
17697               };
17698               
17699               SourceClass
17700               __root_PG_InterOp_CIM_HostedCollection =
17701               {
17702                   /* flags */
17703                   PEGASUS_FLAG_ASSOCIATION,
17704 mike  1.1.2.1     /* name */
17705                   "CIM_HostedCollection",
17706                   /* qualifiers */
17707                   __root_PG_InterOp_CIM_HostedCollection_qualifiers,
17708                   /* superClass */
17709                   &__root_PG_InterOp_CIM_HostedDependency,
17710                   /* features */
17711                   _CIM_HostedCollection_features,
17712               };
17713               
17714               //==============================================================================
17715               //
17716               // Class: CIM_HostedService
17717               //
17718               //==============================================================================
17719               
17720               static const char*
17721               _CIM_HostedService_Antecedent_qualifiers[] =
17722               {
17723                   /* Override */
17724                   "\044Antecedent",
17725 mike  1.1.2.1     /* Min */
17726                   "\033\000\000\000\001",
17727                   /* Max */
17728                   "\027\000\000\000\001",
17729                   0,
17730               };
17731               
17732               static SourceReference
17733               _CIM_HostedService_Antecedent =
17734               {
17735                   /* flags */
17736                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
17737                   /* name */
17738                   "Antecedent",
17739                   /* qualifiers */
17740                   _CIM_HostedService_Antecedent_qualifiers,
17741                   /* subscript */
17742                   -1,
17743                   /* refClassId */
17744                   &__root_PG_InterOp_CIM_System,
17745               };
17746 mike  1.1.2.1 
17747               static const char*
17748               _CIM_HostedService_Dependent_qualifiers[] =
17749               {
17750                   /* Override */
17751                   "\044Dependent",
17752                   0,
17753               };
17754               
17755               static SourceReference
17756               _CIM_HostedService_Dependent =
17757               {
17758                   /* flags */
17759                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
17760                   /* name */
17761                   "Dependent",
17762                   /* qualifiers */
17763                   _CIM_HostedService_Dependent_qualifiers,
17764                   /* subscript */
17765                   -1,
17766                   /* refClassId */
17767 mike  1.1.2.1     &__root_PG_InterOp_CIM_Service,
17768               };
17769               
17770               static SourceFeature*
17771               _CIM_HostedService_features[] =
17772               {
17773                   (SourceFeature*)&_CIM_HostedService_Antecedent,
17774                   (SourceFeature*)&_CIM_HostedService_Dependent,
17775                   0,
17776               };
17777               
17778               static const char*
17779               __root_PG_InterOp_CIM_HostedService_qualifiers[] =
17780               {
17781                   /* UMLPackagePath */
17782                   "\057CIM::Core::Service",
17783                   /* Version */
17784                   "\0632.10.0",
17785                   0,
17786               };
17787               
17788 mike  1.1.2.1 SourceClass
17789               __root_PG_InterOp_CIM_HostedService =
17790               {
17791                   /* flags */
17792                   PEGASUS_FLAG_ASSOCIATION,
17793                   /* name */
17794                   "CIM_HostedService",
17795                   /* qualifiers */
17796                   __root_PG_InterOp_CIM_HostedService_qualifiers,
17797                   /* superClass */
17798                   &__root_PG_InterOp_CIM_HostedDependency,
17799                   /* features */
17800                   _CIM_HostedService_features,
17801               };
17802               
17803               //==============================================================================
17804               //
17805               // Class: CIM_InstalledSoftwareIdentity
17806               //
17807               //==============================================================================
17808               
17809 mike  1.1.2.1 static const char*
17810               _CIM_InstalledSoftwareIdentity_System_qualifiers[] =
17811               {
17812                   0,
17813               };
17814               
17815               static SourceReference
17816               _CIM_InstalledSoftwareIdentity_System =
17817               {
17818                   /* flags */
17819                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
17820                   /* name */
17821                   "System",
17822                   /* qualifiers */
17823                   _CIM_InstalledSoftwareIdentity_System_qualifiers,
17824                   /* subscript */
17825                   -1,
17826                   /* refClassId */
17827                   &__root_PG_InterOp_CIM_System,
17828               };
17829               
17830 mike  1.1.2.1 static const char*
17831               _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers[] =
17832               {
17833                   0,
17834               };
17835               
17836               static SourceReference
17837               _CIM_InstalledSoftwareIdentity_InstalledSoftware =
17838               {
17839                   /* flags */
17840                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
17841                   /* name */
17842                   "InstalledSoftware",
17843                   /* qualifiers */
17844                   _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers,
17845                   /* subscript */
17846                   -1,
17847                   /* refClassId */
17848                   &__root_PG_InterOp_CIM_SoftwareIdentity,
17849               };
17850               
17851 mike  1.1.2.1 static SourceFeature*
17852               _CIM_InstalledSoftwareIdentity_features[] =
17853               {
17854                   (SourceFeature*)&_CIM_InstalledSoftwareIdentity_System,
17855                   (SourceFeature*)&_CIM_InstalledSoftwareIdentity_InstalledSoftware,
17856                   0,
17857               };
17858               
17859               static const char*
17860               __root_PG_InterOp_CIM_InstalledSoftwareIdentity_qualifiers[] =
17861               {
17862                   /* UMLPackagePath */
17863                   "\057CIM::Core::Software",
17864                   /* Version */
17865                   "\0632.8.0",
17866                   0,
17867               };
17868               
17869               SourceClass
17870               __root_PG_InterOp_CIM_InstalledSoftwareIdentity =
17871               {
17872 mike  1.1.2.1     /* flags */
17873                   PEGASUS_FLAG_ASSOCIATION,
17874                   /* name */
17875                   "CIM_InstalledSoftwareIdentity",
17876                   /* qualifiers */
17877                   __root_PG_InterOp_CIM_InstalledSoftwareIdentity_qualifiers,
17878                   /* superClass */
17879                   0,
17880                   /* features */
17881                   _CIM_InstalledSoftwareIdentity_features,
17882               };
17883               
17884               //==============================================================================
17885               //
17886               // Class: CIM_PowerManagementService
17887               //
17888               //==============================================================================
17889               
17890               static const char*
17891               _CIM_PowerManagementService_SetPowerState_PowerState_qualifiers[] =
17892               {
17893 mike  1.1.2.1     /* ValueMap */
17894                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
17895                   /* Values */
17896                   "\062\000\010Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000Hibernate\000Soft Off\000",
17897                   0,
17898               };
17899               
17900               static SourceProperty
17901               _CIM_PowerManagementService_SetPowerState_PowerState =
17902               {
17903                   /* flags */
17904                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
17905                   /* name */
17906                   "PowerState",
17907                   /* qualifiers */
17908                   _CIM_PowerManagementService_SetPowerState_PowerState_qualifiers,
17909                   /* type */
17910                   CIMTYPE_UINT16,
17911                   /* subscript */
17912                   -1,
17913                   /* value */
17914 mike  1.1.2.1     0,
17915               };
17916               
17917               static const char*
17918               _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers[] =
17919               {
17920                   0,
17921               };
17922               
17923               static SourceReference
17924               _CIM_PowerManagementService_SetPowerState_ManagedElement =
17925               {
17926                   /* flags */
17927                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,
17928                   /* name */
17929                   "ManagedElement",
17930                   /* qualifiers */
17931                   _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers,
17932                   /* subscript */
17933                   -1,
17934                   /* refClassId */
17935 mike  1.1.2.1     &__root_PG_InterOp_CIM_ManagedElement,
17936               };
17937               
17938               static const char*
17939               _CIM_PowerManagementService_SetPowerState_Time_qualifiers[] =
17940               {
17941                   0,
17942               };
17943               
17944               static SourceProperty
17945               _CIM_PowerManagementService_SetPowerState_Time =
17946               {
17947                   /* flags */
17948                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
17949                   /* name */
17950                   "Time",
17951                   /* qualifiers */
17952                   _CIM_PowerManagementService_SetPowerState_Time_qualifiers,
17953                   /* type */
17954                   CIMTYPE_DATETIME,
17955                   /* subscript */
17956 mike  1.1.2.1     -1,
17957                   /* value */
17958                   0,
17959               };
17960               
17961               static SourceProperty*
17962               _CIM_PowerManagementService_SetPowerState_parameters[] =
17963               {
17964                   (SourceProperty*)&_CIM_PowerManagementService_SetPowerState_PowerState,
17965                   (SourceProperty*)&_CIM_PowerManagementService_SetPowerState_ManagedElement,
17966                   (SourceProperty*)&_CIM_PowerManagementService_SetPowerState_Time,
17967                   0,
17968               };
17969               
17970               static const char*
17971               _CIM_PowerManagementService_SetPowerState_qualifiers[] =
17972               {
17973                   0,
17974               };
17975               
17976               static SourceMethod
17977 mike  1.1.2.1 _CIM_PowerManagementService_SetPowerState =
17978               {
17979                   /* flags */
17980                   PEGASUS_FLAG_METHOD,
17981                   /* name */
17982                   "CIM_PowerManagementService",
17983                   /* qualifiers */
17984                   _CIM_PowerManagementService_SetPowerState_qualifiers,
17985                   /* type */
17986                   CIMTYPE_UINT32,
17987                   /* parameters */
17988                   _CIM_PowerManagementService_SetPowerState_parameters,
17989               };
17990               
17991               static SourceFeature*
17992               _CIM_PowerManagementService_features[] =
17993               {
17994                   (SourceFeature*)&_CIM_PowerManagementService_SetPowerState,
17995                   0,
17996               };
17997               
17998 mike  1.1.2.1 static const char*
17999               __root_PG_InterOp_CIM_PowerManagementService_qualifiers[] =
18000               {
18001                   /* UMLPackagePath */
18002                   "\057CIM::Core::PowerMgmt",
18003                   /* Version */
18004                   "\0632.7.0",
18005                   0,
18006               };
18007               
18008               SourceClass
18009               __root_PG_InterOp_CIM_PowerManagementService =
18010               {
18011                   /* flags */
18012                   PEGASUS_FLAG_CLASS,
18013                   /* name */
18014                   "CIM_PowerManagementService",
18015                   /* qualifiers */
18016                   __root_PG_InterOp_CIM_PowerManagementService_qualifiers,
18017                   /* superClass */
18018                   &__root_PG_InterOp_CIM_Service,
18019 mike  1.1.2.1     /* features */
18020                   _CIM_PowerManagementService_features,
18021               };
18022               
18023               //==============================================================================
18024               //
18025               // Class: CIM_ProductServiceComponent
18026               //
18027               //==============================================================================
18028               
18029               static const char*
18030               _CIM_ProductServiceComponent_GroupComponent_qualifiers[] =
18031               {
18032                   /* Override */
18033                   "\044GroupComponent",
18034                   /* Max */
18035                   "\027\000\000\000\001",
18036                   0,
18037               };
18038               
18039               static SourceReference
18040 mike  1.1.2.1 _CIM_ProductServiceComponent_GroupComponent =
18041               {
18042                   /* flags */
18043                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,
18044                   /* name */
18045                   "GroupComponent",
18046                   /* qualifiers */
18047                   _CIM_ProductServiceComponent_GroupComponent_qualifiers,
18048                   /* subscript */
18049                   -1,
18050                   /* refClassId */
18051                   &__root_PG_InterOp_CIM_Product,
18052               };
18053               
18054               static const char*
18055               _CIM_ProductServiceComponent_PartComponent_qualifiers[] =
18056               {
18057                   /* Override */
18058                   "\044PartComponent",
18059                   0,
18060               };
18061 mike  1.1.2.1 
18062               static SourceReference
18063               _CIM_ProductServiceComponent_PartComponent =
18064               {
18065                   /* flags */
18066                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18067                   /* name */
18068                   "PartComponent",
18069                   /* qualifiers */
18070                   _CIM_ProductServiceComponent_PartComponent_qualifiers,
18071                   /* subscript */
18072                   -1,
18073                   /* refClassId */
18074                   &__root_PG_InterOp_CIM_Service,
18075               };
18076               
18077               static SourceFeature*
18078               _CIM_ProductServiceComponent_features[] =
18079               {
18080                   (SourceFeature*)&_CIM_ProductServiceComponent_GroupComponent,
18081                   (SourceFeature*)&_CIM_ProductServiceComponent_PartComponent,
18082 mike  1.1.2.1     0,
18083               };
18084               
18085               static const char*
18086               __root_PG_InterOp_CIM_ProductServiceComponent_qualifiers[] =
18087               {
18088                   /* UMLPackagePath */
18089                   "\057CIM::Core::ProductFRU",
18090                   /* Version */
18091                   "\0632.7.0",
18092                   0,
18093               };
18094               
18095               SourceClass
18096               __root_PG_InterOp_CIM_ProductServiceComponent =
18097               {
18098                   /* flags */
18099                   PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,
18100                   /* name */
18101                   "CIM_ProductServiceComponent",
18102                   /* qualifiers */
18103 mike  1.1.2.1     __root_PG_InterOp_CIM_ProductServiceComponent_qualifiers,
18104                   /* superClass */
18105                   &__root_PG_InterOp_CIM_Component,
18106                   /* features */
18107                   _CIM_ProductServiceComponent_features,
18108               };
18109               
18110               //==============================================================================
18111               //
18112               // Class: CIM_ProtocolEndpoint
18113               //
18114               //==============================================================================
18115               
18116               static const char*
18117               _CIM_ProtocolEndpoint_Description_qualifiers[] =
18118               {
18119                   /* Override */
18120                   "\044Description",
18121                   /* MappingStrings */
18122                   "\026\000\001MIB.IETF|IF-MIB.ifDescr\000",
18123                   0,
18124 mike  1.1.2.1 };
18125               
18126               static SourceProperty
18127               _CIM_ProtocolEndpoint_Description =
18128               {
18129                   /* flags */
18130                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18131                   /* name */
18132                   "Description",
18133                   /* qualifiers */
18134                   _CIM_ProtocolEndpoint_Description_qualifiers,
18135                   /* type */
18136                   CIMTYPE_STRING,
18137                   /* subscript */
18138                   -1,
18139                   /* value */
18140                   0,
18141               };
18142               
18143               static const char*
18144               _CIM_ProtocolEndpoint_OperationalStatus_qualifiers[] =
18145 mike  1.1.2.1 {
18146                   /* Override */
18147                   "\044OperationalStatus",
18148                   /* MappingStrings */
18149                   "\026\000\001MIB.IETF|IF-MIB.ifOperStatus\000",
18150                   0,
18151               };
18152               
18153               static SourceProperty
18154               _CIM_ProtocolEndpoint_OperationalStatus =
18155               {
18156                   /* flags */
18157                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18158                   /* name */
18159                   "OperationalStatus",
18160                   /* qualifiers */
18161                   _CIM_ProtocolEndpoint_OperationalStatus_qualifiers,
18162                   /* type */
18163                   CIMTYPE_UINT16,
18164                   /* subscript */
18165                   0,
18166 mike  1.1.2.1     /* value */
18167                   0,
18168               };
18169               
18170               static const char*
18171               _CIM_ProtocolEndpoint_EnabledState_qualifiers[] =
18172               {
18173                   /* Override */
18174                   "\044EnabledState",
18175                   /* MappingStrings */
18176                   "\026\000\001MIB.IETF|IF-MIB.ifAdminStatus\000",
18177                   0,
18178               };
18179               
18180               static SourceProperty
18181               _CIM_ProtocolEndpoint_EnabledState =
18182               {
18183                   /* flags */
18184                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18185                   /* name */
18186                   "EnabledState",
18187 mike  1.1.2.1     /* qualifiers */
18188                   _CIM_ProtocolEndpoint_EnabledState_qualifiers,
18189                   /* type */
18190                   CIMTYPE_UINT16,
18191                   /* subscript */
18192                   -1,
18193                   /* value */
18194                   0,
18195               };
18196               
18197               static const char*
18198               _CIM_ProtocolEndpoint_TimeOfLastStateChange_qualifiers[] =
18199               {
18200                   /* Override */
18201                   "\044TimeOfLastStateChange",
18202                   /* MappingStrings */
18203                   "\026\000\001MIB.IETF|IF-MIB.ifLastChange\000",
18204                   0,
18205               };
18206               
18207               static SourceProperty
18208 mike  1.1.2.1 _CIM_ProtocolEndpoint_TimeOfLastStateChange =
18209               {
18210                   /* flags */
18211                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18212                   /* name */
18213                   "TimeOfLastStateChange",
18214                   /* qualifiers */
18215                   _CIM_ProtocolEndpoint_TimeOfLastStateChange_qualifiers,
18216                   /* type */
18217                   CIMTYPE_DATETIME,
18218                   /* subscript */
18219                   -1,
18220                   /* value */
18221                   0,
18222               };
18223               
18224               static const char*
18225               _CIM_ProtocolEndpoint_Name_qualifiers[] =
18226               {
18227                   /* Override */
18228                   "\044Name",
18229 mike  1.1.2.1     /* MaxLen */
18230                   "\030\000\000\001\000",
18231                   0,
18232               };
18233               
18234               static SourceProperty
18235               _CIM_ProtocolEndpoint_Name =
18236               {
18237                   /* flags */
18238                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18239                   /* name */
18240                   "Name",
18241                   /* qualifiers */
18242                   _CIM_ProtocolEndpoint_Name_qualifiers,
18243                   /* type */
18244                   CIMTYPE_STRING,
18245                   /* subscript */
18246                   -1,
18247                   /* value */
18248                   0,
18249               };
18250 mike  1.1.2.1 
18251               static const char*
18252               _CIM_ProtocolEndpoint_NameFormat_qualifiers[] =
18253               {
18254                   /* MaxLen */
18255                   "\030\000\000\001\000",
18256                   0,
18257               };
18258               
18259               static SourceProperty
18260               _CIM_ProtocolEndpoint_NameFormat =
18261               {
18262                   /* flags */
18263                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18264                   /* name */
18265                   "NameFormat",
18266                   /* qualifiers */
18267                   _CIM_ProtocolEndpoint_NameFormat_qualifiers,
18268                   /* type */
18269                   CIMTYPE_STRING,
18270                   /* subscript */
18271 mike  1.1.2.1     -1,
18272                   /* value */
18273                   0,
18274               };
18275               
18276               static const char*
18277               _CIM_ProtocolEndpoint_ProtocolType_qualifiers[] =
18278               {
18279                   /* Deprecated */
18280                   "\013\000\001CIM_ProtocolEndpoint.ProtocolIFType\000",
18281                   /* ValueMap */
18282                   "\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",
18283                   /* Values */
18284                   "\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",
18285                   /* ModelCorrespondence */
18286                   "\036\000\001CIM_ProtocolEndpoint.OtherTypeDescription\000",
18287                   0,
18288               };
18289               
18290               static SourceProperty
18291               _CIM_ProtocolEndpoint_ProtocolType =
18292 mike  1.1.2.1 {
18293                   /* flags */
18294                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18295                   /* name */
18296                   "ProtocolType",
18297                   /* qualifiers */
18298                   _CIM_ProtocolEndpoint_ProtocolType_qualifiers,
18299                   /* type */
18300                   CIMTYPE_UINT16,
18301                   /* subscript */
18302                   -1,
18303                   /* value */
18304                   0,
18305               };
18306               
18307               static const char*
18308               _CIM_ProtocolEndpoint_ProtocolIFType_qualifiers[] =
18309               {
18310                   /* ValueMap */
18311                   "\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",
18312                   /* Values */
18313 mike  1.1.2.1     "\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",
18314                   /* MappingStrings */
18315                   "\026\000\001MIB.IETF|IF-MIB.ifType\000",
18316                   /* ModelCorrespondence */
18317                   "\036\000\001CIM_ProtocolEndpoint.OtherTypeDescription\000",
18318                   0,
18319               };
18320               
18321               static SourceProperty
18322               _CIM_ProtocolEndpoint_ProtocolIFType =
18323               {
18324                   /* flags */
18325                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18326                   /* name */
18327                   "ProtocolIFType",
18328                   /* qualifiers */
18329                   _CIM_ProtocolEndpoint_ProtocolIFType_qualifiers,
18330                   /* type */
18331                   CIMTYPE_UINT16,
18332                   /* subscript */
18333                   -1,
18334 mike  1.1.2.1     /* value */
18335                   0,
18336               };
18337               
18338               static const char*
18339               _CIM_ProtocolEndpoint_OtherTypeDescription_qualifiers[] =
18340               {
18341                   /* MaxLen */
18342                   "\030\000\000\000\100",
18343                   /* ModelCorrespondence */
18344                   "\036\000\002CIM_ProtocolEndpoint.ProtocolType\000CIM_ProtocolEndpoint.ProtocolIFType\000",
18345                   0,
18346               };
18347               
18348               static SourceProperty
18349               _CIM_ProtocolEndpoint_OtherTypeDescription =
18350               {
18351                   /* flags */
18352                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18353                   /* name */
18354                   "OtherTypeDescription",
18355 mike  1.1.2.1     /* qualifiers */
18356                   _CIM_ProtocolEndpoint_OtherTypeDescription_qualifiers,
18357                   /* type */
18358                   CIMTYPE_STRING,
18359                   /* subscript */
18360                   -1,
18361                   /* value */
18362                   0,
18363               };
18364               
18365               static SourceFeature*
18366               _CIM_ProtocolEndpoint_features[] =
18367               {
18368                   (SourceFeature*)&_CIM_ProtocolEndpoint_Description,
18369                   (SourceFeature*)&_CIM_ProtocolEndpoint_OperationalStatus,
18370                   (SourceFeature*)&_CIM_ProtocolEndpoint_EnabledState,
18371                   (SourceFeature*)&_CIM_ProtocolEndpoint_TimeOfLastStateChange,
18372                   (SourceFeature*)&_CIM_ProtocolEndpoint_Name,
18373                   (SourceFeature*)&_CIM_ProtocolEndpoint_NameFormat,
18374                   (SourceFeature*)&_CIM_ProtocolEndpoint_ProtocolType,
18375                   (SourceFeature*)&_CIM_ProtocolEndpoint_ProtocolIFType,
18376 mike  1.1.2.1     (SourceFeature*)&_CIM_ProtocolEndpoint_OtherTypeDescription,
18377                   0,
18378               };
18379               
18380               static const char*
18381               __root_PG_InterOp_CIM_ProtocolEndpoint_qualifiers[] =
18382               {
18383                   /* UMLPackagePath */
18384                   "\057CIM::Core::Service",
18385                   /* Version */
18386                   "\0632.8.0",
18387                   0,
18388               };
18389               
18390               SourceClass
18391               __root_PG_InterOp_CIM_ProtocolEndpoint =
18392               {
18393                   /* flags */
18394                   PEGASUS_FLAG_CLASS,
18395                   /* name */
18396                   "CIM_ProtocolEndpoint",
18397 mike  1.1.2.1     /* qualifiers */
18398                   __root_PG_InterOp_CIM_ProtocolEndpoint_qualifiers,
18399                   /* superClass */
18400                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
18401                   /* features */
18402                   _CIM_ProtocolEndpoint_features,
18403               };
18404               
18405               //==============================================================================
18406               //
18407               // Class: CIM_ProvidesServiceToElement
18408               //
18409               //==============================================================================
18410               
18411               static const char*
18412               _CIM_ProvidesServiceToElement_Antecedent_qualifiers[] =
18413               {
18414                   /* Deprecated */
18415                   "\013\000\001CIM_ServiceAvailableToElement.ServiceProvided\000",
18416                   /* Override */
18417                   "\044Antecedent",
18418 mike  1.1.2.1     0,
18419               };
18420               
18421               static SourceReference
18422               _CIM_ProvidesServiceToElement_Antecedent =
18423               {
18424                   /* flags */
18425                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18426                   /* name */
18427                   "Antecedent",
18428                   /* qualifiers */
18429                   _CIM_ProvidesServiceToElement_Antecedent_qualifiers,
18430                   /* subscript */
18431                   -1,
18432                   /* refClassId */
18433                   &__root_PG_InterOp_CIM_Service,
18434               };
18435               
18436               static const char*
18437               _CIM_ProvidesServiceToElement_Dependent_qualifiers[] =
18438               {
18439 mike  1.1.2.1     /* Deprecated */
18440                   "\013\000\001CIM_ServiceAvailableToElement.UserOfService\000",
18441                   /* Override */
18442                   "\044Dependent",
18443                   0,
18444               };
18445               
18446               static SourceReference
18447               _CIM_ProvidesServiceToElement_Dependent =
18448               {
18449                   /* flags */
18450                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18451                   /* name */
18452                   "Dependent",
18453                   /* qualifiers */
18454                   _CIM_ProvidesServiceToElement_Dependent_qualifiers,
18455                   /* subscript */
18456                   -1,
18457                   /* refClassId */
18458                   &__root_PG_InterOp_CIM_ManagedElement,
18459               };
18460 mike  1.1.2.1 
18461               static SourceFeature*
18462               _CIM_ProvidesServiceToElement_features[] =
18463               {
18464                   (SourceFeature*)&_CIM_ProvidesServiceToElement_Antecedent,
18465                   (SourceFeature*)&_CIM_ProvidesServiceToElement_Dependent,
18466                   0,
18467               };
18468               
18469               static const char*
18470               __root_PG_InterOp_CIM_ProvidesServiceToElement_qualifiers[] =
18471               {
18472                   /* Deprecated */
18473                   "\013\000\001CIM_ServiceAvailableToElement\000",
18474                   /* UMLPackagePath */
18475                   "\057CIM::Core::Service",
18476                   /* Version */
18477                   "\0632.10.0",
18478                   0,
18479               };
18480               
18481 mike  1.1.2.1 SourceClass
18482               __root_PG_InterOp_CIM_ProvidesServiceToElement =
18483               {
18484                   /* flags */
18485                   PEGASUS_FLAG_ASSOCIATION,
18486                   /* name */
18487                   "CIM_ProvidesServiceToElement",
18488                   /* qualifiers */
18489                   __root_PG_InterOp_CIM_ProvidesServiceToElement_qualifiers,
18490                   /* superClass */
18491                   &__root_PG_InterOp_CIM_Dependency,
18492                   /* features */
18493                   _CIM_ProvidesServiceToElement_features,
18494               };
18495               
18496               //==============================================================================
18497               //
18498               // Class: CIM_RemoteServiceAccessPoint
18499               //
18500               //==============================================================================
18501               
18502 mike  1.1.2.1 static const char*
18503               _CIM_RemoteServiceAccessPoint_AccessInfo_qualifiers[] =
18504               {
18505                   /* ModelCorrespondence */
18506                   "\036\000\001CIM_RemoteServiceAccessPoint.InfoFormat\000",
18507                   0,
18508               };
18509               
18510               static SourceProperty
18511               _CIM_RemoteServiceAccessPoint_AccessInfo =
18512               {
18513                   /* flags */
18514                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18515                   /* name */
18516                   "AccessInfo",
18517                   /* qualifiers */
18518                   _CIM_RemoteServiceAccessPoint_AccessInfo_qualifiers,
18519                   /* type */
18520                   CIMTYPE_STRING,
18521                   /* subscript */
18522                   -1,
18523 mike  1.1.2.1     /* value */
18524                   0,
18525               };
18526               
18527               static const char*
18528               _CIM_RemoteServiceAccessPoint_InfoFormat_qualifiers[] =
18529               {
18530                   /* ValueMap */
18531                   "\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",
18532                   /* Values */
18533                   "\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",
18534                   /* ModelCorrespondence */
18535                   "\036\000\001CIM_RemoteServiceAccessPoint.OtherInfoFormatDescription\000",
18536                   0,
18537               };
18538               
18539               static SourceProperty
18540               _CIM_RemoteServiceAccessPoint_InfoFormat =
18541               {
18542                   /* flags */
18543                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18544 mike  1.1.2.1     /* name */
18545                   "InfoFormat",
18546                   /* qualifiers */
18547                   _CIM_RemoteServiceAccessPoint_InfoFormat_qualifiers,
18548                   /* type */
18549                   CIMTYPE_UINT16,
18550                   /* subscript */
18551                   -1,
18552                   /* value */
18553                   0,
18554               };
18555               
18556               static const char*
18557               _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription_qualifiers[] =
18558               {
18559                   /* ModelCorrespondence */
18560                   "\036\000\001CIM_RemoteServiceAccessPoint.InfoFormat\000",
18561                   0,
18562               };
18563               
18564               static SourceProperty
18565 mike  1.1.2.1 _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription =
18566               {
18567                   /* flags */
18568                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
18569                   /* name */
18570                   "OtherInfoFormatDescription",
18571                   /* qualifiers */
18572                   _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription_qualifiers,
18573                   /* type */
18574                   CIMTYPE_STRING,
18575                   /* subscript */
18576                   -1,
18577                   /* value */
18578                   0,
18579               };
18580               
18581               static SourceFeature*
18582               _CIM_RemoteServiceAccessPoint_features[] =
18583               {
18584                   (SourceFeature*)&_CIM_RemoteServiceAccessPoint_AccessInfo,
18585                   (SourceFeature*)&_CIM_RemoteServiceAccessPoint_InfoFormat,
18586 mike  1.1.2.1     (SourceFeature*)&_CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription,
18587                   0,
18588               };
18589               
18590               static const char*
18591               __root_PG_InterOp_CIM_RemoteServiceAccessPoint_qualifiers[] =
18592               {
18593                   /* UMLPackagePath */
18594                   "\057CIM::Core::Service",
18595                   /* Version */
18596                   "\0632.10.0",
18597                   0,
18598               };
18599               
18600               SourceClass
18601               __root_PG_InterOp_CIM_RemoteServiceAccessPoint =
18602               {
18603                   /* flags */
18604                   PEGASUS_FLAG_CLASS,
18605                   /* name */
18606                   "CIM_RemoteServiceAccessPoint",
18607 mike  1.1.2.1     /* qualifiers */
18608                   __root_PG_InterOp_CIM_RemoteServiceAccessPoint_qualifiers,
18609                   /* superClass */
18610                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
18611                   /* features */
18612                   _CIM_RemoteServiceAccessPoint_features,
18613               };
18614               
18615               //==============================================================================
18616               //
18617               // Class: CIM_SAPAvailableForElement
18618               //
18619               //==============================================================================
18620               
18621               static const char*
18622               _CIM_SAPAvailableForElement_AvailableSAP_qualifiers[] =
18623               {
18624                   0,
18625               };
18626               
18627               static SourceReference
18628 mike  1.1.2.1 _CIM_SAPAvailableForElement_AvailableSAP =
18629               {
18630                   /* flags */
18631                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
18632                   /* name */
18633                   "AvailableSAP",
18634                   /* qualifiers */
18635                   _CIM_SAPAvailableForElement_AvailableSAP_qualifiers,
18636                   /* subscript */
18637                   -1,
18638                   /* refClassId */
18639                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
18640               };
18641               
18642               static const char*
18643               _CIM_SAPAvailableForElement_ManagedElement_qualifiers[] =
18644               {
18645                   0,
18646               };
18647               
18648               static SourceReference
18649 mike  1.1.2.1 _CIM_SAPAvailableForElement_ManagedElement =
18650               {
18651                   /* flags */
18652                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
18653                   /* name */
18654                   "ManagedElement",
18655                   /* qualifiers */
18656                   _CIM_SAPAvailableForElement_ManagedElement_qualifiers,
18657                   /* subscript */
18658                   -1,
18659                   /* refClassId */
18660                   &__root_PG_InterOp_CIM_ManagedElement,
18661               };
18662               
18663               static SourceFeature*
18664               _CIM_SAPAvailableForElement_features[] =
18665               {
18666                   (SourceFeature*)&_CIM_SAPAvailableForElement_AvailableSAP,
18667                   (SourceFeature*)&_CIM_SAPAvailableForElement_ManagedElement,
18668                   0,
18669               };
18670 mike  1.1.2.1 
18671               static const char*
18672               __root_PG_InterOp_CIM_SAPAvailableForElement_qualifiers[] =
18673               {
18674                   /* UMLPackagePath */
18675                   "\057CIM::Core::Service",
18676                   /* Version */
18677                   "\0632.10.0",
18678                   0,
18679               };
18680               
18681               SourceClass
18682               __root_PG_InterOp_CIM_SAPAvailableForElement =
18683               {
18684                   /* flags */
18685                   PEGASUS_FLAG_ASSOCIATION,
18686                   /* name */
18687                   "CIM_SAPAvailableForElement",
18688                   /* qualifiers */
18689                   __root_PG_InterOp_CIM_SAPAvailableForElement_qualifiers,
18690                   /* superClass */
18691 mike  1.1.2.1     0,
18692                   /* features */
18693                   _CIM_SAPAvailableForElement_features,
18694               };
18695               
18696               //==============================================================================
18697               //
18698               // Class: CIM_SAPSAPDependency
18699               //
18700               //==============================================================================
18701               
18702               static const char*
18703               _CIM_SAPSAPDependency_Antecedent_qualifiers[] =
18704               {
18705                   /* Override */
18706                   "\044Antecedent",
18707                   0,
18708               };
18709               
18710               static SourceReference
18711               _CIM_SAPSAPDependency_Antecedent =
18712 mike  1.1.2.1 {
18713                   /* flags */
18714                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18715                   /* name */
18716                   "Antecedent",
18717                   /* qualifiers */
18718                   _CIM_SAPSAPDependency_Antecedent_qualifiers,
18719                   /* subscript */
18720                   -1,
18721                   /* refClassId */
18722                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
18723               };
18724               
18725               static const char*
18726               _CIM_SAPSAPDependency_Dependent_qualifiers[] =
18727               {
18728                   /* Override */
18729                   "\044Dependent",
18730                   0,
18731               };
18732               
18733 mike  1.1.2.1 static SourceReference
18734               _CIM_SAPSAPDependency_Dependent =
18735               {
18736                   /* flags */
18737                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18738                   /* name */
18739                   "Dependent",
18740                   /* qualifiers */
18741                   _CIM_SAPSAPDependency_Dependent_qualifiers,
18742                   /* subscript */
18743                   -1,
18744                   /* refClassId */
18745                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
18746               };
18747               
18748               static SourceFeature*
18749               _CIM_SAPSAPDependency_features[] =
18750               {
18751                   (SourceFeature*)&_CIM_SAPSAPDependency_Antecedent,
18752                   (SourceFeature*)&_CIM_SAPSAPDependency_Dependent,
18753                   0,
18754 mike  1.1.2.1 };
18755               
18756               static const char*
18757               __root_PG_InterOp_CIM_SAPSAPDependency_qualifiers[] =
18758               {
18759                   /* UMLPackagePath */
18760                   "\057CIM::Core::Service",
18761                   /* Version */
18762                   "\0632.10.0",
18763                   0,
18764               };
18765               
18766               SourceClass
18767               __root_PG_InterOp_CIM_SAPSAPDependency =
18768               {
18769                   /* flags */
18770                   PEGASUS_FLAG_ASSOCIATION,
18771                   /* name */
18772                   "CIM_SAPSAPDependency",
18773                   /* qualifiers */
18774                   __root_PG_InterOp_CIM_SAPSAPDependency_qualifiers,
18775 mike  1.1.2.1     /* superClass */
18776                   &__root_PG_InterOp_CIM_Dependency,
18777                   /* features */
18778                   _CIM_SAPSAPDependency_features,
18779               };
18780               
18781               //==============================================================================
18782               //
18783               // Class: CIM_SAPStatistics
18784               //
18785               //==============================================================================
18786               
18787               static const char*
18788               _CIM_SAPStatistics_Stats_qualifiers[] =
18789               {
18790                   /* Override */
18791                   "\044Stats",
18792                   0,
18793               };
18794               
18795               static SourceReference
18796 mike  1.1.2.1 _CIM_SAPStatistics_Stats =
18797               {
18798                   /* flags */
18799                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
18800                   /* name */
18801                   "Stats",
18802                   /* qualifiers */
18803                   _CIM_SAPStatistics_Stats_qualifiers,
18804                   /* subscript */
18805                   -1,
18806                   /* refClassId */
18807                   &__root_PG_InterOp_CIM_SAPStatisticalInformation,
18808               };
18809               
18810               static const char*
18811               _CIM_SAPStatistics_Element_qualifiers[] =
18812               {
18813                   /* Override */
18814                   "\044Element",
18815                   /* Min */
18816                   "\033\000\000\000\001",
18817 mike  1.1.2.1     /* Max */
18818                   "\027\000\000\000\001",
18819                   0,
18820               };
18821               
18822               static SourceReference
18823               _CIM_SAPStatistics_Element =
18824               {
18825                   /* flags */
18826                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18827                   /* name */
18828                   "Element",
18829                   /* qualifiers */
18830                   _CIM_SAPStatistics_Element_qualifiers,
18831                   /* subscript */
18832                   -1,
18833                   /* refClassId */
18834                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
18835               };
18836               
18837               static SourceFeature*
18838 mike  1.1.2.1 _CIM_SAPStatistics_features[] =
18839               {
18840                   (SourceFeature*)&_CIM_SAPStatistics_Stats,
18841                   (SourceFeature*)&_CIM_SAPStatistics_Element,
18842                   0,
18843               };
18844               
18845               static const char*
18846               __root_PG_InterOp_CIM_SAPStatistics_qualifiers[] =
18847               {
18848                   /* UMLPackagePath */
18849                   "\057CIM::Core::Statistics",
18850                   /* Version */
18851                   "\0632.6.0",
18852                   0,
18853               };
18854               
18855               SourceClass
18856               __root_PG_InterOp_CIM_SAPStatistics =
18857               {
18858                   /* flags */
18859 mike  1.1.2.1     PEGASUS_FLAG_ASSOCIATION,
18860                   /* name */
18861                   "CIM_SAPStatistics",
18862                   /* qualifiers */
18863                   __root_PG_InterOp_CIM_SAPStatistics_qualifiers,
18864                   /* superClass */
18865                   &__root_PG_InterOp_CIM_Statistics,
18866                   /* features */
18867                   _CIM_SAPStatistics_features,
18868               };
18869               
18870               //==============================================================================
18871               //
18872               // Class: CIM_ServiceAccessBySAP
18873               //
18874               //==============================================================================
18875               
18876               static const char*
18877               _CIM_ServiceAccessBySAP_Antecedent_qualifiers[] =
18878               {
18879                   /* Override */
18880 mike  1.1.2.1     "\044Antecedent",
18881                   0,
18882               };
18883               
18884               static SourceReference
18885               _CIM_ServiceAccessBySAP_Antecedent =
18886               {
18887                   /* flags */
18888                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18889                   /* name */
18890                   "Antecedent",
18891                   /* qualifiers */
18892                   _CIM_ServiceAccessBySAP_Antecedent_qualifiers,
18893                   /* subscript */
18894                   -1,
18895                   /* refClassId */
18896                   &__root_PG_InterOp_CIM_Service,
18897               };
18898               
18899               static const char*
18900               _CIM_ServiceAccessBySAP_Dependent_qualifiers[] =
18901 mike  1.1.2.1 {
18902                   /* Override */
18903                   "\044Dependent",
18904                   0,
18905               };
18906               
18907               static SourceReference
18908               _CIM_ServiceAccessBySAP_Dependent =
18909               {
18910                   /* flags */
18911                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18912                   /* name */
18913                   "Dependent",
18914                   /* qualifiers */
18915                   _CIM_ServiceAccessBySAP_Dependent_qualifiers,
18916                   /* subscript */
18917                   -1,
18918                   /* refClassId */
18919                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
18920               };
18921               
18922 mike  1.1.2.1 static SourceFeature*
18923               _CIM_ServiceAccessBySAP_features[] =
18924               {
18925                   (SourceFeature*)&_CIM_ServiceAccessBySAP_Antecedent,
18926                   (SourceFeature*)&_CIM_ServiceAccessBySAP_Dependent,
18927                   0,
18928               };
18929               
18930               static const char*
18931               __root_PG_InterOp_CIM_ServiceAccessBySAP_qualifiers[] =
18932               {
18933                   /* UMLPackagePath */
18934                   "\057CIM::Core::Service",
18935                   /* Version */
18936                   "\0632.10.0",
18937                   0,
18938               };
18939               
18940               SourceClass
18941               __root_PG_InterOp_CIM_ServiceAccessBySAP =
18942               {
18943 mike  1.1.2.1     /* flags */
18944                   PEGASUS_FLAG_ASSOCIATION,
18945                   /* name */
18946                   "CIM_ServiceAccessBySAP",
18947                   /* qualifiers */
18948                   __root_PG_InterOp_CIM_ServiceAccessBySAP_qualifiers,
18949                   /* superClass */
18950                   &__root_PG_InterOp_CIM_Dependency,
18951                   /* features */
18952                   _CIM_ServiceAccessBySAP_features,
18953               };
18954               
18955               //==============================================================================
18956               //
18957               // Class: CIM_ServiceServiceDependency
18958               //
18959               //==============================================================================
18960               
18961               static const char*
18962               _CIM_ServiceServiceDependency_Antecedent_qualifiers[] =
18963               {
18964 mike  1.1.2.1     /* Override */
18965                   "\044Antecedent",
18966                   0,
18967               };
18968               
18969               static SourceReference
18970               _CIM_ServiceServiceDependency_Antecedent =
18971               {
18972                   /* flags */
18973                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18974                   /* name */
18975                   "Antecedent",
18976                   /* qualifiers */
18977                   _CIM_ServiceServiceDependency_Antecedent_qualifiers,
18978                   /* subscript */
18979                   -1,
18980                   /* refClassId */
18981                   &__root_PG_InterOp_CIM_Service,
18982               };
18983               
18984               static const char*
18985 mike  1.1.2.1 _CIM_ServiceServiceDependency_Dependent_qualifiers[] =
18986               {
18987                   /* Override */
18988                   "\044Dependent",
18989                   0,
18990               };
18991               
18992               static SourceReference
18993               _CIM_ServiceServiceDependency_Dependent =
18994               {
18995                   /* flags */
18996                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
18997                   /* name */
18998                   "Dependent",
18999                   /* qualifiers */
19000                   _CIM_ServiceServiceDependency_Dependent_qualifiers,
19001                   /* subscript */
19002                   -1,
19003                   /* refClassId */
19004                   &__root_PG_InterOp_CIM_Service,
19005               };
19006 mike  1.1.2.1 
19007               static const char*
19008               _CIM_ServiceServiceDependency_TypeOfDependency_qualifiers[] =
19009               {
19010                   /* ValueMap */
19011                   "\061\000\0050\0001\0002\0003\0004\000",
19012                   /* Values */
19013                   "\062\000\005Unknown\000Other\000Service Must Have Completed\000Service Must Be Started\000Service Must Not Be Started\000",
19014                   0,
19015               };
19016               
19017               static SourceProperty
19018               _CIM_ServiceServiceDependency_TypeOfDependency =
19019               {
19020                   /* flags */
19021                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19022                   /* name */
19023                   "TypeOfDependency",
19024                   /* qualifiers */
19025                   _CIM_ServiceServiceDependency_TypeOfDependency_qualifiers,
19026                   /* type */
19027 mike  1.1.2.1     CIMTYPE_UINT16,
19028                   /* subscript */
19029                   -1,
19030                   /* value */
19031                   0,
19032               };
19033               
19034               static const char*
19035               _CIM_ServiceServiceDependency_RestartService_qualifiers[] =
19036               {
19037                   0,
19038               };
19039               
19040               static SourceProperty
19041               _CIM_ServiceServiceDependency_RestartService =
19042               {
19043                   /* flags */
19044                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19045                   /* name */
19046                   "RestartService",
19047                   /* qualifiers */
19048 mike  1.1.2.1     _CIM_ServiceServiceDependency_RestartService_qualifiers,
19049                   /* type */
19050                   CIMTYPE_BOOLEAN,
19051                   /* subscript */
19052                   -1,
19053                   /* value */
19054                   0,
19055               };
19056               
19057               static SourceFeature*
19058               _CIM_ServiceServiceDependency_features[] =
19059               {
19060                   (SourceFeature*)&_CIM_ServiceServiceDependency_Antecedent,
19061                   (SourceFeature*)&_CIM_ServiceServiceDependency_Dependent,
19062                   (SourceFeature*)&_CIM_ServiceServiceDependency_TypeOfDependency,
19063                   (SourceFeature*)&_CIM_ServiceServiceDependency_RestartService,
19064                   0,
19065               };
19066               
19067               static const char*
19068               __root_PG_InterOp_CIM_ServiceServiceDependency_qualifiers[] =
19069 mike  1.1.2.1 {
19070                   /* UMLPackagePath */
19071                   "\057CIM::Core::Service",
19072                   /* Version */
19073                   "\0632.10.0",
19074                   0,
19075               };
19076               
19077               SourceClass
19078               __root_PG_InterOp_CIM_ServiceServiceDependency =
19079               {
19080                   /* flags */
19081                   PEGASUS_FLAG_ASSOCIATION,
19082                   /* name */
19083                   "CIM_ServiceServiceDependency",
19084                   /* qualifiers */
19085                   __root_PG_InterOp_CIM_ServiceServiceDependency_qualifiers,
19086                   /* superClass */
19087                   &__root_PG_InterOp_CIM_ProvidesServiceToElement,
19088                   /* features */
19089                   _CIM_ServiceServiceDependency_features,
19090 mike  1.1.2.1 };
19091               
19092               //==============================================================================
19093               //
19094               // Class: CIM_SettingForSystem
19095               //
19096               //==============================================================================
19097               
19098               static const char*
19099               _CIM_SettingForSystem_Antecedent_qualifiers[] =
19100               {
19101                   /* Override */
19102                   "\044Antecedent",
19103                   /* Min */
19104                   "\033\000\000\000\001",
19105                   /* Max */
19106                   "\027\000\000\000\001",
19107                   0,
19108               };
19109               
19110               static SourceReference
19111 mike  1.1.2.1 _CIM_SettingForSystem_Antecedent =
19112               {
19113                   /* flags */
19114                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
19115                   /* name */
19116                   "Antecedent",
19117                   /* qualifiers */
19118                   _CIM_SettingForSystem_Antecedent_qualifiers,
19119                   /* subscript */
19120                   -1,
19121                   /* refClassId */
19122                   &__root_PG_InterOp_CIM_System,
19123               };
19124               
19125               static const char*
19126               _CIM_SettingForSystem_Dependent_qualifiers[] =
19127               {
19128                   /* Override */
19129                   "\044Dependent",
19130                   0,
19131               };
19132 mike  1.1.2.1 
19133               static SourceReference
19134               _CIM_SettingForSystem_Dependent =
19135               {
19136                   /* flags */
19137                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
19138                   /* name */
19139                   "Dependent",
19140                   /* qualifiers */
19141                   _CIM_SettingForSystem_Dependent_qualifiers,
19142                   /* subscript */
19143                   -1,
19144                   /* refClassId */
19145                   &__root_PG_InterOp_CIM_SystemSetting,
19146               };
19147               
19148               static SourceFeature*
19149               _CIM_SettingForSystem_features[] =
19150               {
19151                   (SourceFeature*)&_CIM_SettingForSystem_Antecedent,
19152                   (SourceFeature*)&_CIM_SettingForSystem_Dependent,
19153 mike  1.1.2.1     0,
19154               };
19155               
19156               static const char*
19157               __root_PG_InterOp_CIM_SettingForSystem_qualifiers[] =
19158               {
19159                   /* UMLPackagePath */
19160                   "\057CIM::Core::Settings",
19161                   /* Version */
19162                   "\0632.10.0",
19163                   0,
19164               };
19165               
19166               SourceClass
19167               __root_PG_InterOp_CIM_SettingForSystem =
19168               {
19169                   /* flags */
19170                   PEGASUS_FLAG_ASSOCIATION,
19171                   /* name */
19172                   "CIM_SettingForSystem",
19173                   /* qualifiers */
19174 mike  1.1.2.1     __root_PG_InterOp_CIM_SettingForSystem_qualifiers,
19175                   /* superClass */
19176                   &__root_PG_InterOp_CIM_HostedDependency,
19177                   /* features */
19178                   _CIM_SettingForSystem_features,
19179               };
19180               
19181               //==============================================================================
19182               //
19183               // Class: CIM_ActiveConnection
19184               //
19185               //==============================================================================
19186               
19187               static const char*
19188               _CIM_ActiveConnection_Antecedent_qualifiers[] =
19189               {
19190                   /* Override */
19191                   "\044Antecedent",
19192                   0,
19193               };
19194               
19195 mike  1.1.2.1 static SourceReference
19196               _CIM_ActiveConnection_Antecedent =
19197               {
19198                   /* flags */
19199                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
19200                   /* name */
19201                   "Antecedent",
19202                   /* qualifiers */
19203                   _CIM_ActiveConnection_Antecedent_qualifiers,
19204                   /* subscript */
19205                   -1,
19206                   /* refClassId */
19207                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
19208               };
19209               
19210               static const char*
19211               _CIM_ActiveConnection_Dependent_qualifiers[] =
19212               {
19213                   /* Override */
19214                   "\044Dependent",
19215                   0,
19216 mike  1.1.2.1 };
19217               
19218               static SourceReference
19219               _CIM_ActiveConnection_Dependent =
19220               {
19221                   /* flags */
19222                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
19223                   /* name */
19224                   "Dependent",
19225                   /* qualifiers */
19226                   _CIM_ActiveConnection_Dependent_qualifiers,
19227                   /* subscript */
19228                   -1,
19229                   /* refClassId */
19230                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
19231               };
19232               
19233               static const char*
19234               _CIM_ActiveConnection_TrafficType_qualifiers[] =
19235               {
19236                   /* Deprecated */
19237 mike  1.1.2.1     "\013\000\001No value\000",
19238                   /* ValueMap */
19239                   "\061\000\0060\0001\0002\0003\0004\0005\000",
19240                   /* Values */
19241                   "\062\000\006Unknown\000Other\000Unicast\000Broadcast\000Multicast\000Anycast\000",
19242                   /* ModelCorrespondence */
19243                   "\036\000\001CIM_ActiveConnection.OtherTrafficDescription\000",
19244                   0,
19245               };
19246               
19247               static SourceProperty
19248               _CIM_ActiveConnection_TrafficType =
19249               {
19250                   /* flags */
19251                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19252                   /* name */
19253                   "TrafficType",
19254                   /* qualifiers */
19255                   _CIM_ActiveConnection_TrafficType_qualifiers,
19256                   /* type */
19257                   CIMTYPE_UINT16,
19258 mike  1.1.2.1     /* subscript */
19259                   -1,
19260                   /* value */
19261                   0,
19262               };
19263               
19264               static const char*
19265               _CIM_ActiveConnection_OtherTrafficDescription_qualifiers[] =
19266               {
19267                   /* Deprecated */
19268                   "\013\000\001No value\000",
19269                   /* MaxLen */
19270                   "\030\000\000\000\100",
19271                   /* ModelCorrespondence */
19272                   "\036\000\001CIM_ActiveConnection.TrafficType\000",
19273                   0,
19274               };
19275               
19276               static SourceProperty
19277               _CIM_ActiveConnection_OtherTrafficDescription =
19278               {
19279 mike  1.1.2.1     /* flags */
19280                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19281                   /* name */
19282                   "OtherTrafficDescription",
19283                   /* qualifiers */
19284                   _CIM_ActiveConnection_OtherTrafficDescription_qualifiers,
19285                   /* type */
19286                   CIMTYPE_STRING,
19287                   /* subscript */
19288                   -1,
19289                   /* value */
19290                   0,
19291               };
19292               
19293               static const char*
19294               _CIM_ActiveConnection_IsUnidirectional_qualifiers[] =
19295               {
19296                   0,
19297               };
19298               
19299               static SourceProperty
19300 mike  1.1.2.1 _CIM_ActiveConnection_IsUnidirectional =
19301               {
19302                   /* flags */
19303                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19304                   /* name */
19305                   "IsUnidirectional",
19306                   /* qualifiers */
19307                   _CIM_ActiveConnection_IsUnidirectional_qualifiers,
19308                   /* type */
19309                   CIMTYPE_BOOLEAN,
19310                   /* subscript */
19311                   -1,
19312                   /* value */
19313                   0,
19314               };
19315               
19316               static SourceFeature*
19317               _CIM_ActiveConnection_features[] =
19318               {
19319                   (SourceFeature*)&_CIM_ActiveConnection_Antecedent,
19320                   (SourceFeature*)&_CIM_ActiveConnection_Dependent,
19321 mike  1.1.2.1     (SourceFeature*)&_CIM_ActiveConnection_TrafficType,
19322                   (SourceFeature*)&_CIM_ActiveConnection_OtherTrafficDescription,
19323                   (SourceFeature*)&_CIM_ActiveConnection_IsUnidirectional,
19324                   0,
19325               };
19326               
19327               static const char*
19328               __root_PG_InterOp_CIM_ActiveConnection_qualifiers[] =
19329               {
19330                   /* UMLPackagePath */
19331                   "\057CIM::Core::Service",
19332                   /* Version */
19333                   "\0632.10.0",
19334                   0,
19335               };
19336               
19337               SourceClass
19338               __root_PG_InterOp_CIM_ActiveConnection =
19339               {
19340                   /* flags */
19341                   PEGASUS_FLAG_ASSOCIATION,
19342 mike  1.1.2.1     /* name */
19343                   "CIM_ActiveConnection",
19344                   /* qualifiers */
19345                   __root_PG_InterOp_CIM_ActiveConnection_qualifiers,
19346                   /* superClass */
19347                   &__root_PG_InterOp_CIM_SAPSAPDependency,
19348                   /* features */
19349                   _CIM_ActiveConnection_features,
19350               };
19351               
19352               //==============================================================================
19353               //
19354               // Class: CIM_BindsTo
19355               //
19356               //==============================================================================
19357               
19358               static const char*
19359               _CIM_BindsTo_Antecedent_qualifiers[] =
19360               {
19361                   /* Override */
19362                   "\044Antecedent",
19363 mike  1.1.2.1     0,
19364               };
19365               
19366               static SourceReference
19367               _CIM_BindsTo_Antecedent =
19368               {
19369                   /* flags */
19370                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
19371                   /* name */
19372                   "Antecedent",
19373                   /* qualifiers */
19374                   _CIM_BindsTo_Antecedent_qualifiers,
19375                   /* subscript */
19376                   -1,
19377                   /* refClassId */
19378                   &__root_PG_InterOp_CIM_ProtocolEndpoint,
19379               };
19380               
19381               static const char*
19382               _CIM_BindsTo_Dependent_qualifiers[] =
19383               {
19384 mike  1.1.2.1     /* Override */
19385                   "\044Dependent",
19386                   0,
19387               };
19388               
19389               static SourceReference
19390               _CIM_BindsTo_Dependent =
19391               {
19392                   /* flags */
19393                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
19394                   /* name */
19395                   "Dependent",
19396                   /* qualifiers */
19397                   _CIM_BindsTo_Dependent_qualifiers,
19398                   /* subscript */
19399                   -1,
19400                   /* refClassId */
19401                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
19402               };
19403               
19404               static SourceFeature*
19405 mike  1.1.2.1 _CIM_BindsTo_features[] =
19406               {
19407                   (SourceFeature*)&_CIM_BindsTo_Antecedent,
19408                   (SourceFeature*)&_CIM_BindsTo_Dependent,
19409                   0,
19410               };
19411               
19412               static const char*
19413               __root_PG_InterOp_CIM_BindsTo_qualifiers[] =
19414               {
19415                   /* UMLPackagePath */
19416                   "\057CIM::Core::Service",
19417                   /* Version */
19418                   "\0632.10.0",
19419                   0,
19420               };
19421               
19422               SourceClass
19423               __root_PG_InterOp_CIM_BindsTo =
19424               {
19425                   /* flags */
19426 mike  1.1.2.1     PEGASUS_FLAG_ASSOCIATION,
19427                   /* name */
19428                   "CIM_BindsTo",
19429                   /* qualifiers */
19430                   __root_PG_InterOp_CIM_BindsTo_qualifiers,
19431                   /* superClass */
19432                   &__root_PG_InterOp_CIM_SAPSAPDependency,
19433                   /* features */
19434                   _CIM_BindsTo_features,
19435               };
19436               
19437               //==============================================================================
19438               //
19439               // Class: CIM_ProvidesEndpoint
19440               //
19441               //==============================================================================
19442               
19443               static const char*
19444               _CIM_ProvidesEndpoint_Antecedent_qualifiers[] =
19445               {
19446                   /* Override */
19447 mike  1.1.2.1     "\044Antecedent",
19448                   0,
19449               };
19450               
19451               static SourceReference
19452               _CIM_ProvidesEndpoint_Antecedent =
19453               {
19454                   /* flags */
19455                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
19456                   /* name */
19457                   "Antecedent",
19458                   /* qualifiers */
19459                   _CIM_ProvidesEndpoint_Antecedent_qualifiers,
19460                   /* subscript */
19461                   -1,
19462                   /* refClassId */
19463                   &__root_PG_InterOp_CIM_Service,
19464               };
19465               
19466               static const char*
19467               _CIM_ProvidesEndpoint_Dependent_qualifiers[] =
19468 mike  1.1.2.1 {
19469                   /* Override */
19470                   "\044Dependent",
19471                   0,
19472               };
19473               
19474               static SourceReference
19475               _CIM_ProvidesEndpoint_Dependent =
19476               {
19477                   /* flags */
19478                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
19479                   /* name */
19480                   "Dependent",
19481                   /* qualifiers */
19482                   _CIM_ProvidesEndpoint_Dependent_qualifiers,
19483                   /* subscript */
19484                   -1,
19485                   /* refClassId */
19486                   &__root_PG_InterOp_CIM_ProtocolEndpoint,
19487               };
19488               
19489 mike  1.1.2.1 static SourceFeature*
19490               _CIM_ProvidesEndpoint_features[] =
19491               {
19492                   (SourceFeature*)&_CIM_ProvidesEndpoint_Antecedent,
19493                   (SourceFeature*)&_CIM_ProvidesEndpoint_Dependent,
19494                   0,
19495               };
19496               
19497               static const char*
19498               __root_PG_InterOp_CIM_ProvidesEndpoint_qualifiers[] =
19499               {
19500                   /* UMLPackagePath */
19501                   "\057CIM::Core::Service",
19502                   /* Version */
19503                   "\0632.10.0",
19504                   0,
19505               };
19506               
19507               SourceClass
19508               __root_PG_InterOp_CIM_ProvidesEndpoint =
19509               {
19510 mike  1.1.2.1     /* flags */
19511                   PEGASUS_FLAG_ASSOCIATION,
19512                   /* name */
19513                   "CIM_ProvidesEndpoint",
19514                   /* qualifiers */
19515                   __root_PG_InterOp_CIM_ProvidesEndpoint_qualifiers,
19516                   /* superClass */
19517                   &__root_PG_InterOp_CIM_ServiceAccessBySAP,
19518                   /* features */
19519                   _CIM_ProvidesEndpoint_features,
19520               };
19521               
19522               //==============================================================================
19523               //
19524               // Class: CIM_RemotePort
19525               //
19526               //==============================================================================
19527               
19528               static const char*
19529               _CIM_RemotePort_PortInfo_qualifiers[] =
19530               {
19531 mike  1.1.2.1     /* ModelCorrespondence */
19532                   "\036\000\001CIM_RemotePort.PortProtocol\000",
19533                   0,
19534               };
19535               
19536               static SourceProperty
19537               _CIM_RemotePort_PortInfo =
19538               {
19539                   /* flags */
19540                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19541                   /* name */
19542                   "PortInfo",
19543                   /* qualifiers */
19544                   _CIM_RemotePort_PortInfo_qualifiers,
19545                   /* type */
19546                   CIMTYPE_STRING,
19547                   /* subscript */
19548                   -1,
19549                   /* value */
19550                   0,
19551               };
19552 mike  1.1.2.1 
19553               static const char*
19554               _CIM_RemotePort_PortProtocol_qualifiers[] =
19555               {
19556                   /* ValueMap */
19557                   "\061\000\0041\0002\0003\00032768..65535\000",
19558                   /* Values */
19559                   "\062\000\004Other\000TCP\000UDP\000Vendor Specific\000",
19560                   /* ModelCorrespondence */
19561                   "\036\000\001CIM_RemotePort.OtherProtocolDescription\000",
19562                   0,
19563               };
19564               
19565               static SourceProperty
19566               _CIM_RemotePort_PortProtocol =
19567               {
19568                   /* flags */
19569                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19570                   /* name */
19571                   "PortProtocol",
19572                   /* qualifiers */
19573 mike  1.1.2.1     _CIM_RemotePort_PortProtocol_qualifiers,
19574                   /* type */
19575                   CIMTYPE_UINT16,
19576                   /* subscript */
19577                   -1,
19578                   /* value */
19579                   0,
19580               };
19581               
19582               static const char*
19583               _CIM_RemotePort_OtherProtocolDescription_qualifiers[] =
19584               {
19585                   /* ModelCorrespondence */
19586                   "\036\000\001CIM_RemotePort.PortProtocol\000",
19587                   0,
19588               };
19589               
19590               static SourceProperty
19591               _CIM_RemotePort_OtherProtocolDescription =
19592               {
19593                   /* flags */
19594 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19595                   /* name */
19596                   "OtherProtocolDescription",
19597                   /* qualifiers */
19598                   _CIM_RemotePort_OtherProtocolDescription_qualifiers,
19599                   /* type */
19600                   CIMTYPE_STRING,
19601                   /* subscript */
19602                   -1,
19603                   /* value */
19604                   0,
19605               };
19606               
19607               static SourceFeature*
19608               _CIM_RemotePort_features[] =
19609               {
19610                   (SourceFeature*)&_CIM_RemotePort_PortInfo,
19611                   (SourceFeature*)&_CIM_RemotePort_PortProtocol,
19612                   (SourceFeature*)&_CIM_RemotePort_OtherProtocolDescription,
19613                   0,
19614               };
19615 mike  1.1.2.1 
19616               static const char*
19617               __root_PG_InterOp_CIM_RemotePort_qualifiers[] =
19618               {
19619                   /* UMLPackagePath */
19620                   "\057CIM::Core::Service",
19621                   /* Version */
19622                   "\0632.7.0",
19623                   0,
19624               };
19625               
19626               SourceClass
19627               __root_PG_InterOp_CIM_RemotePort =
19628               {
19629                   /* flags */
19630                   PEGASUS_FLAG_CLASS,
19631                   /* name */
19632                   "CIM_RemotePort",
19633                   /* qualifiers */
19634                   __root_PG_InterOp_CIM_RemotePort_qualifiers,
19635                   /* superClass */
19636 mike  1.1.2.1     &__root_PG_InterOp_CIM_RemoteServiceAccessPoint,
19637                   /* features */
19638                   _CIM_RemotePort_features,
19639               };
19640               
19641               //==============================================================================
19642               //
19643               // Class: CIM_Indication
19644               //
19645               //==============================================================================
19646               
19647               static const char*
19648               _CIM_Indication_IndicationIdentifier_qualifiers[] =
19649               {
19650                   /* MappingStrings */
19651                   "\026\000\001Recommendation.ITU|X733.Notification identifier\000",
19652                   0,
19653               };
19654               
19655               static SourceProperty
19656               _CIM_Indication_IndicationIdentifier =
19657 mike  1.1.2.1 {
19658                   /* flags */
19659                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19660                   /* name */
19661                   "IndicationIdentifier",
19662                   /* qualifiers */
19663                   _CIM_Indication_IndicationIdentifier_qualifiers,
19664                   /* type */
19665                   CIMTYPE_STRING,
19666                   /* subscript */
19667                   -1,
19668                   /* value */
19669                   0,
19670               };
19671               
19672               static const char*
19673               _CIM_Indication_CorrelatedIndications_qualifiers[] =
19674               {
19675                   /* MappingStrings */
19676                   "\026\000\001Recommendation.ITU|X733.Correlated notifications\000",
19677                   /* ModelCorrespondence */
19678 mike  1.1.2.1     "\036\000\001CIM_Indication.IndicationIdentifier\000",
19679                   0,
19680               };
19681               
19682               static SourceProperty
19683               _CIM_Indication_CorrelatedIndications =
19684               {
19685                   /* flags */
19686                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19687                   /* name */
19688                   "CorrelatedIndications",
19689                   /* qualifiers */
19690                   _CIM_Indication_CorrelatedIndications_qualifiers,
19691                   /* type */
19692                   CIMTYPE_STRING,
19693                   /* subscript */
19694                   0,
19695                   /* value */
19696                   0,
19697               };
19698               
19699 mike  1.1.2.1 static const char*
19700               _CIM_Indication_IndicationTime_qualifiers[] =
19701               {
19702                   0,
19703               };
19704               
19705               static SourceProperty
19706               _CIM_Indication_IndicationTime =
19707               {
19708                   /* flags */
19709                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19710                   /* name */
19711                   "IndicationTime",
19712                   /* qualifiers */
19713                   _CIM_Indication_IndicationTime_qualifiers,
19714                   /* type */
19715                   CIMTYPE_DATETIME,
19716                   /* subscript */
19717                   -1,
19718                   /* value */
19719                   0,
19720 mike  1.1.2.1 };
19721               
19722               static const char*
19723               _CIM_Indication_PerceivedSeverity_qualifiers[] =
19724               {
19725                   /* ValueMap */
19726                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
19727                   /* Values */
19728                   "\062\000\010Unknown\000Other\000Information\000Degraded/Warning\000Minor\000Major\000Critical\000Fatal/NonRecoverable\000",
19729                   /* MappingStrings */
19730                   "\026\000\001Recommendation.ITU|X733.Perceived severity\000",
19731                   0,
19732               };
19733               
19734               static SourceProperty
19735               _CIM_Indication_PerceivedSeverity =
19736               {
19737                   /* flags */
19738                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19739                   /* name */
19740                   "PerceivedSeverity",
19741 mike  1.1.2.1     /* qualifiers */
19742                   _CIM_Indication_PerceivedSeverity_qualifiers,
19743                   /* type */
19744                   CIMTYPE_UINT16,
19745                   /* subscript */
19746                   -1,
19747                   /* value */
19748                   0,
19749               };
19750               
19751               static const char*
19752               _CIM_Indication_OtherSeverity_qualifiers[] =
19753               {
19754                   /* ModelCorrespondence */
19755                   "\036\000\001CIM_AlertIndication.PerceivedSeverity\000",
19756                   0,
19757               };
19758               
19759               static SourceProperty
19760               _CIM_Indication_OtherSeverity =
19761               {
19762 mike  1.1.2.1     /* flags */
19763                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
19764                   /* name */
19765                   "OtherSeverity",
19766                   /* qualifiers */
19767                   _CIM_Indication_OtherSeverity_qualifiers,
19768                   /* type */
19769                   CIMTYPE_STRING,
19770                   /* subscript */
19771                   -1,
19772                   /* value */
19773                   0,
19774               };
19775               
19776               static SourceFeature*
19777               _CIM_Indication_features[] =
19778               {
19779                   (SourceFeature*)&_CIM_Indication_IndicationIdentifier,
19780                   (SourceFeature*)&_CIM_Indication_CorrelatedIndications,
19781                   (SourceFeature*)&_CIM_Indication_IndicationTime,
19782                   (SourceFeature*)&_CIM_Indication_PerceivedSeverity,
19783 mike  1.1.2.1     (SourceFeature*)&_CIM_Indication_OtherSeverity,
19784                   0,
19785               };
19786               
19787               static const char*
19788               __root_PG_InterOp_CIM_Indication_qualifiers[] =
19789               {
19790                   /* UMLPackagePath */
19791                   "\057CIM::Event",
19792                   /* Version */
19793                   "\0632.7.0",
19794                   0,
19795               };
19796               
19797               SourceClass
19798               __root_PG_InterOp_CIM_Indication =
19799               {
19800                   /* flags */
19801                   PEGASUS_FLAG_INDICATION|PEGASUS_FLAG_ABSTRACT,
19802                   /* name */
19803                   "CIM_Indication",
19804 mike  1.1.2.1     /* qualifiers */
19805                   __root_PG_InterOp_CIM_Indication_qualifiers,
19806                   /* superClass */
19807                   0,
19808                   /* features */
19809                   _CIM_Indication_features,
19810               };
19811               
19812               //==============================================================================
19813               //
19814               // Class: CIM_ClassIndication
19815               //
19816               //==============================================================================
19817               
19818               static const char*
19819               _CIM_ClassIndication_ClassDefinition_qualifiers[] =
19820               {
19821                   0,
19822               };
19823               
19824               static SourceProperty
19825 mike  1.1.2.1 _CIM_ClassIndication_ClassDefinition =
19826               {
19827                   /* flags */
19828                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
19829                   /* name */
19830                   "ClassDefinition",
19831                   /* qualifiers */
19832                   _CIM_ClassIndication_ClassDefinition_qualifiers,
19833                   /* type */
19834                   CIMTYPE_STRING,
19835                   /* subscript */
19836                   -1,
19837                   /* value */
19838                   0,
19839               };
19840               
19841               static SourceFeature*
19842               _CIM_ClassIndication_features[] =
19843               {
19844                   (SourceFeature*)&_CIM_ClassIndication_ClassDefinition,
19845                   0,
19846 mike  1.1.2.1 };
19847               
19848               static const char*
19849               __root_PG_InterOp_CIM_ClassIndication_qualifiers[] =
19850               {
19851                   /* UMLPackagePath */
19852                   "\057CIM::Event",
19853                   /* Version */
19854                   "\0632.6.0",
19855                   0,
19856               };
19857               
19858               SourceClass
19859               __root_PG_InterOp_CIM_ClassIndication =
19860               {
19861                   /* flags */
19862                   PEGASUS_FLAG_INDICATION|PEGASUS_FLAG_ABSTRACT,
19863                   /* name */
19864                   "CIM_ClassIndication",
19865                   /* qualifiers */
19866                   __root_PG_InterOp_CIM_ClassIndication_qualifiers,
19867 mike  1.1.2.1     /* superClass */
19868                   &__root_PG_InterOp_CIM_Indication,
19869                   /* features */
19870                   _CIM_ClassIndication_features,
19871               };
19872               
19873               //==============================================================================
19874               //
19875               // Class: CIM_ClassModification
19876               //
19877               //==============================================================================
19878               
19879               static const char*
19880               _CIM_ClassModification_PreviousClassDefinition_qualifiers[] =
19881               {
19882                   0,
19883               };
19884               
19885               static SourceProperty
19886               _CIM_ClassModification_PreviousClassDefinition =
19887               {
19888 mike  1.1.2.1     /* flags */
19889                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
19890                   /* name */
19891                   "PreviousClassDefinition",
19892                   /* qualifiers */
19893                   _CIM_ClassModification_PreviousClassDefinition_qualifiers,
19894                   /* type */
19895                   CIMTYPE_STRING,
19896                   /* subscript */
19897                   -1,
19898                   /* value */
19899                   0,
19900               };
19901               
19902               static SourceFeature*
19903               _CIM_ClassModification_features[] =
19904               {
19905                   (SourceFeature*)&_CIM_ClassModification_PreviousClassDefinition,
19906                   0,
19907               };
19908               
19909 mike  1.1.2.1 static const char*
19910               __root_PG_InterOp_CIM_ClassModification_qualifiers[] =
19911               {
19912                   /* UMLPackagePath */
19913                   "\057CIM::Event",
19914                   /* Version */
19915                   "\0632.6.0",
19916                   0,
19917               };
19918               
19919               SourceClass
19920               __root_PG_InterOp_CIM_ClassModification =
19921               {
19922                   /* flags */
19923                   PEGASUS_FLAG_INDICATION,
19924                   /* name */
19925                   "CIM_ClassModification",
19926                   /* qualifiers */
19927                   __root_PG_InterOp_CIM_ClassModification_qualifiers,
19928                   /* superClass */
19929                   &__root_PG_InterOp_CIM_ClassIndication,
19930 mike  1.1.2.1     /* features */
19931                   _CIM_ClassModification_features,
19932               };
19933               
19934               //==============================================================================
19935               //
19936               // Class: CIM_IndicationFilter
19937               //
19938               //==============================================================================
19939               
19940               static const char*
19941               _CIM_IndicationFilter_SystemCreationClassName_qualifiers[] =
19942               {
19943                   /* MaxLen */
19944                   "\030\000\000\001\000",
19945                   0,
19946               };
19947               
19948               static SourceProperty
19949               _CIM_IndicationFilter_SystemCreationClassName =
19950               {
19951 mike  1.1.2.1     /* flags */
19952                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
19953                   /* name */
19954                   "SystemCreationClassName",
19955                   /* qualifiers */
19956                   _CIM_IndicationFilter_SystemCreationClassName_qualifiers,
19957                   /* type */
19958                   CIMTYPE_STRING,
19959                   /* subscript */
19960                   -1,
19961                   /* value */
19962                   0,
19963               };
19964               
19965               static const char*
19966               _CIM_IndicationFilter_SystemName_qualifiers[] =
19967               {
19968                   /* MaxLen */
19969                   "\030\000\000\001\000",
19970                   0,
19971               };
19972 mike  1.1.2.1 
19973               static SourceProperty
19974               _CIM_IndicationFilter_SystemName =
19975               {
19976                   /* flags */
19977                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
19978                   /* name */
19979                   "SystemName",
19980                   /* qualifiers */
19981                   _CIM_IndicationFilter_SystemName_qualifiers,
19982                   /* type */
19983                   CIMTYPE_STRING,
19984                   /* subscript */
19985                   -1,
19986                   /* value */
19987                   0,
19988               };
19989               
19990               static const char*
19991               _CIM_IndicationFilter_CreationClassName_qualifiers[] =
19992               {
19993 mike  1.1.2.1     /* MaxLen */
19994                   "\030\000\000\001\000",
19995                   0,
19996               };
19997               
19998               static SourceProperty
19999               _CIM_IndicationFilter_CreationClassName =
20000               {
20001                   /* flags */
20002                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
20003                   /* name */
20004                   "CreationClassName",
20005                   /* qualifiers */
20006                   _CIM_IndicationFilter_CreationClassName_qualifiers,
20007                   /* type */
20008                   CIMTYPE_STRING,
20009                   /* subscript */
20010                   -1,
20011                   /* value */
20012                   0,
20013               };
20014 mike  1.1.2.1 
20015               static const char*
20016               _CIM_IndicationFilter_Name_qualifiers[] =
20017               {
20018                   0,
20019               };
20020               
20021               static SourceProperty
20022               _CIM_IndicationFilter_Name =
20023               {
20024                   /* flags */
20025                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
20026                   /* name */
20027                   "Name",
20028                   /* qualifiers */
20029                   _CIM_IndicationFilter_Name_qualifiers,
20030                   /* type */
20031                   CIMTYPE_STRING,
20032                   /* subscript */
20033                   -1,
20034                   /* value */
20035 mike  1.1.2.1     0,
20036               };
20037               
20038               static const char*
20039               _CIM_IndicationFilter_SourceNamespace_qualifiers[] =
20040               {
20041                   0,
20042               };
20043               
20044               static SourceProperty
20045               _CIM_IndicationFilter_SourceNamespace =
20046               {
20047                   /* flags */
20048                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20049                   /* name */
20050                   "SourceNamespace",
20051                   /* qualifiers */
20052                   _CIM_IndicationFilter_SourceNamespace_qualifiers,
20053                   /* type */
20054                   CIMTYPE_STRING,
20055                   /* subscript */
20056 mike  1.1.2.1     -1,
20057                   /* value */
20058                   0,
20059               };
20060               
20061               static const char*
20062               _CIM_IndicationFilter_Query_qualifiers[] =
20063               {
20064                   /* ModelCorrespondence */
20065                   "\036\000\001CIM_IndicationFilter.QueryLanguage\000",
20066                   0,
20067               };
20068               
20069               static SourceProperty
20070               _CIM_IndicationFilter_Query =
20071               {
20072                   /* flags */
20073                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
20074                   /* name */
20075                   "Query",
20076                   /* qualifiers */
20077 mike  1.1.2.1     _CIM_IndicationFilter_Query_qualifiers,
20078                   /* type */
20079                   CIMTYPE_STRING,
20080                   /* subscript */
20081                   -1,
20082                   /* value */
20083                   0,
20084               };
20085               
20086               static const char*
20087               _CIM_IndicationFilter_QueryLanguage_qualifiers[] =
20088               {
20089                   /* ModelCorrespondence */
20090                   "\036\000\001CIM_IndicationFilter.Query\000",
20091                   0,
20092               };
20093               
20094               static SourceProperty
20095               _CIM_IndicationFilter_QueryLanguage =
20096               {
20097                   /* flags */
20098 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
20099                   /* name */
20100                   "QueryLanguage",
20101                   /* qualifiers */
20102                   _CIM_IndicationFilter_QueryLanguage_qualifiers,
20103                   /* type */
20104                   CIMTYPE_STRING,
20105                   /* subscript */
20106                   -1,
20107                   /* value */
20108                   0,
20109               };
20110               
20111               static SourceFeature*
20112               _CIM_IndicationFilter_features[] =
20113               {
20114                   (SourceFeature*)&_CIM_IndicationFilter_SystemCreationClassName,
20115                   (SourceFeature*)&_CIM_IndicationFilter_SystemName,
20116                   (SourceFeature*)&_CIM_IndicationFilter_CreationClassName,
20117                   (SourceFeature*)&_CIM_IndicationFilter_Name,
20118                   (SourceFeature*)&_CIM_IndicationFilter_SourceNamespace,
20119 mike  1.1.2.1     (SourceFeature*)&_CIM_IndicationFilter_Query,
20120                   (SourceFeature*)&_CIM_IndicationFilter_QueryLanguage,
20121                   0,
20122               };
20123               
20124               static const char*
20125               __root_PG_InterOp_CIM_IndicationFilter_qualifiers[] =
20126               {
20127                   /* UMLPackagePath */
20128                   "\057CIM::Event",
20129                   /* Version */
20130                   "\0632.12.0",
20131                   0,
20132               };
20133               
20134               SourceClass
20135               __root_PG_InterOp_CIM_IndicationFilter =
20136               {
20137                   /* flags */
20138                   PEGASUS_FLAG_CLASS,
20139                   /* name */
20140 mike  1.1.2.1     "CIM_IndicationFilter",
20141                   /* qualifiers */
20142                   __root_PG_InterOp_CIM_IndicationFilter_qualifiers,
20143                   /* superClass */
20144                   &__root_PG_InterOp_CIM_ManagedElement,
20145                   /* features */
20146                   _CIM_IndicationFilter_features,
20147               };
20148               
20149               //==============================================================================
20150               //
20151               // Class: CIM_InstIndication
20152               //
20153               //==============================================================================
20154               
20155               static const char*
20156               _CIM_InstIndication_SourceInstance_qualifiers[] =
20157               {
20158                   0,
20159               };
20160               
20161 mike  1.1.2.1 static SourceProperty
20162               _CIM_InstIndication_SourceInstance =
20163               {
20164                   /* flags */
20165                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
20166                   /* name */
20167                   "SourceInstance",
20168                   /* qualifiers */
20169                   _CIM_InstIndication_SourceInstance_qualifiers,
20170                   /* type */
20171                   CIMTYPE_STRING,
20172                   /* subscript */
20173                   -1,
20174                   /* value */
20175                   0,
20176               };
20177               
20178               static const char*
20179               _CIM_InstIndication_SourceInstanceModelPath_qualifiers[] =
20180               {
20181                   /* ModelCorrespondence */
20182 mike  1.1.2.1     "\036\000\001CIM_InstIndication.SourceInstance\000",
20183                   0,
20184               };
20185               
20186               static SourceProperty
20187               _CIM_InstIndication_SourceInstanceModelPath =
20188               {
20189                   /* flags */
20190                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20191                   /* name */
20192                   "SourceInstanceModelPath",
20193                   /* qualifiers */
20194                   _CIM_InstIndication_SourceInstanceModelPath_qualifiers,
20195                   /* type */
20196                   CIMTYPE_STRING,
20197                   /* subscript */
20198                   -1,
20199                   /* value */
20200                   0,
20201               };
20202               
20203 mike  1.1.2.1 static const char*
20204               _CIM_InstIndication_SourceInstanceHost_qualifiers[] =
20205               {
20206                   /* ModelCorrespondence */
20207                   "\036\000\001CIM_InstIndication.SourceInstance\000",
20208                   0,
20209               };
20210               
20211               static SourceProperty
20212               _CIM_InstIndication_SourceInstanceHost =
20213               {
20214                   /* flags */
20215                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20216                   /* name */
20217                   "SourceInstanceHost",
20218                   /* qualifiers */
20219                   _CIM_InstIndication_SourceInstanceHost_qualifiers,
20220                   /* type */
20221                   CIMTYPE_STRING,
20222                   /* subscript */
20223                   -1,
20224 mike  1.1.2.1     /* value */
20225                   0,
20226               };
20227               
20228               static SourceFeature*
20229               _CIM_InstIndication_features[] =
20230               {
20231                   (SourceFeature*)&_CIM_InstIndication_SourceInstance,
20232                   (SourceFeature*)&_CIM_InstIndication_SourceInstanceModelPath,
20233                   (SourceFeature*)&_CIM_InstIndication_SourceInstanceHost,
20234                   0,
20235               };
20236               
20237               static const char*
20238               __root_PG_InterOp_CIM_InstIndication_qualifiers[] =
20239               {
20240                   /* UMLPackagePath */
20241                   "\057CIM::Event",
20242                   /* Version */
20243                   "\0632.9.0",
20244                   0,
20245 mike  1.1.2.1 };
20246               
20247               SourceClass
20248               __root_PG_InterOp_CIM_InstIndication =
20249               {
20250                   /* flags */
20251                   PEGASUS_FLAG_INDICATION|PEGASUS_FLAG_ABSTRACT,
20252                   /* name */
20253                   "CIM_InstIndication",
20254                   /* qualifiers */
20255                   __root_PG_InterOp_CIM_InstIndication_qualifiers,
20256                   /* superClass */
20257                   &__root_PG_InterOp_CIM_Indication,
20258                   /* features */
20259                   _CIM_InstIndication_features,
20260               };
20261               
20262               //==============================================================================
20263               //
20264               // Class: CIM_InstMethodCall
20265               //
20266 mike  1.1.2.1 //==============================================================================
20267               
20268               static const char*
20269               _CIM_InstMethodCall_MethodName_qualifiers[] =
20270               {
20271                   0,
20272               };
20273               
20274               static SourceProperty
20275               _CIM_InstMethodCall_MethodName =
20276               {
20277                   /* flags */
20278                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
20279                   /* name */
20280                   "MethodName",
20281                   /* qualifiers */
20282                   _CIM_InstMethodCall_MethodName_qualifiers,
20283                   /* type */
20284                   CIMTYPE_STRING,
20285                   /* subscript */
20286                   -1,
20287 mike  1.1.2.1     /* value */
20288                   0,
20289               };
20290               
20291               static const char*
20292               _CIM_InstMethodCall_MethodParameters_qualifiers[] =
20293               {
20294                   0,
20295               };
20296               
20297               static SourceProperty
20298               _CIM_InstMethodCall_MethodParameters =
20299               {
20300                   /* flags */
20301                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ,
20302                   /* name */
20303                   "MethodParameters",
20304                   /* qualifiers */
20305                   _CIM_InstMethodCall_MethodParameters_qualifiers,
20306                   /* type */
20307                   CIMTYPE_STRING,
20308 mike  1.1.2.1     /* subscript */
20309                   -1,
20310                   /* value */
20311                   0,
20312               };
20313               
20314               static const char*
20315               _CIM_InstMethodCall_ReturnValue_qualifiers[] =
20316               {
20317                   /* ModelCorrespondence */
20318                   "\036\000\001CIM_InstMethodCall.PreCall\000",
20319                   0,
20320               };
20321               
20322               static SourceProperty
20323               _CIM_InstMethodCall_ReturnValue =
20324               {
20325                   /* flags */
20326                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20327                   /* name */
20328                   "ReturnValue",
20329 mike  1.1.2.1     /* qualifiers */
20330                   _CIM_InstMethodCall_ReturnValue_qualifiers,
20331                   /* type */
20332                   CIMTYPE_STRING,
20333                   /* subscript */
20334                   -1,
20335                   /* value */
20336                   0,
20337               };
20338               
20339               static const char*
20340               _CIM_InstMethodCall_PreCall_qualifiers[] =
20341               {
20342                   0,
20343               };
20344               
20345               static SourceProperty
20346               _CIM_InstMethodCall_PreCall =
20347               {
20348                   /* flags */
20349                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
20350 mike  1.1.2.1     /* name */
20351                   "PreCall",
20352                   /* qualifiers */
20353                   _CIM_InstMethodCall_PreCall_qualifiers,
20354                   /* type */
20355                   CIMTYPE_BOOLEAN,
20356                   /* subscript */
20357                   -1,
20358                   /* value */
20359                   0,
20360               };
20361               
20362               static SourceFeature*
20363               _CIM_InstMethodCall_features[] =
20364               {
20365                   (SourceFeature*)&_CIM_InstMethodCall_MethodName,
20366                   (SourceFeature*)&_CIM_InstMethodCall_MethodParameters,
20367                   (SourceFeature*)&_CIM_InstMethodCall_ReturnValue,
20368                   (SourceFeature*)&_CIM_InstMethodCall_PreCall,
20369                   0,
20370               };
20371 mike  1.1.2.1 
20372               static const char*
20373               __root_PG_InterOp_CIM_InstMethodCall_qualifiers[] =
20374               {
20375                   /* UMLPackagePath */
20376                   "\057CIM::Event",
20377                   /* Version */
20378                   "\0632.6.0",
20379                   0,
20380               };
20381               
20382               SourceClass
20383               __root_PG_InterOp_CIM_InstMethodCall =
20384               {
20385                   /* flags */
20386                   PEGASUS_FLAG_INDICATION,
20387                   /* name */
20388                   "CIM_InstMethodCall",
20389                   /* qualifiers */
20390                   __root_PG_InterOp_CIM_InstMethodCall_qualifiers,
20391                   /* superClass */
20392 mike  1.1.2.1     &__root_PG_InterOp_CIM_InstIndication,
20393                   /* features */
20394                   _CIM_InstMethodCall_features,
20395               };
20396               
20397               //==============================================================================
20398               //
20399               // Class: CIM_InstModification
20400               //
20401               //==============================================================================
20402               
20403               static const char*
20404               _CIM_InstModification_PreviousInstance_qualifiers[] =
20405               {
20406                   0,
20407               };
20408               
20409               static SourceProperty
20410               _CIM_InstModification_PreviousInstance =
20411               {
20412                   /* flags */
20413 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
20414                   /* name */
20415                   "PreviousInstance",
20416                   /* qualifiers */
20417                   _CIM_InstModification_PreviousInstance_qualifiers,
20418                   /* type */
20419                   CIMTYPE_STRING,
20420                   /* subscript */
20421                   -1,
20422                   /* value */
20423                   0,
20424               };
20425               
20426               static SourceFeature*
20427               _CIM_InstModification_features[] =
20428               {
20429                   (SourceFeature*)&_CIM_InstModification_PreviousInstance,
20430                   0,
20431               };
20432               
20433               static const char*
20434 mike  1.1.2.1 __root_PG_InterOp_CIM_InstModification_qualifiers[] =
20435               {
20436                   /* UMLPackagePath */
20437                   "\057CIM::Event",
20438                   /* Version */
20439                   "\0632.6.0",
20440                   0,
20441               };
20442               
20443               SourceClass
20444               __root_PG_InterOp_CIM_InstModification =
20445               {
20446                   /* flags */
20447                   PEGASUS_FLAG_INDICATION,
20448                   /* name */
20449                   "CIM_InstModification",
20450                   /* qualifiers */
20451                   __root_PG_InterOp_CIM_InstModification_qualifiers,
20452                   /* superClass */
20453                   &__root_PG_InterOp_CIM_InstIndication,
20454                   /* features */
20455 mike  1.1.2.1     _CIM_InstModification_features,
20456               };
20457               
20458               //==============================================================================
20459               //
20460               // Class: CIM_InstRead
20461               //
20462               //==============================================================================
20463               
20464               static SourceFeature*
20465               _CIM_InstRead_features[] =
20466               {
20467                   0,
20468               };
20469               
20470               static const char*
20471               __root_PG_InterOp_CIM_InstRead_qualifiers[] =
20472               {
20473                   /* UMLPackagePath */
20474                   "\057CIM::Event",
20475                   /* Version */
20476 mike  1.1.2.1     "\0632.6.0",
20477                   0,
20478               };
20479               
20480               SourceClass
20481               __root_PG_InterOp_CIM_InstRead =
20482               {
20483                   /* flags */
20484                   PEGASUS_FLAG_INDICATION,
20485                   /* name */
20486                   "CIM_InstRead",
20487                   /* qualifiers */
20488                   __root_PG_InterOp_CIM_InstRead_qualifiers,
20489                   /* superClass */
20490                   &__root_PG_InterOp_CIM_InstIndication,
20491                   /* features */
20492                   _CIM_InstRead_features,
20493               };
20494               
20495               //==============================================================================
20496               //
20497 mike  1.1.2.1 // Class: CIM_ListenerDestination
20498               //
20499               //==============================================================================
20500               
20501               static const char*
20502               _CIM_ListenerDestination_SystemCreationClassName_qualifiers[] =
20503               {
20504                   /* MaxLen */
20505                   "\030\000\000\001\000",
20506                   0,
20507               };
20508               
20509               static SourceProperty
20510               _CIM_ListenerDestination_SystemCreationClassName =
20511               {
20512                   /* flags */
20513                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
20514                   /* name */
20515                   "SystemCreationClassName",
20516                   /* qualifiers */
20517                   _CIM_ListenerDestination_SystemCreationClassName_qualifiers,
20518 mike  1.1.2.1     /* type */
20519                   CIMTYPE_STRING,
20520                   /* subscript */
20521                   -1,
20522                   /* value */
20523                   0,
20524               };
20525               
20526               static const char*
20527               _CIM_ListenerDestination_SystemName_qualifiers[] =
20528               {
20529                   /* MaxLen */
20530                   "\030\000\000\001\000",
20531                   0,
20532               };
20533               
20534               static SourceProperty
20535               _CIM_ListenerDestination_SystemName =
20536               {
20537                   /* flags */
20538                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
20539 mike  1.1.2.1     /* name */
20540                   "SystemName",
20541                   /* qualifiers */
20542                   _CIM_ListenerDestination_SystemName_qualifiers,
20543                   /* type */
20544                   CIMTYPE_STRING,
20545                   /* subscript */
20546                   -1,
20547                   /* value */
20548                   0,
20549               };
20550               
20551               static const char*
20552               _CIM_ListenerDestination_CreationClassName_qualifiers[] =
20553               {
20554                   /* MaxLen */
20555                   "\030\000\000\001\000",
20556                   0,
20557               };
20558               
20559               static SourceProperty
20560 mike  1.1.2.1 _CIM_ListenerDestination_CreationClassName =
20561               {
20562                   /* flags */
20563                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
20564                   /* name */
20565                   "CreationClassName",
20566                   /* qualifiers */
20567                   _CIM_ListenerDestination_CreationClassName_qualifiers,
20568                   /* type */
20569                   CIMTYPE_STRING,
20570                   /* subscript */
20571                   -1,
20572                   /* value */
20573                   0,
20574               };
20575               
20576               static const char*
20577               _CIM_ListenerDestination_Name_qualifiers[] =
20578               {
20579                   /* MaxLen */
20580                   "\030\000\000\001\000",
20581 mike  1.1.2.1     0,
20582               };
20583               
20584               static SourceProperty
20585               _CIM_ListenerDestination_Name =
20586               {
20587                   /* flags */
20588                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
20589                   /* name */
20590                   "Name",
20591                   /* qualifiers */
20592                   _CIM_ListenerDestination_Name_qualifiers,
20593                   /* type */
20594                   CIMTYPE_STRING,
20595                   /* subscript */
20596                   -1,
20597                   /* value */
20598                   0,
20599               };
20600               
20601               static const char*
20602 mike  1.1.2.1 _CIM_ListenerDestination_PersistenceType_qualifiers[] =
20603               {
20604                   /* ValueMap */
20605                   "\061\000\0031\0002\0003\000",
20606                   /* Values */
20607                   "\062\000\003Other\000Permanent\000Transient\000",
20608                   /* ModelCorrespondence */
20609                   "\036\000\001CIM_ListenerDestination.OtherPersistenceType\000",
20610                   0,
20611               };
20612               
20613               static SourceProperty
20614               _CIM_ListenerDestination_PersistenceType =
20615               {
20616                   /* flags */
20617                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20618                   /* name */
20619                   "PersistenceType",
20620                   /* qualifiers */
20621                   _CIM_ListenerDestination_PersistenceType_qualifiers,
20622                   /* type */
20623 mike  1.1.2.1     CIMTYPE_UINT16,
20624                   /* subscript */
20625                   -1,
20626                   /* value */
20627                   0,
20628               };
20629               
20630               static const char*
20631               _CIM_ListenerDestination_OtherPersistenceType_qualifiers[] =
20632               {
20633                   /* ModelCorrespondence */
20634                   "\036\000\001CIM_ListenerDestination.PersistenceType\000",
20635                   0,
20636               };
20637               
20638               static SourceProperty
20639               _CIM_ListenerDestination_OtherPersistenceType =
20640               {
20641                   /* flags */
20642                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20643                   /* name */
20644 mike  1.1.2.1     "OtherPersistenceType",
20645                   /* qualifiers */
20646                   _CIM_ListenerDestination_OtherPersistenceType_qualifiers,
20647                   /* type */
20648                   CIMTYPE_STRING,
20649                   /* subscript */
20650                   -1,
20651                   /* value */
20652                   0,
20653               };
20654               
20655               static SourceFeature*
20656               _CIM_ListenerDestination_features[] =
20657               {
20658                   (SourceFeature*)&_CIM_ListenerDestination_SystemCreationClassName,
20659                   (SourceFeature*)&_CIM_ListenerDestination_SystemName,
20660                   (SourceFeature*)&_CIM_ListenerDestination_CreationClassName,
20661                   (SourceFeature*)&_CIM_ListenerDestination_Name,
20662                   (SourceFeature*)&_CIM_ListenerDestination_PersistenceType,
20663                   (SourceFeature*)&_CIM_ListenerDestination_OtherPersistenceType,
20664                   0,
20665 mike  1.1.2.1 };
20666               
20667               static const char*
20668               __root_PG_InterOp_CIM_ListenerDestination_qualifiers[] =
20669               {
20670                   /* UMLPackagePath */
20671                   "\057CIM::Event",
20672                   /* Version */
20673                   "\0632.8.0",
20674                   0,
20675               };
20676               
20677               SourceClass
20678               __root_PG_InterOp_CIM_ListenerDestination =
20679               {
20680                   /* flags */
20681                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
20682                   /* name */
20683                   "CIM_ListenerDestination",
20684                   /* qualifiers */
20685                   __root_PG_InterOp_CIM_ListenerDestination_qualifiers,
20686 mike  1.1.2.1     /* superClass */
20687                   &__root_PG_InterOp_CIM_ManagedElement,
20688                   /* features */
20689                   _CIM_ListenerDestination_features,
20690               };
20691               
20692               //==============================================================================
20693               //
20694               // Class: CIM_ListenerDestinationCIMXML
20695               //
20696               //==============================================================================
20697               
20698               static const char*
20699               _CIM_ListenerDestinationCIMXML_Destination_qualifiers[] =
20700               {
20701                   0,
20702               };
20703               
20704               static SourceProperty
20705               _CIM_ListenerDestinationCIMXML_Destination =
20706               {
20707 mike  1.1.2.1     /* flags */
20708                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
20709                   /* name */
20710                   "Destination",
20711                   /* qualifiers */
20712                   _CIM_ListenerDestinationCIMXML_Destination_qualifiers,
20713                   /* type */
20714                   CIMTYPE_STRING,
20715                   /* subscript */
20716                   -1,
20717                   /* value */
20718                   0,
20719               };
20720               
20721               static SourceFeature*
20722               _CIM_ListenerDestinationCIMXML_features[] =
20723               {
20724                   (SourceFeature*)&_CIM_ListenerDestinationCIMXML_Destination,
20725                   0,
20726               };
20727               
20728 mike  1.1.2.1 static const char*
20729               __root_PG_InterOp_CIM_ListenerDestinationCIMXML_qualifiers[] =
20730               {
20731                   /* UMLPackagePath */
20732                   "\057CIM::Event",
20733                   /* Version */
20734                   "\0632.8.0",
20735                   0,
20736               };
20737               
20738               SourceClass
20739               __root_PG_InterOp_CIM_ListenerDestinationCIMXML =
20740               {
20741                   /* flags */
20742                   PEGASUS_FLAG_CLASS,
20743                   /* name */
20744                   "CIM_ListenerDestinationCIMXML",
20745                   /* qualifiers */
20746                   __root_PG_InterOp_CIM_ListenerDestinationCIMXML_qualifiers,
20747                   /* superClass */
20748                   &__root_PG_InterOp_CIM_ListenerDestination,
20749 mike  1.1.2.1     /* features */
20750                   _CIM_ListenerDestinationCIMXML_features,
20751               };
20752               
20753               //==============================================================================
20754               //
20755               // Class: CIM_ProcessIndication
20756               //
20757               //==============================================================================
20758               
20759               static SourceFeature*
20760               _CIM_ProcessIndication_features[] =
20761               {
20762                   0,
20763               };
20764               
20765               static const char*
20766               __root_PG_InterOp_CIM_ProcessIndication_qualifiers[] =
20767               {
20768                   /* UMLPackagePath */
20769                   "\057CIM::Event",
20770 mike  1.1.2.1     /* Version */
20771                   "\0632.6.0",
20772                   0,
20773               };
20774               
20775               SourceClass
20776               __root_PG_InterOp_CIM_ProcessIndication =
20777               {
20778                   /* flags */
20779                   PEGASUS_FLAG_INDICATION|PEGASUS_FLAG_ABSTRACT,
20780                   /* name */
20781                   "CIM_ProcessIndication",
20782                   /* qualifiers */
20783                   __root_PG_InterOp_CIM_ProcessIndication_qualifiers,
20784                   /* superClass */
20785                   &__root_PG_InterOp_CIM_Indication,
20786                   /* features */
20787                   _CIM_ProcessIndication_features,
20788               };
20789               
20790               //==============================================================================
20791 mike  1.1.2.1 //
20792               // Class: CIM_SNMPTrapIndication
20793               //
20794               //==============================================================================
20795               
20796               static const char*
20797               _CIM_SNMPTrapIndication_Enterprise_qualifiers[] =
20798               {
20799                   /* MappingStrings */
20800                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.enterprise\000",
20801                   0,
20802               };
20803               
20804               static SourceProperty
20805               _CIM_SNMPTrapIndication_Enterprise =
20806               {
20807                   /* flags */
20808                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20809                   /* name */
20810                   "Enterprise",
20811                   /* qualifiers */
20812 mike  1.1.2.1     _CIM_SNMPTrapIndication_Enterprise_qualifiers,
20813                   /* type */
20814                   CIMTYPE_STRING,
20815                   /* subscript */
20816                   -1,
20817                   /* value */
20818                   0,
20819               };
20820               
20821               static const char*
20822               _CIM_SNMPTrapIndication_AgentAddress_qualifiers[] =
20823               {
20824                   /* MappingStrings */
20825                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.agent-addr\000",
20826                   0,
20827               };
20828               
20829               static SourceProperty
20830               _CIM_SNMPTrapIndication_AgentAddress =
20831               {
20832                   /* flags */
20833 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20834                   /* name */
20835                   "AgentAddress",
20836                   /* qualifiers */
20837                   _CIM_SNMPTrapIndication_AgentAddress_qualifiers,
20838                   /* type */
20839                   CIMTYPE_STRING,
20840                   /* subscript */
20841                   -1,
20842                   /* value */
20843                   0,
20844               };
20845               
20846               static const char*
20847               _CIM_SNMPTrapIndication_GenericTrap_qualifiers[] =
20848               {
20849                   /* ValueMap */
20850                   "\061\000\0070\0001\0002\0003\0004\0005\0006\000",
20851                   /* Values */
20852                   "\062\000\007Cold Start\000Warm Start\000Link Down\000Link Up\000Authentication Failure\000EGP Neighbor Loss\000Enterprise Specific\000",
20853                   /* MappingStrings */
20854 mike  1.1.2.1     "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.generic-trap\000",
20855                   0,
20856               };
20857               
20858               static SourceProperty
20859               _CIM_SNMPTrapIndication_GenericTrap =
20860               {
20861                   /* flags */
20862                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20863                   /* name */
20864                   "GenericTrap",
20865                   /* qualifiers */
20866                   _CIM_SNMPTrapIndication_GenericTrap_qualifiers,
20867                   /* type */
20868                   CIMTYPE_UINT16,
20869                   /* subscript */
20870                   -1,
20871                   /* value */
20872                   0,
20873               };
20874               
20875 mike  1.1.2.1 static const char*
20876               _CIM_SNMPTrapIndication_SpecificTrap_qualifiers[] =
20877               {
20878                   /* MappingStrings */
20879                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.specific-trap\000",
20880                   0,
20881               };
20882               
20883               static SourceProperty
20884               _CIM_SNMPTrapIndication_SpecificTrap =
20885               {
20886                   /* flags */
20887                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20888                   /* name */
20889                   "SpecificTrap",
20890                   /* qualifiers */
20891                   _CIM_SNMPTrapIndication_SpecificTrap_qualifiers,
20892                   /* type */
20893                   CIMTYPE_UINT32,
20894                   /* subscript */
20895                   -1,
20896 mike  1.1.2.1     /* value */
20897                   0,
20898               };
20899               
20900               static const char*
20901               _CIM_SNMPTrapIndication_TimeStamp_qualifiers[] =
20902               {
20903                   /* MappingStrings */
20904                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.time-stamp\000",
20905                   0,
20906               };
20907               
20908               static SourceProperty
20909               _CIM_SNMPTrapIndication_TimeStamp =
20910               {
20911                   /* flags */
20912                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20913                   /* name */
20914                   "TimeStamp",
20915                   /* qualifiers */
20916                   _CIM_SNMPTrapIndication_TimeStamp_qualifiers,
20917 mike  1.1.2.1     /* type */
20918                   CIMTYPE_DATETIME,
20919                   /* subscript */
20920                   -1,
20921                   /* value */
20922                   0,
20923               };
20924               
20925               static const char*
20926               _CIM_SNMPTrapIndication_VarBindNames_qualifiers[] =
20927               {
20928                   /* MappingStrings */
20929                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
20930                   /* ArrayType */
20931                   "\005Indexed",
20932                   /* ModelCorrespondence */
20933                   "\036\000\002CIM_SNMPTrapIndication.VarBindSyntaxes\000CIM_SNMPTrapIndication.VarBindValues\000",
20934                   0,
20935               };
20936               
20937               static SourceProperty
20938 mike  1.1.2.1 _CIM_SNMPTrapIndication_VarBindNames =
20939               {
20940                   /* flags */
20941                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20942                   /* name */
20943                   "VarBindNames",
20944                   /* qualifiers */
20945                   _CIM_SNMPTrapIndication_VarBindNames_qualifiers,
20946                   /* type */
20947                   CIMTYPE_STRING,
20948                   /* subscript */
20949                   0,
20950                   /* value */
20951                   0,
20952               };
20953               
20954               static const char*
20955               _CIM_SNMPTrapIndication_VarBindSyntaxes_qualifiers[] =
20956               {
20957                   /* ValueMap */
20958                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
20959 mike  1.1.2.1     /* Values */
20960                   "\062\000\010Integer\000OctetString\000ObjectIdentifier\000NetworkAddress\000Counter\000Gauge\000TimeTicks\000Opaque\000",
20961                   /* MappingStrings */
20962                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
20963                   /* ArrayType */
20964                   "\005Indexed",
20965                   /* ModelCorrespondence */
20966                   "\036\000\002CIM_SNMPTrapIndication.VarBindNames\000CIM_SNMPTrapIndication.VarBindValues\000",
20967                   0,
20968               };
20969               
20970               static SourceProperty
20971               _CIM_SNMPTrapIndication_VarBindSyntaxes =
20972               {
20973                   /* flags */
20974                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
20975                   /* name */
20976                   "VarBindSyntaxes",
20977                   /* qualifiers */
20978                   _CIM_SNMPTrapIndication_VarBindSyntaxes_qualifiers,
20979                   /* type */
20980 mike  1.1.2.1     CIMTYPE_UINT16,
20981                   /* subscript */
20982                   0,
20983                   /* value */
20984                   0,
20985               };
20986               
20987               static const char*
20988               _CIM_SNMPTrapIndication_VarBindValues_qualifiers[] =
20989               {
20990                   /* MappingStrings */
20991                   "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
20992                   /* ArrayType */
20993                   "\005Indexed",
20994                   /* ModelCorrespondence */
20995                   "\036\000\002CIM_SNMPTrapIndication.VarBindNames\000CIM_SNMPTrapIndication.VarBindSyntaxes\000",
20996                   0,
20997               };
20998               
20999               static SourceProperty
21000               _CIM_SNMPTrapIndication_VarBindValues =
21001 mike  1.1.2.1 {
21002                   /* flags */
21003                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_OCTETSTRING|PEGASUS_FLAG_READ,
21004                   /* name */
21005                   "VarBindValues",
21006                   /* qualifiers */
21007                   _CIM_SNMPTrapIndication_VarBindValues_qualifiers,
21008                   /* type */
21009                   CIMTYPE_STRING,
21010                   /* subscript */
21011                   0,
21012                   /* value */
21013                   0,
21014               };
21015               
21016               static SourceFeature*
21017               _CIM_SNMPTrapIndication_features[] =
21018               {
21019                   (SourceFeature*)&_CIM_SNMPTrapIndication_Enterprise,
21020                   (SourceFeature*)&_CIM_SNMPTrapIndication_AgentAddress,
21021                   (SourceFeature*)&_CIM_SNMPTrapIndication_GenericTrap,
21022 mike  1.1.2.1     (SourceFeature*)&_CIM_SNMPTrapIndication_SpecificTrap,
21023                   (SourceFeature*)&_CIM_SNMPTrapIndication_TimeStamp,
21024                   (SourceFeature*)&_CIM_SNMPTrapIndication_VarBindNames,
21025                   (SourceFeature*)&_CIM_SNMPTrapIndication_VarBindSyntaxes,
21026                   (SourceFeature*)&_CIM_SNMPTrapIndication_VarBindValues,
21027                   0,
21028               };
21029               
21030               static const char*
21031               __root_PG_InterOp_CIM_SNMPTrapIndication_qualifiers[] =
21032               {
21033                   /* UMLPackagePath */
21034                   "\057CIM::Event",
21035                   /* Version */
21036                   "\0632.7.0",
21037                   0,
21038               };
21039               
21040               SourceClass
21041               __root_PG_InterOp_CIM_SNMPTrapIndication =
21042               {
21043 mike  1.1.2.1     /* flags */
21044                   PEGASUS_FLAG_INDICATION,
21045                   /* name */
21046                   "CIM_SNMPTrapIndication",
21047                   /* qualifiers */
21048                   __root_PG_InterOp_CIM_SNMPTrapIndication_qualifiers,
21049                   /* superClass */
21050                   &__root_PG_InterOp_CIM_ProcessIndication,
21051                   /* features */
21052                   _CIM_SNMPTrapIndication_features,
21053               };
21054               
21055               //==============================================================================
21056               //
21057               // Class: CIM_AlertIndication
21058               //
21059               //==============================================================================
21060               
21061               static const char*
21062               _CIM_AlertIndication_Description_qualifiers[] =
21063               {
21064 mike  1.1.2.1     /* MappingStrings */
21065                   "\026\000\001Recommendation.ITU|X733.Additional text\000",
21066                   0,
21067               };
21068               
21069               static SourceProperty
21070               _CIM_AlertIndication_Description =
21071               {
21072                   /* flags */
21073                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21074                   /* name */
21075                   "Description",
21076                   /* qualifiers */
21077                   _CIM_AlertIndication_Description_qualifiers,
21078                   /* type */
21079                   CIMTYPE_STRING,
21080                   /* subscript */
21081                   -1,
21082                   /* value */
21083                   0,
21084               };
21085 mike  1.1.2.1 
21086               static const char*
21087               _CIM_AlertIndication_AlertingManagedElement_qualifiers[] =
21088               {
21089                   /* ModelCorrespondence */
21090                   "\036\000\001CIM_AlertIndication.AlertingElementFormat\000",
21091                   0,
21092               };
21093               
21094               static SourceProperty
21095               _CIM_AlertIndication_AlertingManagedElement =
21096               {
21097                   /* flags */
21098                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21099                   /* name */
21100                   "AlertingManagedElement",
21101                   /* qualifiers */
21102                   _CIM_AlertIndication_AlertingManagedElement_qualifiers,
21103                   /* type */
21104                   CIMTYPE_STRING,
21105                   /* subscript */
21106 mike  1.1.2.1     -1,
21107                   /* value */
21108                   0,
21109               };
21110               
21111               static const char*
21112               _CIM_AlertIndication_AlertingElementFormat_qualifiers[] =
21113               {
21114                   /* ValueMap */
21115                   "\061\000\0030\0001\0002\000",
21116                   /* Values */
21117                   "\062\000\003Unknown\000Other\000CIMObjectPath\000",
21118                   /* ModelCorrespondence */
21119                   "\036\000\002CIM_AlertIndication.AlertingManagedElement\000CIM_AlertIndication.OtherAlertingElementFormat\000",
21120                   0,
21121               };
21122               
21123               static SourceProperty
21124               _CIM_AlertIndication_AlertingElementFormat =
21125               {
21126                   /* flags */
21127 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21128                   /* name */
21129                   "AlertingElementFormat",
21130                   /* qualifiers */
21131                   _CIM_AlertIndication_AlertingElementFormat_qualifiers,
21132                   /* type */
21133                   CIMTYPE_UINT16,
21134                   /* subscript */
21135                   -1,
21136                   /* value */
21137                   "\000\000",
21138               };
21139               
21140               static const char*
21141               _CIM_AlertIndication_OtherAlertingElementFormat_qualifiers[] =
21142               {
21143                   /* ModelCorrespondence */
21144                   "\036\000\001CIM_AlertIndication.AlertingElementFormat\000",
21145                   0,
21146               };
21147               
21148 mike  1.1.2.1 static SourceProperty
21149               _CIM_AlertIndication_OtherAlertingElementFormat =
21150               {
21151                   /* flags */
21152                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21153                   /* name */
21154                   "OtherAlertingElementFormat",
21155                   /* qualifiers */
21156                   _CIM_AlertIndication_OtherAlertingElementFormat_qualifiers,
21157                   /* type */
21158                   CIMTYPE_STRING,
21159                   /* subscript */
21160                   -1,
21161                   /* value */
21162                   0,
21163               };
21164               
21165               static const char*
21166               _CIM_AlertIndication_AlertType_qualifiers[] =
21167               {
21168                   /* ValueMap */
21169 mike  1.1.2.1     "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
21170                   /* Values */
21171                   "\062\000\010Other\000Communications Alert\000Quality of Service Alert\000Processing Error\000Device Alert\000Environmental Alert\000Model Change\000Security Alert\000",
21172                   /* MappingStrings */
21173                   "\026\000\001Recommendation.ITU|X733.Event type\000",
21174                   0,
21175               };
21176               
21177               static SourceProperty
21178               _CIM_AlertIndication_AlertType =
21179               {
21180                   /* flags */
21181                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
21182                   /* name */
21183                   "AlertType",
21184                   /* qualifiers */
21185                   _CIM_AlertIndication_AlertType_qualifiers,
21186                   /* type */
21187                   CIMTYPE_UINT16,
21188                   /* subscript */
21189                   -1,
21190 mike  1.1.2.1     /* value */
21191                   0,
21192               };
21193               
21194               static const char*
21195               _CIM_AlertIndication_OtherAlertType_qualifiers[] =
21196               {
21197                   /* ModelCorrespondence */
21198                   "\036\000\001CIM_AlertIndication.AlertType\000",
21199                   0,
21200               };
21201               
21202               static SourceProperty
21203               _CIM_AlertIndication_OtherAlertType =
21204               {
21205                   /* flags */
21206                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21207                   /* name */
21208                   "OtherAlertType",
21209                   /* qualifiers */
21210                   _CIM_AlertIndication_OtherAlertType_qualifiers,
21211 mike  1.1.2.1     /* type */
21212                   CIMTYPE_STRING,
21213                   /* subscript */
21214                   -1,
21215                   /* value */
21216                   0,
21217               };
21218               
21219               static const char*
21220               _CIM_AlertIndication_PerceivedSeverity_qualifiers[] =
21221               {
21222                   /* Override */
21223                   "\044PerceivedSeverity",
21224                   /* ValueMap */
21225                   "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
21226                   /* Values */
21227                   "\062\000\010Unknown\000Other\000Information\000Degraded/Warning\000Minor\000Major\000Critical\000Fatal/NonRecoverable\000",
21228                   /* MappingStrings */
21229                   "\026\000\001Recommendation.ITU|X733.Perceived severity\000",
21230                   0,
21231               };
21232 mike  1.1.2.1 
21233               static SourceProperty
21234               _CIM_AlertIndication_PerceivedSeverity =
21235               {
21236                   /* flags */
21237                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
21238                   /* name */
21239                   "PerceivedSeverity",
21240                   /* qualifiers */
21241                   _CIM_AlertIndication_PerceivedSeverity_qualifiers,
21242                   /* type */
21243                   CIMTYPE_UINT16,
21244                   /* subscript */
21245                   -1,
21246                   /* value */
21247                   0,
21248               };
21249               
21250               static const char*
21251               _CIM_AlertIndication_ProbableCause_qualifiers[] =
21252               {
21253 mike  1.1.2.1     /* ValueMap */
21254                   "\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",
21255                   /* Values */
21256                   "\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",
21257                   /* MappingStrings */
21258                   "\026\000\003Recommendation.ITU|X733.Probable cause\000Recommendation.ITU|M3100.probableCause\000ITU-IANA-ALARM-TC\000",
21259                   /* ModelCorrespondence */
21260                   "\036\000\003CIM_AlertIndication.ProbableCauseDescription\000CIM_AlertIndication.EventID\000CIM_AlertIndication.EventTime\000",
21261                   0,
21262               };
21263               
21264               static SourceProperty
21265               _CIM_AlertIndication_ProbableCause =
21266               {
21267                   /* flags */
21268                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
21269                   /* name */
21270                   "ProbableCause",
21271                   /* qualifiers */
21272                   _CIM_AlertIndication_ProbableCause_qualifiers,
21273                   /* type */
21274 mike  1.1.2.1     CIMTYPE_UINT16,
21275                   /* subscript */
21276                   -1,
21277                   /* value */
21278                   0,
21279               };
21280               
21281               static const char*
21282               _CIM_AlertIndication_ProbableCauseDescription_qualifiers[] =
21283               {
21284                   /* ModelCorrespondence */
21285                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
21286                   0,
21287               };
21288               
21289               static SourceProperty
21290               _CIM_AlertIndication_ProbableCauseDescription =
21291               {
21292                   /* flags */
21293                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21294                   /* name */
21295 mike  1.1.2.1     "ProbableCauseDescription",
21296                   /* qualifiers */
21297                   _CIM_AlertIndication_ProbableCauseDescription_qualifiers,
21298                   /* type */
21299                   CIMTYPE_STRING,
21300                   /* subscript */
21301                   -1,
21302                   /* value */
21303                   0,
21304               };
21305               
21306               static const char*
21307               _CIM_AlertIndication_Trending_qualifiers[] =
21308               {
21309                   /* ValueMap */
21310                   "\061\000\0050\0001\0002\0003\0004\000",
21311                   /* Values */
21312                   "\062\000\005Unknown\000Not Applicable\000Trending Up\000Trending Down\000No Change\000",
21313                   /* MappingStrings */
21314                   "\026\000\001Recommendation.ITU|X733.TrendIndication\000",
21315                   0,
21316 mike  1.1.2.1 };
21317               
21318               static SourceProperty
21319               _CIM_AlertIndication_Trending =
21320               {
21321                   /* flags */
21322                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21323                   /* name */
21324                   "Trending",
21325                   /* qualifiers */
21326                   _CIM_AlertIndication_Trending_qualifiers,
21327                   /* type */
21328                   CIMTYPE_UINT16,
21329                   /* subscript */
21330                   -1,
21331                   /* value */
21332                   0,
21333               };
21334               
21335               static const char*
21336               _CIM_AlertIndication_RecommendedActions_qualifiers[] =
21337 mike  1.1.2.1 {
21338                   /* MappingStrings */
21339                   "\026\000\001Recommendation.ITU|X733.Proposed repair actions\000",
21340                   0,
21341               };
21342               
21343               static SourceProperty
21344               _CIM_AlertIndication_RecommendedActions =
21345               {
21346                   /* flags */
21347                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21348                   /* name */
21349                   "RecommendedActions",
21350                   /* qualifiers */
21351                   _CIM_AlertIndication_RecommendedActions_qualifiers,
21352                   /* type */
21353                   CIMTYPE_STRING,
21354                   /* subscript */
21355                   0,
21356                   /* value */
21357                   0,
21358 mike  1.1.2.1 };
21359               
21360               static const char*
21361               _CIM_AlertIndication_EventID_qualifiers[] =
21362               {
21363                   /* ModelCorrespondence */
21364                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
21365                   0,
21366               };
21367               
21368               static SourceProperty
21369               _CIM_AlertIndication_EventID =
21370               {
21371                   /* flags */
21372                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21373                   /* name */
21374                   "EventID",
21375                   /* qualifiers */
21376                   _CIM_AlertIndication_EventID_qualifiers,
21377                   /* type */
21378                   CIMTYPE_STRING,
21379 mike  1.1.2.1     /* subscript */
21380                   -1,
21381                   /* value */
21382                   0,
21383               };
21384               
21385               static const char*
21386               _CIM_AlertIndication_EventTime_qualifiers[] =
21387               {
21388                   /* ModelCorrespondence */
21389                   "\036\000\001CIM_AlertIndication.ProbableCause\000",
21390                   0,
21391               };
21392               
21393               static SourceProperty
21394               _CIM_AlertIndication_EventTime =
21395               {
21396                   /* flags */
21397                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21398                   /* name */
21399                   "EventTime",
21400 mike  1.1.2.1     /* qualifiers */
21401                   _CIM_AlertIndication_EventTime_qualifiers,
21402                   /* type */
21403                   CIMTYPE_DATETIME,
21404                   /* subscript */
21405                   -1,
21406                   /* value */
21407                   0,
21408               };
21409               
21410               static const char*
21411               _CIM_AlertIndication_SystemCreationClassName_qualifiers[] =
21412               {
21413                   /* MaxLen */
21414                   "\030\000\000\001\000",
21415                   0,
21416               };
21417               
21418               static SourceProperty
21419               _CIM_AlertIndication_SystemCreationClassName =
21420               {
21421 mike  1.1.2.1     /* flags */
21422                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21423                   /* name */
21424                   "SystemCreationClassName",
21425                   /* qualifiers */
21426                   _CIM_AlertIndication_SystemCreationClassName_qualifiers,
21427                   /* type */
21428                   CIMTYPE_STRING,
21429                   /* subscript */
21430                   -1,
21431                   /* value */
21432                   0,
21433               };
21434               
21435               static const char*
21436               _CIM_AlertIndication_SystemName_qualifiers[] =
21437               {
21438                   /* MaxLen */
21439                   "\030\000\000\001\000",
21440                   0,
21441               };
21442 mike  1.1.2.1 
21443               static SourceProperty
21444               _CIM_AlertIndication_SystemName =
21445               {
21446                   /* flags */
21447                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21448                   /* name */
21449                   "SystemName",
21450                   /* qualifiers */
21451                   _CIM_AlertIndication_SystemName_qualifiers,
21452                   /* type */
21453                   CIMTYPE_STRING,
21454                   /* subscript */
21455                   -1,
21456                   /* value */
21457                   0,
21458               };
21459               
21460               static const char*
21461               _CIM_AlertIndication_ProviderName_qualifiers[] =
21462               {
21463 mike  1.1.2.1     /* MaxLen */
21464                   "\030\000\000\001\000",
21465                   0,
21466               };
21467               
21468               static SourceProperty
21469               _CIM_AlertIndication_ProviderName =
21470               {
21471                   /* flags */
21472                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21473                   /* name */
21474                   "ProviderName",
21475                   /* qualifiers */
21476                   _CIM_AlertIndication_ProviderName_qualifiers,
21477                   /* type */
21478                   CIMTYPE_STRING,
21479                   /* subscript */
21480                   -1,
21481                   /* value */
21482                   0,
21483               };
21484 mike  1.1.2.1 
21485               static SourceFeature*
21486               _CIM_AlertIndication_features[] =
21487               {
21488                   (SourceFeature*)&_CIM_AlertIndication_Description,
21489                   (SourceFeature*)&_CIM_AlertIndication_AlertingManagedElement,
21490                   (SourceFeature*)&_CIM_AlertIndication_AlertingElementFormat,
21491                   (SourceFeature*)&_CIM_AlertIndication_OtherAlertingElementFormat,
21492                   (SourceFeature*)&_CIM_AlertIndication_AlertType,
21493                   (SourceFeature*)&_CIM_AlertIndication_OtherAlertType,
21494                   (SourceFeature*)&_CIM_AlertIndication_PerceivedSeverity,
21495                   (SourceFeature*)&_CIM_AlertIndication_ProbableCause,
21496                   (SourceFeature*)&_CIM_AlertIndication_ProbableCauseDescription,
21497                   (SourceFeature*)&_CIM_AlertIndication_Trending,
21498                   (SourceFeature*)&_CIM_AlertIndication_RecommendedActions,
21499                   (SourceFeature*)&_CIM_AlertIndication_EventID,
21500                   (SourceFeature*)&_CIM_AlertIndication_EventTime,
21501                   (SourceFeature*)&_CIM_AlertIndication_SystemCreationClassName,
21502                   (SourceFeature*)&_CIM_AlertIndication_SystemName,
21503                   (SourceFeature*)&_CIM_AlertIndication_ProviderName,
21504                   0,
21505 mike  1.1.2.1 };
21506               
21507               static const char*
21508               __root_PG_InterOp_CIM_AlertIndication_qualifiers[] =
21509               {
21510                   /* UMLPackagePath */
21511                   "\057CIM::Event",
21512                   /* Version */
21513                   "\0632.10.0",
21514                   0,
21515               };
21516               
21517               SourceClass
21518               __root_PG_InterOp_CIM_AlertIndication =
21519               {
21520                   /* flags */
21521                   PEGASUS_FLAG_INDICATION,
21522                   /* name */
21523                   "CIM_AlertIndication",
21524                   /* qualifiers */
21525                   __root_PG_InterOp_CIM_AlertIndication_qualifiers,
21526 mike  1.1.2.1     /* superClass */
21527                   &__root_PG_InterOp_CIM_ProcessIndication,
21528                   /* features */
21529                   _CIM_AlertIndication_features,
21530               };
21531               
21532               //==============================================================================
21533               //
21534               // Class: CIM_AlertInstIndication
21535               //
21536               //==============================================================================
21537               
21538               static const char*
21539               _CIM_AlertInstIndication_AlertType_qualifiers[] =
21540               {
21541                   /* Override */
21542                   "\044AlertType",
21543                   0,
21544               };
21545               
21546               static SourceProperty
21547 mike  1.1.2.1 _CIM_AlertInstIndication_AlertType =
21548               {
21549                   /* flags */
21550                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21551                   /* name */
21552                   "AlertType",
21553                   /* qualifiers */
21554                   _CIM_AlertInstIndication_AlertType_qualifiers,
21555                   /* type */
21556                   CIMTYPE_UINT16,
21557                   /* subscript */
21558                   -1,
21559                   /* value */
21560                   "\000\007",
21561               };
21562               
21563               static const char*
21564               _CIM_AlertInstIndication_IndObject_qualifiers[] =
21565               {
21566                   0,
21567               };
21568 mike  1.1.2.1 
21569               static SourceProperty
21570               _CIM_AlertInstIndication_IndObject =
21571               {
21572                   /* flags */
21573                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
21574                   /* name */
21575                   "IndObject",
21576                   /* qualifiers */
21577                   _CIM_AlertInstIndication_IndObject_qualifiers,
21578                   /* type */
21579                   CIMTYPE_STRING,
21580                   /* subscript */
21581                   -1,
21582                   /* value */
21583                   0,
21584               };
21585               
21586               static SourceFeature*
21587               _CIM_AlertInstIndication_features[] =
21588               {
21589 mike  1.1.2.1     (SourceFeature*)&_CIM_AlertInstIndication_AlertType,
21590                   (SourceFeature*)&_CIM_AlertInstIndication_IndObject,
21591                   0,
21592               };
21593               
21594               static const char*
21595               __root_PG_InterOp_CIM_AlertInstIndication_qualifiers[] =
21596               {
21597                   /* UMLPackagePath */
21598                   "\057CIM::Event",
21599                   /* Version */
21600                   "\0632.6.0",
21601                   0,
21602               };
21603               
21604               SourceClass
21605               __root_PG_InterOp_CIM_AlertInstIndication =
21606               {
21607                   /* flags */
21608                   PEGASUS_FLAG_INDICATION,
21609                   /* name */
21610 mike  1.1.2.1     "CIM_AlertInstIndication",
21611                   /* qualifiers */
21612                   __root_PG_InterOp_CIM_AlertInstIndication_qualifiers,
21613                   /* superClass */
21614                   &__root_PG_InterOp_CIM_AlertIndication,
21615                   /* features */
21616                   _CIM_AlertInstIndication_features,
21617               };
21618               
21619               //==============================================================================
21620               //
21621               // Class: CIM_ClassCreation
21622               //
21623               //==============================================================================
21624               
21625               static SourceFeature*
21626               _CIM_ClassCreation_features[] =
21627               {
21628                   0,
21629               };
21630               
21631 mike  1.1.2.1 static const char*
21632               __root_PG_InterOp_CIM_ClassCreation_qualifiers[] =
21633               {
21634                   /* UMLPackagePath */
21635                   "\057CIM::Event",
21636                   /* Version */
21637                   "\0632.6.0",
21638                   0,
21639               };
21640               
21641               SourceClass
21642               __root_PG_InterOp_CIM_ClassCreation =
21643               {
21644                   /* flags */
21645                   PEGASUS_FLAG_INDICATION,
21646                   /* name */
21647                   "CIM_ClassCreation",
21648                   /* qualifiers */
21649                   __root_PG_InterOp_CIM_ClassCreation_qualifiers,
21650                   /* superClass */
21651                   &__root_PG_InterOp_CIM_ClassIndication,
21652 mike  1.1.2.1     /* features */
21653                   _CIM_ClassCreation_features,
21654               };
21655               
21656               //==============================================================================
21657               //
21658               // Class: CIM_ClassDeletion
21659               //
21660               //==============================================================================
21661               
21662               static SourceFeature*
21663               _CIM_ClassDeletion_features[] =
21664               {
21665                   0,
21666               };
21667               
21668               static const char*
21669               __root_PG_InterOp_CIM_ClassDeletion_qualifiers[] =
21670               {
21671                   /* UMLPackagePath */
21672                   "\057CIM::Event",
21673 mike  1.1.2.1     /* Version */
21674                   "\0632.6.0",
21675                   0,
21676               };
21677               
21678               SourceClass
21679               __root_PG_InterOp_CIM_ClassDeletion =
21680               {
21681                   /* flags */
21682                   PEGASUS_FLAG_INDICATION,
21683                   /* name */
21684                   "CIM_ClassDeletion",
21685                   /* qualifiers */
21686                   __root_PG_InterOp_CIM_ClassDeletion_qualifiers,
21687                   /* superClass */
21688                   &__root_PG_InterOp_CIM_ClassIndication,
21689                   /* features */
21690                   _CIM_ClassDeletion_features,
21691               };
21692               
21693               //==============================================================================
21694 mike  1.1.2.1 //
21695               // Class: CIM_IndicationHandler
21696               //
21697               //==============================================================================
21698               
21699               static const char*
21700               _CIM_IndicationHandler_Owner_qualifiers[] =
21701               {
21702                   /* Deprecated */
21703                   "\013\000\001No value\000",
21704                   0,
21705               };
21706               
21707               static SourceProperty
21708               _CIM_IndicationHandler_Owner =
21709               {
21710                   /* flags */
21711                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21712                   /* name */
21713                   "Owner",
21714                   /* qualifiers */
21715 mike  1.1.2.1     _CIM_IndicationHandler_Owner_qualifiers,
21716                   /* type */
21717                   CIMTYPE_STRING,
21718                   /* subscript */
21719                   -1,
21720                   /* value */
21721                   0,
21722               };
21723               
21724               static SourceFeature*
21725               _CIM_IndicationHandler_features[] =
21726               {
21727                   (SourceFeature*)&_CIM_IndicationHandler_Owner,
21728                   0,
21729               };
21730               
21731               static const char*
21732               __root_PG_InterOp_CIM_IndicationHandler_qualifiers[] =
21733               {
21734                   /* Deprecated */
21735                   "\013\000\001CIM_ListenerDestination\000",
21736 mike  1.1.2.1     /* UMLPackagePath */
21737                   "\057CIM::Event",
21738                   /* Version */
21739                   "\0632.8.0",
21740                   0,
21741               };
21742               
21743               SourceClass
21744               __root_PG_InterOp_CIM_IndicationHandler =
21745               {
21746                   /* flags */
21747                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
21748                   /* name */
21749                   "CIM_IndicationHandler",
21750                   /* qualifiers */
21751                   __root_PG_InterOp_CIM_IndicationHandler_qualifiers,
21752                   /* superClass */
21753                   &__root_PG_InterOp_CIM_ListenerDestination,
21754                   /* features */
21755                   _CIM_IndicationHandler_features,
21756               };
21757 mike  1.1.2.1 
21758               //==============================================================================
21759               //
21760               // Class: CIM_IndicationHandlerCIMXML
21761               //
21762               //==============================================================================
21763               
21764               static const char*
21765               _CIM_IndicationHandlerCIMXML_Destination_qualifiers[] =
21766               {
21767                   /* Deprecated */
21768                   "\013\000\001CIM_ListenerDestinationCIMXML.Destination\000",
21769                   0,
21770               };
21771               
21772               static SourceProperty
21773               _CIM_IndicationHandlerCIMXML_Destination =
21774               {
21775                   /* flags */
21776                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
21777                   /* name */
21778 mike  1.1.2.1     "Destination",
21779                   /* qualifiers */
21780                   _CIM_IndicationHandlerCIMXML_Destination_qualifiers,
21781                   /* type */
21782                   CIMTYPE_STRING,
21783                   /* subscript */
21784                   -1,
21785                   /* value */
21786                   0,
21787               };
21788               
21789               static SourceFeature*
21790               _CIM_IndicationHandlerCIMXML_features[] =
21791               {
21792                   (SourceFeature*)&_CIM_IndicationHandlerCIMXML_Destination,
21793                   0,
21794               };
21795               
21796               static const char*
21797               __root_PG_InterOp_CIM_IndicationHandlerCIMXML_qualifiers[] =
21798               {
21799 mike  1.1.2.1     /* Deprecated */
21800                   "\013\000\001CIM_ListenerDestinationCIMXML\000",
21801                   /* UMLPackagePath */
21802                   "\057CIM::Event",
21803                   /* Version */
21804                   "\0632.8.0",
21805                   0,
21806               };
21807               
21808               SourceClass
21809               __root_PG_InterOp_CIM_IndicationHandlerCIMXML =
21810               {
21811                   /* flags */
21812                   PEGASUS_FLAG_CLASS,
21813                   /* name */
21814                   "CIM_IndicationHandlerCIMXML",
21815                   /* qualifiers */
21816                   __root_PG_InterOp_CIM_IndicationHandlerCIMXML_qualifiers,
21817                   /* superClass */
21818                   &__root_PG_InterOp_CIM_IndicationHandler,
21819                   /* features */
21820 mike  1.1.2.1     _CIM_IndicationHandlerCIMXML_features,
21821               };
21822               
21823               //==============================================================================
21824               //
21825               // Class: CIM_IndicationSubscription
21826               //
21827               //==============================================================================
21828               
21829               static const char*
21830               _CIM_IndicationSubscription_Filter_qualifiers[] =
21831               {
21832                   0,
21833               };
21834               
21835               static SourceReference
21836               _CIM_IndicationSubscription_Filter =
21837               {
21838                   /* flags */
21839                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
21840                   /* name */
21841 mike  1.1.2.1     "Filter",
21842                   /* qualifiers */
21843                   _CIM_IndicationSubscription_Filter_qualifiers,
21844                   /* subscript */
21845                   -1,
21846                   /* refClassId */
21847                   &__root_PG_InterOp_CIM_IndicationFilter,
21848               };
21849               
21850               static const char*
21851               _CIM_IndicationSubscription_Handler_qualifiers[] =
21852               {
21853                   0,
21854               };
21855               
21856               static SourceReference
21857               _CIM_IndicationSubscription_Handler =
21858               {
21859                   /* flags */
21860                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
21861                   /* name */
21862 mike  1.1.2.1     "Handler",
21863                   /* qualifiers */
21864                   _CIM_IndicationSubscription_Handler_qualifiers,
21865                   /* subscript */
21866                   -1,
21867                   /* refClassId */
21868                   &__root_PG_InterOp_CIM_ListenerDestination,
21869               };
21870               
21871               static const char*
21872               _CIM_IndicationSubscription_OnFatalErrorPolicy_qualifiers[] =
21873               {
21874                   /* ValueMap */
21875                   "\061\000\0041\0002\0003\0004\000",
21876                   /* Values */
21877                   "\062\000\004Other\000Ignore\000Disable\000Remove\000",
21878                   0,
21879               };
21880               
21881               static SourceProperty
21882               _CIM_IndicationSubscription_OnFatalErrorPolicy =
21883 mike  1.1.2.1 {
21884                   /* flags */
21885                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21886                   /* name */
21887                   "OnFatalErrorPolicy",
21888                   /* qualifiers */
21889                   _CIM_IndicationSubscription_OnFatalErrorPolicy_qualifiers,
21890                   /* type */
21891                   CIMTYPE_UINT16,
21892                   /* subscript */
21893                   -1,
21894                   /* value */
21895                   0,
21896               };
21897               
21898               static const char*
21899               _CIM_IndicationSubscription_OtherOnFatalErrorPolicy_qualifiers[] =
21900               {
21901                   0,
21902               };
21903               
21904 mike  1.1.2.1 static SourceProperty
21905               _CIM_IndicationSubscription_OtherOnFatalErrorPolicy =
21906               {
21907                   /* flags */
21908                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21909                   /* name */
21910                   "OtherOnFatalErrorPolicy",
21911                   /* qualifiers */
21912                   _CIM_IndicationSubscription_OtherOnFatalErrorPolicy_qualifiers,
21913                   /* type */
21914                   CIMTYPE_STRING,
21915                   /* subscript */
21916                   -1,
21917                   /* value */
21918                   0,
21919               };
21920               
21921               static const char*
21922               _CIM_IndicationSubscription_FailureTriggerTimeInterval_qualifiers[] =
21923               {
21924                   /* Units */
21925 mike  1.1.2.1     "\060Seconds",
21926                   0,
21927               };
21928               
21929               static SourceProperty
21930               _CIM_IndicationSubscription_FailureTriggerTimeInterval =
21931               {
21932                   /* flags */
21933                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21934                   /* name */
21935                   "FailureTriggerTimeInterval",
21936                   /* qualifiers */
21937                   _CIM_IndicationSubscription_FailureTriggerTimeInterval_qualifiers,
21938                   /* type */
21939                   CIMTYPE_UINT64,
21940                   /* subscript */
21941                   -1,
21942                   /* value */
21943                   0,
21944               };
21945               
21946 mike  1.1.2.1 static const char*
21947               _CIM_IndicationSubscription_SubscriptionState_qualifiers[] =
21948               {
21949                   /* ValueMap */
21950                   "\061\000\0050\0001\0002\0003\0004\000",
21951                   /* Values */
21952                   "\062\000\005Unknown\000Other\000Enabled\000Enabled Degraded\000Disabled\000",
21953                   0,
21954               };
21955               
21956               static SourceProperty
21957               _CIM_IndicationSubscription_SubscriptionState =
21958               {
21959                   /* flags */
21960                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
21961                   /* name */
21962                   "SubscriptionState",
21963                   /* qualifiers */
21964                   _CIM_IndicationSubscription_SubscriptionState_qualifiers,
21965                   /* type */
21966                   CIMTYPE_UINT16,
21967 mike  1.1.2.1     /* subscript */
21968                   -1,
21969                   /* value */
21970                   0,
21971               };
21972               
21973               static const char*
21974               _CIM_IndicationSubscription_OtherSubscriptionState_qualifiers[] =
21975               {
21976                   0,
21977               };
21978               
21979               static SourceProperty
21980               _CIM_IndicationSubscription_OtherSubscriptionState =
21981               {
21982                   /* flags */
21983                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
21984                   /* name */
21985                   "OtherSubscriptionState",
21986                   /* qualifiers */
21987                   _CIM_IndicationSubscription_OtherSubscriptionState_qualifiers,
21988 mike  1.1.2.1     /* type */
21989                   CIMTYPE_STRING,
21990                   /* subscript */
21991                   -1,
21992                   /* value */
21993                   0,
21994               };
21995               
21996               static const char*
21997               _CIM_IndicationSubscription_TimeOfLastStateChange_qualifiers[] =
21998               {
21999                   0,
22000               };
22001               
22002               static SourceProperty
22003               _CIM_IndicationSubscription_TimeOfLastStateChange =
22004               {
22005                   /* flags */
22006                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22007                   /* name */
22008                   "TimeOfLastStateChange",
22009 mike  1.1.2.1     /* qualifiers */
22010                   _CIM_IndicationSubscription_TimeOfLastStateChange_qualifiers,
22011                   /* type */
22012                   CIMTYPE_DATETIME,
22013                   /* subscript */
22014                   -1,
22015                   /* value */
22016                   0,
22017               };
22018               
22019               static const char*
22020               _CIM_IndicationSubscription_SubscriptionDuration_qualifiers[] =
22021               {
22022                   /* Units */
22023                   "\060Seconds",
22024                   0,
22025               };
22026               
22027               static SourceProperty
22028               _CIM_IndicationSubscription_SubscriptionDuration =
22029               {
22030 mike  1.1.2.1     /* flags */
22031                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
22032                   /* name */
22033                   "SubscriptionDuration",
22034                   /* qualifiers */
22035                   _CIM_IndicationSubscription_SubscriptionDuration_qualifiers,
22036                   /* type */
22037                   CIMTYPE_UINT64,
22038                   /* subscript */
22039                   -1,
22040                   /* value */
22041                   0,
22042               };
22043               
22044               static const char*
22045               _CIM_IndicationSubscription_SubscriptionStartTime_qualifiers[] =
22046               {
22047                   0,
22048               };
22049               
22050               static SourceProperty
22051 mike  1.1.2.1 _CIM_IndicationSubscription_SubscriptionStartTime =
22052               {
22053                   /* flags */
22054                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22055                   /* name */
22056                   "SubscriptionStartTime",
22057                   /* qualifiers */
22058                   _CIM_IndicationSubscription_SubscriptionStartTime_qualifiers,
22059                   /* type */
22060                   CIMTYPE_DATETIME,
22061                   /* subscript */
22062                   -1,
22063                   /* value */
22064                   0,
22065               };
22066               
22067               static const char*
22068               _CIM_IndicationSubscription_SubscriptionTimeRemaining_qualifiers[] =
22069               {
22070                   /* Units */
22071                   "\060Seconds",
22072 mike  1.1.2.1     0,
22073               };
22074               
22075               static SourceProperty
22076               _CIM_IndicationSubscription_SubscriptionTimeRemaining =
22077               {
22078                   /* flags */
22079                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22080                   /* name */
22081                   "SubscriptionTimeRemaining",
22082                   /* qualifiers */
22083                   _CIM_IndicationSubscription_SubscriptionTimeRemaining_qualifiers,
22084                   /* type */
22085                   CIMTYPE_UINT64,
22086                   /* subscript */
22087                   -1,
22088                   /* value */
22089                   0,
22090               };
22091               
22092               static const char*
22093 mike  1.1.2.1 _CIM_IndicationSubscription_RepeatNotificationPolicy_qualifiers[] =
22094               {
22095                   /* ValueMap */
22096                   "\061\000\0050\0001\0002\0003\0004\000",
22097                   /* Values */
22098                   "\062\000\005Unknown\000Other\000None\000Suppress\000Delay\000",
22099                   0,
22100               };
22101               
22102               static SourceProperty
22103               _CIM_IndicationSubscription_RepeatNotificationPolicy =
22104               {
22105                   /* flags */
22106                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22107                   /* name */
22108                   "RepeatNotificationPolicy",
22109                   /* qualifiers */
22110                   _CIM_IndicationSubscription_RepeatNotificationPolicy_qualifiers,
22111                   /* type */
22112                   CIMTYPE_UINT16,
22113                   /* subscript */
22114 mike  1.1.2.1     -1,
22115                   /* value */
22116                   0,
22117               };
22118               
22119               static const char*
22120               _CIM_IndicationSubscription_OtherRepeatNotificationPolicy_qualifiers[] =
22121               {
22122                   0,
22123               };
22124               
22125               static SourceProperty
22126               _CIM_IndicationSubscription_OtherRepeatNotificationPolicy =
22127               {
22128                   /* flags */
22129                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22130                   /* name */
22131                   "OtherRepeatNotificationPolicy",
22132                   /* qualifiers */
22133                   _CIM_IndicationSubscription_OtherRepeatNotificationPolicy_qualifiers,
22134                   /* type */
22135 mike  1.1.2.1     CIMTYPE_STRING,
22136                   /* subscript */
22137                   -1,
22138                   /* value */
22139                   0,
22140               };
22141               
22142               static const char*
22143               _CIM_IndicationSubscription_RepeatNotificationInterval_qualifiers[] =
22144               {
22145                   /* Units */
22146                   "\060Seconds",
22147                   0,
22148               };
22149               
22150               static SourceProperty
22151               _CIM_IndicationSubscription_RepeatNotificationInterval =
22152               {
22153                   /* flags */
22154                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22155                   /* name */
22156 mike  1.1.2.1     "RepeatNotificationInterval",
22157                   /* qualifiers */
22158                   _CIM_IndicationSubscription_RepeatNotificationInterval_qualifiers,
22159                   /* type */
22160                   CIMTYPE_UINT64,
22161                   /* subscript */
22162                   -1,
22163                   /* value */
22164                   0,
22165               };
22166               
22167               static const char*
22168               _CIM_IndicationSubscription_RepeatNotificationGap_qualifiers[] =
22169               {
22170                   /* Units */
22171                   "\060Seconds",
22172                   0,
22173               };
22174               
22175               static SourceProperty
22176               _CIM_IndicationSubscription_RepeatNotificationGap =
22177 mike  1.1.2.1 {
22178                   /* flags */
22179                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22180                   /* name */
22181                   "RepeatNotificationGap",
22182                   /* qualifiers */
22183                   _CIM_IndicationSubscription_RepeatNotificationGap_qualifiers,
22184                   /* type */
22185                   CIMTYPE_UINT64,
22186                   /* subscript */
22187                   -1,
22188                   /* value */
22189                   0,
22190               };
22191               
22192               static const char*
22193               _CIM_IndicationSubscription_RepeatNotificationCount_qualifiers[] =
22194               {
22195                   0,
22196               };
22197               
22198 mike  1.1.2.1 static SourceProperty
22199               _CIM_IndicationSubscription_RepeatNotificationCount =
22200               {
22201                   /* flags */
22202                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22203                   /* name */
22204                   "RepeatNotificationCount",
22205                   /* qualifiers */
22206                   _CIM_IndicationSubscription_RepeatNotificationCount_qualifiers,
22207                   /* type */
22208                   CIMTYPE_UINT16,
22209                   /* subscript */
22210                   -1,
22211                   /* value */
22212                   0,
22213               };
22214               
22215               static SourceFeature*
22216               _CIM_IndicationSubscription_features[] =
22217               {
22218                   (SourceFeature*)&_CIM_IndicationSubscription_Filter,
22219 mike  1.1.2.1     (SourceFeature*)&_CIM_IndicationSubscription_Handler,
22220                   (SourceFeature*)&_CIM_IndicationSubscription_OnFatalErrorPolicy,
22221                   (SourceFeature*)&_CIM_IndicationSubscription_OtherOnFatalErrorPolicy,
22222                   (SourceFeature*)&_CIM_IndicationSubscription_FailureTriggerTimeInterval,
22223                   (SourceFeature*)&_CIM_IndicationSubscription_SubscriptionState,
22224                   (SourceFeature*)&_CIM_IndicationSubscription_OtherSubscriptionState,
22225                   (SourceFeature*)&_CIM_IndicationSubscription_TimeOfLastStateChange,
22226                   (SourceFeature*)&_CIM_IndicationSubscription_SubscriptionDuration,
22227                   (SourceFeature*)&_CIM_IndicationSubscription_SubscriptionStartTime,
22228                   (SourceFeature*)&_CIM_IndicationSubscription_SubscriptionTimeRemaining,
22229                   (SourceFeature*)&_CIM_IndicationSubscription_RepeatNotificationPolicy,
22230                   (SourceFeature*)&_CIM_IndicationSubscription_OtherRepeatNotificationPolicy,
22231                   (SourceFeature*)&_CIM_IndicationSubscription_RepeatNotificationInterval,
22232                   (SourceFeature*)&_CIM_IndicationSubscription_RepeatNotificationGap,
22233                   (SourceFeature*)&_CIM_IndicationSubscription_RepeatNotificationCount,
22234                   0,
22235               };
22236               
22237               static const char*
22238               __root_PG_InterOp_CIM_IndicationSubscription_qualifiers[] =
22239               {
22240 mike  1.1.2.1     /* UMLPackagePath */
22241                   "\057CIM::Event",
22242                   /* Version */
22243                   "\0632.7.0",
22244                   0,
22245               };
22246               
22247               SourceClass
22248               __root_PG_InterOp_CIM_IndicationSubscription =
22249               {
22250                   /* flags */
22251                   PEGASUS_FLAG_ASSOCIATION,
22252                   /* name */
22253                   "CIM_IndicationSubscription",
22254                   /* qualifiers */
22255                   __root_PG_InterOp_CIM_IndicationSubscription_qualifiers,
22256                   /* superClass */
22257                   0,
22258                   /* features */
22259                   _CIM_IndicationSubscription_features,
22260               };
22261 mike  1.1.2.1 
22262               //==============================================================================
22263               //
22264               // Class: CIM_InstCreation
22265               //
22266               //==============================================================================
22267               
22268               static SourceFeature*
22269               _CIM_InstCreation_features[] =
22270               {
22271                   0,
22272               };
22273               
22274               static const char*
22275               __root_PG_InterOp_CIM_InstCreation_qualifiers[] =
22276               {
22277                   /* UMLPackagePath */
22278                   "\057CIM::Event",
22279                   /* Version */
22280                   "\0632.6.0",
22281                   0,
22282 mike  1.1.2.1 };
22283               
22284               SourceClass
22285               __root_PG_InterOp_CIM_InstCreation =
22286               {
22287                   /* flags */
22288                   PEGASUS_FLAG_INDICATION,
22289                   /* name */
22290                   "CIM_InstCreation",
22291                   /* qualifiers */
22292                   __root_PG_InterOp_CIM_InstCreation_qualifiers,
22293                   /* superClass */
22294                   &__root_PG_InterOp_CIM_InstIndication,
22295                   /* features */
22296                   _CIM_InstCreation_features,
22297               };
22298               
22299               //==============================================================================
22300               //
22301               // Class: CIM_InstDeletion
22302               //
22303 mike  1.1.2.1 //==============================================================================
22304               
22305               static SourceFeature*
22306               _CIM_InstDeletion_features[] =
22307               {
22308                   0,
22309               };
22310               
22311               static const char*
22312               __root_PG_InterOp_CIM_InstDeletion_qualifiers[] =
22313               {
22314                   /* UMLPackagePath */
22315                   "\057CIM::Event",
22316                   /* Version */
22317                   "\0632.6.0",
22318                   0,
22319               };
22320               
22321               SourceClass
22322               __root_PG_InterOp_CIM_InstDeletion =
22323               {
22324 mike  1.1.2.1     /* flags */
22325                   PEGASUS_FLAG_INDICATION,
22326                   /* name */
22327                   "CIM_InstDeletion",
22328                   /* qualifiers */
22329                   __root_PG_InterOp_CIM_InstDeletion_qualifiers,
22330                   /* superClass */
22331                   &__root_PG_InterOp_CIM_InstIndication,
22332                   /* features */
22333                   _CIM_InstDeletion_features,
22334               };
22335               
22336               //==============================================================================
22337               //
22338               // Class: CIM_ThresholdIndication
22339               //
22340               //==============================================================================
22341               
22342               static const char*
22343               _CIM_ThresholdIndication_ThresholdIdentifier_qualifiers[] =
22344               {
22345 mike  1.1.2.1     /* MappingStrings */
22346                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
22347                   0,
22348               };
22349               
22350               static SourceProperty
22351               _CIM_ThresholdIndication_ThresholdIdentifier =
22352               {
22353                   /* flags */
22354                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22355                   /* name */
22356                   "ThresholdIdentifier",
22357                   /* qualifiers */
22358                   _CIM_ThresholdIndication_ThresholdIdentifier_qualifiers,
22359                   /* type */
22360                   CIMTYPE_STRING,
22361                   /* subscript */
22362                   -1,
22363                   /* value */
22364                   0,
22365               };
22366 mike  1.1.2.1 
22367               static const char*
22368               _CIM_ThresholdIndication_ThresholdValue_qualifiers[] =
22369               {
22370                   /* MappingStrings */
22371                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
22372                   0,
22373               };
22374               
22375               static SourceProperty
22376               _CIM_ThresholdIndication_ThresholdValue =
22377               {
22378                   /* flags */
22379                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22380                   /* name */
22381                   "ThresholdValue",
22382                   /* qualifiers */
22383                   _CIM_ThresholdIndication_ThresholdValue_qualifiers,
22384                   /* type */
22385                   CIMTYPE_STRING,
22386                   /* subscript */
22387 mike  1.1.2.1     -1,
22388                   /* value */
22389                   0,
22390               };
22391               
22392               static const char*
22393               _CIM_ThresholdIndication_ObservedValue_qualifiers[] =
22394               {
22395                   /* MappingStrings */
22396                   "\026\000\001Recommendation.ITU|X733.Threshold information\000",
22397                   0,
22398               };
22399               
22400               static SourceProperty
22401               _CIM_ThresholdIndication_ObservedValue =
22402               {
22403                   /* flags */
22404                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22405                   /* name */
22406                   "ObservedValue",
22407                   /* qualifiers */
22408 mike  1.1.2.1     _CIM_ThresholdIndication_ObservedValue_qualifiers,
22409                   /* type */
22410                   CIMTYPE_STRING,
22411                   /* subscript */
22412                   -1,
22413                   /* value */
22414                   0,
22415               };
22416               
22417               static SourceFeature*
22418               _CIM_ThresholdIndication_features[] =
22419               {
22420                   (SourceFeature*)&_CIM_ThresholdIndication_ThresholdIdentifier,
22421                   (SourceFeature*)&_CIM_ThresholdIndication_ThresholdValue,
22422                   (SourceFeature*)&_CIM_ThresholdIndication_ObservedValue,
22423                   0,
22424               };
22425               
22426               static const char*
22427               __root_PG_InterOp_CIM_ThresholdIndication_qualifiers[] =
22428               {
22429 mike  1.1.2.1     /* UMLPackagePath */
22430                   "\057CIM::Event",
22431                   /* Version */
22432                   "\0632.6.0",
22433                   0,
22434               };
22435               
22436               SourceClass
22437               __root_PG_InterOp_CIM_ThresholdIndication =
22438               {
22439                   /* flags */
22440                   PEGASUS_FLAG_INDICATION,
22441                   /* name */
22442                   "CIM_ThresholdIndication",
22443                   /* qualifiers */
22444                   __root_PG_InterOp_CIM_ThresholdIndication_qualifiers,
22445                   /* superClass */
22446                   &__root_PG_InterOp_CIM_AlertIndication,
22447                   /* features */
22448                   _CIM_ThresholdIndication_features,
22449               };
22450 mike  1.1.2.1 
22451               //==============================================================================
22452               //
22453               // Class: CIM_FormattedIndicationSubscription
22454               //
22455               //==============================================================================
22456               
22457               static const char*
22458               _CIM_FormattedIndicationSubscription_TextFormatOwningEntity_qualifiers[] =
22459               {
22460                   /* ModelCorrespondence */
22461                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatID\000CIM_FormattedIndicationSubscription.TextFormat\000CIM_FormattedIndicationSubscription.TextFormatParameters\000",
22462                   0,
22463               };
22464               
22465               static SourceProperty
22466               _CIM_FormattedIndicationSubscription_TextFormatOwningEntity =
22467               {
22468                   /* flags */
22469                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22470                   /* name */
22471 mike  1.1.2.1     "TextFormatOwningEntity",
22472                   /* qualifiers */
22473                   _CIM_FormattedIndicationSubscription_TextFormatOwningEntity_qualifiers,
22474                   /* type */
22475                   CIMTYPE_STRING,
22476                   /* subscript */
22477                   -1,
22478                   /* value */
22479                   0,
22480               };
22481               
22482               static const char*
22483               _CIM_FormattedIndicationSubscription_TextFormatID_qualifiers[] =
22484               {
22485                   /* ModelCorrespondence */
22486                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatOwningEntity\000CIM_FormattedIndicationSubscription.TextFormat\000CIM_FormattedIndicationSubscription.TextFormatParameters\000",
22487                   0,
22488               };
22489               
22490               static SourceProperty
22491               _CIM_FormattedIndicationSubscription_TextFormatID =
22492 mike  1.1.2.1 {
22493                   /* flags */
22494                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22495                   /* name */
22496                   "TextFormatID",
22497                   /* qualifiers */
22498                   _CIM_FormattedIndicationSubscription_TextFormatID_qualifiers,
22499                   /* type */
22500                   CIMTYPE_STRING,
22501                   /* subscript */
22502                   -1,
22503                   /* value */
22504                   0,
22505               };
22506               
22507               static const char*
22508               _CIM_FormattedIndicationSubscription_TextFormat_qualifiers[] =
22509               {
22510                   0,
22511               };
22512               
22513 mike  1.1.2.1 static SourceProperty
22514               _CIM_FormattedIndicationSubscription_TextFormat =
22515               {
22516                   /* flags */
22517                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22518                   /* name */
22519                   "TextFormat",
22520                   /* qualifiers */
22521                   _CIM_FormattedIndicationSubscription_TextFormat_qualifiers,
22522                   /* type */
22523                   CIMTYPE_STRING,
22524                   /* subscript */
22525                   -1,
22526                   /* value */
22527                   0,
22528               };
22529               
22530               static const char*
22531               _CIM_FormattedIndicationSubscription_TextFormatParameters_qualifiers[] =
22532               {
22533                   /* ArrayType */
22534 mike  1.1.2.1     "\005Indexed",
22535                   /* ModelCorrespondence */
22536                   "\036\000\003CIM_FormattedIndicationSubscription.TextFormatOwningEntity\000CIM_FormattedIndicationSubscription.TextFormatID\000CIM_FormattedIndicationSubscription.TextFormat\000",
22537                   0,
22538               };
22539               
22540               static SourceProperty
22541               _CIM_FormattedIndicationSubscription_TextFormatParameters =
22542               {
22543                   /* flags */
22544                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
22545                   /* name */
22546                   "TextFormatParameters",
22547                   /* qualifiers */
22548                   _CIM_FormattedIndicationSubscription_TextFormatParameters_qualifiers,
22549                   /* type */
22550                   CIMTYPE_STRING,
22551                   /* subscript */
22552                   0,
22553                   /* value */
22554                   0,
22555 mike  1.1.2.1 };
22556               
22557               static SourceFeature*
22558               _CIM_FormattedIndicationSubscription_features[] =
22559               {
22560                   (SourceFeature*)&_CIM_FormattedIndicationSubscription_TextFormatOwningEntity,
22561                   (SourceFeature*)&_CIM_FormattedIndicationSubscription_TextFormatID,
22562                   (SourceFeature*)&_CIM_FormattedIndicationSubscription_TextFormat,
22563                   (SourceFeature*)&_CIM_FormattedIndicationSubscription_TextFormatParameters,
22564                   0,
22565               };
22566               
22567               static const char*
22568               __root_PG_InterOp_CIM_FormattedIndicationSubscription_qualifiers[] =
22569               {
22570                   /* UMLPackagePath */
22571                   "\057CIM::Event",
22572                   /* Version */
22573                   "\0632.10.0",
22574                   0,
22575               };
22576 mike  1.1.2.1 
22577               SourceClass
22578               __root_PG_InterOp_CIM_FormattedIndicationSubscription =
22579               {
22580                   /* flags */
22581                   PEGASUS_FLAG_ASSOCIATION,
22582                   /* name */
22583                   "CIM_FormattedIndicationSubscription",
22584                   /* qualifiers */
22585                   __root_PG_InterOp_CIM_FormattedIndicationSubscription_qualifiers,
22586                   /* superClass */
22587                   &__root_PG_InterOp_CIM_IndicationSubscription,
22588                   /* features */
22589                   _CIM_FormattedIndicationSubscription_features,
22590               };
22591               
22592               //==============================================================================
22593               //
22594               // Class: CIM_Namespace
22595               //
22596               //==============================================================================
22597 mike  1.1.2.1 
22598               static const char*
22599               _CIM_Namespace_SystemCreationClassName_qualifiers[] =
22600               {
22601                   /* Propagated */
22602                   "\045CIM_ObjectManager.SystemCreationClassName",
22603                   /* MaxLen */
22604                   "\030\000\000\001\000",
22605                   0,
22606               };
22607               
22608               static SourceProperty
22609               _CIM_Namespace_SystemCreationClassName =
22610               {
22611                   /* flags */
22612                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
22613                   /* name */
22614                   "SystemCreationClassName",
22615                   /* qualifiers */
22616                   _CIM_Namespace_SystemCreationClassName_qualifiers,
22617                   /* type */
22618 mike  1.1.2.1     CIMTYPE_STRING,
22619                   /* subscript */
22620                   -1,
22621                   /* value */
22622                   0,
22623               };
22624               
22625               static const char*
22626               _CIM_Namespace_SystemName_qualifiers[] =
22627               {
22628                   /* Propagated */
22629                   "\045CIM_ObjectManager.SystemName",
22630                   /* MaxLen */
22631                   "\030\000\000\001\000",
22632                   0,
22633               };
22634               
22635               static SourceProperty
22636               _CIM_Namespace_SystemName =
22637               {
22638                   /* flags */
22639 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
22640                   /* name */
22641                   "SystemName",
22642                   /* qualifiers */
22643                   _CIM_Namespace_SystemName_qualifiers,
22644                   /* type */
22645                   CIMTYPE_STRING,
22646                   /* subscript */
22647                   -1,
22648                   /* value */
22649                   0,
22650               };
22651               
22652               static const char*
22653               _CIM_Namespace_ObjectManagerCreationClassName_qualifiers[] =
22654               {
22655                   /* Propagated */
22656                   "\045CIM_ObjectManager.CreationClassName",
22657                   /* MaxLen */
22658                   "\030\000\000\001\000",
22659                   0,
22660 mike  1.1.2.1 };
22661               
22662               static SourceProperty
22663               _CIM_Namespace_ObjectManagerCreationClassName =
22664               {
22665                   /* flags */
22666                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
22667                   /* name */
22668                   "ObjectManagerCreationClassName",
22669                   /* qualifiers */
22670                   _CIM_Namespace_ObjectManagerCreationClassName_qualifiers,
22671                   /* type */
22672                   CIMTYPE_STRING,
22673                   /* subscript */
22674                   -1,
22675                   /* value */
22676                   0,
22677               };
22678               
22679               static const char*
22680               _CIM_Namespace_ObjectManagerName_qualifiers[] =
22681 mike  1.1.2.1 {
22682                   /* Propagated */
22683                   "\045CIM_ObjectManager.Name",
22684                   /* MaxLen */
22685                   "\030\000\000\001\000",
22686                   0,
22687               };
22688               
22689               static SourceProperty
22690               _CIM_Namespace_ObjectManagerName =
22691               {
22692                   /* flags */
22693                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
22694                   /* name */
22695                   "ObjectManagerName",
22696                   /* qualifiers */
22697                   _CIM_Namespace_ObjectManagerName_qualifiers,
22698                   /* type */
22699                   CIMTYPE_STRING,
22700                   /* subscript */
22701                   -1,
22702 mike  1.1.2.1     /* value */
22703                   0,
22704               };
22705               
22706               static const char*
22707               _CIM_Namespace_CreationClassName_qualifiers[] =
22708               {
22709                   /* MaxLen */
22710                   "\030\000\000\001\000",
22711                   0,
22712               };
22713               
22714               static SourceProperty
22715               _CIM_Namespace_CreationClassName =
22716               {
22717                   /* flags */
22718                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
22719                   /* name */
22720                   "CreationClassName",
22721                   /* qualifiers */
22722                   _CIM_Namespace_CreationClassName_qualifiers,
22723 mike  1.1.2.1     /* type */
22724                   CIMTYPE_STRING,
22725                   /* subscript */
22726                   -1,
22727                   /* value */
22728                   0,
22729               };
22730               
22731               static const char*
22732               _CIM_Namespace_Name_qualifiers[] =
22733               {
22734                   /* MaxLen */
22735                   "\030\000\000\001\000",
22736                   0,
22737               };
22738               
22739               static SourceProperty
22740               _CIM_Namespace_Name =
22741               {
22742                   /* flags */
22743                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
22744 mike  1.1.2.1     /* name */
22745                   "Name",
22746                   /* qualifiers */
22747                   _CIM_Namespace_Name_qualifiers,
22748                   /* type */
22749                   CIMTYPE_STRING,
22750                   /* subscript */
22751                   -1,
22752                   /* value */
22753                   0,
22754               };
22755               
22756               static const char*
22757               _CIM_Namespace_ClassInfo_qualifiers[] =
22758               {
22759                   /* Deprecated */
22760                   "\013\000\001CIM_Namespace.ClassType\000",
22761                   /* ValueMap */
22762                   "\061\000\0170\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000200\000201\000202\000",
22763                   /* Values */
22764                   "\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",
22765 mike  1.1.2.1     /* ModelCorrespondence */
22766                   "\036\000\001CIM_Namespace.DescriptionOfClassInfo\000",
22767                   0,
22768               };
22769               
22770               static SourceProperty
22771               _CIM_Namespace_ClassInfo =
22772               {
22773                   /* flags */
22774                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED|PEGASUS_FLAG_WRITE,
22775                   /* name */
22776                   "ClassInfo",
22777                   /* qualifiers */
22778                   _CIM_Namespace_ClassInfo_qualifiers,
22779                   /* type */
22780                   CIMTYPE_UINT16,
22781                   /* subscript */
22782                   -1,
22783                   /* value */
22784                   0,
22785               };
22786 mike  1.1.2.1 
22787               static const char*
22788               _CIM_Namespace_DescriptionOfClassInfo_qualifiers[] =
22789               {
22790                   /* Deprecated */
22791                   "\013\000\001CIM_Namespace.DescriptionOfClassType\000",
22792                   /* ModelCorrespondence */
22793                   "\036\000\001CIM_Namespace.ClassInfo\000",
22794                   0,
22795               };
22796               
22797               static SourceProperty
22798               _CIM_Namespace_DescriptionOfClassInfo =
22799               {
22800                   /* flags */
22801                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
22802                   /* name */
22803                   "DescriptionOfClassInfo",
22804                   /* qualifiers */
22805                   _CIM_Namespace_DescriptionOfClassInfo_qualifiers,
22806                   /* type */
22807 mike  1.1.2.1     CIMTYPE_STRING,
22808                   /* subscript */
22809                   -1,
22810                   /* value */
22811                   0,
22812               };
22813               
22814               static const char*
22815               _CIM_Namespace_ClassType_qualifiers[] =
22816               {
22817                   /* ValueMap */
22818                   "\061\000\0060\0001\0002\000200\000201\000202\000",
22819                   /* Values */
22820                   "\062\000\006Unknown\000Other\000CIM\000DMI Recast\000SNMP Recast\000CMIP Recast\000",
22821                   /* ModelCorrespondence */
22822                   "\036\000\002CIM_Namespace.DescriptionOfClassType\000CIM_Namespace.ClassTypeVersion\000",
22823                   0,
22824               };
22825               
22826               static SourceProperty
22827               _CIM_Namespace_ClassType =
22828 mike  1.1.2.1 {
22829                   /* flags */
22830                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
22831                   /* name */
22832                   "ClassType",
22833                   /* qualifiers */
22834                   _CIM_Namespace_ClassType_qualifiers,
22835                   /* type */
22836                   CIMTYPE_UINT16,
22837                   /* subscript */
22838                   -1,
22839                   /* value */
22840                   0,
22841               };
22842               
22843               static const char*
22844               _CIM_Namespace_ClassTypeVersion_qualifiers[] =
22845               {
22846                   /* ModelCorrespondence */
22847                   "\036\000\002CIM_Namespace.DescriptionOfClassType\000CIM_Namespace.ClassType\000",
22848                   0,
22849 mike  1.1.2.1 };
22850               
22851               static SourceProperty
22852               _CIM_Namespace_ClassTypeVersion =
22853               {
22854                   /* flags */
22855                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
22856                   /* name */
22857                   "ClassTypeVersion",
22858                   /* qualifiers */
22859                   _CIM_Namespace_ClassTypeVersion_qualifiers,
22860                   /* type */
22861                   CIMTYPE_STRING,
22862                   /* subscript */
22863                   -1,
22864                   /* value */
22865                   0,
22866               };
22867               
22868               static const char*
22869               _CIM_Namespace_DescriptionOfClassType_qualifiers[] =
22870 mike  1.1.2.1 {
22871                   /* ModelCorrespondence */
22872                   "\036\000\002CIM_Namespace.ClassType\000CIM_Namespace.ClassTypeVersion\000",
22873                   0,
22874               };
22875               
22876               static SourceProperty
22877               _CIM_Namespace_DescriptionOfClassType =
22878               {
22879                   /* flags */
22880                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
22881                   /* name */
22882                   "DescriptionOfClassType",
22883                   /* qualifiers */
22884                   _CIM_Namespace_DescriptionOfClassType_qualifiers,
22885                   /* type */
22886                   CIMTYPE_STRING,
22887                   /* subscript */
22888                   -1,
22889                   /* value */
22890                   0,
22891 mike  1.1.2.1 };
22892               
22893               static SourceFeature*
22894               _CIM_Namespace_features[] =
22895               {
22896                   (SourceFeature*)&_CIM_Namespace_SystemCreationClassName,
22897                   (SourceFeature*)&_CIM_Namespace_SystemName,
22898                   (SourceFeature*)&_CIM_Namespace_ObjectManagerCreationClassName,
22899                   (SourceFeature*)&_CIM_Namespace_ObjectManagerName,
22900                   (SourceFeature*)&_CIM_Namespace_CreationClassName,
22901                   (SourceFeature*)&_CIM_Namespace_Name,
22902                   (SourceFeature*)&_CIM_Namespace_ClassInfo,
22903                   (SourceFeature*)&_CIM_Namespace_DescriptionOfClassInfo,
22904                   (SourceFeature*)&_CIM_Namespace_ClassType,
22905                   (SourceFeature*)&_CIM_Namespace_ClassTypeVersion,
22906                   (SourceFeature*)&_CIM_Namespace_DescriptionOfClassType,
22907                   0,
22908               };
22909               
22910               static const char*
22911               __root_PG_InterOp_CIM_Namespace_qualifiers[] =
22912 mike  1.1.2.1 {
22913                   /* UMLPackagePath */
22914                   "\057CIM::Interop",
22915                   /* Version */
22916                   "\0632.8.0",
22917                   0,
22918               };
22919               
22920               SourceClass
22921               __root_PG_InterOp_CIM_Namespace =
22922               {
22923                   /* flags */
22924                   PEGASUS_FLAG_CLASS,
22925                   /* name */
22926                   "CIM_Namespace",
22927                   /* qualifiers */
22928                   __root_PG_InterOp_CIM_Namespace_qualifiers,
22929                   /* superClass */
22930                   &__root_PG_InterOp_CIM_ManagedElement,
22931                   /* features */
22932                   _CIM_Namespace_features,
22933 mike  1.1.2.1 };
22934               
22935               //==============================================================================
22936               //
22937               // Class: CIM_RegisteredProfile
22938               //
22939               //==============================================================================
22940               
22941               static const char*
22942               _CIM_RegisteredProfile_InstanceID_qualifiers[] =
22943               {
22944                   0,
22945               };
22946               
22947               static SourceProperty
22948               _CIM_RegisteredProfile_InstanceID =
22949               {
22950                   /* flags */
22951                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
22952                   /* name */
22953                   "InstanceID",
22954 mike  1.1.2.1     /* qualifiers */
22955                   _CIM_RegisteredProfile_InstanceID_qualifiers,
22956                   /* type */
22957                   CIMTYPE_STRING,
22958                   /* subscript */
22959                   -1,
22960                   /* value */
22961                   0,
22962               };
22963               
22964               static const char*
22965               _CIM_RegisteredProfile_RegisteredOrganization_qualifiers[] =
22966               {
22967                   /* ValueMap */
22968                   "\061\000\0231\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\000",
22969                   /* Values */
22970                   "\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",
22971                   /* ModelCorrespondence */
22972                   "\036\000\001CIM_RegisteredProfile.OtherRegisteredOrganization\000",
22973                   0,
22974               };
22975 mike  1.1.2.1 
22976               static SourceProperty
22977               _CIM_RegisteredProfile_RegisteredOrganization =
22978               {
22979                   /* flags */
22980                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
22981                   /* name */
22982                   "RegisteredOrganization",
22983                   /* qualifiers */
22984                   _CIM_RegisteredProfile_RegisteredOrganization_qualifiers,
22985                   /* type */
22986                   CIMTYPE_UINT16,
22987                   /* subscript */
22988                   -1,
22989                   /* value */
22990                   0,
22991               };
22992               
22993               static const char*
22994               _CIM_RegisteredProfile_OtherRegisteredOrganization_qualifiers[] =
22995               {
22996 mike  1.1.2.1     /* MaxLen */
22997                   "\030\000\000\001\000",
22998                   /* ModelCorrespondence */
22999                   "\036\000\001CIM_RegisteredProfile.RegisteredOrganization\000",
23000                   0,
23001               };
23002               
23003               static SourceProperty
23004               _CIM_RegisteredProfile_OtherRegisteredOrganization =
23005               {
23006                   /* flags */
23007                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
23008                   /* name */
23009                   "OtherRegisteredOrganization",
23010                   /* qualifiers */
23011                   _CIM_RegisteredProfile_OtherRegisteredOrganization_qualifiers,
23012                   /* type */
23013                   CIMTYPE_STRING,
23014                   /* subscript */
23015                   -1,
23016                   /* value */
23017 mike  1.1.2.1     0,
23018               };
23019               
23020               static const char*
23021               _CIM_RegisteredProfile_RegisteredName_qualifiers[] =
23022               {
23023                   /* MaxLen */
23024                   "\030\000\000\001\000",
23025                   0,
23026               };
23027               
23028               static SourceProperty
23029               _CIM_RegisteredProfile_RegisteredName =
23030               {
23031                   /* flags */
23032                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
23033                   /* name */
23034                   "RegisteredName",
23035                   /* qualifiers */
23036                   _CIM_RegisteredProfile_RegisteredName_qualifiers,
23037                   /* type */
23038 mike  1.1.2.1     CIMTYPE_STRING,
23039                   /* subscript */
23040                   -1,
23041                   /* value */
23042                   0,
23043               };
23044               
23045               static const char*
23046               _CIM_RegisteredProfile_RegisteredVersion_qualifiers[] =
23047               {
23048                   0,
23049               };
23050               
23051               static SourceProperty
23052               _CIM_RegisteredProfile_RegisteredVersion =
23053               {
23054                   /* flags */
23055                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
23056                   /* name */
23057                   "RegisteredVersion",
23058                   /* qualifiers */
23059 mike  1.1.2.1     _CIM_RegisteredProfile_RegisteredVersion_qualifiers,
23060                   /* type */
23061                   CIMTYPE_STRING,
23062                   /* subscript */
23063                   -1,
23064                   /* value */
23065                   0,
23066               };
23067               
23068               static const char*
23069               _CIM_RegisteredProfile_AdvertiseTypes_qualifiers[] =
23070               {
23071                   /* ValueMap */
23072                   "\061\000\0031\0002\0003\000",
23073                   /* Values */
23074                   "\062\000\003Other\000Not Advertised\000SLP\000",
23075                   /* ArrayType */
23076                   "\005Indexed",
23077                   /* ModelCorrespondence */
23078                   "\036\000\001CIM_RegisteredProfile.AdvertiseTypeDescriptions\000",
23079                   0,
23080 mike  1.1.2.1 };
23081               
23082               static SourceProperty
23083               _CIM_RegisteredProfile_AdvertiseTypes =
23084               {
23085                   /* flags */
23086                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
23087                   /* name */
23088                   "AdvertiseTypes",
23089                   /* qualifiers */
23090                   _CIM_RegisteredProfile_AdvertiseTypes_qualifiers,
23091                   /* type */
23092                   CIMTYPE_UINT16,
23093                   /* subscript */
23094                   0,
23095                   /* value */
23096                   0,
23097               };
23098               
23099               static const char*
23100               _CIM_RegisteredProfile_AdvertiseTypeDescriptions_qualifiers[] =
23101 mike  1.1.2.1 {
23102                   /* ArrayType */
23103                   "\005Indexed",
23104                   /* ModelCorrespondence */
23105                   "\036\000\001CIM_RegisteredProfile.AdvertiseTypes\000",
23106                   0,
23107               };
23108               
23109               static SourceProperty
23110               _CIM_RegisteredProfile_AdvertiseTypeDescriptions =
23111               {
23112                   /* flags */
23113                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
23114                   /* name */
23115                   "AdvertiseTypeDescriptions",
23116                   /* qualifiers */
23117                   _CIM_RegisteredProfile_AdvertiseTypeDescriptions_qualifiers,
23118                   /* type */
23119                   CIMTYPE_STRING,
23120                   /* subscript */
23121                   0,
23122 mike  1.1.2.1     /* value */
23123                   0,
23124               };
23125               
23126               static SourceFeature*
23127               _CIM_RegisteredProfile_features[] =
23128               {
23129                   (SourceFeature*)&_CIM_RegisteredProfile_InstanceID,
23130                   (SourceFeature*)&_CIM_RegisteredProfile_RegisteredOrganization,
23131                   (SourceFeature*)&_CIM_RegisteredProfile_OtherRegisteredOrganization,
23132                   (SourceFeature*)&_CIM_RegisteredProfile_RegisteredName,
23133                   (SourceFeature*)&_CIM_RegisteredProfile_RegisteredVersion,
23134                   (SourceFeature*)&_CIM_RegisteredProfile_AdvertiseTypes,
23135                   (SourceFeature*)&_CIM_RegisteredProfile_AdvertiseTypeDescriptions,
23136                   0,
23137               };
23138               
23139               static const char*
23140               __root_PG_InterOp_CIM_RegisteredProfile_qualifiers[] =
23141               {
23142                   /* UMLPackagePath */
23143 mike  1.1.2.1     "\057CIM::Interop",
23144                   /* Version */
23145                   "\0632.8.0",
23146                   0,
23147               };
23148               
23149               SourceClass
23150               __root_PG_InterOp_CIM_RegisteredProfile =
23151               {
23152                   /* flags */
23153                   PEGASUS_FLAG_CLASS,
23154                   /* name */
23155                   "CIM_RegisteredProfile",
23156                   /* qualifiers */
23157                   __root_PG_InterOp_CIM_RegisteredProfile_qualifiers,
23158                   /* superClass */
23159                   &__root_PG_InterOp_CIM_ManagedElement,
23160                   /* features */
23161                   _CIM_RegisteredProfile_features,
23162               };
23163               
23164 mike  1.1.2.1 //==============================================================================
23165               //
23166               // Class: CIM_RegisteredSubProfile
23167               //
23168               //==============================================================================
23169               
23170               static SourceFeature*
23171               _CIM_RegisteredSubProfile_features[] =
23172               {
23173                   0,
23174               };
23175               
23176               static const char*
23177               __root_PG_InterOp_CIM_RegisteredSubProfile_qualifiers[] =
23178               {
23179                   /* UMLPackagePath */
23180                   "\057CIM::Interop",
23181                   /* Version */
23182                   "\0632.8.0",
23183                   0,
23184               };
23185 mike  1.1.2.1 
23186               SourceClass
23187               __root_PG_InterOp_CIM_RegisteredSubProfile =
23188               {
23189                   /* flags */
23190                   PEGASUS_FLAG_CLASS,
23191                   /* name */
23192                   "CIM_RegisteredSubProfile",
23193                   /* qualifiers */
23194                   __root_PG_InterOp_CIM_RegisteredSubProfile_qualifiers,
23195                   /* superClass */
23196                   &__root_PG_InterOp_CIM_RegisteredProfile,
23197                   /* features */
23198                   _CIM_RegisteredSubProfile_features,
23199               };
23200               
23201               //==============================================================================
23202               //
23203               // Class: CIM_SystemIdentification
23204               //
23205               //==============================================================================
23206 mike  1.1.2.1 
23207               static const char*
23208               _CIM_SystemIdentification_SystemCreationClassName_qualifiers[] =
23209               {
23210                   /* Propagated */
23211                   "\045CIM_Namespace.SystemCreationClassName",
23212                   /* MaxLen */
23213                   "\030\000\000\001\000",
23214                   0,
23215               };
23216               
23217               static SourceProperty
23218               _CIM_SystemIdentification_SystemCreationClassName =
23219               {
23220                   /* flags */
23221                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23222                   /* name */
23223                   "SystemCreationClassName",
23224                   /* qualifiers */
23225                   _CIM_SystemIdentification_SystemCreationClassName_qualifiers,
23226                   /* type */
23227 mike  1.1.2.1     CIMTYPE_STRING,
23228                   /* subscript */
23229                   -1,
23230                   /* value */
23231                   0,
23232               };
23233               
23234               static const char*
23235               _CIM_SystemIdentification_SystemName_qualifiers[] =
23236               {
23237                   /* Propagated */
23238                   "\045CIM_Namespace.SystemName",
23239                   /* MaxLen */
23240                   "\030\000\000\001\000",
23241                   0,
23242               };
23243               
23244               static SourceProperty
23245               _CIM_SystemIdentification_SystemName =
23246               {
23247                   /* flags */
23248 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23249                   /* name */
23250                   "SystemName",
23251                   /* qualifiers */
23252                   _CIM_SystemIdentification_SystemName_qualifiers,
23253                   /* type */
23254                   CIMTYPE_STRING,
23255                   /* subscript */
23256                   -1,
23257                   /* value */
23258                   0,
23259               };
23260               
23261               static const char*
23262               _CIM_SystemIdentification_ObjectManagerCreationClassName_qualifiers[] =
23263               {
23264                   /* Propagated */
23265                   "\045CIM_Namespace.ObjectManagerCreationClassName",
23266                   /* MaxLen */
23267                   "\030\000\000\001\000",
23268                   0,
23269 mike  1.1.2.1 };
23270               
23271               static SourceProperty
23272               _CIM_SystemIdentification_ObjectManagerCreationClassName =
23273               {
23274                   /* flags */
23275                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23276                   /* name */
23277                   "ObjectManagerCreationClassName",
23278                   /* qualifiers */
23279                   _CIM_SystemIdentification_ObjectManagerCreationClassName_qualifiers,
23280                   /* type */
23281                   CIMTYPE_STRING,
23282                   /* subscript */
23283                   -1,
23284                   /* value */
23285                   0,
23286               };
23287               
23288               static const char*
23289               _CIM_SystemIdentification_ObjectManagerName_qualifiers[] =
23290 mike  1.1.2.1 {
23291                   /* Propagated */
23292                   "\045CIM_Namespace.ObjectManagerName",
23293                   /* MaxLen */
23294                   "\030\000\000\001\000",
23295                   0,
23296               };
23297               
23298               static SourceProperty
23299               _CIM_SystemIdentification_ObjectManagerName =
23300               {
23301                   /* flags */
23302                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23303                   /* name */
23304                   "ObjectManagerName",
23305                   /* qualifiers */
23306                   _CIM_SystemIdentification_ObjectManagerName_qualifiers,
23307                   /* type */
23308                   CIMTYPE_STRING,
23309                   /* subscript */
23310                   -1,
23311 mike  1.1.2.1     /* value */
23312                   0,
23313               };
23314               
23315               static const char*
23316               _CIM_SystemIdentification_NamespaceCreationClassName_qualifiers[] =
23317               {
23318                   /* Propagated */
23319                   "\045CIM_Namespace.CreationClassName",
23320                   /* MaxLen */
23321                   "\030\000\000\001\000",
23322                   0,
23323               };
23324               
23325               static SourceProperty
23326               _CIM_SystemIdentification_NamespaceCreationClassName =
23327               {
23328                   /* flags */
23329                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23330                   /* name */
23331                   "NamespaceCreationClassName",
23332 mike  1.1.2.1     /* qualifiers */
23333                   _CIM_SystemIdentification_NamespaceCreationClassName_qualifiers,
23334                   /* type */
23335                   CIMTYPE_STRING,
23336                   /* subscript */
23337                   -1,
23338                   /* value */
23339                   0,
23340               };
23341               
23342               static const char*
23343               _CIM_SystemIdentification_NamespaceName_qualifiers[] =
23344               {
23345                   /* Propagated */
23346                   "\045CIM_Namespace.Name",
23347                   /* MaxLen */
23348                   "\030\000\000\001\000",
23349                   0,
23350               };
23351               
23352               static SourceProperty
23353 mike  1.1.2.1 _CIM_SystemIdentification_NamespaceName =
23354               {
23355                   /* flags */
23356                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23357                   /* name */
23358                   "NamespaceName",
23359                   /* qualifiers */
23360                   _CIM_SystemIdentification_NamespaceName_qualifiers,
23361                   /* type */
23362                   CIMTYPE_STRING,
23363                   /* subscript */
23364                   -1,
23365                   /* value */
23366                   0,
23367               };
23368               
23369               static const char*
23370               _CIM_SystemIdentification_CreationClassName_qualifiers[] =
23371               {
23372                   /* MaxLen */
23373                   "\030\000\000\001\000",
23374 mike  1.1.2.1     0,
23375               };
23376               
23377               static SourceProperty
23378               _CIM_SystemIdentification_CreationClassName =
23379               {
23380                   /* flags */
23381                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23382                   /* name */
23383                   "CreationClassName",
23384                   /* qualifiers */
23385                   _CIM_SystemIdentification_CreationClassName_qualifiers,
23386                   /* type */
23387                   CIMTYPE_STRING,
23388                   /* subscript */
23389                   -1,
23390                   /* value */
23391                   0,
23392               };
23393               
23394               static const char*
23395 mike  1.1.2.1 _CIM_SystemIdentification_Name_qualifiers[] =
23396               {
23397                   /* MaxLen */
23398                   "\030\000\000\001\000",
23399                   0,
23400               };
23401               
23402               static SourceProperty
23403               _CIM_SystemIdentification_Name =
23404               {
23405                   /* flags */
23406                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23407                   /* name */
23408                   "Name",
23409                   /* qualifiers */
23410                   _CIM_SystemIdentification_Name_qualifiers,
23411                   /* type */
23412                   CIMTYPE_STRING,
23413                   /* subscript */
23414                   -1,
23415                   /* value */
23416 mike  1.1.2.1     0,
23417               };
23418               
23419               static const char*
23420               _CIM_SystemIdentification_IdentificationFormats_qualifiers[] =
23421               {
23422                   /* ValueMap */
23423                   "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
23424                   /* Values */
23425                   "\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",
23426                   /* ArrayType */
23427                   "\005Indexed",
23428                   /* ModelCorrespondence */
23429                   "\036\000\002CIM_SystemIdentification.IdentificationData\000CIM_SystemIdentification.FormatDescriptions\000",
23430                   0,
23431               };
23432               
23433               static SourceProperty
23434               _CIM_SystemIdentification_IdentificationFormats =
23435               {
23436                   /* flags */
23437 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED|PEGASUS_FLAG_WRITE,
23438                   /* name */
23439                   "IdentificationFormats",
23440                   /* qualifiers */
23441                   _CIM_SystemIdentification_IdentificationFormats_qualifiers,
23442                   /* type */
23443                   CIMTYPE_UINT16,
23444                   /* subscript */
23445                   0,
23446                   /* value */
23447                   0,
23448               };
23449               
23450               static const char*
23451               _CIM_SystemIdentification_FormatDescriptions_qualifiers[] =
23452               {
23453                   /* ArrayType */
23454                   "\005Indexed",
23455                   /* ModelCorrespondence */
23456                   "\036\000\002CIM_SystemIdentification.IdentificationFormats\000CIM_SystemIdentification.IdentificationData\000",
23457                   0,
23458 mike  1.1.2.1 };
23459               
23460               static SourceProperty
23461               _CIM_SystemIdentification_FormatDescriptions =
23462               {
23463                   /* flags */
23464                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
23465                   /* name */
23466                   "FormatDescriptions",
23467                   /* qualifiers */
23468                   _CIM_SystemIdentification_FormatDescriptions_qualifiers,
23469                   /* type */
23470                   CIMTYPE_STRING,
23471                   /* subscript */
23472                   0,
23473                   /* value */
23474                   0,
23475               };
23476               
23477               static const char*
23478               _CIM_SystemIdentification_IdentificationData_qualifiers[] =
23479 mike  1.1.2.1 {
23480                   /* ArrayType */
23481                   "\005Indexed",
23482                   /* ModelCorrespondence */
23483                   "\036\000\002CIM_SystemIdentification.IdentificationFormats\000CIM_SystemIdentification.FormatDescriptions\000",
23484                   0,
23485               };
23486               
23487               static SourceProperty
23488               _CIM_SystemIdentification_IdentificationData =
23489               {
23490                   /* flags */
23491                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
23492                   /* name */
23493                   "IdentificationData",
23494                   /* qualifiers */
23495                   _CIM_SystemIdentification_IdentificationData_qualifiers,
23496                   /* type */
23497                   CIMTYPE_STRING,
23498                   /* subscript */
23499                   0,
23500 mike  1.1.2.1     /* value */
23501                   0,
23502               };
23503               
23504               static SourceFeature*
23505               _CIM_SystemIdentification_features[] =
23506               {
23507                   (SourceFeature*)&_CIM_SystemIdentification_SystemCreationClassName,
23508                   (SourceFeature*)&_CIM_SystemIdentification_SystemName,
23509                   (SourceFeature*)&_CIM_SystemIdentification_ObjectManagerCreationClassName,
23510                   (SourceFeature*)&_CIM_SystemIdentification_ObjectManagerName,
23511                   (SourceFeature*)&_CIM_SystemIdentification_NamespaceCreationClassName,
23512                   (SourceFeature*)&_CIM_SystemIdentification_NamespaceName,
23513                   (SourceFeature*)&_CIM_SystemIdentification_CreationClassName,
23514                   (SourceFeature*)&_CIM_SystemIdentification_Name,
23515                   (SourceFeature*)&_CIM_SystemIdentification_IdentificationFormats,
23516                   (SourceFeature*)&_CIM_SystemIdentification_FormatDescriptions,
23517                   (SourceFeature*)&_CIM_SystemIdentification_IdentificationData,
23518                   0,
23519               };
23520               
23521 mike  1.1.2.1 static const char*
23522               __root_PG_InterOp_CIM_SystemIdentification_qualifiers[] =
23523               {
23524                   /* UMLPackagePath */
23525                   "\057CIM::Interop",
23526                   /* Version */
23527                   "\0632.7.0",
23528                   0,
23529               };
23530               
23531               SourceClass
23532               __root_PG_InterOp_CIM_SystemIdentification =
23533               {
23534                   /* flags */
23535                   PEGASUS_FLAG_CLASS,
23536                   /* name */
23537                   "CIM_SystemIdentification",
23538                   /* qualifiers */
23539                   __root_PG_InterOp_CIM_SystemIdentification_qualifiers,
23540                   /* superClass */
23541                   &__root_PG_InterOp_CIM_ManagedElement,
23542 mike  1.1.2.1     /* features */
23543                   _CIM_SystemIdentification_features,
23544               };
23545               
23546               //==============================================================================
23547               //
23548               // Class: CIM_SystemInNamespace
23549               //
23550               //==============================================================================
23551               
23552               static const char*
23553               _CIM_SystemInNamespace_ManagedNamespace_qualifiers[] =
23554               {
23555                   /* Min */
23556                   "\033\000\000\000\001",
23557                   /* Max */
23558                   "\027\000\000\000\001",
23559                   0,
23560               };
23561               
23562               static SourceReference
23563 mike  1.1.2.1 _CIM_SystemInNamespace_ManagedNamespace =
23564               {
23565                   /* flags */
23566                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23567                   /* name */
23568                   "ManagedNamespace",
23569                   /* qualifiers */
23570                   _CIM_SystemInNamespace_ManagedNamespace_qualifiers,
23571                   /* subscript */
23572                   -1,
23573                   /* refClassId */
23574                   &__root_PG_InterOp_CIM_Namespace,
23575               };
23576               
23577               static const char*
23578               _CIM_SystemInNamespace_Identification_qualifiers[] =
23579               {
23580                   0,
23581               };
23582               
23583               static SourceReference
23584 mike  1.1.2.1 _CIM_SystemInNamespace_Identification =
23585               {
23586                   /* flags */
23587                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
23588                   /* name */
23589                   "Identification",
23590                   /* qualifiers */
23591                   _CIM_SystemInNamespace_Identification_qualifiers,
23592                   /* subscript */
23593                   -1,
23594                   /* refClassId */
23595                   &__root_PG_InterOp_CIM_SystemIdentification,
23596               };
23597               
23598               static const char*
23599               _CIM_SystemInNamespace_ScopeOfContainedData_qualifiers[] =
23600               {
23601                   /* ValueMap */
23602                   "\061\000\0050\0001\0002\0003\0004\000",
23603                   /* Values */
23604                   "\062\000\005Unknown\000Other\000Local System Data\000Data Aggregated from Multiple Systems\000Proxied Data\000",
23605 mike  1.1.2.1     /* ArrayType */
23606                   "\005Indexed",
23607                   /* ModelCorrespondence */
23608                   "\036\000\001CIM_SystemInNamespace.DescriptionOfContainedData\000",
23609                   0,
23610               };
23611               
23612               static SourceProperty
23613               _CIM_SystemInNamespace_ScopeOfContainedData =
23614               {
23615                   /* flags */
23616                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED|PEGASUS_FLAG_WRITE,
23617                   /* name */
23618                   "ScopeOfContainedData",
23619                   /* qualifiers */
23620                   _CIM_SystemInNamespace_ScopeOfContainedData_qualifiers,
23621                   /* type */
23622                   CIMTYPE_UINT16,
23623                   /* subscript */
23624                   0,
23625                   /* value */
23626 mike  1.1.2.1     0,
23627               };
23628               
23629               static const char*
23630               _CIM_SystemInNamespace_DescriptionOfContainedData_qualifiers[] =
23631               {
23632                   /* ArrayType */
23633                   "\005Indexed",
23634                   /* ModelCorrespondence */
23635                   "\036\000\001CIM_SystemInNamespace.ScopeOfContainedData\000",
23636                   0,
23637               };
23638               
23639               static SourceProperty
23640               _CIM_SystemInNamespace_DescriptionOfContainedData =
23641               {
23642                   /* flags */
23643                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
23644                   /* name */
23645                   "DescriptionOfContainedData",
23646                   /* qualifiers */
23647 mike  1.1.2.1     _CIM_SystemInNamespace_DescriptionOfContainedData_qualifiers,
23648                   /* type */
23649                   CIMTYPE_STRING,
23650                   /* subscript */
23651                   0,
23652                   /* value */
23653                   0,
23654               };
23655               
23656               static SourceFeature*
23657               _CIM_SystemInNamespace_features[] =
23658               {
23659                   (SourceFeature*)&_CIM_SystemInNamespace_ManagedNamespace,
23660                   (SourceFeature*)&_CIM_SystemInNamespace_Identification,
23661                   (SourceFeature*)&_CIM_SystemInNamespace_ScopeOfContainedData,
23662                   (SourceFeature*)&_CIM_SystemInNamespace_DescriptionOfContainedData,
23663                   0,
23664               };
23665               
23666               static const char*
23667               __root_PG_InterOp_CIM_SystemInNamespace_qualifiers[] =
23668 mike  1.1.2.1 {
23669                   /* UMLPackagePath */
23670                   "\057CIM::Interop",
23671                   /* Version */
23672                   "\0632.6.0",
23673                   0,
23674               };
23675               
23676               SourceClass
23677               __root_PG_InterOp_CIM_SystemInNamespace =
23678               {
23679                   /* flags */
23680                   PEGASUS_FLAG_ASSOCIATION,
23681                   /* name */
23682                   "CIM_SystemInNamespace",
23683                   /* qualifiers */
23684                   __root_PG_InterOp_CIM_SystemInNamespace_qualifiers,
23685                   /* superClass */
23686                   0,
23687                   /* features */
23688                   _CIM_SystemInNamespace_features,
23689 mike  1.1.2.1 };
23690               
23691               //==============================================================================
23692               //
23693               // Class: CIM_CIMOMStatisticalData
23694               //
23695               //==============================================================================
23696               
23697               static const char*
23698               _CIM_CIMOMStatisticalData_InstanceID_qualifiers[] =
23699               {
23700                   /* Override */
23701                   "\044InstanceID",
23702                   0,
23703               };
23704               
23705               static SourceProperty
23706               _CIM_CIMOMStatisticalData_InstanceID =
23707               {
23708                   /* flags */
23709                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
23710 mike  1.1.2.1     /* name */
23711                   "InstanceID",
23712                   /* qualifiers */
23713                   _CIM_CIMOMStatisticalData_InstanceID_qualifiers,
23714                   /* type */
23715                   CIMTYPE_STRING,
23716                   /* subscript */
23717                   -1,
23718                   /* value */
23719                   0,
23720               };
23721               
23722               static const char*
23723               _CIM_CIMOMStatisticalData_OperationType_qualifiers[] =
23724               {
23725                   /* ValueMap */
23726                   "\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",
23727                   /* Values */
23728                   "\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",
23729                   /* ModelCorrespondence */
23730                   "\036\000\001CIM_CIMOMStatisticalData.OtherOperationType\000",
23731 mike  1.1.2.1     0,
23732               };
23733               
23734               static SourceProperty
23735               _CIM_CIMOMStatisticalData_OperationType =
23736               {
23737                   /* flags */
23738                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
23739                   /* name */
23740                   "OperationType",
23741                   /* qualifiers */
23742                   _CIM_CIMOMStatisticalData_OperationType_qualifiers,
23743                   /* type */
23744                   CIMTYPE_UINT16,
23745                   /* subscript */
23746                   -1,
23747                   /* value */
23748                   0,
23749               };
23750               
23751               static const char*
23752 mike  1.1.2.1 _CIM_CIMOMStatisticalData_OtherOperationType_qualifiers[] =
23753               {
23754                   /* MaxLen */
23755                   "\030\000\000\000\100",
23756                   /* ModelCorrespondence */
23757                   "\036\000\001CIM_CIMOMStatisticalData.OperationType\000",
23758                   0,
23759               };
23760               
23761               static SourceProperty
23762               _CIM_CIMOMStatisticalData_OtherOperationType =
23763               {
23764                   /* flags */
23765                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
23766                   /* name */
23767                   "OtherOperationType",
23768                   /* qualifiers */
23769                   _CIM_CIMOMStatisticalData_OtherOperationType_qualifiers,
23770                   /* type */
23771                   CIMTYPE_STRING,
23772                   /* subscript */
23773 mike  1.1.2.1     -1,
23774                   /* value */
23775                   0,
23776               };
23777               
23778               static const char*
23779               _CIM_CIMOMStatisticalData_NumberOfOperations_qualifiers[] =
23780               {
23781                   0,
23782               };
23783               
23784               static SourceProperty
23785               _CIM_CIMOMStatisticalData_NumberOfOperations =
23786               {
23787                   /* flags */
23788                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_COUNTER|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
23789                   /* name */
23790                   "NumberOfOperations",
23791                   /* qualifiers */
23792                   _CIM_CIMOMStatisticalData_NumberOfOperations_qualifiers,
23793                   /* type */
23794 mike  1.1.2.1     CIMTYPE_UINT64,
23795                   /* subscript */
23796                   -1,
23797                   /* value */
23798                   0,
23799               };
23800               
23801               static const char*
23802               _CIM_CIMOMStatisticalData_CimomElapsedTime_qualifiers[] =
23803               {
23804                   0,
23805               };
23806               
23807               static SourceProperty
23808               _CIM_CIMOMStatisticalData_CimomElapsedTime =
23809               {
23810                   /* flags */
23811                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
23812                   /* name */
23813                   "CimomElapsedTime",
23814                   /* qualifiers */
23815 mike  1.1.2.1     _CIM_CIMOMStatisticalData_CimomElapsedTime_qualifiers,
23816                   /* type */
23817                   CIMTYPE_DATETIME,
23818                   /* subscript */
23819                   -1,
23820                   /* value */
23821                   0,
23822               };
23823               
23824               static const char*
23825               _CIM_CIMOMStatisticalData_ProviderElapsedTime_qualifiers[] =
23826               {
23827                   0,
23828               };
23829               
23830               static SourceProperty
23831               _CIM_CIMOMStatisticalData_ProviderElapsedTime =
23832               {
23833                   /* flags */
23834                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
23835                   /* name */
23836 mike  1.1.2.1     "ProviderElapsedTime",
23837                   /* qualifiers */
23838                   _CIM_CIMOMStatisticalData_ProviderElapsedTime_qualifiers,
23839                   /* type */
23840                   CIMTYPE_DATETIME,
23841                   /* subscript */
23842                   -1,
23843                   /* value */
23844                   0,
23845               };
23846               
23847               static const char*
23848               _CIM_CIMOMStatisticalData_RequestSize_qualifiers[] =
23849               {
23850                   /* Units */
23851                   "\060Bytes",
23852                   0,
23853               };
23854               
23855               static SourceProperty
23856               _CIM_CIMOMStatisticalData_RequestSize =
23857 mike  1.1.2.1 {
23858                   /* flags */
23859                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_COUNTER|PEGASUS_FLAG_READ,
23860                   /* name */
23861                   "RequestSize",
23862                   /* qualifiers */
23863                   _CIM_CIMOMStatisticalData_RequestSize_qualifiers,
23864                   /* type */
23865                   CIMTYPE_UINT64,
23866                   /* subscript */
23867                   -1,
23868                   /* value */
23869                   0,
23870               };
23871               
23872               static const char*
23873               _CIM_CIMOMStatisticalData_ResponseSize_qualifiers[] =
23874               {
23875                   /* Units */
23876                   "\060Bytes",
23877                   0,
23878 mike  1.1.2.1 };
23879               
23880               static SourceProperty
23881               _CIM_CIMOMStatisticalData_ResponseSize =
23882               {
23883                   /* flags */
23884                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_COUNTER|PEGASUS_FLAG_READ,
23885                   /* name */
23886                   "ResponseSize",
23887                   /* qualifiers */
23888                   _CIM_CIMOMStatisticalData_ResponseSize_qualifiers,
23889                   /* type */
23890                   CIMTYPE_UINT64,
23891                   /* subscript */
23892                   -1,
23893                   /* value */
23894                   0,
23895               };
23896               
23897               static SourceFeature*
23898               _CIM_CIMOMStatisticalData_features[] =
23899 mike  1.1.2.1 {
23900                   (SourceFeature*)&_CIM_CIMOMStatisticalData_InstanceID,
23901                   (SourceFeature*)&_CIM_CIMOMStatisticalData_OperationType,
23902                   (SourceFeature*)&_CIM_CIMOMStatisticalData_OtherOperationType,
23903                   (SourceFeature*)&_CIM_CIMOMStatisticalData_NumberOfOperations,
23904                   (SourceFeature*)&_CIM_CIMOMStatisticalData_CimomElapsedTime,
23905                   (SourceFeature*)&_CIM_CIMOMStatisticalData_ProviderElapsedTime,
23906                   (SourceFeature*)&_CIM_CIMOMStatisticalData_RequestSize,
23907                   (SourceFeature*)&_CIM_CIMOMStatisticalData_ResponseSize,
23908                   0,
23909               };
23910               
23911               static const char*
23912               __root_PG_InterOp_CIM_CIMOMStatisticalData_qualifiers[] =
23913               {
23914                   /* UMLPackagePath */
23915                   "\057CIM::Interop",
23916                   /* Version */
23917                   "\0632.7.0",
23918                   0,
23919               };
23920 mike  1.1.2.1 
23921               SourceClass
23922               __root_PG_InterOp_CIM_CIMOMStatisticalData =
23923               {
23924                   /* flags */
23925                   PEGASUS_FLAG_CLASS,
23926                   /* name */
23927                   "CIM_CIMOMStatisticalData",
23928                   /* qualifiers */
23929                   __root_PG_InterOp_CIM_CIMOMStatisticalData_qualifiers,
23930                   /* superClass */
23931                   &__root_PG_InterOp_CIM_StatisticalData,
23932                   /* features */
23933                   _CIM_CIMOMStatisticalData_features,
23934               };
23935               
23936               //==============================================================================
23937               //
23938               // Class: CIM_ElementConformsToProfile
23939               //
23940               //==============================================================================
23941 mike  1.1.2.1 
23942               static const char*
23943               _CIM_ElementConformsToProfile_ConformantStandard_qualifiers[] =
23944               {
23945                   0,
23946               };
23947               
23948               static SourceReference
23949               _CIM_ElementConformsToProfile_ConformantStandard =
23950               {
23951                   /* flags */
23952                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23953                   /* name */
23954                   "ConformantStandard",
23955                   /* qualifiers */
23956                   _CIM_ElementConformsToProfile_ConformantStandard_qualifiers,
23957                   /* subscript */
23958                   -1,
23959                   /* refClassId */
23960                   &__root_PG_InterOp_CIM_RegisteredProfile,
23961               };
23962 mike  1.1.2.1 
23963               static const char*
23964               _CIM_ElementConformsToProfile_ManagedElement_qualifiers[] =
23965               {
23966                   0,
23967               };
23968               
23969               static SourceReference
23970               _CIM_ElementConformsToProfile_ManagedElement =
23971               {
23972                   /* flags */
23973                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
23974                   /* name */
23975                   "ManagedElement",
23976                   /* qualifiers */
23977                   _CIM_ElementConformsToProfile_ManagedElement_qualifiers,
23978                   /* subscript */
23979                   -1,
23980                   /* refClassId */
23981                   &__root_PG_InterOp_CIM_ManagedElement,
23982               };
23983 mike  1.1.2.1 
23984               static SourceFeature*
23985               _CIM_ElementConformsToProfile_features[] =
23986               {
23987                   (SourceFeature*)&_CIM_ElementConformsToProfile_ConformantStandard,
23988                   (SourceFeature*)&_CIM_ElementConformsToProfile_ManagedElement,
23989                   0,
23990               };
23991               
23992               static const char*
23993               __root_PG_InterOp_CIM_ElementConformsToProfile_qualifiers[] =
23994               {
23995                   /* UMLPackagePath */
23996                   "\057CIM::Interop",
23997                   /* Version */
23998                   "\0632.8.0",
23999                   0,
24000               };
24001               
24002               SourceClass
24003               __root_PG_InterOp_CIM_ElementConformsToProfile =
24004 mike  1.1.2.1 {
24005                   /* flags */
24006                   PEGASUS_FLAG_ASSOCIATION,
24007                   /* name */
24008                   "CIM_ElementConformsToProfile",
24009                   /* qualifiers */
24010                   __root_PG_InterOp_CIM_ElementConformsToProfile_qualifiers,
24011                   /* superClass */
24012                   0,
24013                   /* features */
24014                   _CIM_ElementConformsToProfile_features,
24015               };
24016               
24017               //==============================================================================
24018               //
24019               // Class: CIM_ReferencedProfile
24020               //
24021               //==============================================================================
24022               
24023               static const char*
24024               _CIM_ReferencedProfile_Antecedent_qualifiers[] =
24025 mike  1.1.2.1 {
24026                   /* Override */
24027                   "\044Antecedent",
24028                   0,
24029               };
24030               
24031               static SourceReference
24032               _CIM_ReferencedProfile_Antecedent =
24033               {
24034                   /* flags */
24035                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
24036                   /* name */
24037                   "Antecedent",
24038                   /* qualifiers */
24039                   _CIM_ReferencedProfile_Antecedent_qualifiers,
24040                   /* subscript */
24041                   -1,
24042                   /* refClassId */
24043                   &__root_PG_InterOp_CIM_RegisteredProfile,
24044               };
24045               
24046 mike  1.1.2.1 static const char*
24047               _CIM_ReferencedProfile_Dependent_qualifiers[] =
24048               {
24049                   /* Override */
24050                   "\044Dependent",
24051                   0,
24052               };
24053               
24054               static SourceReference
24055               _CIM_ReferencedProfile_Dependent =
24056               {
24057                   /* flags */
24058                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
24059                   /* name */
24060                   "Dependent",
24061                   /* qualifiers */
24062                   _CIM_ReferencedProfile_Dependent_qualifiers,
24063                   /* subscript */
24064                   -1,
24065                   /* refClassId */
24066                   &__root_PG_InterOp_CIM_RegisteredProfile,
24067 mike  1.1.2.1 };
24068               
24069               static SourceFeature*
24070               _CIM_ReferencedProfile_features[] =
24071               {
24072                   (SourceFeature*)&_CIM_ReferencedProfile_Antecedent,
24073                   (SourceFeature*)&_CIM_ReferencedProfile_Dependent,
24074                   0,
24075               };
24076               
24077               static const char*
24078               __root_PG_InterOp_CIM_ReferencedProfile_qualifiers[] =
24079               {
24080                   /* UMLPackagePath */
24081                   "\057CIM::Interop",
24082                   /* Version */
24083                   "\0632.8.0",
24084                   0,
24085               };
24086               
24087               SourceClass
24088 mike  1.1.2.1 __root_PG_InterOp_CIM_ReferencedProfile =
24089               {
24090                   /* flags */
24091                   PEGASUS_FLAG_ASSOCIATION,
24092                   /* name */
24093                   "CIM_ReferencedProfile",
24094                   /* qualifiers */
24095                   __root_PG_InterOp_CIM_ReferencedProfile_qualifiers,
24096                   /* superClass */
24097                   &__root_PG_InterOp_CIM_Dependency,
24098                   /* features */
24099                   _CIM_ReferencedProfile_features,
24100               };
24101               
24102               //==============================================================================
24103               //
24104               // Class: CIM_SubProfileRequiresProfile
24105               //
24106               //==============================================================================
24107               
24108               static const char*
24109 mike  1.1.2.1 _CIM_SubProfileRequiresProfile_Antecedent_qualifiers[] =
24110               {
24111                   /* Override */
24112                   "\044Antecedent",
24113                   /* Min */
24114                   "\033\000\000\000\001",
24115                   0,
24116               };
24117               
24118               static SourceReference
24119               _CIM_SubProfileRequiresProfile_Antecedent =
24120               {
24121                   /* flags */
24122                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
24123                   /* name */
24124                   "Antecedent",
24125                   /* qualifiers */
24126                   _CIM_SubProfileRequiresProfile_Antecedent_qualifiers,
24127                   /* subscript */
24128                   -1,
24129                   /* refClassId */
24130 mike  1.1.2.1     &__root_PG_InterOp_CIM_RegisteredProfile,
24131               };
24132               
24133               static const char*
24134               _CIM_SubProfileRequiresProfile_Dependent_qualifiers[] =
24135               {
24136                   /* Override */
24137                   "\044Dependent",
24138                   0,
24139               };
24140               
24141               static SourceReference
24142               _CIM_SubProfileRequiresProfile_Dependent =
24143               {
24144                   /* flags */
24145                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
24146                   /* name */
24147                   "Dependent",
24148                   /* qualifiers */
24149                   _CIM_SubProfileRequiresProfile_Dependent_qualifiers,
24150                   /* subscript */
24151 mike  1.1.2.1     -1,
24152                   /* refClassId */
24153                   &__root_PG_InterOp_CIM_RegisteredSubProfile,
24154               };
24155               
24156               static SourceFeature*
24157               _CIM_SubProfileRequiresProfile_features[] =
24158               {
24159                   (SourceFeature*)&_CIM_SubProfileRequiresProfile_Antecedent,
24160                   (SourceFeature*)&_CIM_SubProfileRequiresProfile_Dependent,
24161                   0,
24162               };
24163               
24164               static const char*
24165               __root_PG_InterOp_CIM_SubProfileRequiresProfile_qualifiers[] =
24166               {
24167                   /* UMLPackagePath */
24168                   "\057CIM::Interop",
24169                   /* Version */
24170                   "\0632.8.0",
24171                   0,
24172 mike  1.1.2.1 };
24173               
24174               SourceClass
24175               __root_PG_InterOp_CIM_SubProfileRequiresProfile =
24176               {
24177                   /* flags */
24178                   PEGASUS_FLAG_ASSOCIATION,
24179                   /* name */
24180                   "CIM_SubProfileRequiresProfile",
24181                   /* qualifiers */
24182                   __root_PG_InterOp_CIM_SubProfileRequiresProfile_qualifiers,
24183                   /* superClass */
24184                   &__root_PG_InterOp_CIM_ReferencedProfile,
24185                   /* features */
24186                   _CIM_SubProfileRequiresProfile_features,
24187               };
24188               
24189               //==============================================================================
24190               //
24191               // Class: CIM_WBEMService
24192               //
24193 mike  1.1.2.1 //==============================================================================
24194               
24195               static SourceFeature*
24196               _CIM_WBEMService_features[] =
24197               {
24198                   0,
24199               };
24200               
24201               static const char*
24202               __root_PG_InterOp_CIM_WBEMService_qualifiers[] =
24203               {
24204                   /* UMLPackagePath */
24205                   "\057CIM::Interop",
24206                   /* Version */
24207                   "\0632.6.0",
24208                   0,
24209               };
24210               
24211               SourceClass
24212               __root_PG_InterOp_CIM_WBEMService =
24213               {
24214 mike  1.1.2.1     /* flags */
24215                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
24216                   /* name */
24217                   "CIM_WBEMService",
24218                   /* qualifiers */
24219                   __root_PG_InterOp_CIM_WBEMService_qualifiers,
24220                   /* superClass */
24221                   &__root_PG_InterOp_CIM_Service,
24222                   /* features */
24223                   _CIM_WBEMService_features,
24224               };
24225               
24226               //==============================================================================
24227               //
24228               // Class: CIM_IdentificationOfManagedSystem
24229               //
24230               //==============================================================================
24231               
24232               static const char*
24233               _CIM_IdentificationOfManagedSystem_Antecedent_qualifiers[] =
24234               {
24235 mike  1.1.2.1     /* Override */
24236                   "\044Antecedent",
24237                   /* Max */
24238                   "\027\000\000\000\001",
24239                   0,
24240               };
24241               
24242               static SourceReference
24243               _CIM_IdentificationOfManagedSystem_Antecedent =
24244               {
24245                   /* flags */
24246                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
24247                   /* name */
24248                   "Antecedent",
24249                   /* qualifiers */
24250                   _CIM_IdentificationOfManagedSystem_Antecedent_qualifiers,
24251                   /* subscript */
24252                   -1,
24253                   /* refClassId */
24254                   &__root_PG_InterOp_CIM_System,
24255               };
24256 mike  1.1.2.1 
24257               static const char*
24258               _CIM_IdentificationOfManagedSystem_Dependent_qualifiers[] =
24259               {
24260                   /* Override */
24261                   "\044Dependent",
24262                   /* Max */
24263                   "\027\000\000\000\001",
24264                   0,
24265               };
24266               
24267               static SourceReference
24268               _CIM_IdentificationOfManagedSystem_Dependent =
24269               {
24270                   /* flags */
24271                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
24272                   /* name */
24273                   "Dependent",
24274                   /* qualifiers */
24275                   _CIM_IdentificationOfManagedSystem_Dependent_qualifiers,
24276                   /* subscript */
24277 mike  1.1.2.1     -1,
24278                   /* refClassId */
24279                   &__root_PG_InterOp_CIM_SystemIdentification,
24280               };
24281               
24282               static SourceFeature*
24283               _CIM_IdentificationOfManagedSystem_features[] =
24284               {
24285                   (SourceFeature*)&_CIM_IdentificationOfManagedSystem_Antecedent,
24286                   (SourceFeature*)&_CIM_IdentificationOfManagedSystem_Dependent,
24287                   0,
24288               };
24289               
24290               static const char*
24291               __root_PG_InterOp_CIM_IdentificationOfManagedSystem_qualifiers[] =
24292               {
24293                   /* UMLPackagePath */
24294                   "\057CIM::Interop",
24295                   /* Version */
24296                   "\0632.6.0",
24297                   0,
24298 mike  1.1.2.1 };
24299               
24300               SourceClass
24301               __root_PG_InterOp_CIM_IdentificationOfManagedSystem =
24302               {
24303                   /* flags */
24304                   PEGASUS_FLAG_ASSOCIATION,
24305                   /* name */
24306                   "CIM_IdentificationOfManagedSystem",
24307                   /* qualifiers */
24308                   __root_PG_InterOp_CIM_IdentificationOfManagedSystem_qualifiers,
24309                   /* superClass */
24310                   &__root_PG_InterOp_CIM_Dependency,
24311                   /* features */
24312                   _CIM_IdentificationOfManagedSystem_features,
24313               };
24314               
24315               //==============================================================================
24316               //
24317               // Class: CIM_ObjectManager
24318               //
24319 mike  1.1.2.1 //==============================================================================
24320               
24321               static const char*
24322               _CIM_ObjectManager_GatherStatisticalData_qualifiers[] =
24323               {
24324                   0,
24325               };
24326               
24327               static SourceProperty
24328               _CIM_ObjectManager_GatherStatisticalData =
24329               {
24330                   /* flags */
24331                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,
24332                   /* name */
24333                   "GatherStatisticalData",
24334                   /* qualifiers */
24335                   _CIM_ObjectManager_GatherStatisticalData_qualifiers,
24336                   /* type */
24337                   CIMTYPE_BOOLEAN,
24338                   /* subscript */
24339                   -1,
24340 mike  1.1.2.1     /* value */
24341                   "\001",
24342               };
24343               
24344               static const char*
24345               _CIM_ObjectManager_Name_qualifiers[] =
24346               {
24347                   /* Override */
24348                   "\044Name",
24349                   0,
24350               };
24351               
24352               static SourceProperty
24353               _CIM_ObjectManager_Name =
24354               {
24355                   /* flags */
24356                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24357                   /* name */
24358                   "Name",
24359                   /* qualifiers */
24360                   _CIM_ObjectManager_Name_qualifiers,
24361 mike  1.1.2.1     /* type */
24362                   CIMTYPE_STRING,
24363                   /* subscript */
24364                   -1,
24365                   /* value */
24366                   0,
24367               };
24368               
24369               static const char*
24370               _CIM_ObjectManager_ElementName_qualifiers[] =
24371               {
24372                   /* Override */
24373                   "\044ElementName",
24374                   0,
24375               };
24376               
24377               static SourceProperty
24378               _CIM_ObjectManager_ElementName =
24379               {
24380                   /* flags */
24381                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24382 mike  1.1.2.1     /* name */
24383                   "ElementName",
24384                   /* qualifiers */
24385                   _CIM_ObjectManager_ElementName_qualifiers,
24386                   /* type */
24387                   CIMTYPE_STRING,
24388                   /* subscript */
24389                   -1,
24390                   /* value */
24391                   0,
24392               };
24393               
24394               static const char*
24395               _CIM_ObjectManager_Description_qualifiers[] =
24396               {
24397                   /* Override */
24398                   "\044Description",
24399                   0,
24400               };
24401               
24402               static SourceProperty
24403 mike  1.1.2.1 _CIM_ObjectManager_Description =
24404               {
24405                   /* flags */
24406                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24407                   /* name */
24408                   "Description",
24409                   /* qualifiers */
24410                   _CIM_ObjectManager_Description_qualifiers,
24411                   /* type */
24412                   CIMTYPE_STRING,
24413                   /* subscript */
24414                   -1,
24415                   /* value */
24416                   0,
24417               };
24418               
24419               static SourceFeature*
24420               _CIM_ObjectManager_features[] =
24421               {
24422                   (SourceFeature*)&_CIM_ObjectManager_GatherStatisticalData,
24423                   (SourceFeature*)&_CIM_ObjectManager_Name,
24424 mike  1.1.2.1     (SourceFeature*)&_CIM_ObjectManager_ElementName,
24425                   (SourceFeature*)&_CIM_ObjectManager_Description,
24426                   0,
24427               };
24428               
24429               static const char*
24430               __root_PG_InterOp_CIM_ObjectManager_qualifiers[] =
24431               {
24432                   /* UMLPackagePath */
24433                   "\057CIM::Interop",
24434                   /* Version */
24435                   "\0632.8.0",
24436                   0,
24437               };
24438               
24439               SourceClass
24440               __root_PG_InterOp_CIM_ObjectManager =
24441               {
24442                   /* flags */
24443                   PEGASUS_FLAG_CLASS,
24444                   /* name */
24445 mike  1.1.2.1     "CIM_ObjectManager",
24446                   /* qualifiers */
24447                   __root_PG_InterOp_CIM_ObjectManager_qualifiers,
24448                   /* superClass */
24449                   &__root_PG_InterOp_CIM_WBEMService,
24450                   /* features */
24451                   _CIM_ObjectManager_features,
24452               };
24453               
24454               //==============================================================================
24455               //
24456               // Class: CIM_ObjectManagerAdapter
24457               //
24458               //==============================================================================
24459               
24460               static const char*
24461               _CIM_ObjectManagerAdapter_Name_qualifiers[] =
24462               {
24463                   /* Override */
24464                   "\044Name",
24465                   0,
24466 mike  1.1.2.1 };
24467               
24468               static SourceProperty
24469               _CIM_ObjectManagerAdapter_Name =
24470               {
24471                   /* flags */
24472                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24473                   /* name */
24474                   "Name",
24475                   /* qualifiers */
24476                   _CIM_ObjectManagerAdapter_Name_qualifiers,
24477                   /* type */
24478                   CIMTYPE_STRING,
24479                   /* subscript */
24480                   -1,
24481                   /* value */
24482                   0,
24483               };
24484               
24485               static const char*
24486               _CIM_ObjectManagerAdapter_ElementName_qualifiers[] =
24487 mike  1.1.2.1 {
24488                   /* Override */
24489                   "\044ElementName",
24490                   0,
24491               };
24492               
24493               static SourceProperty
24494               _CIM_ObjectManagerAdapter_ElementName =
24495               {
24496                   /* flags */
24497                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24498                   /* name */
24499                   "ElementName",
24500                   /* qualifiers */
24501                   _CIM_ObjectManagerAdapter_ElementName_qualifiers,
24502                   /* type */
24503                   CIMTYPE_STRING,
24504                   /* subscript */
24505                   -1,
24506                   /* value */
24507                   0,
24508 mike  1.1.2.1 };
24509               
24510               static const char*
24511               _CIM_ObjectManagerAdapter_Handle_qualifiers[] =
24512               {
24513                   0,
24514               };
24515               
24516               static SourceProperty
24517               _CIM_ObjectManagerAdapter_Handle =
24518               {
24519                   /* flags */
24520                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24521                   /* name */
24522                   "Handle",
24523                   /* qualifiers */
24524                   _CIM_ObjectManagerAdapter_Handle_qualifiers,
24525                   /* type */
24526                   CIMTYPE_STRING,
24527                   /* subscript */
24528                   -1,
24529 mike  1.1.2.1     /* value */
24530                   0,
24531               };
24532               
24533               static const char*
24534               _CIM_ObjectManagerAdapter_AdapterType_qualifiers[] =
24535               {
24536                   /* ValueMap */
24537                   "\061\000\0051\0002\0003\0004\0005\000",
24538                   /* Values */
24539                   "\062\000\005Other\000Client\000Provider\000Indication Handler\000Repository\000",
24540                   /* ModelCorrespondence */
24541                   "\036\000\001CIM_ObjectManagerAdapter.OtherAdapterTypeDescription\000",
24542                   0,
24543               };
24544               
24545               static SourceProperty
24546               _CIM_ObjectManagerAdapter_AdapterType =
24547               {
24548                   /* flags */
24549                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24550 mike  1.1.2.1     /* name */
24551                   "AdapterType",
24552                   /* qualifiers */
24553                   _CIM_ObjectManagerAdapter_AdapterType_qualifiers,
24554                   /* type */
24555                   CIMTYPE_UINT16,
24556                   /* subscript */
24557                   -1,
24558                   /* value */
24559                   0,
24560               };
24561               
24562               static const char*
24563               _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription_qualifiers[] =
24564               {
24565                   /* ModelCorrespondence */
24566                   "\036\000\001CIM_ObjectManagerAdapter.AdapterType\000",
24567                   0,
24568               };
24569               
24570               static SourceProperty
24571 mike  1.1.2.1 _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription =
24572               {
24573                   /* flags */
24574                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24575                   /* name */
24576                   "OtherAdapterTypeDescription",
24577                   /* qualifiers */
24578                   _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription_qualifiers,
24579                   /* type */
24580                   CIMTYPE_STRING,
24581                   /* subscript */
24582                   -1,
24583                   /* value */
24584                   0,
24585               };
24586               
24587               static SourceFeature*
24588               _CIM_ObjectManagerAdapter_features[] =
24589               {
24590                   (SourceFeature*)&_CIM_ObjectManagerAdapter_Name,
24591                   (SourceFeature*)&_CIM_ObjectManagerAdapter_ElementName,
24592 mike  1.1.2.1     (SourceFeature*)&_CIM_ObjectManagerAdapter_Handle,
24593                   (SourceFeature*)&_CIM_ObjectManagerAdapter_AdapterType,
24594                   (SourceFeature*)&_CIM_ObjectManagerAdapter_OtherAdapterTypeDescription,
24595                   0,
24596               };
24597               
24598               static const char*
24599               __root_PG_InterOp_CIM_ObjectManagerAdapter_qualifiers[] =
24600               {
24601                   /* UMLPackagePath */
24602                   "\057CIM::Interop",
24603                   /* Version */
24604                   "\0632.8.0",
24605                   0,
24606               };
24607               
24608               SourceClass
24609               __root_PG_InterOp_CIM_ObjectManagerAdapter =
24610               {
24611                   /* flags */
24612                   PEGASUS_FLAG_CLASS,
24613 mike  1.1.2.1     /* name */
24614                   "CIM_ObjectManagerAdapter",
24615                   /* qualifiers */
24616                   __root_PG_InterOp_CIM_ObjectManagerAdapter_qualifiers,
24617                   /* superClass */
24618                   &__root_PG_InterOp_CIM_WBEMService,
24619                   /* features */
24620                   _CIM_ObjectManagerAdapter_features,
24621               };
24622               
24623               //==============================================================================
24624               //
24625               // Class: CIM_ObjectManagerCommunicationMechanism
24626               //
24627               //==============================================================================
24628               
24629               static const char*
24630               _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism_qualifiers[] =
24631               {
24632                   /* ValueMap */
24633                   "\061\000\0060\0001\0002\0003\0004\0005\000",
24634 mike  1.1.2.1     /* Values */
24635                   "\062\000\006Unknown\000Other\000CIM-XML\000SM-CLP\000WS-Management\000WSDM\000",
24636                   /* ModelCorrespondence */
24637                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.OtherCommunicationMechanismDescription\000",
24638                   0,
24639               };
24640               
24641               static SourceProperty
24642               _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism =
24643               {
24644                   /* flags */
24645                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24646                   /* name */
24647                   "CommunicationMechanism",
24648                   /* qualifiers */
24649                   _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism_qualifiers,
24650                   /* type */
24651                   CIMTYPE_UINT16,
24652                   /* subscript */
24653                   -1,
24654                   /* value */
24655 mike  1.1.2.1     0,
24656               };
24657               
24658               static const char*
24659               _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription_qualifiers[] =
24660               {
24661                   /* ModelCorrespondence */
24662                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.CommunicationMechanism\000",
24663                   0,
24664               };
24665               
24666               static SourceProperty
24667               _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription =
24668               {
24669                   /* flags */
24670                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24671                   /* name */
24672                   "OtherCommunicationMechanismDescription",
24673                   /* qualifiers */
24674                   _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription_qualifiers,
24675                   /* type */
24676 mike  1.1.2.1     CIMTYPE_STRING,
24677                   /* subscript */
24678                   -1,
24679                   /* value */
24680                   0,
24681               };
24682               
24683               static const char*
24684               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported_qualifiers[] =
24685               {
24686                   /* ValueMap */
24687                   "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
24688                   /* Values */
24689                   "\062\000\012Unknown\000Other\000Basic Read\000Basic Write\000Schema Manipulation\000Instance Manipulation\000Association Traversal\000Query Execution\000Qualifier Declaration\000Indications\000",
24690                   /* ArrayType */
24691                   "\005Indexed",
24692                   /* ModelCorrespondence */
24693                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.FunctionalProfileDescriptions\000",
24694                   0,
24695               };
24696               
24697 mike  1.1.2.1 static SourceProperty
24698               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported =
24699               {
24700                   /* flags */
24701                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24702                   /* name */
24703                   "FunctionalProfilesSupported",
24704                   /* qualifiers */
24705                   _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported_qualifiers,
24706                   /* type */
24707                   CIMTYPE_UINT16,
24708                   /* subscript */
24709                   0,
24710                   /* value */
24711                   0,
24712               };
24713               
24714               static const char*
24715               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions_qualifiers[] =
24716               {
24717                   /* ArrayType */
24718 mike  1.1.2.1     "\005Indexed",
24719                   /* ModelCorrespondence */
24720                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.FunctionalProfilesSupported\000",
24721                   0,
24722               };
24723               
24724               static SourceProperty
24725               _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions =
24726               {
24727                   /* flags */
24728                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24729                   /* name */
24730                   "FunctionalProfileDescriptions",
24731                   /* qualifiers */
24732                   _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions_qualifiers,
24733                   /* type */
24734                   CIMTYPE_STRING,
24735                   /* subscript */
24736                   0,
24737                   /* value */
24738                   0,
24739 mike  1.1.2.1 };
24740               
24741               static const char*
24742               _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported_qualifiers[] =
24743               {
24744                   0,
24745               };
24746               
24747               static SourceProperty
24748               _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported =
24749               {
24750                   /* flags */
24751                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24752                   /* name */
24753                   "MultipleOperationsSupported",
24754                   /* qualifiers */
24755                   _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported_qualifiers,
24756                   /* type */
24757                   CIMTYPE_BOOLEAN,
24758                   /* subscript */
24759                   -1,
24760 mike  1.1.2.1     /* value */
24761                   0,
24762               };
24763               
24764               static const char*
24765               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported_qualifiers[] =
24766               {
24767                   /* ValueMap */
24768                   "\061\000\0050\0001\0002\0003\0004\000",
24769                   /* Values */
24770                   "\062\000\005Unknown\000Other\000None\000Basic\000Digest\000",
24771                   /* ArrayType */
24772                   "\005Indexed",
24773                   /* ModelCorrespondence */
24774                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AuthenticationMechanismDescriptions\000",
24775                   0,
24776               };
24777               
24778               static SourceProperty
24779               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported =
24780               {
24781 mike  1.1.2.1     /* flags */
24782                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24783                   /* name */
24784                   "AuthenticationMechanismsSupported",
24785                   /* qualifiers */
24786                   _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported_qualifiers,
24787                   /* type */
24788                   CIMTYPE_UINT16,
24789                   /* subscript */
24790                   0,
24791                   /* value */
24792                   0,
24793               };
24794               
24795               static const char*
24796               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions_qualifiers[] =
24797               {
24798                   /* ArrayType */
24799                   "\005Indexed",
24800                   /* ModelCorrespondence */
24801                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AuthenticationMechanismsSupported\000",
24802 mike  1.1.2.1     0,
24803               };
24804               
24805               static SourceProperty
24806               _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions =
24807               {
24808                   /* flags */
24809                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24810                   /* name */
24811                   "AuthenticationMechanismDescriptions",
24812                   /* qualifiers */
24813                   _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions_qualifiers,
24814                   /* type */
24815                   CIMTYPE_STRING,
24816                   /* subscript */
24817                   0,
24818                   /* value */
24819                   0,
24820               };
24821               
24822               static const char*
24823 mike  1.1.2.1 _CIM_ObjectManagerCommunicationMechanism_Version_qualifiers[] =
24824               {
24825                   0,
24826               };
24827               
24828               static SourceProperty
24829               _CIM_ObjectManagerCommunicationMechanism_Version =
24830               {
24831                   /* flags */
24832                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24833                   /* name */
24834                   "Version",
24835                   /* qualifiers */
24836                   _CIM_ObjectManagerCommunicationMechanism_Version_qualifiers,
24837                   /* type */
24838                   CIMTYPE_STRING,
24839                   /* subscript */
24840                   -1,
24841                   /* value */
24842                   0,
24843               };
24844 mike  1.1.2.1 
24845               static const char*
24846               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes_qualifiers[] =
24847               {
24848                   /* ValueMap */
24849                   "\061\000\0031\0002\0003\000",
24850                   /* Values */
24851                   "\062\000\003Other\000Not Advertised\000SLP\000",
24852                   /* ArrayType */
24853                   "\005Indexed",
24854                   /* ModelCorrespondence */
24855                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AdvertiseTypeDescriptions\000",
24856                   0,
24857               };
24858               
24859               static SourceProperty
24860               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes =
24861               {
24862                   /* flags */
24863                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24864                   /* name */
24865 mike  1.1.2.1     "AdvertiseTypes",
24866                   /* qualifiers */
24867                   _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes_qualifiers,
24868                   /* type */
24869                   CIMTYPE_UINT16,
24870                   /* subscript */
24871                   0,
24872                   /* value */
24873                   0,
24874               };
24875               
24876               static const char*
24877               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions_qualifiers[] =
24878               {
24879                   /* ArrayType */
24880                   "\005Indexed",
24881                   /* ModelCorrespondence */
24882                   "\036\000\001CIM_ObjectManagerCommunicationMechanism.AdvertiseTypes\000",
24883                   0,
24884               };
24885               
24886 mike  1.1.2.1 static SourceProperty
24887               _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions =
24888               {
24889                   /* flags */
24890                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24891                   /* name */
24892                   "AdvertiseTypeDescriptions",
24893                   /* qualifiers */
24894                   _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions_qualifiers,
24895                   /* type */
24896                   CIMTYPE_STRING,
24897                   /* subscript */
24898                   0,
24899                   /* value */
24900                   0,
24901               };
24902               
24903               static SourceFeature*
24904               _CIM_ObjectManagerCommunicationMechanism_features[] =
24905               {
24906                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism,
24907 mike  1.1.2.1     (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription,
24908                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported,
24909                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions,
24910                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported,
24911                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported,
24912                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions,
24913                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_Version,
24914                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes,
24915                   (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions,
24916                   0,
24917               };
24918               
24919               static const char*
24920               __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism_qualifiers[] =
24921               {
24922                   /* UMLPackagePath */
24923                   "\057CIM::Interop",
24924                   /* Version */
24925                   "\0632.13.0",
24926                   0,
24927               };
24928 mike  1.1.2.1 
24929               SourceClass
24930               __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism =
24931               {
24932                   /* flags */
24933                   PEGASUS_FLAG_CLASS,
24934                   /* name */
24935                   "CIM_ObjectManagerCommunicationMechanism",
24936                   /* qualifiers */
24937                   __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism_qualifiers,
24938                   /* superClass */
24939                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
24940                   /* features */
24941                   _CIM_ObjectManagerCommunicationMechanism_features,
24942               };
24943               
24944               //==============================================================================
24945               //
24946               // Class: CIM_ProtocolAdapter
24947               //
24948               //==============================================================================
24949 mike  1.1.2.1 
24950               static const char*
24951               _CIM_ProtocolAdapter_Name_qualifiers[] =
24952               {
24953                   /* Deprecated */
24954                   "\013\000\001CIM_ObjectManagerAdapter.Name\000",
24955                   /* Override */
24956                   "\044Name",
24957                   0,
24958               };
24959               
24960               static SourceProperty
24961               _CIM_ProtocolAdapter_Name =
24962               {
24963                   /* flags */
24964                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
24965                   /* name */
24966                   "Name",
24967                   /* qualifiers */
24968                   _CIM_ProtocolAdapter_Name_qualifiers,
24969                   /* type */
24970 mike  1.1.2.1     CIMTYPE_STRING,
24971                   /* subscript */
24972                   -1,
24973                   /* value */
24974                   0,
24975               };
24976               
24977               static const char*
24978               _CIM_ProtocolAdapter_Handle_qualifiers[] =
24979               {
24980                   /* Deprecated */
24981                   "\013\000\001CIM_ObjectManagerAdapter.Handle\000",
24982                   0,
24983               };
24984               
24985               static SourceProperty
24986               _CIM_ProtocolAdapter_Handle =
24987               {
24988                   /* flags */
24989                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
24990                   /* name */
24991 mike  1.1.2.1     "Handle",
24992                   /* qualifiers */
24993                   _CIM_ProtocolAdapter_Handle_qualifiers,
24994                   /* type */
24995                   CIMTYPE_STRING,
24996                   /* subscript */
24997                   -1,
24998                   /* value */
24999                   0,
25000               };
25001               
25002               static const char*
25003               _CIM_ProtocolAdapter_ProtocolAdapterType_qualifiers[] =
25004               {
25005                   /* Deprecated */
25006                   "\013\000\001CIM_ObjectManagerAdapter.AdapterType\000",
25007                   /* ValueMap */
25008                   "\061\000\0031\0002\0003\000",
25009                   /* Values */
25010                   "\062\000\003Other\000Client\000Provider\000",
25011                   /* ModelCorrespondence */
25012 mike  1.1.2.1     "\036\000\001CIM_ProtocolAdapter.OtherProtocolAdapterType\000",
25013                   0,
25014               };
25015               
25016               static SourceProperty
25017               _CIM_ProtocolAdapter_ProtocolAdapterType =
25018               {
25019                   /* flags */
25020                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25021                   /* name */
25022                   "ProtocolAdapterType",
25023                   /* qualifiers */
25024                   _CIM_ProtocolAdapter_ProtocolAdapterType_qualifiers,
25025                   /* type */
25026                   CIMTYPE_UINT16,
25027                   /* subscript */
25028                   -1,
25029                   /* value */
25030                   0,
25031               };
25032               
25033 mike  1.1.2.1 static const char*
25034               _CIM_ProtocolAdapter_OtherProtocolAdapterType_qualifiers[] =
25035               {
25036                   /* Deprecated */
25037                   "\013\000\001CIM_ObjectManagerAdapter.OtherAdapterTypeDescription\000",
25038                   /* ModelCorrespondence */
25039                   "\036\000\001CIM_ProtocolAdapter.ProtocolAdapterType\000",
25040                   0,
25041               };
25042               
25043               static SourceProperty
25044               _CIM_ProtocolAdapter_OtherProtocolAdapterType =
25045               {
25046                   /* flags */
25047                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
25048                   /* name */
25049                   "OtherProtocolAdapterType",
25050                   /* qualifiers */
25051                   _CIM_ProtocolAdapter_OtherProtocolAdapterType_qualifiers,
25052                   /* type */
25053                   CIMTYPE_STRING,
25054 mike  1.1.2.1     /* subscript */
25055                   -1,
25056                   /* value */
25057                   0,
25058               };
25059               
25060               static SourceFeature*
25061               _CIM_ProtocolAdapter_features[] =
25062               {
25063                   (SourceFeature*)&_CIM_ProtocolAdapter_Name,
25064                   (SourceFeature*)&_CIM_ProtocolAdapter_Handle,
25065                   (SourceFeature*)&_CIM_ProtocolAdapter_ProtocolAdapterType,
25066                   (SourceFeature*)&_CIM_ProtocolAdapter_OtherProtocolAdapterType,
25067                   0,
25068               };
25069               
25070               static const char*
25071               __root_PG_InterOp_CIM_ProtocolAdapter_qualifiers[] =
25072               {
25073                   /* Deprecated */
25074                   "\013\000\001CIM_ObjectManagerAdapter\000",
25075 mike  1.1.2.1     /* UMLPackagePath */
25076                   "\057CIM::Interop",
25077                   /* Version */
25078                   "\0632.8.0",
25079                   0,
25080               };
25081               
25082               SourceClass
25083               __root_PG_InterOp_CIM_ProtocolAdapter =
25084               {
25085                   /* flags */
25086                   PEGASUS_FLAG_CLASS,
25087                   /* name */
25088                   "CIM_ProtocolAdapter",
25089                   /* qualifiers */
25090                   __root_PG_InterOp_CIM_ProtocolAdapter_qualifiers,
25091                   /* superClass */
25092                   &__root_PG_InterOp_CIM_WBEMService,
25093                   /* features */
25094                   _CIM_ProtocolAdapter_features,
25095               };
25096 mike  1.1.2.1 
25097               //==============================================================================
25098               //
25099               // Class: CIM_CIMXMLCommunicationMechanism
25100               //
25101               //==============================================================================
25102               
25103               static const char*
25104               _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism_qualifiers[] =
25105               {
25106                   /* Override */
25107                   "\044CommunicationMechanism",
25108                   /* ValueMap */
25109                   "\061\000\0012\000",
25110                   /* Values */
25111                   "\062\000\001CIM-XML\000",
25112                   0,
25113               };
25114               
25115               static SourceProperty
25116               _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism =
25117 mike  1.1.2.1 {
25118                   /* flags */
25119                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25120                   /* name */
25121                   "CommunicationMechanism",
25122                   /* qualifiers */
25123                   _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism_qualifiers,
25124                   /* type */
25125                   CIMTYPE_UINT16,
25126                   /* subscript */
25127                   -1,
25128                   /* value */
25129                   "\000\002",
25130               };
25131               
25132               static const char*
25133               _CIM_CIMXMLCommunicationMechanism_Version_qualifiers[] =
25134               {
25135                   /* Override */
25136                   "\044Version",
25137                   /* ValueMap */
25138 mike  1.1.2.1     "\061\000\0031.0\0001.1\0001.2\000",
25139                   0,
25140               };
25141               
25142               static SourceProperty
25143               _CIM_CIMXMLCommunicationMechanism_Version =
25144               {
25145                   /* flags */
25146                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25147                   /* name */
25148                   "Version",
25149                   /* qualifiers */
25150                   _CIM_CIMXMLCommunicationMechanism_Version_qualifiers,
25151                   /* type */
25152                   CIMTYPE_STRING,
25153                   /* subscript */
25154                   -1,
25155                   /* value */
25156                   0,
25157               };
25158               
25159 mike  1.1.2.1 static const char*
25160               _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion_qualifiers[] =
25161               {
25162                   /* Deprecated */
25163                   "\013\000\001CIM_CIMXMLCommunicationMechanism.Version\000",
25164                   /* ValueMap */
25165                   "\061\000\0020\0001\000",
25166                   /* Values */
25167                   "\062\000\002Unknown\0001.0\000",
25168                   0,
25169               };
25170               
25171               static SourceProperty
25172               _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion =
25173               {
25174                   /* flags */
25175                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25176                   /* name */
25177                   "CIMXMLProtocolVersion",
25178                   /* qualifiers */
25179                   _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion_qualifiers,
25180 mike  1.1.2.1     /* type */
25181                   CIMTYPE_UINT16,
25182                   /* subscript */
25183                   -1,
25184                   /* value */
25185                   0,
25186               };
25187               
25188               static const char*
25189               _CIM_CIMXMLCommunicationMechanism_CIMValidated_qualifiers[] =
25190               {
25191                   0,
25192               };
25193               
25194               static SourceProperty
25195               _CIM_CIMXMLCommunicationMechanism_CIMValidated =
25196               {
25197                   /* flags */
25198                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25199                   /* name */
25200                   "CIMValidated",
25201 mike  1.1.2.1     /* qualifiers */
25202                   _CIM_CIMXMLCommunicationMechanism_CIMValidated_qualifiers,
25203                   /* type */
25204                   CIMTYPE_BOOLEAN,
25205                   /* subscript */
25206                   -1,
25207                   /* value */
25208                   0,
25209               };
25210               
25211               static SourceFeature*
25212               _CIM_CIMXMLCommunicationMechanism_features[] =
25213               {
25214                   (SourceFeature*)&_CIM_CIMXMLCommunicationMechanism_CommunicationMechanism,
25215                   (SourceFeature*)&_CIM_CIMXMLCommunicationMechanism_Version,
25216                   (SourceFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion,
25217                   (SourceFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMValidated,
25218                   0,
25219               };
25220               
25221               static const char*
25222 mike  1.1.2.1 __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism_qualifiers[] =
25223               {
25224                   /* UMLPackagePath */
25225                   "\057CIM::Interop",
25226                   /* Version */
25227                   "\0632.8.0",
25228                   0,
25229               };
25230               
25231               SourceClass
25232               __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism =
25233               {
25234                   /* flags */
25235                   PEGASUS_FLAG_CLASS,
25236                   /* name */
25237                   "CIM_CIMXMLCommunicationMechanism",
25238                   /* qualifiers */
25239                   __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism_qualifiers,
25240                   /* superClass */
25241                   &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
25242                   /* features */
25243 mike  1.1.2.1     _CIM_CIMXMLCommunicationMechanism_features,
25244               };
25245               
25246               //==============================================================================
25247               //
25248               // Class: CIM_CommMechanismForAdapter
25249               //
25250               //==============================================================================
25251               
25252               static const char*
25253               _CIM_CommMechanismForAdapter_Antecedent_qualifiers[] =
25254               {
25255                   /* Deprecated */
25256                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter.Antecedent\000",
25257                   /* Override */
25258                   "\044Antecedent",
25259                   0,
25260               };
25261               
25262               static SourceReference
25263               _CIM_CommMechanismForAdapter_Antecedent =
25264 mike  1.1.2.1 {
25265                   /* flags */
25266                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
25267                   /* name */
25268                   "Antecedent",
25269                   /* qualifiers */
25270                   _CIM_CommMechanismForAdapter_Antecedent_qualifiers,
25271                   /* subscript */
25272                   -1,
25273                   /* refClassId */
25274                   &__root_PG_InterOp_CIM_ProtocolAdapter,
25275               };
25276               
25277               static const char*
25278               _CIM_CommMechanismForAdapter_Dependent_qualifiers[] =
25279               {
25280                   /* Deprecated */
25281                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter.Dependent\000",
25282                   /* Override */
25283                   "\044Dependent",
25284                   /* Min */
25285 mike  1.1.2.1     "\033\000\000\000\001",
25286                   0,
25287               };
25288               
25289               static SourceReference
25290               _CIM_CommMechanismForAdapter_Dependent =
25291               {
25292                   /* flags */
25293                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
25294                   /* name */
25295                   "Dependent",
25296                   /* qualifiers */
25297                   _CIM_CommMechanismForAdapter_Dependent_qualifiers,
25298                   /* subscript */
25299                   -1,
25300                   /* refClassId */
25301                   &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
25302               };
25303               
25304               static SourceFeature*
25305               _CIM_CommMechanismForAdapter_features[] =
25306 mike  1.1.2.1 {
25307                   (SourceFeature*)&_CIM_CommMechanismForAdapter_Antecedent,
25308                   (SourceFeature*)&_CIM_CommMechanismForAdapter_Dependent,
25309                   0,
25310               };
25311               
25312               static const char*
25313               __root_PG_InterOp_CIM_CommMechanismForAdapter_qualifiers[] =
25314               {
25315                   /* Deprecated */
25316                   "\013\000\001CIM_CommMechanismForObjectManagerAdapter\000",
25317                   /* UMLPackagePath */
25318                   "\057CIM::Interop",
25319                   /* Version */
25320                   "\0632.8.0",
25321                   0,
25322               };
25323               
25324               SourceClass
25325               __root_PG_InterOp_CIM_CommMechanismForAdapter =
25326               {
25327 mike  1.1.2.1     /* flags */
25328                   PEGASUS_FLAG_ASSOCIATION,
25329                   /* name */
25330                   "CIM_CommMechanismForAdapter",
25331                   /* qualifiers */
25332                   __root_PG_InterOp_CIM_CommMechanismForAdapter_qualifiers,
25333                   /* superClass */
25334                   &__root_PG_InterOp_CIM_Dependency,
25335                   /* features */
25336                   _CIM_CommMechanismForAdapter_features,
25337               };
25338               
25339               //==============================================================================
25340               //
25341               // Class: CIM_CommMechanismForManager
25342               //
25343               //==============================================================================
25344               
25345               static const char*
25346               _CIM_CommMechanismForManager_Antecedent_qualifiers[] =
25347               {
25348 mike  1.1.2.1     /* Override */
25349                   "\044Antecedent",
25350                   /* Min */
25351                   "\033\000\000\000\001",
25352                   /* Max */
25353                   "\027\000\000\000\001",
25354                   0,
25355               };
25356               
25357               static SourceReference
25358               _CIM_CommMechanismForManager_Antecedent =
25359               {
25360                   /* flags */
25361                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
25362                   /* name */
25363                   "Antecedent",
25364                   /* qualifiers */
25365                   _CIM_CommMechanismForManager_Antecedent_qualifiers,
25366                   /* subscript */
25367                   -1,
25368                   /* refClassId */
25369 mike  1.1.2.1     &__root_PG_InterOp_CIM_ObjectManager,
25370               };
25371               
25372               static const char*
25373               _CIM_CommMechanismForManager_Dependent_qualifiers[] =
25374               {
25375                   /* Override */
25376                   "\044Dependent",
25377                   /* Min */
25378                   "\033\000\000\000\001",
25379                   0,
25380               };
25381               
25382               static SourceReference
25383               _CIM_CommMechanismForManager_Dependent =
25384               {
25385                   /* flags */
25386                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
25387                   /* name */
25388                   "Dependent",
25389                   /* qualifiers */
25390 mike  1.1.2.1     _CIM_CommMechanismForManager_Dependent_qualifiers,
25391                   /* subscript */
25392                   -1,
25393                   /* refClassId */
25394                   &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
25395               };
25396               
25397               static SourceFeature*
25398               _CIM_CommMechanismForManager_features[] =
25399               {
25400                   (SourceFeature*)&_CIM_CommMechanismForManager_Antecedent,
25401                   (SourceFeature*)&_CIM_CommMechanismForManager_Dependent,
25402                   0,
25403               };
25404               
25405               static const char*
25406               __root_PG_InterOp_CIM_CommMechanismForManager_qualifiers[] =
25407               {
25408                   /* UMLPackagePath */
25409                   "\057CIM::Interop",
25410                   /* Version */
25411 mike  1.1.2.1     "\0632.6.0",
25412                   0,
25413               };
25414               
25415               SourceClass
25416               __root_PG_InterOp_CIM_CommMechanismForManager =
25417               {
25418                   /* flags */
25419                   PEGASUS_FLAG_ASSOCIATION,
25420                   /* name */
25421                   "CIM_CommMechanismForManager",
25422                   /* qualifiers */
25423                   __root_PG_InterOp_CIM_CommMechanismForManager_qualifiers,
25424                   /* superClass */
25425                   &__root_PG_InterOp_CIM_ServiceAccessBySAP,
25426                   /* features */
25427                   _CIM_CommMechanismForManager_features,
25428               };
25429               
25430               //==============================================================================
25431               //
25432 mike  1.1.2.1 // Class: CIM_CommMechanismForObjectManagerAdapter
25433               //
25434               //==============================================================================
25435               
25436               static const char*
25437               _CIM_CommMechanismForObjectManagerAdapter_Antecedent_qualifiers[] =
25438               {
25439                   /* Override */
25440                   "\044Antecedent",
25441                   0,
25442               };
25443               
25444               static SourceReference
25445               _CIM_CommMechanismForObjectManagerAdapter_Antecedent =
25446               {
25447                   /* flags */
25448                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
25449                   /* name */
25450                   "Antecedent",
25451                   /* qualifiers */
25452                   _CIM_CommMechanismForObjectManagerAdapter_Antecedent_qualifiers,
25453 mike  1.1.2.1     /* subscript */
25454                   -1,
25455                   /* refClassId */
25456                   &__root_PG_InterOp_CIM_ObjectManagerAdapter,
25457               };
25458               
25459               static const char*
25460               _CIM_CommMechanismForObjectManagerAdapter_Dependent_qualifiers[] =
25461               {
25462                   /* Override */
25463                   "\044Dependent",
25464                   /* Min */
25465                   "\033\000\000\000\001",
25466                   0,
25467               };
25468               
25469               static SourceReference
25470               _CIM_CommMechanismForObjectManagerAdapter_Dependent =
25471               {
25472                   /* flags */
25473                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
25474 mike  1.1.2.1     /* name */
25475                   "Dependent",
25476                   /* qualifiers */
25477                   _CIM_CommMechanismForObjectManagerAdapter_Dependent_qualifiers,
25478                   /* subscript */
25479                   -1,
25480                   /* refClassId */
25481                   &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
25482               };
25483               
25484               static SourceFeature*
25485               _CIM_CommMechanismForObjectManagerAdapter_features[] =
25486               {
25487                   (SourceFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Antecedent,
25488                   (SourceFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Dependent,
25489                   0,
25490               };
25491               
25492               static const char*
25493               __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter_qualifiers[] =
25494               {
25495 mike  1.1.2.1     /* UMLPackagePath */
25496                   "\057CIM::Interop",
25497                   /* Version */
25498                   "\0632.8.0",
25499                   0,
25500               };
25501               
25502               SourceClass
25503               __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter =
25504               {
25505                   /* flags */
25506                   PEGASUS_FLAG_ASSOCIATION,
25507                   /* name */
25508                   "CIM_CommMechanismForObjectManagerAdapter",
25509                   /* qualifiers */
25510                   __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter_qualifiers,
25511                   /* superClass */
25512                   &__root_PG_InterOp_CIM_Dependency,
25513                   /* features */
25514                   _CIM_CommMechanismForObjectManagerAdapter_features,
25515               };
25516 mike  1.1.2.1 
25517               //==============================================================================
25518               //
25519               // Class: CIM_NamespaceInManager
25520               //
25521               //==============================================================================
25522               
25523               static const char*
25524               _CIM_NamespaceInManager_Antecedent_qualifiers[] =
25525               {
25526                   /* Override */
25527                   "\044Antecedent",
25528                   /* Min */
25529                   "\033\000\000\000\001",
25530                   /* Max */
25531                   "\027\000\000\000\001",
25532                   0,
25533               };
25534               
25535               static SourceReference
25536               _CIM_NamespaceInManager_Antecedent =
25537 mike  1.1.2.1 {
25538                   /* flags */
25539                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,
25540                   /* name */
25541                   "Antecedent",
25542                   /* qualifiers */
25543                   _CIM_NamespaceInManager_Antecedent_qualifiers,
25544                   /* subscript */
25545                   -1,
25546                   /* refClassId */
25547                   &__root_PG_InterOp_CIM_ObjectManager,
25548               };
25549               
25550               static const char*
25551               _CIM_NamespaceInManager_Dependent_qualifiers[] =
25552               {
25553                   /* Override */
25554                   "\044Dependent",
25555                   0,
25556               };
25557               
25558 mike  1.1.2.1 static SourceReference
25559               _CIM_NamespaceInManager_Dependent =
25560               {
25561                   /* flags */
25562                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
25563                   /* name */
25564                   "Dependent",
25565                   /* qualifiers */
25566                   _CIM_NamespaceInManager_Dependent_qualifiers,
25567                   /* subscript */
25568                   -1,
25569                   /* refClassId */
25570                   &__root_PG_InterOp_CIM_Namespace,
25571               };
25572               
25573               static SourceFeature*
25574               _CIM_NamespaceInManager_features[] =
25575               {
25576                   (SourceFeature*)&_CIM_NamespaceInManager_Antecedent,
25577                   (SourceFeature*)&_CIM_NamespaceInManager_Dependent,
25578                   0,
25579 mike  1.1.2.1 };
25580               
25581               static const char*
25582               __root_PG_InterOp_CIM_NamespaceInManager_qualifiers[] =
25583               {
25584                   /* UMLPackagePath */
25585                   "\057CIM::Interop",
25586                   /* Version */
25587                   "\0632.7.0",
25588                   0,
25589               };
25590               
25591               SourceClass
25592               __root_PG_InterOp_CIM_NamespaceInManager =
25593               {
25594                   /* flags */
25595                   PEGASUS_FLAG_ASSOCIATION,
25596                   /* name */
25597                   "CIM_NamespaceInManager",
25598                   /* qualifiers */
25599                   __root_PG_InterOp_CIM_NamespaceInManager_qualifiers,
25600 mike  1.1.2.1     /* superClass */
25601                   &__root_PG_InterOp_CIM_HostedDependency,
25602                   /* features */
25603                   _CIM_NamespaceInManager_features,
25604               };
25605               
25606               //==============================================================================
25607               //
25608               // Class: PG_IndicationHandlerSNMPMapper
25609               //
25610               //==============================================================================
25611               
25612               static const char*
25613               _PG_IndicationHandlerSNMPMapper_TargetHost_qualifiers[] =
25614               {
25615                   0,
25616               };
25617               
25618               static SourceProperty
25619               _PG_IndicationHandlerSNMPMapper_TargetHost =
25620               {
25621 mike  1.1.2.1     /* flags */
25622                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25623                   /* name */
25624                   "TargetHost",
25625                   /* qualifiers */
25626                   _PG_IndicationHandlerSNMPMapper_TargetHost_qualifiers,
25627                   /* type */
25628                   CIMTYPE_STRING,
25629                   /* subscript */
25630                   -1,
25631                   /* value */
25632                   0,
25633               };
25634               
25635               static const char*
25636               _PG_IndicationHandlerSNMPMapper_TargetHostFormat_qualifiers[] =
25637               {
25638                   /* ValueMap */
25639                   "\061\000\0051\0002\0003\0004\0005..65535\000",
25640                   /* Values */
25641                   "\062\000\005Other\000Host Name\000IPV4 Address\000IPV6 Address\000Pegasus Reserved\000",
25642 mike  1.1.2.1     /* ModelCorrespondence */
25643                   "\036\000\001PG_IndicationHandlerSNMPMapper.OtherTargetHostFormat\000",
25644                   0,
25645               };
25646               
25647               static SourceProperty
25648               _PG_IndicationHandlerSNMPMapper_TargetHostFormat =
25649               {
25650                   /* flags */
25651                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25652                   /* name */
25653                   "TargetHostFormat",
25654                   /* qualifiers */
25655                   _PG_IndicationHandlerSNMPMapper_TargetHostFormat_qualifiers,
25656                   /* type */
25657                   CIMTYPE_UINT16,
25658                   /* subscript */
25659                   -1,
25660                   /* value */
25661                   0,
25662               };
25663 mike  1.1.2.1 
25664               static const char*
25665               _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat_qualifiers[] =
25666               {
25667                   /* ModelCorrespondence */
25668                   "\036\000\001PG_IndicationHandlerSNMPMapper.TargetHostFormat\000",
25669                   0,
25670               };
25671               
25672               static SourceProperty
25673               _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat =
25674               {
25675                   /* flags */
25676                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
25677                   /* name */
25678                   "OtherTargetHostFormat",
25679                   /* qualifiers */
25680                   _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat_qualifiers,
25681                   /* type */
25682                   CIMTYPE_STRING,
25683                   /* subscript */
25684 mike  1.1.2.1     -1,
25685                   /* value */
25686                   0,
25687               };
25688               
25689               static const char*
25690               _PG_IndicationHandlerSNMPMapper_PortNumber_qualifiers[] =
25691               {
25692                   0,
25693               };
25694               
25695               static SourceProperty
25696               _PG_IndicationHandlerSNMPMapper_PortNumber =
25697               {
25698                   /* flags */
25699                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
25700                   /* name */
25701                   "PortNumber",
25702                   /* qualifiers */
25703                   _PG_IndicationHandlerSNMPMapper_PortNumber_qualifiers,
25704                   /* type */
25705 mike  1.1.2.1     CIMTYPE_UINT32,
25706                   /* subscript */
25707                   -1,
25708                   /* value */
25709                   "\000\000\000\242",
25710               };
25711               
25712               static const char*
25713               _PG_IndicationHandlerSNMPMapper_SNMPVersion_qualifiers[] =
25714               {
25715                   /* ValueMap */
25716                   "\061\000\0062\0003\0004\0005\0006\0007..65535\000",
25717                   /* Values */
25718                   "\062\000\006SNMPv1 Trap\000SNMPv2C Trap\000SNMPv2C Inform\000SNMPv3 Trap\000SNMPv3 Inform\000Pegasus Reserved\000",
25719                   0,
25720               };
25721               
25722               static SourceProperty
25723               _PG_IndicationHandlerSNMPMapper_SNMPVersion =
25724               {
25725                   /* flags */
25726 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25727                   /* name */
25728                   "SNMPVersion",
25729                   /* qualifiers */
25730                   _PG_IndicationHandlerSNMPMapper_SNMPVersion_qualifiers,
25731                   /* type */
25732                   CIMTYPE_UINT16,
25733                   /* subscript */
25734                   -1,
25735                   /* value */
25736                   0,
25737               };
25738               
25739               static const char*
25740               _PG_IndicationHandlerSNMPMapper_SNMPSecurityName_qualifiers[] =
25741               {
25742                   /* ModelCorrespondence */
25743                   "\036\000\001PG_IndicationHandlerSNMPMapper.SNMPVersion\000",
25744                   0,
25745               };
25746               
25747 mike  1.1.2.1 static SourceProperty
25748               _PG_IndicationHandlerSNMPMapper_SNMPSecurityName =
25749               {
25750                   /* flags */
25751                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
25752                   /* name */
25753                   "SNMPSecurityName",
25754                   /* qualifiers */
25755                   _PG_IndicationHandlerSNMPMapper_SNMPSecurityName_qualifiers,
25756                   /* type */
25757                   CIMTYPE_STRING,
25758                   /* subscript */
25759                   -1,
25760                   /* value */
25761                   0,
25762               };
25763               
25764               static const char*
25765               _PG_IndicationHandlerSNMPMapper_SNMPEngineID_qualifiers[] =
25766               {
25767                   0,
25768 mike  1.1.2.1 };
25769               
25770               static SourceProperty
25771               _PG_IndicationHandlerSNMPMapper_SNMPEngineID =
25772               {
25773                   /* flags */
25774                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
25775                   /* name */
25776                   "SNMPEngineID",
25777                   /* qualifiers */
25778                   _PG_IndicationHandlerSNMPMapper_SNMPEngineID_qualifiers,
25779                   /* type */
25780                   CIMTYPE_STRING,
25781                   /* subscript */
25782                   -1,
25783                   /* value */
25784                   0,
25785               };
25786               
25787               static SourceFeature*
25788               _PG_IndicationHandlerSNMPMapper_features[] =
25789 mike  1.1.2.1 {
25790                   (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHost,
25791                   (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHostFormat,
25792                   (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat,
25793                   (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_PortNumber,
25794                   (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPVersion,
25795                   (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPSecurityName,
25796                   (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPEngineID,
25797                   0,
25798               };
25799               
25800               static const char*
25801               __root_PG_InterOp_PG_IndicationHandlerSNMPMapper_qualifiers[] =
25802               {
25803                   0,
25804               };
25805               
25806               SourceClass
25807               __root_PG_InterOp_PG_IndicationHandlerSNMPMapper =
25808               {
25809                   /* flags */
25810 mike  1.1.2.1     PEGASUS_FLAG_CLASS,
25811                   /* name */
25812                   "PG_IndicationHandlerSNMPMapper",
25813                   /* qualifiers */
25814                   __root_PG_InterOp_PG_IndicationHandlerSNMPMapper_qualifiers,
25815                   /* superClass */
25816                   &__root_PG_InterOp_CIM_IndicationHandler,
25817                   /* features */
25818                   _PG_IndicationHandlerSNMPMapper_features,
25819               };
25820               
25821               //==============================================================================
25822               //
25823               // Class: PG_ListenerDestinationSystemLog
25824               //
25825               //==============================================================================
25826               
25827               static SourceFeature*
25828               _PG_ListenerDestinationSystemLog_features[] =
25829               {
25830                   0,
25831 mike  1.1.2.1 };
25832               
25833               static const char*
25834               __root_PG_InterOp_PG_ListenerDestinationSystemLog_qualifiers[] =
25835               {
25836                   0,
25837               };
25838               
25839               SourceClass
25840               __root_PG_InterOp_PG_ListenerDestinationSystemLog =
25841               {
25842                   /* flags */
25843                   PEGASUS_FLAG_CLASS,
25844                   /* name */
25845                   "PG_ListenerDestinationSystemLog",
25846                   /* qualifiers */
25847                   __root_PG_InterOp_PG_ListenerDestinationSystemLog_qualifiers,
25848                   /* superClass */
25849                   &__root_PG_InterOp_CIM_ListenerDestination,
25850                   /* features */
25851                   _PG_ListenerDestinationSystemLog_features,
25852 mike  1.1.2.1 };
25853               
25854               //==============================================================================
25855               //
25856               // Class: PG_ListenerDestinationEmail
25857               //
25858               //==============================================================================
25859               
25860               static const char*
25861               _PG_ListenerDestinationEmail_MailTo_qualifiers[] =
25862               {
25863                   0,
25864               };
25865               
25866               static SourceProperty
25867               _PG_ListenerDestinationEmail_MailTo =
25868               {
25869                   /* flags */
25870                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25871                   /* name */
25872                   "MailTo",
25873 mike  1.1.2.1     /* qualifiers */
25874                   _PG_ListenerDestinationEmail_MailTo_qualifiers,
25875                   /* type */
25876                   CIMTYPE_STRING,
25877                   /* subscript */
25878                   0,
25879                   /* value */
25880                   0,
25881               };
25882               
25883               static const char*
25884               _PG_ListenerDestinationEmail_MailCc_qualifiers[] =
25885               {
25886                   0,
25887               };
25888               
25889               static SourceProperty
25890               _PG_ListenerDestinationEmail_MailCc =
25891               {
25892                   /* flags */
25893                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
25894 mike  1.1.2.1     /* name */
25895                   "MailCc",
25896                   /* qualifiers */
25897                   _PG_ListenerDestinationEmail_MailCc_qualifiers,
25898                   /* type */
25899                   CIMTYPE_STRING,
25900                   /* subscript */
25901                   0,
25902                   /* value */
25903                   0,
25904               };
25905               
25906               static const char*
25907               _PG_ListenerDestinationEmail_MailSubject_qualifiers[] =
25908               {
25909                   0,
25910               };
25911               
25912               static SourceProperty
25913               _PG_ListenerDestinationEmail_MailSubject =
25914               {
25915 mike  1.1.2.1     /* flags */
25916                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
25917                   /* name */
25918                   "MailSubject",
25919                   /* qualifiers */
25920                   _PG_ListenerDestinationEmail_MailSubject_qualifiers,
25921                   /* type */
25922                   CIMTYPE_STRING,
25923                   /* subscript */
25924                   -1,
25925                   /* value */
25926                   0,
25927               };
25928               
25929               static SourceFeature*
25930               _PG_ListenerDestinationEmail_features[] =
25931               {
25932                   (SourceFeature*)&_PG_ListenerDestinationEmail_MailTo,
25933                   (SourceFeature*)&_PG_ListenerDestinationEmail_MailCc,
25934                   (SourceFeature*)&_PG_ListenerDestinationEmail_MailSubject,
25935                   0,
25936 mike  1.1.2.1 };
25937               
25938               static const char*
25939               __root_PG_InterOp_PG_ListenerDestinationEmail_qualifiers[] =
25940               {
25941                   0,
25942               };
25943               
25944               SourceClass
25945               __root_PG_InterOp_PG_ListenerDestinationEmail =
25946               {
25947                   /* flags */
25948                   PEGASUS_FLAG_CLASS,
25949                   /* name */
25950                   "PG_ListenerDestinationEmail",
25951                   /* qualifiers */
25952                   __root_PG_InterOp_PG_ListenerDestinationEmail_qualifiers,
25953                   /* superClass */
25954                   &__root_PG_InterOp_CIM_ListenerDestination,
25955                   /* features */
25956                   _PG_ListenerDestinationEmail_features,
25957 mike  1.1.2.1 };
25958               
25959               //==============================================================================
25960               //
25961               // Class: PG_ProviderModule
25962               //
25963               //==============================================================================
25964               
25965               static const char*
25966               _PG_ProviderModule_Name_qualifiers[] =
25967               {
25968                   /* Override */
25969                   "\044Name",
25970                   0,
25971               };
25972               
25973               static SourceProperty
25974               _PG_ProviderModule_Name =
25975               {
25976                   /* flags */
25977                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
25978 mike  1.1.2.1     /* name */
25979                   "Name",
25980                   /* qualifiers */
25981                   _PG_ProviderModule_Name_qualifiers,
25982                   /* type */
25983                   CIMTYPE_STRING,
25984                   /* subscript */
25985                   -1,
25986                   /* value */
25987                   0,
25988               };
25989               
25990               static const char*
25991               _PG_ProviderModule_Vendor_qualifiers[] =
25992               {
25993                   0,
25994               };
25995               
25996               static SourceProperty
25997               _PG_ProviderModule_Vendor =
25998               {
25999 mike  1.1.2.1     /* flags */
26000                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26001                   /* name */
26002                   "Vendor",
26003                   /* qualifiers */
26004                   _PG_ProviderModule_Vendor_qualifiers,
26005                   /* type */
26006                   CIMTYPE_STRING,
26007                   /* subscript */
26008                   -1,
26009                   /* value */
26010                   0,
26011               };
26012               
26013               static const char*
26014               _PG_ProviderModule_Version_qualifiers[] =
26015               {
26016                   0,
26017               };
26018               
26019               static SourceProperty
26020 mike  1.1.2.1 _PG_ProviderModule_Version =
26021               {
26022                   /* flags */
26023                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26024                   /* name */
26025                   "Version",
26026                   /* qualifiers */
26027                   _PG_ProviderModule_Version_qualifiers,
26028                   /* type */
26029                   CIMTYPE_STRING,
26030                   /* subscript */
26031                   -1,
26032                   /* value */
26033                   0,
26034               };
26035               
26036               static const char*
26037               _PG_ProviderModule_InterfaceType_qualifiers[] =
26038               {
26039                   0,
26040               };
26041 mike  1.1.2.1 
26042               static SourceProperty
26043               _PG_ProviderModule_InterfaceType =
26044               {
26045                   /* flags */
26046                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26047                   /* name */
26048                   "InterfaceType",
26049                   /* qualifiers */
26050                   _PG_ProviderModule_InterfaceType_qualifiers,
26051                   /* type */
26052                   CIMTYPE_STRING,
26053                   /* subscript */
26054                   -1,
26055                   /* value */
26056                   0,
26057               };
26058               
26059               static const char*
26060               _PG_ProviderModule_InterfaceVersion_qualifiers[] =
26061               {
26062 mike  1.1.2.1     0,
26063               };
26064               
26065               static SourceProperty
26066               _PG_ProviderModule_InterfaceVersion =
26067               {
26068                   /* flags */
26069                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26070                   /* name */
26071                   "InterfaceVersion",
26072                   /* qualifiers */
26073                   _PG_ProviderModule_InterfaceVersion_qualifiers,
26074                   /* type */
26075                   CIMTYPE_STRING,
26076                   /* subscript */
26077                   -1,
26078                   /* value */
26079                   0,
26080               };
26081               
26082               static const char*
26083 mike  1.1.2.1 _PG_ProviderModule_Location_qualifiers[] =
26084               {
26085                   0,
26086               };
26087               
26088               static SourceProperty
26089               _PG_ProviderModule_Location =
26090               {
26091                   /* flags */
26092                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26093                   /* name */
26094                   "Location",
26095                   /* qualifiers */
26096                   _PG_ProviderModule_Location_qualifiers,
26097                   /* type */
26098                   CIMTYPE_STRING,
26099                   /* subscript */
26100                   -1,
26101                   /* value */
26102                   0,
26103               };
26104 mike  1.1.2.1 
26105               static const char*
26106               _PG_ProviderModule_UserContext_qualifiers[] =
26107               {
26108                   /* ValueMap */
26109                   "\061\000\0042\0003\0004\0005\000",
26110                   /* Values */
26111                   "\062\000\004Requestor\000Designated User\000Privileged User\000CIM Server\000",
26112                   0,
26113               };
26114               
26115               static SourceProperty
26116               _PG_ProviderModule_UserContext =
26117               {
26118                   /* flags */
26119                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26120                   /* name */
26121                   "UserContext",
26122                   /* qualifiers */
26123                   _PG_ProviderModule_UserContext_qualifiers,
26124                   /* type */
26125 mike  1.1.2.1     CIMTYPE_UINT16,
26126                   /* subscript */
26127                   -1,
26128                   /* value */
26129                   0,
26130               };
26131               
26132               static const char*
26133               _PG_ProviderModule_DesignatedUserContext_qualifiers[] =
26134               {
26135                   0,
26136               };
26137               
26138               static SourceProperty
26139               _PG_ProviderModule_DesignatedUserContext =
26140               {
26141                   /* flags */
26142                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26143                   /* name */
26144                   "DesignatedUserContext",
26145                   /* qualifiers */
26146 mike  1.1.2.1     _PG_ProviderModule_DesignatedUserContext_qualifiers,
26147                   /* type */
26148                   CIMTYPE_STRING,
26149                   /* subscript */
26150                   -1,
26151                   /* value */
26152                   0,
26153               };
26154               
26155               static const char*
26156               _PG_ProviderModule_OperationalStatus_qualifiers[] =
26157               {
26158                   /* ValueMap */
26159                   "\061\000\0160\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\000",
26160                   /* Values */
26161                   "\062\000\016Unknown\000Other\000OK\000Degraded\000Stressed\000Predictive Failure\000Error\000Non-Recoverable Error\000Starting\000Stopping\000Stopped\000In Service\000No Contact\000Lost Communication\000",
26162                   /* ModelCorrespondence */
26163                   "\036\000\001CIM_ManagedSystemElement.OtherStatusDescription\000",
26164                   0,
26165               };
26166               
26167 mike  1.1.2.1 static SourceProperty
26168               _PG_ProviderModule_OperationalStatus =
26169               {
26170                   /* flags */
26171                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26172                   /* name */
26173                   "OperationalStatus",
26174                   /* qualifiers */
26175                   _PG_ProviderModule_OperationalStatus_qualifiers,
26176                   /* type */
26177                   CIMTYPE_UINT16,
26178                   /* subscript */
26179                   0,
26180                   /* value */
26181                   0,
26182               };
26183               
26184               static const char*
26185               _PG_ProviderModule_OtherStatusDescription_qualifiers[] =
26186               {
26187                   /* ModelCorrespondence */
26188 mike  1.1.2.1     "\036\000\001CIM_ManagedSystemElement.OperationalStatus\000",
26189                   0,
26190               };
26191               
26192               static SourceProperty
26193               _PG_ProviderModule_OtherStatusDescription =
26194               {
26195                   /* flags */
26196                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26197                   /* name */
26198                   "OtherStatusDescription",
26199                   /* qualifiers */
26200                   _PG_ProviderModule_OtherStatusDescription_qualifiers,
26201                   /* type */
26202                   CIMTYPE_STRING,
26203                   /* subscript */
26204                   -1,
26205                   /* value */
26206                   0,
26207               };
26208               
26209 mike  1.1.2.1 static SourceProperty*
26210               _PG_ProviderModule_start_parameters[] =
26211               {
26212                   0,
26213               };
26214               
26215               static const char*
26216               _PG_ProviderModule_start_qualifiers[] =
26217               {
26218                   0,
26219               };
26220               
26221               static SourceMethod
26222               _PG_ProviderModule_start =
26223               {
26224                   /* flags */
26225                   PEGASUS_FLAG_METHOD,
26226                   /* name */
26227                   "PG_ProviderModule",
26228                   /* qualifiers */
26229                   _PG_ProviderModule_start_qualifiers,
26230 mike  1.1.2.1     /* type */
26231                   CIMTYPE_UINT32,
26232                   /* parameters */
26233                   _PG_ProviderModule_start_parameters,
26234               };
26235               
26236               static SourceProperty*
26237               _PG_ProviderModule_stop_parameters[] =
26238               {
26239                   0,
26240               };
26241               
26242               static const char*
26243               _PG_ProviderModule_stop_qualifiers[] =
26244               {
26245                   0,
26246               };
26247               
26248               static SourceMethod
26249               _PG_ProviderModule_stop =
26250               {
26251 mike  1.1.2.1     /* flags */
26252                   PEGASUS_FLAG_METHOD,
26253                   /* name */
26254                   "PG_ProviderModule",
26255                   /* qualifiers */
26256                   _PG_ProviderModule_stop_qualifiers,
26257                   /* type */
26258                   CIMTYPE_UINT32,
26259                   /* parameters */
26260                   _PG_ProviderModule_stop_parameters,
26261               };
26262               
26263               static SourceFeature*
26264               _PG_ProviderModule_features[] =
26265               {
26266                   (SourceFeature*)&_PG_ProviderModule_Name,
26267                   (SourceFeature*)&_PG_ProviderModule_Vendor,
26268                   (SourceFeature*)&_PG_ProviderModule_Version,
26269                   (SourceFeature*)&_PG_ProviderModule_InterfaceType,
26270                   (SourceFeature*)&_PG_ProviderModule_InterfaceVersion,
26271                   (SourceFeature*)&_PG_ProviderModule_Location,
26272 mike  1.1.2.1     (SourceFeature*)&_PG_ProviderModule_UserContext,
26273                   (SourceFeature*)&_PG_ProviderModule_DesignatedUserContext,
26274                   (SourceFeature*)&_PG_ProviderModule_OperationalStatus,
26275                   (SourceFeature*)&_PG_ProviderModule_OtherStatusDescription,
26276                   (SourceFeature*)&_PG_ProviderModule_start,
26277                   (SourceFeature*)&_PG_ProviderModule_stop,
26278                   0,
26279               };
26280               
26281               static const char*
26282               __root_PG_InterOp_PG_ProviderModule_qualifiers[] =
26283               {
26284                   /* Version */
26285                   "\0632.5.0",
26286                   0,
26287               };
26288               
26289               SourceClass
26290               __root_PG_InterOp_PG_ProviderModule =
26291               {
26292                   /* flags */
26293 mike  1.1.2.1     PEGASUS_FLAG_CLASS,
26294                   /* name */
26295                   "PG_ProviderModule",
26296                   /* qualifiers */
26297                   __root_PG_InterOp_PG_ProviderModule_qualifiers,
26298                   /* superClass */
26299                   &__root_PG_InterOp_CIM_LogicalElement,
26300                   /* features */
26301                   _PG_ProviderModule_features,
26302               };
26303               
26304               //==============================================================================
26305               //
26306               // Class: PG_Provider
26307               //
26308               //==============================================================================
26309               
26310               static const char*
26311               _PG_Provider_ProviderModuleName_qualifiers[] =
26312               {
26313                   /* Propagated */
26314 mike  1.1.2.1     "\045PG_ProviderModule.Name",
26315                   0,
26316               };
26317               
26318               static SourceProperty
26319               _PG_Provider_ProviderModuleName =
26320               {
26321                   /* flags */
26322                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
26323                   /* name */
26324                   "ProviderModuleName",
26325                   /* qualifiers */
26326                   _PG_Provider_ProviderModuleName_qualifiers,
26327                   /* type */
26328                   CIMTYPE_STRING,
26329                   /* subscript */
26330                   -1,
26331                   /* value */
26332                   0,
26333               };
26334               
26335 mike  1.1.2.1 static const char*
26336               _PG_Provider_Name_qualifiers[] =
26337               {
26338                   /* Override */
26339                   "\044Name",
26340                   0,
26341               };
26342               
26343               static SourceProperty
26344               _PG_Provider_Name =
26345               {
26346                   /* flags */
26347                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
26348                   /* name */
26349                   "Name",
26350                   /* qualifiers */
26351                   _PG_Provider_Name_qualifiers,
26352                   /* type */
26353                   CIMTYPE_STRING,
26354                   /* subscript */
26355                   -1,
26356 mike  1.1.2.1     /* value */
26357                   0,
26358               };
26359               
26360               static SourceFeature*
26361               _PG_Provider_features[] =
26362               {
26363                   (SourceFeature*)&_PG_Provider_ProviderModuleName,
26364                   (SourceFeature*)&_PG_Provider_Name,
26365                   0,
26366               };
26367               
26368               static const char*
26369               __root_PG_InterOp_PG_Provider_qualifiers[] =
26370               {
26371                   /* Version */
26372                   "\0632.2.0",
26373                   0,
26374               };
26375               
26376               SourceClass
26377 mike  1.1.2.1 __root_PG_InterOp_PG_Provider =
26378               {
26379                   /* flags */
26380                   PEGASUS_FLAG_CLASS,
26381                   /* name */
26382                   "PG_Provider",
26383                   /* qualifiers */
26384                   __root_PG_InterOp_PG_Provider_qualifiers,
26385                   /* superClass */
26386                   &__root_PG_InterOp_CIM_LogicalElement,
26387                   /* features */
26388                   _PG_Provider_features,
26389               };
26390               
26391               //==============================================================================
26392               //
26393               // Class: PG_Capabilities
26394               //
26395               //==============================================================================
26396               
26397               static const char*
26398 mike  1.1.2.1 _PG_Capabilities_ProviderModuleName_qualifiers[] =
26399               {
26400                   /* Propagated */
26401                   "\045PG_Provider.ProviderModuleName",
26402                   0,
26403               };
26404               
26405               static SourceProperty
26406               _PG_Capabilities_ProviderModuleName =
26407               {
26408                   /* flags */
26409                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
26410                   /* name */
26411                   "ProviderModuleName",
26412                   /* qualifiers */
26413                   _PG_Capabilities_ProviderModuleName_qualifiers,
26414                   /* type */
26415                   CIMTYPE_STRING,
26416                   /* subscript */
26417                   -1,
26418                   /* value */
26419 mike  1.1.2.1     0,
26420               };
26421               
26422               static const char*
26423               _PG_Capabilities_ProviderName_qualifiers[] =
26424               {
26425                   /* Propagated */
26426                   "\045PG_Provider.Name",
26427                   0,
26428               };
26429               
26430               static SourceProperty
26431               _PG_Capabilities_ProviderName =
26432               {
26433                   /* flags */
26434                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
26435                   /* name */
26436                   "ProviderName",
26437                   /* qualifiers */
26438                   _PG_Capabilities_ProviderName_qualifiers,
26439                   /* type */
26440 mike  1.1.2.1     CIMTYPE_STRING,
26441                   /* subscript */
26442                   -1,
26443                   /* value */
26444                   0,
26445               };
26446               
26447               static const char*
26448               _PG_Capabilities_CapabilityID_qualifiers[] =
26449               {
26450                   0,
26451               };
26452               
26453               static SourceProperty
26454               _PG_Capabilities_CapabilityID =
26455               {
26456                   /* flags */
26457                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
26458                   /* name */
26459                   "CapabilityID",
26460                   /* qualifiers */
26461 mike  1.1.2.1     _PG_Capabilities_CapabilityID_qualifiers,
26462                   /* type */
26463                   CIMTYPE_STRING,
26464                   /* subscript */
26465                   -1,
26466                   /* value */
26467                   0,
26468               };
26469               
26470               static SourceFeature*
26471               _PG_Capabilities_features[] =
26472               {
26473                   (SourceFeature*)&_PG_Capabilities_ProviderModuleName,
26474                   (SourceFeature*)&_PG_Capabilities_ProviderName,
26475                   (SourceFeature*)&_PG_Capabilities_CapabilityID,
26476                   0,
26477               };
26478               
26479               static const char*
26480               __root_PG_InterOp_PG_Capabilities_qualifiers[] =
26481               {
26482 mike  1.1.2.1     /* Version */
26483                   "\0632.6.0",
26484                   0,
26485               };
26486               
26487               SourceClass
26488               __root_PG_InterOp_PG_Capabilities =
26489               {
26490                   /* flags */
26491                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
26492                   /* name */
26493                   "PG_Capabilities",
26494                   /* qualifiers */
26495                   __root_PG_InterOp_PG_Capabilities_qualifiers,
26496                   /* superClass */
26497                   &__root_PG_InterOp_CIM_ManagedElement,
26498                   /* features */
26499                   _PG_Capabilities_features,
26500               };
26501               
26502               //==============================================================================
26503 mike  1.1.2.1 //
26504               // Class: PG_CapabilitiesRegistration
26505               //
26506               //==============================================================================
26507               
26508               static const char*
26509               _PG_CapabilitiesRegistration_ProviderType_qualifiers[] =
26510               {
26511                   /* ArrayType */
26512                   "\005Indexed",
26513                   /* ValueMap */
26514                   "\061\000\0062\0003\0004\0005\0006\0007\000",
26515                   /* Values */
26516                   "\062\000\006Instance\000Association\000Indication\000Method\000IndicationConsumer\000InstanceQuery\000",
26517                   0,
26518               };
26519               
26520               static SourceProperty
26521               _PG_CapabilitiesRegistration_ProviderType =
26522               {
26523                   /* flags */
26524 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26525                   /* name */
26526                   "ProviderType",
26527                   /* qualifiers */
26528                   _PG_CapabilitiesRegistration_ProviderType_qualifiers,
26529                   /* type */
26530                   CIMTYPE_UINT16,
26531                   /* subscript */
26532                   0,
26533                   /* value */
26534                   0,
26535               };
26536               
26537               static SourceFeature*
26538               _PG_CapabilitiesRegistration_features[] =
26539               {
26540                   (SourceFeature*)&_PG_CapabilitiesRegistration_ProviderType,
26541                   0,
26542               };
26543               
26544               static const char*
26545 mike  1.1.2.1 __root_PG_InterOp_PG_CapabilitiesRegistration_qualifiers[] =
26546               {
26547                   /* Version */
26548                   "\0632.6.0",
26549                   0,
26550               };
26551               
26552               SourceClass
26553               __root_PG_InterOp_PG_CapabilitiesRegistration =
26554               {
26555                   /* flags */
26556                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
26557                   /* name */
26558                   "PG_CapabilitiesRegistration",
26559                   /* qualifiers */
26560                   __root_PG_InterOp_PG_CapabilitiesRegistration_qualifiers,
26561                   /* superClass */
26562                   &__root_PG_InterOp_PG_Capabilities,
26563                   /* features */
26564                   _PG_CapabilitiesRegistration_features,
26565               };
26566 mike  1.1.2.1 
26567               //==============================================================================
26568               //
26569               // Class: PG_ProviderCapabilities
26570               //
26571               //==============================================================================
26572               
26573               static const char*
26574               _PG_ProviderCapabilities_ClassName_qualifiers[] =
26575               {
26576                   0,
26577               };
26578               
26579               static SourceProperty
26580               _PG_ProviderCapabilities_ClassName =
26581               {
26582                   /* flags */
26583                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26584                   /* name */
26585                   "ClassName",
26586                   /* qualifiers */
26587 mike  1.1.2.1     _PG_ProviderCapabilities_ClassName_qualifiers,
26588                   /* type */
26589                   CIMTYPE_STRING,
26590                   /* subscript */
26591                   -1,
26592                   /* value */
26593                   0,
26594               };
26595               
26596               static const char*
26597               _PG_ProviderCapabilities_Namespaces_qualifiers[] =
26598               {
26599                   0,
26600               };
26601               
26602               static SourceProperty
26603               _PG_ProviderCapabilities_Namespaces =
26604               {
26605                   /* flags */
26606                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26607                   /* name */
26608 mike  1.1.2.1     "Namespaces",
26609                   /* qualifiers */
26610                   _PG_ProviderCapabilities_Namespaces_qualifiers,
26611                   /* type */
26612                   CIMTYPE_STRING,
26613                   /* subscript */
26614                   0,
26615                   /* value */
26616                   0,
26617               };
26618               
26619               static const char*
26620               _PG_ProviderCapabilities_SupportedProperties_qualifiers[] =
26621               {
26622                   /* ModelCorrespondence */
26623                   "\036\000\001PG_ProviderCapabilities.ClassName\000",
26624                   0,
26625               };
26626               
26627               static SourceProperty
26628               _PG_ProviderCapabilities_SupportedProperties =
26629 mike  1.1.2.1 {
26630                   /* flags */
26631                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26632                   /* name */
26633                   "SupportedProperties",
26634                   /* qualifiers */
26635                   _PG_ProviderCapabilities_SupportedProperties_qualifiers,
26636                   /* type */
26637                   CIMTYPE_STRING,
26638                   /* subscript */
26639                   0,
26640                   /* value */
26641                   0,
26642               };
26643               
26644               static const char*
26645               _PG_ProviderCapabilities_SupportedMethods_qualifiers[] =
26646               {
26647                   /* ModelCorrespondence */
26648                   "\036\000\001PG_ProviderCapabilities.ClassName \000",
26649                   0,
26650 mike  1.1.2.1 };
26651               
26652               static SourceProperty
26653               _PG_ProviderCapabilities_SupportedMethods =
26654               {
26655                   /* flags */
26656                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26657                   /* name */
26658                   "SupportedMethods",
26659                   /* qualifiers */
26660                   _PG_ProviderCapabilities_SupportedMethods_qualifiers,
26661                   /* type */
26662                   CIMTYPE_STRING,
26663                   /* subscript */
26664                   0,
26665                   /* value */
26666                   0,
26667               };
26668               
26669               static SourceFeature*
26670               _PG_ProviderCapabilities_features[] =
26671 mike  1.1.2.1 {
26672                   (SourceFeature*)&_PG_ProviderCapabilities_ClassName,
26673                   (SourceFeature*)&_PG_ProviderCapabilities_Namespaces,
26674                   (SourceFeature*)&_PG_ProviderCapabilities_SupportedProperties,
26675                   (SourceFeature*)&_PG_ProviderCapabilities_SupportedMethods,
26676                   0,
26677               };
26678               
26679               static const char*
26680               __root_PG_InterOp_PG_ProviderCapabilities_qualifiers[] =
26681               {
26682                   /* Version */
26683                   "\0632.3.0",
26684                   0,
26685               };
26686               
26687               SourceClass
26688               __root_PG_InterOp_PG_ProviderCapabilities =
26689               {
26690                   /* flags */
26691                   PEGASUS_FLAG_CLASS,
26692 mike  1.1.2.1     /* name */
26693                   "PG_ProviderCapabilities",
26694                   /* qualifiers */
26695                   __root_PG_InterOp_PG_ProviderCapabilities_qualifiers,
26696                   /* superClass */
26697                   &__root_PG_InterOp_PG_CapabilitiesRegistration,
26698                   /* features */
26699                   _PG_ProviderCapabilities_features,
26700               };
26701               
26702               //==============================================================================
26703               //
26704               // Class: PG_ConsumerCapabilities
26705               //
26706               //==============================================================================
26707               
26708               static const char*
26709               _PG_ConsumerCapabilities_Destinations_qualifiers[] =
26710               {
26711                   0,
26712               };
26713 mike  1.1.2.1 
26714               static SourceProperty
26715               _PG_ConsumerCapabilities_Destinations =
26716               {
26717                   /* flags */
26718                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
26719                   /* name */
26720                   "Destinations",
26721                   /* qualifiers */
26722                   _PG_ConsumerCapabilities_Destinations_qualifiers,
26723                   /* type */
26724                   CIMTYPE_STRING,
26725                   /* subscript */
26726                   0,
26727                   /* value */
26728                   0,
26729               };
26730               
26731               static SourceFeature*
26732               _PG_ConsumerCapabilities_features[] =
26733               {
26734 mike  1.1.2.1     (SourceFeature*)&_PG_ConsumerCapabilities_Destinations,
26735                   0,
26736               };
26737               
26738               static const char*
26739               __root_PG_InterOp_PG_ConsumerCapabilities_qualifiers[] =
26740               {
26741                   /* Version */
26742                   "\0632.3.0",
26743                   0,
26744               };
26745               
26746               SourceClass
26747               __root_PG_InterOp_PG_ConsumerCapabilities =
26748               {
26749                   /* flags */
26750                   PEGASUS_FLAG_CLASS,
26751                   /* name */
26752                   "PG_ConsumerCapabilities",
26753                   /* qualifiers */
26754                   __root_PG_InterOp_PG_ConsumerCapabilities_qualifiers,
26755 mike  1.1.2.1     /* superClass */
26756                   &__root_PG_InterOp_PG_CapabilitiesRegistration,
26757                   /* features */
26758                   _PG_ConsumerCapabilities_features,
26759               };
26760               
26761               //==============================================================================
26762               //
26763               // Class: PG_ProviderCapabilitiesElements
26764               //
26765               //==============================================================================
26766               
26767               static const char*
26768               _PG_ProviderCapabilitiesElements_Antecedent_qualifiers[] =
26769               {
26770                   /* Override */
26771                   "\044Antecedent",
26772                   /* Min */
26773                   "\033\000\000\000\001",
26774                   /* Max */
26775                   "\027\000\000\000\001",
26776 mike  1.1.2.1     0,
26777               };
26778               
26779               static SourceReference
26780               _PG_ProviderCapabilitiesElements_Antecedent =
26781               {
26782                   /* flags */
26783                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
26784                   /* name */
26785                   "Antecedent",
26786                   /* qualifiers */
26787                   _PG_ProviderCapabilitiesElements_Antecedent_qualifiers,
26788                   /* subscript */
26789                   -1,
26790                   /* refClassId */
26791                   &__root_PG_InterOp_PG_Provider,
26792               };
26793               
26794               static const char*
26795               _PG_ProviderCapabilitiesElements_Dependent_qualifiers[] =
26796               {
26797 mike  1.1.2.1     /* Override */
26798                   "\044Dependent",
26799                   0,
26800               };
26801               
26802               static SourceReference
26803               _PG_ProviderCapabilitiesElements_Dependent =
26804               {
26805                   /* flags */
26806                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
26807                   /* name */
26808                   "Dependent",
26809                   /* qualifiers */
26810                   _PG_ProviderCapabilitiesElements_Dependent_qualifiers,
26811                   /* subscript */
26812                   -1,
26813                   /* refClassId */
26814                   &__root_PG_InterOp_PG_CapabilitiesRegistration,
26815               };
26816               
26817               static SourceFeature*
26818 mike  1.1.2.1 _PG_ProviderCapabilitiesElements_features[] =
26819               {
26820                   (SourceFeature*)&_PG_ProviderCapabilitiesElements_Antecedent,
26821                   (SourceFeature*)&_PG_ProviderCapabilitiesElements_Dependent,
26822                   0,
26823               };
26824               
26825               static const char*
26826               __root_PG_InterOp_PG_ProviderCapabilitiesElements_qualifiers[] =
26827               {
26828                   /* Version */
26829                   "\0632.4.0",
26830                   0,
26831               };
26832               
26833               SourceClass
26834               __root_PG_InterOp_PG_ProviderCapabilitiesElements =
26835               {
26836                   /* flags */
26837                   PEGASUS_FLAG_ASSOCIATION,
26838                   /* name */
26839 mike  1.1.2.1     "PG_ProviderCapabilitiesElements",
26840                   /* qualifiers */
26841                   __root_PG_InterOp_PG_ProviderCapabilitiesElements_qualifiers,
26842                   /* superClass */
26843                   &__root_PG_InterOp_CIM_Dependency,
26844                   /* features */
26845                   _PG_ProviderCapabilitiesElements_features,
26846               };
26847               
26848               //==============================================================================
26849               //
26850               // Class: PG_ProviderModuleElements
26851               //
26852               //==============================================================================
26853               
26854               static const char*
26855               _PG_ProviderModuleElements_Antecedent_qualifiers[] =
26856               {
26857                   /* Override */
26858                   "\044Antecedent",
26859                   /* Min */
26860 mike  1.1.2.1     "\033\000\000\000\001",
26861                   /* Max */
26862                   "\027\000\000\000\001",
26863                   0,
26864               };
26865               
26866               static SourceReference
26867               _PG_ProviderModuleElements_Antecedent =
26868               {
26869                   /* flags */
26870                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,
26871                   /* name */
26872                   "Antecedent",
26873                   /* qualifiers */
26874                   _PG_ProviderModuleElements_Antecedent_qualifiers,
26875                   /* subscript */
26876                   -1,
26877                   /* refClassId */
26878                   &__root_PG_InterOp_PG_ProviderModule,
26879               };
26880               
26881 mike  1.1.2.1 static const char*
26882               _PG_ProviderModuleElements_Dependent_qualifiers[] =
26883               {
26884                   /* Override */
26885                   "\044Dependent",
26886                   0,
26887               };
26888               
26889               static SourceReference
26890               _PG_ProviderModuleElements_Dependent =
26891               {
26892                   /* flags */
26893                   PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,
26894                   /* name */
26895                   "Dependent",
26896                   /* qualifiers */
26897                   _PG_ProviderModuleElements_Dependent_qualifiers,
26898                   /* subscript */
26899                   -1,
26900                   /* refClassId */
26901                   &__root_PG_InterOp_PG_Provider,
26902 mike  1.1.2.1 };
26903               
26904               static SourceFeature*
26905               _PG_ProviderModuleElements_features[] =
26906               {
26907                   (SourceFeature*)&_PG_ProviderModuleElements_Antecedent,
26908                   (SourceFeature*)&_PG_ProviderModuleElements_Dependent,
26909                   0,
26910               };
26911               
26912               static const char*
26913               __root_PG_InterOp_PG_ProviderModuleElements_qualifiers[] =
26914               {
26915                   /* Version */
26916                   "\0632.0.0",
26917                   0,
26918               };
26919               
26920               SourceClass
26921               __root_PG_InterOp_PG_ProviderModuleElements =
26922               {
26923 mike  1.1.2.1     /* flags */
26924                   PEGASUS_FLAG_ASSOCIATION,
26925                   /* name */
26926                   "PG_ProviderModuleElements",
26927                   /* qualifiers */
26928                   __root_PG_InterOp_PG_ProviderModuleElements_qualifiers,
26929                   /* superClass */
26930                   &__root_PG_InterOp_CIM_Dependency,
26931                   /* features */
26932                   _PG_ProviderModuleElements_features,
26933               };
26934               
26935               //==============================================================================
26936               //
26937               // Class: PG_CIMXMLCommunicationMechanism
26938               //
26939               //==============================================================================
26940               
26941               static const char*
26942               _PG_CIMXMLCommunicationMechanism_namespaceType_qualifiers[] =
26943               {
26944 mike  1.1.2.1     /* Deprecated */
26945                   "\013\000\001PG_CIMXMLCommunicationMechanism.namespaceAccessProtocol\000",
26946                   0,
26947               };
26948               
26949               static SourceProperty
26950               _PG_CIMXMLCommunicationMechanism_namespaceType =
26951               {
26952                   /* flags */
26953                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26954                   /* name */
26955                   "namespaceType",
26956                   /* qualifiers */
26957                   _PG_CIMXMLCommunicationMechanism_namespaceType_qualifiers,
26958                   /* type */
26959                   CIMTYPE_STRING,
26960                   /* subscript */
26961                   -1,
26962                   /* value */
26963                   0,
26964               };
26965 mike  1.1.2.1 
26966               static const char*
26967               _PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol_qualifiers[] =
26968               {
26969                   /* ValueMap */
26970                   "\061\000\0040\0002\0003\0004..100\000",
26971                   /* Values */
26972                   "\062\000\004Unknown\000http\000https\000Pegasus Reserved\000",
26973                   0,
26974               };
26975               
26976               static SourceProperty
26977               _PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol =
26978               {
26979                   /* flags */
26980                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
26981                   /* name */
26982                   "namespaceAccessProtocol",
26983                   /* qualifiers */
26984                   _PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol_qualifiers,
26985                   /* type */
26986 mike  1.1.2.1     CIMTYPE_UINT16,
26987                   /* subscript */
26988                   -1,
26989                   /* value */
26990                   0,
26991               };
26992               
26993               static const char*
26994               _PG_CIMXMLCommunicationMechanism_IPAddress_qualifiers[] =
26995               {
26996                   0,
26997               };
26998               
26999               static SourceProperty
27000               _PG_CIMXMLCommunicationMechanism_IPAddress =
27001               {
27002                   /* flags */
27003                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27004                   /* name */
27005                   "IPAddress",
27006                   /* qualifiers */
27007 mike  1.1.2.1     _PG_CIMXMLCommunicationMechanism_IPAddress_qualifiers,
27008                   /* type */
27009                   CIMTYPE_STRING,
27010                   /* subscript */
27011                   -1,
27012                   /* value */
27013                   0,
27014               };
27015               
27016               static SourceFeature*
27017               _PG_CIMXMLCommunicationMechanism_features[] =
27018               {
27019                   (SourceFeature*)&_PG_CIMXMLCommunicationMechanism_namespaceType,
27020                   (SourceFeature*)&_PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol,
27021                   (SourceFeature*)&_PG_CIMXMLCommunicationMechanism_IPAddress,
27022                   0,
27023               };
27024               
27025               static const char*
27026               __root_PG_InterOp_PG_CIMXMLCommunicationMechanism_qualifiers[] =
27027               {
27028 mike  1.1.2.1     /* Version */
27029                   "\0632.1.0",
27030                   0,
27031               };
27032               
27033               SourceClass
27034               __root_PG_InterOp_PG_CIMXMLCommunicationMechanism =
27035               {
27036                   /* flags */
27037                   PEGASUS_FLAG_CLASS,
27038                   /* name */
27039                   "PG_CIMXMLCommunicationMechanism",
27040                   /* qualifiers */
27041                   __root_PG_InterOp_PG_CIMXMLCommunicationMechanism_qualifiers,
27042                   /* superClass */
27043                   &__root_PG_InterOp_CIM_CIMXMLCommunicationMechanism,
27044                   /* features */
27045                   _PG_CIMXMLCommunicationMechanism_features,
27046               };
27047               
27048               //==============================================================================
27049 mike  1.1.2.1 //
27050               // Class: PG_NameSpace
27051               //
27052               //==============================================================================
27053               
27054               static const char*
27055               _PG_NameSpace_SchemaUpdatesAllowed_qualifiers[] =
27056               {
27057                   0,
27058               };
27059               
27060               static SourceProperty
27061               _PG_NameSpace_SchemaUpdatesAllowed =
27062               {
27063                   /* flags */
27064                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27065                   /* name */
27066                   "SchemaUpdatesAllowed",
27067                   /* qualifiers */
27068                   _PG_NameSpace_SchemaUpdatesAllowed_qualifiers,
27069                   /* type */
27070 mike  1.1.2.1     CIMTYPE_BOOLEAN,
27071                   /* subscript */
27072                   -1,
27073                   /* value */
27074                   "\001",
27075               };
27076               
27077               static const char*
27078               _PG_NameSpace_IsShareable_qualifiers[] =
27079               {
27080                   0,
27081               };
27082               
27083               static SourceProperty
27084               _PG_NameSpace_IsShareable =
27085               {
27086                   /* flags */
27087                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27088                   /* name */
27089                   "IsShareable",
27090                   /* qualifiers */
27091 mike  1.1.2.1     _PG_NameSpace_IsShareable_qualifiers,
27092                   /* type */
27093                   CIMTYPE_BOOLEAN,
27094                   /* subscript */
27095                   -1,
27096                   /* value */
27097                   "\000",
27098               };
27099               
27100               static const char*
27101               _PG_NameSpace_ParentNamespace_qualifiers[] =
27102               {
27103                   0,
27104               };
27105               
27106               static SourceProperty
27107               _PG_NameSpace_ParentNamespace =
27108               {
27109                   /* flags */
27110                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27111                   /* name */
27112 mike  1.1.2.1     "ParentNamespace",
27113                   /* qualifiers */
27114                   _PG_NameSpace_ParentNamespace_qualifiers,
27115                   /* type */
27116                   CIMTYPE_STRING,
27117                   /* subscript */
27118                   -1,
27119                   /* value */
27120                   0,
27121               };
27122               
27123               static SourceFeature*
27124               _PG_NameSpace_features[] =
27125               {
27126                   (SourceFeature*)&_PG_NameSpace_SchemaUpdatesAllowed,
27127                   (SourceFeature*)&_PG_NameSpace_IsShareable,
27128                   (SourceFeature*)&_PG_NameSpace_ParentNamespace,
27129                   0,
27130               };
27131               
27132               static const char*
27133 mike  1.1.2.1 __root_PG_InterOp_PG_NameSpace_qualifiers[] =
27134               {
27135                   /* Version */
27136                   "\0632.0.1",
27137                   0,
27138               };
27139               
27140               SourceClass
27141               __root_PG_InterOp_PG_NameSpace =
27142               {
27143                   /* flags */
27144                   PEGASUS_FLAG_CLASS,
27145                   /* name */
27146                   "PG_NameSpace",
27147                   /* qualifiers */
27148                   __root_PG_InterOp_PG_NameSpace_qualifiers,
27149                   /* superClass */
27150                   &__root_PG_InterOp_CIM_Namespace,
27151                   /* features */
27152                   _PG_NameSpace_features,
27153               };
27154 mike  1.1.2.1 
27155               //==============================================================================
27156               //
27157               // Class: CIM_ComputerSystem
27158               //
27159               //==============================================================================
27160               
27161               static const char*
27162               _CIM_ComputerSystem_NameFormat_qualifiers[] =
27163               {
27164                   /* Override */
27165                   "\044NameFormat",
27166                   /* ValueMap */
27167                   "\061\000\016Other\000IP\000Dial\000HID\000NWA\000HWA\000X25\000ISDN\000IPX\000DCC\000ICD\000E.164\000SNA\000OID/OSI\000",
27168                   0,
27169               };
27170               
27171               static SourceProperty
27172               _CIM_ComputerSystem_NameFormat =
27173               {
27174                   /* flags */
27175 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27176                   /* name */
27177                   "NameFormat",
27178                   /* qualifiers */
27179                   _CIM_ComputerSystem_NameFormat_qualifiers,
27180                   /* type */
27181                   CIMTYPE_STRING,
27182                   /* subscript */
27183                   -1,
27184                   /* value */
27185                   0,
27186               };
27187               
27188               static const char*
27189               _CIM_ComputerSystem_OtherIdentifyingInfo_qualifiers[] =
27190               {
27191                   /* MaxLen */
27192                   "\030\000\000\001\000",
27193                   /* ArrayType */
27194                   "\005Indexed",
27195                   /* ModelCorrespondence */
27196 mike  1.1.2.1     "\036\000\001CIM_ComputerSystem.IdentifyingDescriptions\000",
27197                   0,
27198               };
27199               
27200               static SourceProperty
27201               _CIM_ComputerSystem_OtherIdentifyingInfo =
27202               {
27203                   /* flags */
27204                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27205                   /* name */
27206                   "OtherIdentifyingInfo",
27207                   /* qualifiers */
27208                   _CIM_ComputerSystem_OtherIdentifyingInfo_qualifiers,
27209                   /* type */
27210                   CIMTYPE_STRING,
27211                   /* subscript */
27212                   0,
27213                   /* value */
27214                   0,
27215               };
27216               
27217 mike  1.1.2.1 static const char*
27218               _CIM_ComputerSystem_IdentifyingDescriptions_qualifiers[] =
27219               {
27220                   /* ArrayType */
27221                   "\005Indexed",
27222                   /* ModelCorrespondence */
27223                   "\036\000\001CIM_ComputerSystem.OtherIdentifyingInfo\000",
27224                   0,
27225               };
27226               
27227               static SourceProperty
27228               _CIM_ComputerSystem_IdentifyingDescriptions =
27229               {
27230                   /* flags */
27231                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27232                   /* name */
27233                   "IdentifyingDescriptions",
27234                   /* qualifiers */
27235                   _CIM_ComputerSystem_IdentifyingDescriptions_qualifiers,
27236                   /* type */
27237                   CIMTYPE_STRING,
27238 mike  1.1.2.1     /* subscript */
27239                   0,
27240                   /* value */
27241                   0,
27242               };
27243               
27244               static const char*
27245               _CIM_ComputerSystem_Dedicated_qualifiers[] =
27246               {
27247                   /* Values */
27248                   "\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",
27249                   0,
27250               };
27251               
27252               static SourceProperty
27253               _CIM_ComputerSystem_Dedicated =
27254               {
27255                   /* flags */
27256                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27257                   /* name */
27258                   "Dedicated",
27259 mike  1.1.2.1     /* qualifiers */
27260                   _CIM_ComputerSystem_Dedicated_qualifiers,
27261                   /* type */
27262                   CIMTYPE_UINT16,
27263                   /* subscript */
27264                   0,
27265                   /* value */
27266                   0,
27267               };
27268               
27269               static SourceFeature*
27270               _CIM_ComputerSystem_features[] =
27271               {
27272                   (SourceFeature*)&_CIM_ComputerSystem_NameFormat,
27273                   (SourceFeature*)&_CIM_ComputerSystem_OtherIdentifyingInfo,
27274                   (SourceFeature*)&_CIM_ComputerSystem_IdentifyingDescriptions,
27275                   (SourceFeature*)&_CIM_ComputerSystem_Dedicated,
27276                   0,
27277               };
27278               
27279               static const char*
27280 mike  1.1.2.1 __root_PG_InterOp_CIM_ComputerSystem_qualifiers[] =
27281               {
27282                   0,
27283               };
27284               
27285               SourceClass
27286               __root_PG_InterOp_CIM_ComputerSystem =
27287               {
27288                   /* flags */
27289                   PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,
27290                   /* name */
27291                   "CIM_ComputerSystem",
27292                   /* qualifiers */
27293                   __root_PG_InterOp_CIM_ComputerSystem_qualifiers,
27294                   /* superClass */
27295                   &__root_PG_InterOp_CIM_System,
27296                   /* features */
27297                   _CIM_ComputerSystem_features,
27298               };
27299               
27300               //==============================================================================
27301 mike  1.1.2.1 //
27302               // Class: CIM_UnitaryComputerSystem
27303               //
27304               //==============================================================================
27305               
27306               static const char*
27307               _CIM_UnitaryComputerSystem_InitialLoadInfo_qualifiers[] =
27308               {
27309                   0,
27310               };
27311               
27312               static SourceProperty
27313               _CIM_UnitaryComputerSystem_InitialLoadInfo =
27314               {
27315                   /* flags */
27316                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27317                   /* name */
27318                   "InitialLoadInfo",
27319                   /* qualifiers */
27320                   _CIM_UnitaryComputerSystem_InitialLoadInfo_qualifiers,
27321                   /* type */
27322 mike  1.1.2.1     CIMTYPE_STRING,
27323                   /* subscript */
27324                   0,
27325                   /* value */
27326                   0,
27327               };
27328               
27329               static const char*
27330               _CIM_UnitaryComputerSystem_LastLoadInfo_qualifiers[] =
27331               {
27332                   /* MappingStrings */
27333                   "\026\000\003MIB.IETF|HOST-RESOURCES-MIB.hrSystemInitialLoadDevice\000MIB.IETF|HOST-RESOURCES-MIB.hrSystemInitialLoadParameters\000MIF.DMTF|Host System|001.3\000",
27334                   0,
27335               };
27336               
27337               static SourceProperty
27338               _CIM_UnitaryComputerSystem_LastLoadInfo =
27339               {
27340                   /* flags */
27341                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27342                   /* name */
27343 mike  1.1.2.1     "LastLoadInfo",
27344                   /* qualifiers */
27345                   _CIM_UnitaryComputerSystem_LastLoadInfo_qualifiers,
27346                   /* type */
27347                   CIMTYPE_STRING,
27348                   /* subscript */
27349                   -1,
27350                   /* value */
27351                   0,
27352               };
27353               
27354               static const char*
27355               _CIM_UnitaryComputerSystem_PowerManagementSupported_qualifiers[] =
27356               {
27357                   0,
27358               };
27359               
27360               static SourceProperty
27361               _CIM_UnitaryComputerSystem_PowerManagementSupported =
27362               {
27363                   /* flags */
27364 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27365                   /* name */
27366                   "PowerManagementSupported",
27367                   /* qualifiers */
27368                   _CIM_UnitaryComputerSystem_PowerManagementSupported_qualifiers,
27369                   /* type */
27370                   CIMTYPE_BOOLEAN,
27371                   /* subscript */
27372                   -1,
27373                   /* value */
27374                   0,
27375               };
27376               
27377               static const char*
27378               _CIM_UnitaryComputerSystem_PowerState_qualifiers[] =
27379               {
27380                   /* Values */
27381                   "\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",
27382                   0,
27383               };
27384               
27385 mike  1.1.2.1 static SourceProperty
27386               _CIM_UnitaryComputerSystem_PowerState =
27387               {
27388                   /* flags */
27389                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27390                   /* name */
27391                   "PowerState",
27392                   /* qualifiers */
27393                   _CIM_UnitaryComputerSystem_PowerState_qualifiers,
27394                   /* type */
27395                   CIMTYPE_UINT16,
27396                   /* subscript */
27397                   -1,
27398                   /* value */
27399                   0,
27400               };
27401               
27402               static const char*
27403               _CIM_UnitaryComputerSystem_WakeUpType_qualifiers[] =
27404               {
27405                   /* Values */
27406 mike  1.1.2.1     "\062\000\011Reserved\000Other\000Unknown\000APM Timer\000Modem Ring\000LAN Remote\000Power Switch\000PCI PME#\000A/C Power Restored\000",
27407                   0,
27408               };
27409               
27410               static SourceProperty
27411               _CIM_UnitaryComputerSystem_WakeUpType =
27412               {
27413                   /* flags */
27414                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27415                   /* name */
27416                   "WakeUpType",
27417                   /* qualifiers */
27418                   _CIM_UnitaryComputerSystem_WakeUpType_qualifiers,
27419                   /* type */
27420                   CIMTYPE_UINT16,
27421                   /* subscript */
27422                   -1,
27423                   /* value */
27424                   0,
27425               };
27426               
27427 mike  1.1.2.1 static const char*
27428               _CIM_UnitaryComputerSystem_ResetCapability_qualifiers[] =
27429               {
27430                   /* ValueMap */
27431                   "\061\000\0051\0002\0003\0004\0005\000",
27432                   /* Values */
27433                   "\062\000\005Other\000Unknown\000Disabled\000Enabled\000Not Implemented\000",
27434                   /* MappingStrings */
27435                   "\026\000\001MIF.DMTF|System Hardware Security|001.4\000",
27436                   0,
27437               };
27438               
27439               static SourceProperty
27440               _CIM_UnitaryComputerSystem_ResetCapability =
27441               {
27442                   /* flags */
27443                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27444                   /* name */
27445                   "ResetCapability",
27446                   /* qualifiers */
27447                   _CIM_UnitaryComputerSystem_ResetCapability_qualifiers,
27448 mike  1.1.2.1     /* type */
27449                   CIMTYPE_UINT16,
27450                   /* subscript */
27451                   -1,
27452                   /* value */
27453                   0,
27454               };
27455               
27456               static const char*
27457               _CIM_UnitaryComputerSystem_PowerManagementCapabilities_qualifiers[] =
27458               {
27459                   /* Values */
27460                   "\062\000\010Unknown\000Not Supported\000Disabled\000Enabled\000Power Saving Modes Entered Automatically\000Power State Settable\000Power Cycling Supported\000Timed Power On Supported\000",
27461                   /* MappingStrings */
27462                   "\026\000\001MIF.DMTF|System Power Controls|001.2\000",
27463                   0,
27464               };
27465               
27466               static SourceProperty
27467               _CIM_UnitaryComputerSystem_PowerManagementCapabilities =
27468               {
27469 mike  1.1.2.1     /* flags */
27470                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27471                   /* name */
27472                   "PowerManagementCapabilities",
27473                   /* qualifiers */
27474                   _CIM_UnitaryComputerSystem_PowerManagementCapabilities_qualifiers,
27475                   /* type */
27476                   CIMTYPE_UINT16,
27477                   /* subscript */
27478                   0,
27479                   /* value */
27480                   0,
27481               };
27482               
27483               static const char*
27484               _CIM_UnitaryComputerSystem_SetPowerState_PowerState_qualifiers[] =
27485               {
27486                   /* ValueMap */
27487                   "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
27488                   /* Values */
27489                   "\062\000\010Full Power\000Power Save - Low Power Mode\000Power Save - Standby\000Power Save - Other\000Power Cycle\000Power Off\000Hibernate\000Soft Off\000",
27490 mike  1.1.2.1     0,
27491               };
27492               
27493               static SourceProperty
27494               _CIM_UnitaryComputerSystem_SetPowerState_PowerState =
27495               {
27496                   /* flags */
27497                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
27498                   /* name */
27499                   "PowerState",
27500                   /* qualifiers */
27501                   _CIM_UnitaryComputerSystem_SetPowerState_PowerState_qualifiers,
27502                   /* type */
27503                   CIMTYPE_UINT32,
27504                   /* subscript */
27505                   -1,
27506                   /* value */
27507                   0,
27508               };
27509               
27510               static const char*
27511 mike  1.1.2.1 _CIM_UnitaryComputerSystem_SetPowerState_Time_qualifiers[] =
27512               {
27513                   0,
27514               };
27515               
27516               static SourceProperty
27517               _CIM_UnitaryComputerSystem_SetPowerState_Time =
27518               {
27519                   /* flags */
27520                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,
27521                   /* name */
27522                   "Time",
27523                   /* qualifiers */
27524                   _CIM_UnitaryComputerSystem_SetPowerState_Time_qualifiers,
27525                   /* type */
27526                   CIMTYPE_DATETIME,
27527                   /* subscript */
27528                   -1,
27529                   /* value */
27530                   0,
27531               };
27532 mike  1.1.2.1 
27533               static SourceProperty*
27534               _CIM_UnitaryComputerSystem_SetPowerState_parameters[] =
27535               {
27536                   (SourceProperty*)&_CIM_UnitaryComputerSystem_SetPowerState_PowerState,
27537                   (SourceProperty*)&_CIM_UnitaryComputerSystem_SetPowerState_Time,
27538                   0,
27539               };
27540               
27541               static const char*
27542               _CIM_UnitaryComputerSystem_SetPowerState_qualifiers[] =
27543               {
27544                   0,
27545               };
27546               
27547               static SourceMethod
27548               _CIM_UnitaryComputerSystem_SetPowerState =
27549               {
27550                   /* flags */
27551                   PEGASUS_FLAG_METHOD,
27552                   /* name */
27553 mike  1.1.2.1     "CIM_UnitaryComputerSystem",
27554                   /* qualifiers */
27555                   _CIM_UnitaryComputerSystem_SetPowerState_qualifiers,
27556                   /* type */
27557                   CIMTYPE_UINT32,
27558                   /* parameters */
27559                   _CIM_UnitaryComputerSystem_SetPowerState_parameters,
27560               };
27561               
27562               static SourceFeature*
27563               _CIM_UnitaryComputerSystem_features[] =
27564               {
27565                   (SourceFeature*)&_CIM_UnitaryComputerSystem_InitialLoadInfo,
27566                   (SourceFeature*)&_CIM_UnitaryComputerSystem_LastLoadInfo,
27567                   (SourceFeature*)&_CIM_UnitaryComputerSystem_PowerManagementSupported,
27568                   (SourceFeature*)&_CIM_UnitaryComputerSystem_PowerState,
27569                   (SourceFeature*)&_CIM_UnitaryComputerSystem_WakeUpType,
27570                   (SourceFeature*)&_CIM_UnitaryComputerSystem_ResetCapability,
27571                   (SourceFeature*)&_CIM_UnitaryComputerSystem_PowerManagementCapabilities,
27572                   (SourceFeature*)&_CIM_UnitaryComputerSystem_SetPowerState,
27573                   0,
27574 mike  1.1.2.1 };
27575               
27576               static const char*
27577               __root_PG_InterOp_CIM_UnitaryComputerSystem_qualifiers[] =
27578               {
27579                   0,
27580               };
27581               
27582               SourceClass
27583               __root_PG_InterOp_CIM_UnitaryComputerSystem =
27584               {
27585                   /* flags */
27586                   PEGASUS_FLAG_CLASS,
27587                   /* name */
27588                   "CIM_UnitaryComputerSystem",
27589                   /* qualifiers */
27590                   __root_PG_InterOp_CIM_UnitaryComputerSystem_qualifiers,
27591                   /* superClass */
27592                   &__root_PG_InterOp_CIM_ComputerSystem,
27593                   /* features */
27594                   _CIM_UnitaryComputerSystem_features,
27595 mike  1.1.2.1 };
27596               
27597               //==============================================================================
27598               //
27599               // Class: PG_ComputerSystem
27600               //
27601               //==============================================================================
27602               
27603               static const char*
27604               _PG_ComputerSystem_PrimaryOwnerPager_qualifiers[] =
27605               {
27606                   /* MappingStrings */
27607                   "\026\000\001MIF.DMTF|General Information|001.9\000",
27608                   0,
27609               };
27610               
27611               static SourceProperty
27612               _PG_ComputerSystem_PrimaryOwnerPager =
27613               {
27614                   /* flags */
27615                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27616 mike  1.1.2.1     /* name */
27617                   "PrimaryOwnerPager",
27618                   /* qualifiers */
27619                   _PG_ComputerSystem_PrimaryOwnerPager_qualifiers,
27620                   /* type */
27621                   CIMTYPE_STRING,
27622                   /* subscript */
27623                   -1,
27624                   /* value */
27625                   0,
27626               };
27627               
27628               static const char*
27629               _PG_ComputerSystem_SecondaryOwnerName_qualifiers[] =
27630               {
27631                   /* MappingStrings */
27632                   "\026\000\001MIF.DMTF|General Information|001.7\000",
27633                   0,
27634               };
27635               
27636               static SourceProperty
27637 mike  1.1.2.1 _PG_ComputerSystem_SecondaryOwnerName =
27638               {
27639                   /* flags */
27640                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27641                   /* name */
27642                   "SecondaryOwnerName",
27643                   /* qualifiers */
27644                   _PG_ComputerSystem_SecondaryOwnerName_qualifiers,
27645                   /* type */
27646                   CIMTYPE_STRING,
27647                   /* subscript */
27648                   -1,
27649                   /* value */
27650                   0,
27651               };
27652               
27653               static const char*
27654               _PG_ComputerSystem_SecondaryOwnerContact_qualifiers[] =
27655               {
27656                   /* MappingStrings */
27657                   "\026\000\001MIF.DMTF|General Information|001.8\000",
27658 mike  1.1.2.1     0,
27659               };
27660               
27661               static SourceProperty
27662               _PG_ComputerSystem_SecondaryOwnerContact =
27663               {
27664                   /* flags */
27665                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27666                   /* name */
27667                   "SecondaryOwnerContact",
27668                   /* qualifiers */
27669                   _PG_ComputerSystem_SecondaryOwnerContact_qualifiers,
27670                   /* type */
27671                   CIMTYPE_STRING,
27672                   /* subscript */
27673                   -1,
27674                   /* value */
27675                   0,
27676               };
27677               
27678               static const char*
27679 mike  1.1.2.1 _PG_ComputerSystem_SecondaryOwnerPager_qualifiers[] =
27680               {
27681                   /* MappingStrings */
27682                   "\026\000\001MIF.DMTF|General Information|001.10\000",
27683                   0,
27684               };
27685               
27686               static SourceProperty
27687               _PG_ComputerSystem_SecondaryOwnerPager =
27688               {
27689                   /* flags */
27690                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27691                   /* name */
27692                   "SecondaryOwnerPager",
27693                   /* qualifiers */
27694                   _PG_ComputerSystem_SecondaryOwnerPager_qualifiers,
27695                   /* type */
27696                   CIMTYPE_STRING,
27697                   /* subscript */
27698                   -1,
27699                   /* value */
27700 mike  1.1.2.1     0,
27701               };
27702               
27703               static const char*
27704               _PG_ComputerSystem_SerialNumber_qualifiers[] =
27705               {
27706                   /* MappingStrings */
27707                   "\026\000\001MIF.DMTF|General Information|001.13\000",
27708                   0,
27709               };
27710               
27711               static SourceProperty
27712               _PG_ComputerSystem_SerialNumber =
27713               {
27714                   /* flags */
27715                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27716                   /* name */
27717                   "SerialNumber",
27718                   /* qualifiers */
27719                   _PG_ComputerSystem_SerialNumber_qualifiers,
27720                   /* type */
27721 mike  1.1.2.1     CIMTYPE_STRING,
27722                   /* subscript */
27723                   -1,
27724                   /* value */
27725                   0,
27726               };
27727               
27728               static const char*
27729               _PG_ComputerSystem_IdentificationNumber_qualifiers[] =
27730               {
27731                   /* MappingStrings */
27732                   "\026\000\001MIF.DMTF|General Information|001.13\000",
27733                   0,
27734               };
27735               
27736               static SourceProperty
27737               _PG_ComputerSystem_IdentificationNumber =
27738               {
27739                   /* flags */
27740                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27741                   /* name */
27742 mike  1.1.2.1     "IdentificationNumber",
27743                   /* qualifiers */
27744                   _PG_ComputerSystem_IdentificationNumber_qualifiers,
27745                   /* type */
27746                   CIMTYPE_STRING,
27747                   /* subscript */
27748                   -1,
27749                   /* value */
27750                   0,
27751               };
27752               
27753               static SourceFeature*
27754               _PG_ComputerSystem_features[] =
27755               {
27756                   (SourceFeature*)&_PG_ComputerSystem_PrimaryOwnerPager,
27757                   (SourceFeature*)&_PG_ComputerSystem_SecondaryOwnerName,
27758                   (SourceFeature*)&_PG_ComputerSystem_SecondaryOwnerContact,
27759                   (SourceFeature*)&_PG_ComputerSystem_SecondaryOwnerPager,
27760                   (SourceFeature*)&_PG_ComputerSystem_SerialNumber,
27761                   (SourceFeature*)&_PG_ComputerSystem_IdentificationNumber,
27762                   0,
27763 mike  1.1.2.1 };
27764               
27765               static const char*
27766               __root_PG_InterOp_PG_ComputerSystem_qualifiers[] =
27767               {
27768                   /* Version */
27769                   "\0632.2.0",
27770                   0,
27771               };
27772               
27773               SourceClass
27774               __root_PG_InterOp_PG_ComputerSystem =
27775               {
27776                   /* flags */
27777                   PEGASUS_FLAG_CLASS,
27778                   /* name */
27779                   "PG_ComputerSystem",
27780                   /* qualifiers */
27781                   __root_PG_InterOp_PG_ComputerSystem_qualifiers,
27782                   /* superClass */
27783                   &__root_PG_InterOp_CIM_UnitaryComputerSystem,
27784 mike  1.1.2.1     /* features */
27785                   _PG_ComputerSystem_features,
27786               };
27787               
27788               //==============================================================================
27789               //
27790               // Class: PG_ProviderProfileCapabilities
27791               //
27792               //==============================================================================
27793               
27794               static const char*
27795               _PG_ProviderProfileCapabilities_RegisteredProfile_qualifiers[] =
27796               {
27797                   /* ValueMap */
27798                   "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000..\000",
27799                   /* Values */
27800                   "\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",
27801                   0,
27802               };
27803               
27804               static SourceProperty
27805 mike  1.1.2.1 _PG_ProviderProfileCapabilities_RegisteredProfile =
27806               {
27807                   /* flags */
27808                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
27809                   /* name */
27810                   "RegisteredProfile",
27811                   /* qualifiers */
27812                   _PG_ProviderProfileCapabilities_RegisteredProfile_qualifiers,
27813                   /* type */
27814                   CIMTYPE_UINT16,
27815                   /* subscript */
27816                   -1,
27817                   /* value */
27818                   0,
27819               };
27820               
27821               static const char*
27822               _PG_ProviderProfileCapabilities_RegisteredSubProfiles_qualifiers[] =
27823               {
27824                   /* ValueMap */
27825                   "\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",
27826 mike  1.1.2.1     /* Values */
27827                   "\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",
27828                   0,
27829               };
27830               
27831               static SourceProperty
27832               _PG_ProviderProfileCapabilities_RegisteredSubProfiles =
27833               {
27834                   /* flags */
27835                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
27836                   /* name */
27837                   "RegisteredSubProfiles",
27838                   /* qualifiers */
27839                   _PG_ProviderProfileCapabilities_RegisteredSubProfiles_qualifiers,
27840                   /* type */
27841                   CIMTYPE_UINT16,
27842                   /* subscript */
27843                   0,
27844                   /* value */
27845                   0,
27846               };
27847 mike  1.1.2.1 
27848               static const char*
27849               _PG_ProviderProfileCapabilities_ProfileVersion_qualifiers[] =
27850               {
27851                   0,
27852               };
27853               
27854               static SourceProperty
27855               _PG_ProviderProfileCapabilities_ProfileVersion =
27856               {
27857                   /* flags */
27858                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
27859                   /* name */
27860                   "ProfileVersion",
27861                   /* qualifiers */
27862                   _PG_ProviderProfileCapabilities_ProfileVersion_qualifiers,
27863                   /* type */
27864                   CIMTYPE_STRING,
27865                   /* subscript */
27866                   -1,
27867                   /* value */
27868 mike  1.1.2.1     0,
27869               };
27870               
27871               static const char*
27872               _PG_ProviderProfileCapabilities_SubProfileVersions_qualifiers[] =
27873               {
27874                   0,
27875               };
27876               
27877               static SourceProperty
27878               _PG_ProviderProfileCapabilities_SubProfileVersions =
27879               {
27880                   /* flags */
27881                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27882                   /* name */
27883                   "SubProfileVersions",
27884                   /* qualifiers */
27885                   _PG_ProviderProfileCapabilities_SubProfileVersions_qualifiers,
27886                   /* type */
27887                   CIMTYPE_STRING,
27888                   /* subscript */
27889 mike  1.1.2.1     0,
27890                   /* value */
27891                   0,
27892               };
27893               
27894               static const char*
27895               _PG_ProviderProfileCapabilities_OtherRegisteredProfile_qualifiers[] =
27896               {
27897                   0,
27898               };
27899               
27900               static SourceProperty
27901               _PG_ProviderProfileCapabilities_OtherRegisteredProfile =
27902               {
27903                   /* flags */
27904                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27905                   /* name */
27906                   "OtherRegisteredProfile",
27907                   /* qualifiers */
27908                   _PG_ProviderProfileCapabilities_OtherRegisteredProfile_qualifiers,
27909                   /* type */
27910 mike  1.1.2.1     CIMTYPE_STRING,
27911                   /* subscript */
27912                   -1,
27913                   /* value */
27914                   0,
27915               };
27916               
27917               static const char*
27918               _PG_ProviderProfileCapabilities_OtherProfileOrganization_qualifiers[] =
27919               {
27920                   0,
27921               };
27922               
27923               static SourceProperty
27924               _PG_ProviderProfileCapabilities_OtherProfileOrganization =
27925               {
27926                   /* flags */
27927                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27928                   /* name */
27929                   "OtherProfileOrganization",
27930                   /* qualifiers */
27931 mike  1.1.2.1     _PG_ProviderProfileCapabilities_OtherProfileOrganization_qualifiers,
27932                   /* type */
27933                   CIMTYPE_STRING,
27934                   /* subscript */
27935                   -1,
27936                   /* value */
27937                   0,
27938               };
27939               
27940               static const char*
27941               _PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles_qualifiers[] =
27942               {
27943                   0,
27944               };
27945               
27946               static SourceProperty
27947               _PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles =
27948               {
27949                   /* flags */
27950                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27951                   /* name */
27952 mike  1.1.2.1     "OtherRegisteredSubProfiles",
27953                   /* qualifiers */
27954                   _PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles_qualifiers,
27955                   /* type */
27956                   CIMTYPE_STRING,
27957                   /* subscript */
27958                   0,
27959                   /* value */
27960                   0,
27961               };
27962               
27963               static const char*
27964               _PG_ProviderProfileCapabilities_OtherSubProfileOrganizations_qualifiers[] =
27965               {
27966                   0,
27967               };
27968               
27969               static SourceProperty
27970               _PG_ProviderProfileCapabilities_OtherSubProfileOrganizations =
27971               {
27972                   /* flags */
27973 mike  1.1.2.1     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27974                   /* name */
27975                   "OtherSubProfileOrganizations",
27976                   /* qualifiers */
27977                   _PG_ProviderProfileCapabilities_OtherSubProfileOrganizations_qualifiers,
27978                   /* type */
27979                   CIMTYPE_STRING,
27980                   /* subscript */
27981                   0,
27982                   /* value */
27983                   0,
27984               };
27985               
27986               static const char*
27987               _PG_ProviderProfileCapabilities_ConformingElements_qualifiers[] =
27988               {
27989                   0,
27990               };
27991               
27992               static SourceProperty
27993               _PG_ProviderProfileCapabilities_ConformingElements =
27994 mike  1.1.2.1 {
27995                   /* flags */
27996                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
27997                   /* name */
27998                   "ConformingElements",
27999                   /* qualifiers */
28000                   _PG_ProviderProfileCapabilities_ConformingElements_qualifiers,
28001                   /* type */
28002                   CIMTYPE_STRING,
28003                   /* subscript */
28004                   0,
28005                   /* value */
28006                   0,
28007               };
28008               
28009               static SourceFeature*
28010               _PG_ProviderProfileCapabilities_features[] =
28011               {
28012                   (SourceFeature*)&_PG_ProviderProfileCapabilities_RegisteredProfile,
28013                   (SourceFeature*)&_PG_ProviderProfileCapabilities_RegisteredSubProfiles,
28014                   (SourceFeature*)&_PG_ProviderProfileCapabilities_ProfileVersion,
28015 mike  1.1.2.1     (SourceFeature*)&_PG_ProviderProfileCapabilities_SubProfileVersions,
28016                   (SourceFeature*)&_PG_ProviderProfileCapabilities_OtherRegisteredProfile,
28017                   (SourceFeature*)&_PG_ProviderProfileCapabilities_OtherProfileOrganization,
28018                   (SourceFeature*)&_PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles,
28019                   (SourceFeature*)&_PG_ProviderProfileCapabilities_OtherSubProfileOrganizations,
28020                   (SourceFeature*)&_PG_ProviderProfileCapabilities_ConformingElements,
28021                   0,
28022               };
28023               
28024               static const char*
28025               __root_PG_InterOp_PG_ProviderProfileCapabilities_qualifiers[] =
28026               {
28027                   /* Version */
28028                   "\0632.6.0",
28029                   0,
28030               };
28031               
28032               SourceClass
28033               __root_PG_InterOp_PG_ProviderProfileCapabilities =
28034               {
28035                   /* flags */
28036 mike  1.1.2.1     PEGASUS_FLAG_CLASS,
28037                   /* name */
28038                   "PG_ProviderProfileCapabilities",
28039                   /* qualifiers */
28040                   __root_PG_InterOp_PG_ProviderProfileCapabilities_qualifiers,
28041                   /* superClass */
28042                   &__root_PG_InterOp_PG_Capabilities,
28043                   /* features */
28044                   _PG_ProviderProfileCapabilities_features,
28045               };
28046               
28047               //==============================================================================
28048               //
28049               // Class: PG_ProviderReferencedProfiles
28050               //
28051               //==============================================================================
28052               
28053               static const char*
28054               _PG_ProviderReferencedProfiles_RegisteredProfiles_qualifiers[] =
28055               {
28056                   /* ValueMap */
28057 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",
28058                   /* Values */
28059                   "\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",
28060                   0,
28061               };
28062               
28063               static SourceProperty
28064               _PG_ProviderReferencedProfiles_RegisteredProfiles =
28065               {
28066                   /* flags */
28067                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
28068                   /* name */
28069                   "RegisteredProfiles",
28070                   /* qualifiers */
28071                   _PG_ProviderReferencedProfiles_RegisteredProfiles_qualifiers,
28072                   /* type */
28073                   CIMTYPE_UINT16,
28074                   /* subscript */
28075                   0,
28076                   /* value */
28077                   0,
28078 mike  1.1.2.1 };
28079               
28080               static const char*
28081               _PG_ProviderReferencedProfiles_DependentProfiles_qualifiers[] =
28082               {
28083                   /* ValueMap */
28084                   "\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",
28085                   /* Values */
28086                   "\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",
28087                   0,
28088               };
28089               
28090               static SourceProperty
28091               _PG_ProviderReferencedProfiles_DependentProfiles =
28092               {
28093                   /* flags */
28094                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
28095                   /* name */
28096                   "DependentProfiles",
28097                   /* qualifiers */
28098                   _PG_ProviderReferencedProfiles_DependentProfiles_qualifiers,
28099 mike  1.1.2.1     /* type */
28100                   CIMTYPE_UINT16,
28101                   /* subscript */
28102                   0,
28103                   /* value */
28104                   0,
28105               };
28106               
28107               static const char*
28108               _PG_ProviderReferencedProfiles_RegisteredProfileVersions_qualifiers[] =
28109               {
28110                   0,
28111               };
28112               
28113               static SourceProperty
28114               _PG_ProviderReferencedProfiles_RegisteredProfileVersions =
28115               {
28116                   /* flags */
28117                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
28118                   /* name */
28119                   "RegisteredProfileVersions",
28120 mike  1.1.2.1     /* qualifiers */
28121                   _PG_ProviderReferencedProfiles_RegisteredProfileVersions_qualifiers,
28122                   /* type */
28123                   CIMTYPE_STRING,
28124                   /* subscript */
28125                   0,
28126                   /* value */
28127                   0,
28128               };
28129               
28130               static const char*
28131               _PG_ProviderReferencedProfiles_DependentProfileVersions_qualifiers[] =
28132               {
28133                   0,
28134               };
28135               
28136               static SourceProperty
28137               _PG_ProviderReferencedProfiles_DependentProfileVersions =
28138               {
28139                   /* flags */
28140                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,
28141 mike  1.1.2.1     /* name */
28142                   "DependentProfileVersions",
28143                   /* qualifiers */
28144                   _PG_ProviderReferencedProfiles_DependentProfileVersions_qualifiers,
28145                   /* type */
28146                   CIMTYPE_STRING,
28147                   /* subscript */
28148                   0,
28149                   /* value */
28150                   0,
28151               };
28152               
28153               static const char*
28154               _PG_ProviderReferencedProfiles_OtherRegisteredProfiles_qualifiers[] =
28155               {
28156                   0,
28157               };
28158               
28159               static SourceProperty
28160               _PG_ProviderReferencedProfiles_OtherRegisteredProfiles =
28161               {
28162 mike  1.1.2.1     /* flags */
28163                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
28164                   /* name */
28165                   "OtherRegisteredProfiles",
28166                   /* qualifiers */
28167                   _PG_ProviderReferencedProfiles_OtherRegisteredProfiles_qualifiers,
28168                   /* type */
28169                   CIMTYPE_STRING,
28170                   /* subscript */
28171                   0,
28172                   /* value */
28173                   0,
28174               };
28175               
28176               static const char*
28177               _PG_ProviderReferencedProfiles_OtherDependentProfiles_qualifiers[] =
28178               {
28179                   0,
28180               };
28181               
28182               static SourceProperty
28183 mike  1.1.2.1 _PG_ProviderReferencedProfiles_OtherDependentProfiles =
28184               {
28185                   /* flags */
28186                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
28187                   /* name */
28188                   "OtherDependentProfiles",
28189                   /* qualifiers */
28190                   _PG_ProviderReferencedProfiles_OtherDependentProfiles_qualifiers,
28191                   /* type */
28192                   CIMTYPE_STRING,
28193                   /* subscript */
28194                   0,
28195                   /* value */
28196                   0,
28197               };
28198               
28199               static const char*
28200               _PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations_qualifiers[] =
28201               {
28202                   0,
28203               };
28204 mike  1.1.2.1 
28205               static SourceProperty
28206               _PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations =
28207               {
28208                   /* flags */
28209                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
28210                   /* name */
28211                   "OtherRegisteredProfileOrganizations",
28212                   /* qualifiers */
28213                   _PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations_qualifiers,
28214                   /* type */
28215                   CIMTYPE_STRING,
28216                   /* subscript */
28217                   0,
28218                   /* value */
28219                   0,
28220               };
28221               
28222               static const char*
28223               _PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations_qualifiers[] =
28224               {
28225 mike  1.1.2.1     0,
28226               };
28227               
28228               static SourceProperty
28229               _PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations =
28230               {
28231                   /* flags */
28232                   PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,
28233                   /* name */
28234                   "OtherDependentProfileOrganizations",
28235                   /* qualifiers */
28236                   _PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations_qualifiers,
28237                   /* type */
28238                   CIMTYPE_STRING,
28239                   /* subscript */
28240                   0,
28241                   /* value */
28242                   0,
28243               };
28244               
28245               static SourceFeature*
28246 mike  1.1.2.1 _PG_ProviderReferencedProfiles_features[] =
28247               {
28248                   (SourceFeature*)&_PG_ProviderReferencedProfiles_RegisteredProfiles,
28249                   (SourceFeature*)&_PG_ProviderReferencedProfiles_DependentProfiles,
28250                   (SourceFeature*)&_PG_ProviderReferencedProfiles_RegisteredProfileVersions,
28251                   (SourceFeature*)&_PG_ProviderReferencedProfiles_DependentProfileVersions,
28252                   (SourceFeature*)&_PG_ProviderReferencedProfiles_OtherRegisteredProfiles,
28253                   (SourceFeature*)&_PG_ProviderReferencedProfiles_OtherDependentProfiles,
28254                   (SourceFeature*)&_PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations,
28255                   (SourceFeature*)&_PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations,
28256                   0,
28257               };
28258               
28259               static const char*
28260               __root_PG_InterOp_PG_ProviderReferencedProfiles_qualifiers[] =
28261               {
28262                   /* Version */
28263                   "\0632.6.0",
28264                   0,
28265               };
28266               
28267 mike  1.1.2.1 SourceClass
28268               __root_PG_InterOp_PG_ProviderReferencedProfiles =
28269               {
28270                   /* flags */
28271                   PEGASUS_FLAG_CLASS,
28272                   /* name */
28273                   "PG_ProviderReferencedProfiles",
28274                   /* qualifiers */
28275                   __root_PG_InterOp_PG_ProviderReferencedProfiles_qualifiers,
28276                   /* superClass */
28277                   &__root_PG_InterOp_PG_Capabilities,
28278                   /* features */
28279                   _PG_ProviderReferencedProfiles_features,
28280               };
28281               
28282               //==============================================================================
28283               //
28284               // Class: PG_RegisteredProfile
28285               //
28286               //==============================================================================
28287               
28288 mike  1.1.2.1 static SourceFeature*
28289               _PG_RegisteredProfile_features[] =
28290               {
28291                   0,
28292               };
28293               
28294               static const char*
28295               __root_PG_InterOp_PG_RegisteredProfile_qualifiers[] =
28296               {
28297                   /* Version */
28298                   "\0632.6.0",
28299                   0,
28300               };
28301               
28302               SourceClass
28303               __root_PG_InterOp_PG_RegisteredProfile =
28304               {
28305                   /* flags */
28306                   PEGASUS_FLAG_CLASS,
28307                   /* name */
28308                   "PG_RegisteredProfile",
28309 mike  1.1.2.1     /* qualifiers */
28310                   __root_PG_InterOp_PG_RegisteredProfile_qualifiers,
28311                   /* superClass */
28312                   &__root_PG_InterOp_CIM_RegisteredProfile,
28313                   /* features */
28314                   _PG_RegisteredProfile_features,
28315               };
28316               
28317               //==============================================================================
28318               //
28319               // Class: PG_RegisteredSubProfile
28320               //
28321               //==============================================================================
28322               
28323               static SourceFeature*
28324               _PG_RegisteredSubProfile_features[] =
28325               {
28326                   0,
28327               };
28328               
28329               static const char*
28330 mike  1.1.2.1 __root_PG_InterOp_PG_RegisteredSubProfile_qualifiers[] =
28331               {
28332                   /* Version */
28333                   "\0632.6.0",
28334                   0,
28335               };
28336               
28337               SourceClass
28338               __root_PG_InterOp_PG_RegisteredSubProfile =
28339               {
28340                   /* flags */
28341                   PEGASUS_FLAG_CLASS,
28342                   /* name */
28343                   "PG_RegisteredSubProfile",
28344                   /* qualifiers */
28345                   __root_PG_InterOp_PG_RegisteredSubProfile_qualifiers,
28346                   /* superClass */
28347                   &__root_PG_InterOp_CIM_RegisteredSubProfile,
28348                   /* features */
28349                   _PG_RegisteredSubProfile_features,
28350               };
28351 mike  1.1.2.1 
28352               //==============================================================================
28353               //
28354               // Class: PG_ReferencedProfile
28355               //
28356               //==============================================================================
28357               
28358               static SourceFeature*
28359               _PG_ReferencedProfile_features[] =
28360               {
28361                   0,
28362               };
28363               
28364               static const char*
28365               __root_PG_InterOp_PG_ReferencedProfile_qualifiers[] =
28366               {
28367                   /* Version */
28368                   "\0632.6.0",
28369                   0,
28370               };
28371               
28372 mike  1.1.2.1 SourceClass
28373               __root_PG_InterOp_PG_ReferencedProfile =
28374               {
28375                   /* flags */
28376                   PEGASUS_FLAG_ASSOCIATION,
28377                   /* name */
28378                   "PG_ReferencedProfile",
28379                   /* qualifiers */
28380                   __root_PG_InterOp_PG_ReferencedProfile_qualifiers,
28381                   /* superClass */
28382                   &__root_PG_InterOp_CIM_ReferencedProfile,
28383                   /* features */
28384                   _PG_ReferencedProfile_features,
28385               };
28386               
28387               //==============================================================================
28388               //
28389               // Class: PG_ElementConformsToProfile
28390               //
28391               //==============================================================================
28392               
28393 mike  1.1.2.1 static SourceFeature*
28394               _PG_ElementConformsToProfile_features[] =
28395               {
28396                   0,
28397               };
28398               
28399               static const char*
28400               __root_PG_InterOp_PG_ElementConformsToProfile_qualifiers[] =
28401               {
28402                   /* Version */
28403                   "\0632.6.0",
28404                   0,
28405               };
28406               
28407               SourceClass
28408               __root_PG_InterOp_PG_ElementConformsToProfile =
28409               {
28410                   /* flags */
28411                   PEGASUS_FLAG_ASSOCIATION,
28412                   /* name */
28413                   "PG_ElementConformsToProfile",
28414 mike  1.1.2.1     /* qualifiers */
28415                   __root_PG_InterOp_PG_ElementConformsToProfile_qualifiers,
28416                   /* superClass */
28417                   &__root_PG_InterOp_CIM_ElementConformsToProfile,
28418                   /* features */
28419                   _PG_ElementConformsToProfile_features,
28420               };
28421               
28422               //==============================================================================
28423               //
28424               // Class: PG_SubProfileRequiresProfile
28425               //
28426               //==============================================================================
28427               
28428               static SourceFeature*
28429               _PG_SubProfileRequiresProfile_features[] =
28430               {
28431                   0,
28432               };
28433               
28434               static const char*
28435 mike  1.1.2.1 __root_PG_InterOp_PG_SubProfileRequiresProfile_qualifiers[] =
28436               {
28437                   /* Version */
28438                   "\0632.6.0",
28439                   0,
28440               };
28441               
28442               SourceClass
28443               __root_PG_InterOp_PG_SubProfileRequiresProfile =
28444               {
28445                   /* flags */
28446                   PEGASUS_FLAG_ASSOCIATION,
28447                   /* name */
28448                   "PG_SubProfileRequiresProfile",
28449                   /* qualifiers */
28450                   __root_PG_InterOp_PG_SubProfileRequiresProfile_qualifiers,
28451                   /* superClass */
28452                   &__root_PG_InterOp_CIM_SubProfileRequiresProfile,
28453                   /* features */
28454                   _PG_SubProfileRequiresProfile_features,
28455               };
28456 mike  1.1.2.1 
28457               //==============================================================================
28458               //
28459               // Class: PG_SoftwareIdentity
28460               //
28461               //==============================================================================
28462               
28463               static SourceFeature*
28464               _PG_SoftwareIdentity_features[] =
28465               {
28466                   0,
28467               };
28468               
28469               static const char*
28470               __root_PG_InterOp_PG_SoftwareIdentity_qualifiers[] =
28471               {
28472                   /* Version */
28473                   "\0632.6.0",
28474                   0,
28475               };
28476               
28477 mike  1.1.2.1 SourceClass
28478               __root_PG_InterOp_PG_SoftwareIdentity =
28479               {
28480                   /* flags */
28481                   PEGASUS_FLAG_CLASS,
28482                   /* name */
28483                   "PG_SoftwareIdentity",
28484                   /* qualifiers */
28485                   __root_PG_InterOp_PG_SoftwareIdentity_qualifiers,
28486                   /* superClass */
28487                   &__root_PG_InterOp_CIM_SoftwareIdentity,
28488                   /* features */
28489                   _PG_SoftwareIdentity_features,
28490               };
28491               
28492               //==============================================================================
28493               //
28494               // Class: PG_ElementSoftwareIdentity
28495               //
28496               //==============================================================================
28497               
28498 mike  1.1.2.1 static SourceFeature*
28499               _PG_ElementSoftwareIdentity_features[] =
28500               {
28501                   0,
28502               };
28503               
28504               static const char*
28505               __root_PG_InterOp_PG_ElementSoftwareIdentity_qualifiers[] =
28506               {
28507                   /* Version */
28508                   "\0632.6.0",
28509                   0,
28510               };
28511               
28512               SourceClass
28513               __root_PG_InterOp_PG_ElementSoftwareIdentity =
28514               {
28515                   /* flags */
28516                   PEGASUS_FLAG_ASSOCIATION,
28517                   /* name */
28518                   "PG_ElementSoftwareIdentity",
28519 mike  1.1.2.1     /* qualifiers */
28520                   __root_PG_InterOp_PG_ElementSoftwareIdentity_qualifiers,
28521                   /* superClass */
28522                   &__root_PG_InterOp_CIM_ElementSoftwareIdentity,
28523                   /* features */
28524                   _PG_ElementSoftwareIdentity_features,
28525               };
28526               
28527               //==============================================================================
28528               //
28529               // Class: PG_ObjectManager
28530               //
28531               //==============================================================================
28532               
28533               static SourceFeature*
28534               _PG_ObjectManager_features[] =
28535               {
28536                   0,
28537               };
28538               
28539               static const char*
28540 mike  1.1.2.1 __root_PG_InterOp_PG_ObjectManager_qualifiers[] =
28541               {
28542                   /* Version */
28543                   "\0632.6.0",
28544                   0,
28545               };
28546               
28547               SourceClass
28548               __root_PG_InterOp_PG_ObjectManager =
28549               {
28550                   /* flags */
28551                   PEGASUS_FLAG_ASSOCIATION,
28552                   /* name */
28553                   "PG_ObjectManager",
28554                   /* qualifiers */
28555                   __root_PG_InterOp_PG_ObjectManager_qualifiers,
28556                   /* superClass */
28557                   &__root_PG_InterOp_CIM_ObjectManager,
28558                   /* features */
28559                   _PG_ObjectManager_features,
28560               };
28561 mike  1.1.2.1 
28562               //==============================================================================
28563               //
28564               // Class: PG_CommMechanismForManager
28565               //
28566               //==============================================================================
28567               
28568               static SourceFeature*
28569               _PG_CommMechanismForManager_features[] =
28570               {
28571                   0,
28572               };
28573               
28574               static const char*
28575               __root_PG_InterOp_PG_CommMechanismForManager_qualifiers[] =
28576               {
28577                   /* Version */
28578                   "\0632.6.0",
28579                   0,
28580               };
28581               
28582 mike  1.1.2.1 SourceClass
28583               __root_PG_InterOp_PG_CommMechanismForManager =
28584               {
28585                   /* flags */
28586                   PEGASUS_FLAG_ASSOCIATION,
28587                   /* name */
28588                   "PG_CommMechanismForManager",
28589                   /* qualifiers */
28590                   __root_PG_InterOp_PG_CommMechanismForManager_qualifiers,
28591                   /* superClass */
28592                   &__root_PG_InterOp_CIM_CommMechanismForManager,
28593                   /* features */
28594                   _PG_CommMechanismForManager_features,
28595               };
28596               
28597               //==============================================================================
28598               //
28599               // Class: PG_NamespaceInManager
28600               //
28601               //==============================================================================
28602               
28603 mike  1.1.2.1 static SourceFeature*
28604               _PG_NamespaceInManager_features[] =
28605               {
28606                   0,
28607               };
28608               
28609               static const char*
28610               __root_PG_InterOp_PG_NamespaceInManager_qualifiers[] =
28611               {
28612                   /* Version */
28613                   "\0632.6.0",
28614                   0,
28615               };
28616               
28617               SourceClass
28618               __root_PG_InterOp_PG_NamespaceInManager =
28619               {
28620                   /* flags */
28621                   PEGASUS_FLAG_ASSOCIATION,
28622                   /* name */
28623                   "PG_NamespaceInManager",
28624 mike  1.1.2.1     /* qualifiers */
28625                   __root_PG_InterOp_PG_NamespaceInManager_qualifiers,
28626                   /* superClass */
28627                   &__root_PG_InterOp_CIM_NamespaceInManager,
28628                   /* features */
28629                   _PG_NamespaceInManager_features,
28630               };
28631               
28632               //==============================================================================
28633               //
28634               // Class: PG_HostedObjectManager
28635               //
28636               //==============================================================================
28637               
28638               static SourceFeature*
28639               _PG_HostedObjectManager_features[] =
28640               {
28641                   0,
28642               };
28643               
28644               static const char*
28645 mike  1.1.2.1 __root_PG_InterOp_PG_HostedObjectManager_qualifiers[] =
28646               {
28647                   /* Version */
28648                   "\0632.6.0",
28649                   0,
28650               };
28651               
28652               SourceClass
28653               __root_PG_InterOp_PG_HostedObjectManager =
28654               {
28655                   /* flags */
28656                   PEGASUS_FLAG_ASSOCIATION,
28657                   /* name */
28658                   "PG_HostedObjectManager",
28659                   /* qualifiers */
28660                   __root_PG_InterOp_PG_HostedObjectManager_qualifiers,
28661                   /* superClass */
28662                   &__root_PG_InterOp_CIM_HostedService,
28663                   /* features */
28664                   _PG_HostedObjectManager_features,
28665               };
28666 mike  1.1.2.1 
28667               //==============================================================================
28668               //
28669               // Class: PG_HostedAccessPoint
28670               //
28671               //==============================================================================
28672               
28673               static SourceFeature*
28674               _PG_HostedAccessPoint_features[] =
28675               {
28676                   0,
28677               };
28678               
28679               static const char*
28680               __root_PG_InterOp_PG_HostedAccessPoint_qualifiers[] =
28681               {
28682                   /* Version */
28683                   "\0632.6.0",
28684                   0,
28685               };
28686               
28687 mike  1.1.2.1 SourceClass
28688               __root_PG_InterOp_PG_HostedAccessPoint =
28689               {
28690                   /* flags */
28691                   PEGASUS_FLAG_ASSOCIATION,
28692                   /* name */
28693                   "PG_HostedAccessPoint",
28694                   /* qualifiers */
28695                   __root_PG_InterOp_PG_HostedAccessPoint_qualifiers,
28696                   /* superClass */
28697                   &__root_PG_InterOp_CIM_HostedAccessPoint,
28698                   /* features */
28699                   _PG_HostedAccessPoint_features,
28700               };
28701               
28702               //==============================================================================
28703               //
28704               // Qualifier array
28705               //
28706               //==============================================================================
28707               
28708 mike  1.1.2.1 static SourceQualifierDecl*
28709               _qualifiers[] =
28710               {
28711                   &_ASSOCIATION_qualifier_decl,
28712                   &_INDICATION_qualifier_decl,
28713                   &_Abstract_qualifier_decl,
28714                   &_Aggregate_qualifier_decl,
28715                   &_Aggregation_qualifier_decl,
28716                   &_ArrayType_qualifier_decl,
28717                   &_BitMap_qualifier_decl,
28718                   &_BitValues_qualifier_decl,
28719                   &_ClassConstraint_qualifier_decl,
28720                   &_Composition_qualifier_decl,
28721                   &_Counter_qualifier_decl,
28722                   &_Deprecated_qualifier_decl,
28723                   &_Description_qualifier_decl,
28724                   &_DisplayName_qualifier_decl,
28725                   &_DN_qualifier_decl,
28726                   &_EmbeddedInstance_qualifier_decl,
28727                   &_EmbeddedObject_qualifier_decl,
28728                   &_Exception_qualifier_decl,
28729 mike  1.1.2.1     &_Experimental_qualifier_decl,
28730                   &_Gauge_qualifier_decl,
28731                   &_In_qualifier_decl,
28732                   &_Key_qualifier_decl,
28733                   &_MappingStrings_qualifier_decl,
28734                   &_Max_qualifier_decl,
28735                   &_MaxLen_qualifier_decl,
28736                   &_MaxValue_qualifier_decl,
28737                   &_MethodConstraint_qualifier_decl,
28738                   &_Min_qualifier_decl,
28739                   &_MinLen_qualifier_decl,
28740                   &_MinValue_qualifier_decl,
28741                   &_ModelCorrespondence_qualifier_decl,
28742                   &_Nonlocal_qualifier_decl,
28743                   &_NonlocalType_qualifier_decl,
28744                   &_NullValue_qualifier_decl,
28745                   &_Octetstring_qualifier_decl,
28746                   &_Out_qualifier_decl,
28747                   &_Override_qualifier_decl,
28748                   &_Propagated_qualifier_decl,
28749                   &_PropertyConstraint_qualifier_decl,
28750 mike  1.1.2.1     &_Read_qualifier_decl,
28751                   &_Required_qualifier_decl,
28752                   &_Revision_qualifier_decl,
28753                   &_CLASS_qualifier_decl,
28754                   &_Source_qualifier_decl,
28755                   &_SourceType_qualifier_decl,
28756                   &_Static_qualifier_decl,
28757                   &_Terminal_qualifier_decl,
28758                   &_UMLPackagePath_qualifier_decl,
28759                   &_Units_qualifier_decl,
28760                   &_ValueMap_qualifier_decl,
28761                   &_Values_qualifier_decl,
28762                   &_Version_qualifier_decl,
28763                   &_Weak_qualifier_decl,
28764                   &_Write_qualifier_decl,
28765                   &_Alias_qualifier_decl,
28766                   &_Delete_qualifier_decl,
28767                   &_Expensive_qualifier_decl,
28768                   &_Ifdeleted_qualifier_decl,
28769                   &_Invisible_qualifier_decl,
28770                   &_Large_qualifier_decl,
28771 mike  1.1.2.1     &_PropertyUsage_qualifier_decl,
28772                   &_Provider_qualifier_decl,
28773                   &_SyntaxType_qualifier_decl,
28774                   &_Syntax_qualifier_decl,
28775                   &_TriggerType_qualifier_decl,
28776                   &_UnknownValues_qualifier_decl,
28777                   &_UnsupportedValues_qualifier_decl,
28778                   0,
28779               };
28780               
28781               //==============================================================================
28782               //
28783               // Class array
28784               //
28785               //==============================================================================
28786               
28787               static SourceClass*
28788               _classes[] =
28789               {
28790                   &__root_PG_InterOp_CIM_ManagedElement,
28791                   &__root_PG_InterOp_CIM_Setting,
28792 mike  1.1.2.1     &__root_PG_InterOp_CIM_SettingContext,
28793                   &__root_PG_InterOp_CIM_SettingData,
28794                   &__root_PG_InterOp_CIM_Capabilities,
28795                   &__root_PG_InterOp_CIM_Collection,
28796                   &__root_PG_InterOp_CIM_CollectionOfMSEs,
28797                   &__root_PG_InterOp_CIM_Component,
28798                   &__root_PG_InterOp_CIM_ConcreteCollection,
28799                   &__root_PG_InterOp_CIM_ConcreteComponent,
28800                   &__root_PG_InterOp_CIM_Configuration,
28801                   &__root_PG_InterOp_CIM_ConfigurationComponent,
28802                   &__root_PG_InterOp_CIM_Dependency,
28803                   &__root_PG_InterOp_CIM_DependencyContext,
28804                   &__root_PG_InterOp_CIM_ElementCapabilities,
28805                   &__root_PG_InterOp_CIM_EnabledLogicalElementCapabilities,
28806                   &__root_PG_InterOp_CIM_FRU,
28807                   &__root_PG_InterOp_CIM_HostedDependency,
28808                   &__root_PG_InterOp_CIM_LocalizationCapabilities,
28809                   &__root_PG_InterOp_CIM_Location,
28810                   &__root_PG_InterOp_CIM_LogicalIdentity,
28811                   &__root_PG_InterOp_CIM_ManagedSystemElement,
28812                   &__root_PG_InterOp_CIM_MemberOfCollection,
28813 mike  1.1.2.1     &__root_PG_InterOp_CIM_MethodParameters,
28814                   &__root_PG_InterOp_CIM_OrderedMemberOfCollection,
28815                   &__root_PG_InterOp_CIM_ParametersForMethod,
28816                   &__root_PG_InterOp_CIM_ParameterValueSources,
28817                   &__root_PG_InterOp_CIM_PhysicalElement,
28818                   &__root_PG_InterOp_CIM_PowerManagementCapabilities,
28819                   &__root_PG_InterOp_CIM_Product,
28820                   &__root_PG_InterOp_CIM_ProductComponent,
28821                   &__root_PG_InterOp_CIM_ProductFRU,
28822                   &__root_PG_InterOp_CIM_ProductParentChild,
28823                   &__root_PG_InterOp_CIM_ProductPhysicalComponent,
28824                   &__root_PG_InterOp_CIM_ProductPhysicalElements,
28825                   &__root_PG_InterOp_CIM_ProductProductDependency,
28826                   &__root_PG_InterOp_CIM_Profile,
28827                   &__root_PG_InterOp_CIM_ReplaceableProductFRU,
28828                   &__root_PG_InterOp_CIM_Spared,
28829                   &__root_PG_InterOp_CIM_StatisticalData,
28830                   &__root_PG_InterOp_CIM_StatisticalInformation,
28831                   &__root_PG_InterOp_CIM_StatisticalSetting,
28832                   &__root_PG_InterOp_CIM_Statistics,
28833                   &__root_PG_InterOp_CIM_SupportAccess,
28834 mike  1.1.2.1     &__root_PG_InterOp_CIM_Synchronized,
28835                   &__root_PG_InterOp_CIM_SystemConfiguration,
28836                   &__root_PG_InterOp_CIM_SystemSetting,
28837                   &__root_PG_InterOp_CIM_SystemSettingContext,
28838                   &__root_PG_InterOp_CIM_SystemSpecificCollection,
28839                   &__root_PG_InterOp_CIM_SystemStatisticalInformation,
28840                   &__root_PG_InterOp_CIM_CollectedCollections,
28841                   &__root_PG_InterOp_CIM_CollectedMSEs,
28842                   &__root_PG_InterOp_CIM_CollectionConfiguration,
28843                   &__root_PG_InterOp_CIM_CollectionSetting,
28844                   &__root_PG_InterOp_CIM_CompatibleProduct,
28845                   &__root_PG_InterOp_CIM_ConcreteDependency,
28846                   &__root_PG_InterOp_CIM_ConcreteIdentity,
28847                   &__root_PG_InterOp_CIM_ContainedLocation,
28848                   &__root_PG_InterOp_CIM_DeviceStatisticalInformation,
28849                   &__root_PG_InterOp_CIM_ElementConfiguration,
28850                   &__root_PG_InterOp_CIM_ElementLocation,
28851                   &__root_PG_InterOp_CIM_ElementProfile,
28852                   &__root_PG_InterOp_CIM_ElementSetting,
28853                   &__root_PG_InterOp_CIM_ElementSettingData,
28854                   &__root_PG_InterOp_CIM_ElementStatisticalData,
28855 mike  1.1.2.1     &__root_PG_InterOp_CIM_FRUIncludesProduct,
28856                   &__root_PG_InterOp_CIM_FRUPhysicalElements,
28857                   &__root_PG_InterOp_CIM_LogicalElement,
28858                   &__root_PG_InterOp_CIM_PhysicalElementLocation,
28859                   &__root_PG_InterOp_CIM_PhysicalStatisticalInformation,
28860                   &__root_PG_InterOp_CIM_PhysicalStatistics,
28861                   &__root_PG_InterOp_CIM_ProductSupport,
28862                   &__root_PG_InterOp_CIM_RedundancyGroup,
28863                   &__root_PG_InterOp_CIM_RedundancySet,
28864                   &__root_PG_InterOp_CIM_RelatedStatisticalData,
28865                   &__root_PG_InterOp_CIM_RelatedStatistics,
28866                   &__root_PG_InterOp_CIM_SAPStatisticalInformation,
28867                   &__root_PG_InterOp_CIM_ScopedSettingData,
28868                   &__root_PG_InterOp_CIM_ServiceStatisticalInformation,
28869                   &__root_PG_InterOp_CIM_SettingAssociatedToCapabilities,
28870                   &__root_PG_InterOp_CIM_SoftwareIdentity,
28871                   &__root_PG_InterOp_CIM_SpareGroup,
28872                   &__root_PG_InterOp_CIM_StatisticsCollection,
28873                   &__root_PG_InterOp_CIM_StorageRedundancyGroup,
28874                   &__root_PG_InterOp_CIM_StorageRedundancySet,
28875                   &__root_PG_InterOp_CIM_ActsAsSpare,
28876 mike  1.1.2.1     &__root_PG_InterOp_CIM_DefaultSetting,
28877                   &__root_PG_InterOp_CIM_ElementSoftwareIdentity,
28878                   &__root_PG_InterOp_CIM_ExtraCapacityGroup,
28879                   &__root_PG_InterOp_CIM_IsSpare,
28880                   &__root_PG_InterOp_CIM_Job,
28881                   &__root_PG_InterOp_CIM_ProductSoftwareComponent,
28882                   &__root_PG_InterOp_CIM_RedundancyComponent,
28883                   &__root_PG_InterOp_CIM_ScopedSetting,
28884                   &__root_PG_InterOp_CIM_ConcreteJob,
28885                   &__root_PG_InterOp_CIM_EnabledLogicalElement,
28886                   &__root_PG_InterOp_CIM_LogicalDevice,
28887                   &__root_PG_InterOp_CIM_Realizes,
28888                   &__root_PG_InterOp_CIM_Service,
28889                   &__root_PG_InterOp_CIM_ServiceAccessPoint,
28890                   &__root_PG_InterOp_CIM_ServiceAccessURI,
28891                   &__root_PG_InterOp_CIM_ServiceAffectsElement,
28892                   &__root_PG_InterOp_CIM_ServiceAvailableToElement,
28893                   &__root_PG_InterOp_CIM_ServiceComponent,
28894                   &__root_PG_InterOp_CIM_ServiceSAPDependency,
28895                   &__root_PG_InterOp_CIM_ServiceStatistics,
28896                   &__root_PG_InterOp_CIM_StorageExtent,
28897 mike  1.1.2.1     &__root_PG_InterOp_CIM_System,
28898                   &__root_PG_InterOp_CIM_SystemComponent,
28899                   &__root_PG_InterOp_CIM_SystemDevice,
28900                   &__root_PG_InterOp_CIM_SystemPackaging,
28901                   &__root_PG_InterOp_CIM_SystemStatistics,
28902                   &__root_PG_InterOp_CIM_AdminDomain,
28903                   &__root_PG_InterOp_CIM_BasedOn,
28904                   &__root_PG_InterOp_CIM_ConfigurationForSystem,
28905                   &__root_PG_InterOp_CIM_ContainedDomain,
28906                   &__root_PG_InterOp_CIM_DeviceSAPImplementation,
28907                   &__root_PG_InterOp_CIM_DeviceServiceImplementation,
28908                   &__root_PG_InterOp_CIM_DeviceStatistics,
28909                   &__root_PG_InterOp_CIM_ExtentRedundancyComponent,
28910                   &__root_PG_InterOp_CIM_HostedAccessPoint,
28911                   &__root_PG_InterOp_CIM_HostedCollection,
28912                   &__root_PG_InterOp_CIM_HostedService,
28913                   &__root_PG_InterOp_CIM_InstalledSoftwareIdentity,
28914                   &__root_PG_InterOp_CIM_PowerManagementService,
28915                   &__root_PG_InterOp_CIM_ProductServiceComponent,
28916                   &__root_PG_InterOp_CIM_ProtocolEndpoint,
28917                   &__root_PG_InterOp_CIM_ProvidesServiceToElement,
28918 mike  1.1.2.1     &__root_PG_InterOp_CIM_RemoteServiceAccessPoint,
28919                   &__root_PG_InterOp_CIM_SAPAvailableForElement,
28920                   &__root_PG_InterOp_CIM_SAPSAPDependency,
28921                   &__root_PG_InterOp_CIM_SAPStatistics,
28922                   &__root_PG_InterOp_CIM_ServiceAccessBySAP,
28923                   &__root_PG_InterOp_CIM_ServiceServiceDependency,
28924                   &__root_PG_InterOp_CIM_SettingForSystem,
28925                   &__root_PG_InterOp_CIM_ActiveConnection,
28926                   &__root_PG_InterOp_CIM_BindsTo,
28927                   &__root_PG_InterOp_CIM_ProvidesEndpoint,
28928                   &__root_PG_InterOp_CIM_RemotePort,
28929                   &__root_PG_InterOp_CIM_Indication,
28930                   &__root_PG_InterOp_CIM_ClassIndication,
28931                   &__root_PG_InterOp_CIM_ClassModification,
28932                   &__root_PG_InterOp_CIM_IndicationFilter,
28933                   &__root_PG_InterOp_CIM_InstIndication,
28934                   &__root_PG_InterOp_CIM_InstMethodCall,
28935                   &__root_PG_InterOp_CIM_InstModification,
28936                   &__root_PG_InterOp_CIM_InstRead,
28937                   &__root_PG_InterOp_CIM_ListenerDestination,
28938                   &__root_PG_InterOp_CIM_ListenerDestinationCIMXML,
28939 mike  1.1.2.1     &__root_PG_InterOp_CIM_ProcessIndication,
28940                   &__root_PG_InterOp_CIM_SNMPTrapIndication,
28941                   &__root_PG_InterOp_CIM_AlertIndication,
28942                   &__root_PG_InterOp_CIM_AlertInstIndication,
28943                   &__root_PG_InterOp_CIM_ClassCreation,
28944                   &__root_PG_InterOp_CIM_ClassDeletion,
28945                   &__root_PG_InterOp_CIM_IndicationHandler,
28946                   &__root_PG_InterOp_CIM_IndicationHandlerCIMXML,
28947                   &__root_PG_InterOp_CIM_IndicationSubscription,
28948                   &__root_PG_InterOp_CIM_InstCreation,
28949                   &__root_PG_InterOp_CIM_InstDeletion,
28950                   &__root_PG_InterOp_CIM_ThresholdIndication,
28951                   &__root_PG_InterOp_CIM_FormattedIndicationSubscription,
28952                   &__root_PG_InterOp_CIM_Namespace,
28953                   &__root_PG_InterOp_CIM_RegisteredProfile,
28954                   &__root_PG_InterOp_CIM_RegisteredSubProfile,
28955                   &__root_PG_InterOp_CIM_SystemIdentification,
28956                   &__root_PG_InterOp_CIM_SystemInNamespace,
28957                   &__root_PG_InterOp_CIM_CIMOMStatisticalData,
28958                   &__root_PG_InterOp_CIM_ElementConformsToProfile,
28959                   &__root_PG_InterOp_CIM_ReferencedProfile,
28960 mike  1.1.2.1     &__root_PG_InterOp_CIM_SubProfileRequiresProfile,
28961                   &__root_PG_InterOp_CIM_WBEMService,
28962                   &__root_PG_InterOp_CIM_IdentificationOfManagedSystem,
28963                   &__root_PG_InterOp_CIM_ObjectManager,
28964                   &__root_PG_InterOp_CIM_ObjectManagerAdapter,
28965                   &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
28966                   &__root_PG_InterOp_CIM_ProtocolAdapter,
28967                   &__root_PG_InterOp_CIM_CIMXMLCommunicationMechanism,
28968                   &__root_PG_InterOp_CIM_CommMechanismForAdapter,
28969                   &__root_PG_InterOp_CIM_CommMechanismForManager,
28970                   &__root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter,
28971                   &__root_PG_InterOp_CIM_NamespaceInManager,
28972                   &__root_PG_InterOp_PG_IndicationHandlerSNMPMapper,
28973                   &__root_PG_InterOp_PG_ListenerDestinationSystemLog,
28974                   &__root_PG_InterOp_PG_ListenerDestinationEmail,
28975                   &__root_PG_InterOp_PG_ProviderModule,
28976                   &__root_PG_InterOp_PG_Provider,
28977                   &__root_PG_InterOp_PG_Capabilities,
28978                   &__root_PG_InterOp_PG_CapabilitiesRegistration,
28979                   &__root_PG_InterOp_PG_ProviderCapabilities,
28980                   &__root_PG_InterOp_PG_ConsumerCapabilities,
28981 mike  1.1.2.1     &__root_PG_InterOp_PG_ProviderCapabilitiesElements,
28982                   &__root_PG_InterOp_PG_ProviderModuleElements,
28983                   &__root_PG_InterOp_PG_CIMXMLCommunicationMechanism,
28984                   &__root_PG_InterOp_PG_NameSpace,
28985                   &__root_PG_InterOp_CIM_ComputerSystem,
28986                   &__root_PG_InterOp_CIM_UnitaryComputerSystem,
28987                   &__root_PG_InterOp_PG_ComputerSystem,
28988                   &__root_PG_InterOp_PG_ProviderProfileCapabilities,
28989                   &__root_PG_InterOp_PG_ProviderReferencedProfiles,
28990                   &__root_PG_InterOp_PG_RegisteredProfile,
28991                   &__root_PG_InterOp_PG_RegisteredSubProfile,
28992                   &__root_PG_InterOp_PG_ReferencedProfile,
28993                   &__root_PG_InterOp_PG_ElementConformsToProfile,
28994                   &__root_PG_InterOp_PG_SubProfileRequiresProfile,
28995                   &__root_PG_InterOp_PG_SoftwareIdentity,
28996                   &__root_PG_InterOp_PG_ElementSoftwareIdentity,
28997                   &__root_PG_InterOp_PG_ObjectManager,
28998                   &__root_PG_InterOp_PG_CommMechanismForManager,
28999                   &__root_PG_InterOp_PG_NamespaceInManager,
29000                   &__root_PG_InterOp_PG_HostedObjectManager,
29001                   &__root_PG_InterOp_PG_HostedAccessPoint,
29002 mike  1.1.2.1     0,
29003               };
29004               
29005               const SourceNameSpace root_PG_InterOp_namespace =
29006               {
29007                   "root/PG_InterOp",
29008                   _qualifiers,
29009                   _classes,
29010               };
29011               
29012               PEGASUS_NAMESPACE_END

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2