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

Diff for /pegasus/src/Pegasus/Repository/Attic/root_PG_InterOp_namespace.cpp between version 1.1.2.1 and 1.1.2.5

version 1.1.2.1, 2007/10/01 00:49:29 version 1.1.2.5, 2007/10/02 14:28:38
Line 1 
Line 1 
 /*NOCHKSRC*/  
 #include "root_PG_InterOp_namespace.h" #include "root_PG_InterOp_namespace.h"
  
   /*NOCHKSRC*/
   
 PEGASUS_NAMESPACE_BEGIN PEGASUS_NAMESPACE_BEGIN
  
 //============================================================================== //==============================================================================
Line 9 
Line 10 
 // //
 //============================================================================== //==============================================================================
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _ASSOCIATION_qualifier_decl = _ASSOCIATION_qualifier_decl =
 { {
     /* name */     /* name */
Line 19 
Line 20 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_ASSOCIATION,      META_SCOPE_ASSOCIATION,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _INDICATION_qualifier_decl = _INDICATION_qualifier_decl =
 { {
     /* name */     /* name */
Line 36 
Line 37 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_INDICATION,      META_SCOPE_CLASS|META_SCOPE_INDICATION,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Abstract_qualifier_decl = _Abstract_qualifier_decl =
 { {
     /* name */     /* name */
Line 53 
Line 54 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,      META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_RESTRICTED,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_RESTRICTED,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Aggregate_qualifier_decl = _Aggregate_qualifier_decl =
 { {
     /* name */     /* name */
Line 70 
Line 71 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_REFERENCE,      META_SCOPE_REFERENCE,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Aggregation_qualifier_decl = _Aggregation_qualifier_decl =
 { {
     /* name */     /* name */
Line 87 
Line 88 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_ASSOCIATION,      META_SCOPE_ASSOCIATION,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _ArrayType_qualifier_decl = _ArrayType_qualifier_decl =
 { {
     /* name */     /* name */
Line 104 
Line 105 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "Bag",     "Bag",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _BitMap_qualifier_decl = _BitMap_qualifier_decl =
 { {
     /* name */     /* name */
Line 121 
Line 122 
     /* subscript */     /* subscript */
     0,     0,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _BitValues_qualifier_decl = _BitValues_qualifier_decl =
 { {
     /* name */     /* name */
Line 138 
Line 139 
     /* subscript */     /* subscript */
     0,     0,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _ClassConstraint_qualifier_decl = _ClassConstraint_qualifier_decl =
 { {
     /* name */     /* name */
Line 155 
Line 156 
     /* subscript */     /* subscript */
     0,     0,
     /* scope */     /* scope */
     PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,      META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Composition_qualifier_decl = _Composition_qualifier_decl =
 { {
     /* name */     /* name */
Line 172 
Line 173 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_ASSOCIATION,      META_SCOPE_ASSOCIATION,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Counter_qualifier_decl = _Counter_qualifier_decl =
 { {
     /* name */     /* name */
Line 189 
Line 190 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Deprecated_qualifier_decl = _Deprecated_qualifier_decl =
 { {
     /* name */     /* name */
Line 206 
Line 207 
     /* subscript */     /* subscript */
     0,     0,
     /* scope */     /* scope */
     PEGASUS_SCOPE_ANY,      META_SCOPE_ANY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_RESTRICTED,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_RESTRICTED,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Description_qualifier_decl = _Description_qualifier_decl =
 { {
     /* name */     /* name */
Line 223 
Line 224 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_ANY,      META_SCOPE_ANY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _DisplayName_qualifier_decl = _DisplayName_qualifier_decl =
 { {
     /* name */     /* name */
Line 240 
Line 241 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_ANY,      META_SCOPE_ANY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _DN_qualifier_decl = _DN_qualifier_decl =
 { {
     /* name */     /* name */
Line 257 
Line 258 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _EmbeddedInstance_qualifier_decl = _EmbeddedInstance_qualifier_decl =
 { {
     /* name */     /* name */
Line 274 
Line 275 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _EmbeddedObject_qualifier_decl = _EmbeddedObject_qualifier_decl =
 { {
     /* name */     /* name */
Line 291 
Line 292 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Exception_qualifier_decl = _Exception_qualifier_decl =
 { {
     /* name */     /* name */
Line 308 
Line 309 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_INDICATION,      META_SCOPE_CLASS|META_SCOPE_INDICATION,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TOINSTANCE|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_TOINSTANCE|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Experimental_qualifier_decl = _Experimental_qualifier_decl =
 { {
     /* name */     /* name */
Line 325 
Line 326 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_ANY,      META_SCOPE_ANY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_RESTRICTED,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_RESTRICTED,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Gauge_qualifier_decl = _Gauge_qualifier_decl =
 { {
     /* name */     /* name */
Line 342 
Line 343 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _In_qualifier_decl = _In_qualifier_decl =
 { {
     /* name */     /* name */
Line 359 
Line 360 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "\001",     "\001",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Key_qualifier_decl = _Key_qualifier_decl =
 { {
     /* name */     /* name */
Line 376 
Line 377 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE,      META_SCOPE_PROPERTY|META_SCOPE_REFERENCE,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _MappingStrings_qualifier_decl = _MappingStrings_qualifier_decl =
 { {
     /* name */     /* name */
Line 393 
Line 394 
     /* subscript */     /* subscript */
     0,     0,
     /* scope */     /* scope */
     PEGASUS_SCOPE_ANY,      META_SCOPE_ANY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Max_qualifier_decl = _Max_qualifier_decl =
 { {
     /* name */     /* name */
Line 410 
Line 411 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_REFERENCE,      META_SCOPE_REFERENCE,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _MaxLen_qualifier_decl = _MaxLen_qualifier_decl =
 { {
     /* name */     /* name */
Line 427 
Line 428 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _MaxValue_qualifier_decl = _MaxValue_qualifier_decl =
 { {
     /* name */     /* name */
Line 444 
Line 445 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _MethodConstraint_qualifier_decl = _MethodConstraint_qualifier_decl =
 { {
     /* name */     /* name */
Line 461 
Line 462 
     /* subscript */     /* subscript */
     0,     0,
     /* scope */     /* scope */
     PEGASUS_SCOPE_METHOD,      META_SCOPE_METHOD,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Min_qualifier_decl = _Min_qualifier_decl =
 { {
     /* name */     /* name */
Line 478 
Line 479 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_REFERENCE,      META_SCOPE_REFERENCE,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     "\000\000\000\000",     "\000\000\000\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _MinLen_qualifier_decl = _MinLen_qualifier_decl =
 { {
     /* name */     /* name */
Line 495 
Line 496 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     "\000\000\000\000",     "\000\000\000\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _MinValue_qualifier_decl = _MinValue_qualifier_decl =
 { {
     /* name */     /* name */
Line 512 
Line 513 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _ModelCorrespondence_qualifier_decl = _ModelCorrespondence_qualifier_decl =
 { {
     /* name */     /* name */
Line 529 
Line 530 
     /* subscript */     /* subscript */
     0,     0,
     /* scope */     /* scope */
     PEGASUS_SCOPE_ANY,      META_SCOPE_ANY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Nonlocal_qualifier_decl = _Nonlocal_qualifier_decl =
 { {
     /* name */     /* name */
Line 546 
Line 547 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_REFERENCE,      META_SCOPE_REFERENCE,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _NonlocalType_qualifier_decl = _NonlocalType_qualifier_decl =
 { {
     /* name */     /* name */
Line 563 
Line 564 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_REFERENCE,      META_SCOPE_REFERENCE,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _NullValue_qualifier_decl = _NullValue_qualifier_decl =
 { {
     /* name */     /* name */
Line 580 
Line 581 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY,      META_SCOPE_PROPERTY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Octetstring_qualifier_decl = _Octetstring_qualifier_decl =
 { {
     /* name */     /* name */
Line 597 
Line 598 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Out_qualifier_decl = _Out_qualifier_decl =
 { {
     /* name */     /* name */
Line 614 
Line 615 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Override_qualifier_decl = _Override_qualifier_decl =
 { {
     /* name */     /* name */
Line 631 
Line 632 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD,      META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_RESTRICTED,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_RESTRICTED,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Propagated_qualifier_decl = _Propagated_qualifier_decl =
 { {
     /* name */     /* name */
Line 648 
Line 649 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY,      META_SCOPE_PROPERTY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _PropertyConstraint_qualifier_decl = _PropertyConstraint_qualifier_decl =
 { {
     /* name */     /* name */
Line 665 
Line 666 
     /* subscript */     /* subscript */
     0,     0,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE,      META_SCOPE_PROPERTY|META_SCOPE_REFERENCE,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Read_qualifier_decl = _Read_qualifier_decl =
 { {
     /* name */     /* name */
Line 682 
Line 683 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY,      META_SCOPE_PROPERTY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     "\001",     "\001",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Required_qualifier_decl = _Required_qualifier_decl =
 { {
     /* name */     /* name */
Line 699 
Line 700 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Revision_qualifier_decl = _Revision_qualifier_decl =
 { {
     /* name */     /* name */
Line 716 
Line 717 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,      META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _CLASS_qualifier_decl = _CLASS_qualifier_decl =
 { {
     /* name */     /* name */
Line 733 
Line 734 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD,      META_SCOPE_PROPERTY|META_SCOPE_METHOD,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Source_qualifier_decl = _Source_qualifier_decl =
 { {
     /* name */     /* name */
Line 750 
Line 751 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,      META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _SourceType_qualifier_decl = _SourceType_qualifier_decl =
 { {
     /* name */     /* name */
Line 767 
Line 768 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION|PEGASUS_SCOPE_REFERENCE,      META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION|META_SCOPE_REFERENCE,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Static_qualifier_decl = _Static_qualifier_decl =
 { {
     /* name */     /* name */
Line 784 
Line 785 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD,      META_SCOPE_PROPERTY|META_SCOPE_METHOD,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Terminal_qualifier_decl = _Terminal_qualifier_decl =
 { {
     /* name */     /* name */
Line 801 
Line 802 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,      META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _UMLPackagePath_qualifier_decl = _UMLPackagePath_qualifier_decl =
 { {
     /* name */     /* name */
Line 818 
Line 819 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,      META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Units_qualifier_decl = _Units_qualifier_decl =
 { {
     /* name */     /* name */
Line 835 
Line 836 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _ValueMap_qualifier_decl = _ValueMap_qualifier_decl =
 { {
     /* name */     /* name */
Line 852 
Line 853 
     /* subscript */     /* subscript */
     0,     0,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Values_qualifier_decl = _Values_qualifier_decl =
 { {
     /* name */     /* name */
Line 869 
Line 870 
     /* subscript */     /* subscript */
     0,     0,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Version_qualifier_decl = _Version_qualifier_decl =
 { {
     /* name */     /* name */
Line 886 
Line 887 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION,      META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TRANSLATABLE|PEGASUS_FLAVOR_RESTRICTED,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TRANSLATABLE|META_FLAVOR_RESTRICTED,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Weak_qualifier_decl = _Weak_qualifier_decl =
 { {
     /* name */     /* name */
Line 903 
Line 904 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_REFERENCE,      META_SCOPE_REFERENCE,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TOINSTANCE|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_TOINSTANCE|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Write_qualifier_decl = _Write_qualifier_decl =
 { {
     /* name */     /* name */
Line 920 
Line 921 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY,      META_SCOPE_PROPERTY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Alias_qualifier_decl = _Alias_qualifier_decl =
 { {
     /* name */     /* name */
Line 937 
Line 938 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD,      META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_TRANSLATABLE,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS|META_FLAVOR_TRANSLATABLE,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Delete_qualifier_decl = _Delete_qualifier_decl =
 { {
     /* name */     /* name */
Line 954 
Line 955 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_REFERENCE,      META_SCOPE_ASSOCIATION|META_SCOPE_REFERENCE,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Expensive_qualifier_decl = _Expensive_qualifier_decl =
 { {
     /* name */     /* name */
Line 971 
Line 972 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_ANY,      META_SCOPE_ANY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Ifdeleted_qualifier_decl = _Ifdeleted_qualifier_decl =
 { {
     /* name */     /* name */
Line 988 
Line 989 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_REFERENCE,      META_SCOPE_ASSOCIATION|META_SCOPE_REFERENCE,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Invisible_qualifier_decl = _Invisible_qualifier_decl =
 { {
     /* name */     /* name */
Line 1005 
Line 1006 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD,      META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Large_qualifier_decl = _Large_qualifier_decl =
 { {
     /* name */     /* name */
Line 1022 
Line 1023 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_PROPERTY,      META_SCOPE_CLASS|META_SCOPE_PROPERTY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     "\000",     "\000",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _PropertyUsage_qualifier_decl = _PropertyUsage_qualifier_decl =
 { {
     /* name */     /* name */
Line 1039 
Line 1040 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY,      META_SCOPE_PROPERTY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     "CurrentContext",     "CurrentContext",
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Provider_qualifier_decl = _Provider_qualifier_decl =
 { {
     /* name */     /* name */
Line 1056 
Line 1057 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_ANY,      META_SCOPE_ANY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _SyntaxType_qualifier_decl = _SyntaxType_qualifier_decl =
 { {
     /* name */     /* name */
Line 1073 
Line 1074 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _Syntax_qualifier_decl = _Syntax_qualifier_decl =
 { {
     /* name */     /* name */
Line 1090 
Line 1091 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD|PEGASUS_SCOPE_PARAMETER,      META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD|META_SCOPE_PARAMETER,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _TriggerType_qualifier_decl = _TriggerType_qualifier_decl =
 { {
     /* name */     /* name */
Line 1107 
Line 1108 
     /* subscript */     /* subscript */
     -1,     -1,
     /* scope */     /* scope */
     PEGASUS_SCOPE_CLASS|PEGASUS_SCOPE_ASSOCIATION|PEGASUS_SCOPE_INDICATION|PEGASUS_SCOPE_PROPERTY|PEGASUS_SCOPE_REFERENCE|PEGASUS_SCOPE_METHOD,      META_SCOPE_CLASS|META_SCOPE_ASSOCIATION|META_SCOPE_INDICATION|META_SCOPE_PROPERTY|META_SCOPE_REFERENCE|META_SCOPE_METHOD,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_OVERRIDABLE|PEGASUS_FLAVOR_TOSUBCLASS,      META_FLAVOR_OVERRIDABLE|META_FLAVOR_TOSUBCLASS,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _UnknownValues_qualifier_decl = _UnknownValues_qualifier_decl =
 { {
     /* name */     /* name */
Line 1124 
Line 1125 
     /* subscript */     /* subscript */
     0,     0,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY,      META_SCOPE_PROPERTY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     0,     0,
 }; };
  
 static SourceQualifierDecl  static MetaQualifierDecl
 _UnsupportedValues_qualifier_decl = _UnsupportedValues_qualifier_decl =
 { {
     /* name */     /* name */
Line 1141 
Line 1142 
     /* subscript */     /* subscript */
     0,     0,
     /* scope */     /* scope */
     PEGASUS_SCOPE_PROPERTY,      META_SCOPE_PROPERTY,
     /* flavor */     /* flavor */
     PEGASUS_FLAVOR_TOSUBCLASS|PEGASUS_FLAVOR_DISABLEOVERRIDE,      META_FLAVOR_TOSUBCLASS|META_FLAVOR_DISABLEOVERRIDE,
     /* value */     /* value */
     0,     0,
 }; };
Line 1154 
Line 1155 
 // //
 //============================================================================== //==============================================================================
  
 extern SourceClass __root_PG_InterOp_CIM_ManagedElement;  extern MetaClass __root_PG_InterOp_CIM_ManagedElement;
 extern SourceClass __root_PG_InterOp_CIM_Setting;  extern MetaClass __root_PG_InterOp_CIM_Setting;
 extern SourceClass __root_PG_InterOp_CIM_SettingContext;  extern MetaClass __root_PG_InterOp_CIM_SettingContext;
 extern SourceClass __root_PG_InterOp_CIM_SettingData;  extern MetaClass __root_PG_InterOp_CIM_SettingData;
 extern SourceClass __root_PG_InterOp_CIM_Capabilities;  extern MetaClass __root_PG_InterOp_CIM_Capabilities;
 extern SourceClass __root_PG_InterOp_CIM_Collection;  extern MetaClass __root_PG_InterOp_CIM_Collection;
 extern SourceClass __root_PG_InterOp_CIM_CollectionOfMSEs;  extern MetaClass __root_PG_InterOp_CIM_CollectionOfMSEs;
 extern SourceClass __root_PG_InterOp_CIM_Component;  extern MetaClass __root_PG_InterOp_CIM_Component;
 extern SourceClass __root_PG_InterOp_CIM_ConcreteCollection;  extern MetaClass __root_PG_InterOp_CIM_ConcreteCollection;
 extern SourceClass __root_PG_InterOp_CIM_ConcreteComponent;  extern MetaClass __root_PG_InterOp_CIM_ConcreteComponent;
 extern SourceClass __root_PG_InterOp_CIM_Configuration;  extern MetaClass __root_PG_InterOp_CIM_Configuration;
 extern SourceClass __root_PG_InterOp_CIM_ConfigurationComponent;  extern MetaClass __root_PG_InterOp_CIM_ConfigurationComponent;
 extern SourceClass __root_PG_InterOp_CIM_Dependency;  extern MetaClass __root_PG_InterOp_CIM_Dependency;
 extern SourceClass __root_PG_InterOp_CIM_DependencyContext;  extern MetaClass __root_PG_InterOp_CIM_DependencyContext;
 extern SourceClass __root_PG_InterOp_CIM_ElementCapabilities;  extern MetaClass __root_PG_InterOp_CIM_ElementCapabilities;
 extern SourceClass __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities;  extern MetaClass __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities;
 extern SourceClass __root_PG_InterOp_CIM_FRU;  extern MetaClass __root_PG_InterOp_CIM_FRU;
 extern SourceClass __root_PG_InterOp_CIM_HostedDependency;  extern MetaClass __root_PG_InterOp_CIM_HostedDependency;
 extern SourceClass __root_PG_InterOp_CIM_LocalizationCapabilities;  extern MetaClass __root_PG_InterOp_CIM_LocalizationCapabilities;
 extern SourceClass __root_PG_InterOp_CIM_Location;  extern MetaClass __root_PG_InterOp_CIM_Location;
 extern SourceClass __root_PG_InterOp_CIM_LogicalIdentity;  extern MetaClass __root_PG_InterOp_CIM_LogicalIdentity;
 extern SourceClass __root_PG_InterOp_CIM_ManagedSystemElement;  extern MetaClass __root_PG_InterOp_CIM_ManagedSystemElement;
 extern SourceClass __root_PG_InterOp_CIM_MemberOfCollection;  extern MetaClass __root_PG_InterOp_CIM_MemberOfCollection;
 extern SourceClass __root_PG_InterOp_CIM_MethodParameters;  extern MetaClass __root_PG_InterOp_CIM_MethodParameters;
 extern SourceClass __root_PG_InterOp_CIM_OrderedMemberOfCollection;  extern MetaClass __root_PG_InterOp_CIM_OrderedMemberOfCollection;
 extern SourceClass __root_PG_InterOp_CIM_ParametersForMethod;  extern MetaClass __root_PG_InterOp_CIM_ParametersForMethod;
 extern SourceClass __root_PG_InterOp_CIM_ParameterValueSources;  extern MetaClass __root_PG_InterOp_CIM_ParameterValueSources;
 extern SourceClass __root_PG_InterOp_CIM_PhysicalElement;  extern MetaClass __root_PG_InterOp_CIM_PhysicalElement;
 extern SourceClass __root_PG_InterOp_CIM_PowerManagementCapabilities;  extern MetaClass __root_PG_InterOp_CIM_PowerManagementCapabilities;
 extern SourceClass __root_PG_InterOp_CIM_Product;  extern MetaClass __root_PG_InterOp_CIM_Product;
 extern SourceClass __root_PG_InterOp_CIM_ProductComponent;  extern MetaClass __root_PG_InterOp_CIM_ProductComponent;
 extern SourceClass __root_PG_InterOp_CIM_ProductFRU;  extern MetaClass __root_PG_InterOp_CIM_ProductFRU;
 extern SourceClass __root_PG_InterOp_CIM_ProductParentChild;  extern MetaClass __root_PG_InterOp_CIM_ProductParentChild;
 extern SourceClass __root_PG_InterOp_CIM_ProductPhysicalComponent;  extern MetaClass __root_PG_InterOp_CIM_ProductPhysicalComponent;
 extern SourceClass __root_PG_InterOp_CIM_ProductPhysicalElements;  extern MetaClass __root_PG_InterOp_CIM_ProductPhysicalElements;
 extern SourceClass __root_PG_InterOp_CIM_ProductProductDependency;  extern MetaClass __root_PG_InterOp_CIM_ProductProductDependency;
 extern SourceClass __root_PG_InterOp_CIM_Profile;  extern MetaClass __root_PG_InterOp_CIM_Profile;
 extern SourceClass __root_PG_InterOp_CIM_ReplaceableProductFRU;  extern MetaClass __root_PG_InterOp_CIM_ReplaceableProductFRU;
 extern SourceClass __root_PG_InterOp_CIM_Spared;  extern MetaClass __root_PG_InterOp_CIM_Spared;
 extern SourceClass __root_PG_InterOp_CIM_StatisticalData;  extern MetaClass __root_PG_InterOp_CIM_StatisticalData;
 extern SourceClass __root_PG_InterOp_CIM_StatisticalInformation;  extern MetaClass __root_PG_InterOp_CIM_StatisticalInformation;
 extern SourceClass __root_PG_InterOp_CIM_StatisticalSetting;  extern MetaClass __root_PG_InterOp_CIM_StatisticalSetting;
 extern SourceClass __root_PG_InterOp_CIM_Statistics;  extern MetaClass __root_PG_InterOp_CIM_Statistics;
 extern SourceClass __root_PG_InterOp_CIM_SupportAccess;  extern MetaClass __root_PG_InterOp_CIM_SupportAccess;
 extern SourceClass __root_PG_InterOp_CIM_Synchronized;  extern MetaClass __root_PG_InterOp_CIM_Synchronized;
 extern SourceClass __root_PG_InterOp_CIM_SystemConfiguration;  extern MetaClass __root_PG_InterOp_CIM_SystemConfiguration;
 extern SourceClass __root_PG_InterOp_CIM_SystemSetting;  extern MetaClass __root_PG_InterOp_CIM_SystemSetting;
 extern SourceClass __root_PG_InterOp_CIM_SystemSettingContext;  extern MetaClass __root_PG_InterOp_CIM_SystemSettingContext;
 extern SourceClass __root_PG_InterOp_CIM_SystemSpecificCollection;  extern MetaClass __root_PG_InterOp_CIM_SystemSpecificCollection;
 extern SourceClass __root_PG_InterOp_CIM_SystemStatisticalInformation;  extern MetaClass __root_PG_InterOp_CIM_SystemStatisticalInformation;
 extern SourceClass __root_PG_InterOp_CIM_CollectedCollections;  extern MetaClass __root_PG_InterOp_CIM_CollectedCollections;
 extern SourceClass __root_PG_InterOp_CIM_CollectedMSEs;  extern MetaClass __root_PG_InterOp_CIM_CollectedMSEs;
 extern SourceClass __root_PG_InterOp_CIM_CollectionConfiguration;  extern MetaClass __root_PG_InterOp_CIM_CollectionConfiguration;
 extern SourceClass __root_PG_InterOp_CIM_CollectionSetting;  extern MetaClass __root_PG_InterOp_CIM_CollectionSetting;
 extern SourceClass __root_PG_InterOp_CIM_CompatibleProduct;  extern MetaClass __root_PG_InterOp_CIM_CompatibleProduct;
 extern SourceClass __root_PG_InterOp_CIM_ConcreteDependency;  extern MetaClass __root_PG_InterOp_CIM_ConcreteDependency;
 extern SourceClass __root_PG_InterOp_CIM_ConcreteIdentity;  extern MetaClass __root_PG_InterOp_CIM_ConcreteIdentity;
 extern SourceClass __root_PG_InterOp_CIM_ContainedLocation;  extern MetaClass __root_PG_InterOp_CIM_ContainedLocation;
 extern SourceClass __root_PG_InterOp_CIM_DeviceStatisticalInformation;  extern MetaClass __root_PG_InterOp_CIM_DeviceStatisticalInformation;
 extern SourceClass __root_PG_InterOp_CIM_ElementConfiguration;  extern MetaClass __root_PG_InterOp_CIM_ElementConfiguration;
 extern SourceClass __root_PG_InterOp_CIM_ElementLocation;  extern MetaClass __root_PG_InterOp_CIM_ElementLocation;
 extern SourceClass __root_PG_InterOp_CIM_ElementProfile;  extern MetaClass __root_PG_InterOp_CIM_ElementProfile;
 extern SourceClass __root_PG_InterOp_CIM_ElementSetting;  extern MetaClass __root_PG_InterOp_CIM_ElementSetting;
 extern SourceClass __root_PG_InterOp_CIM_ElementSettingData;  extern MetaClass __root_PG_InterOp_CIM_ElementSettingData;
 extern SourceClass __root_PG_InterOp_CIM_ElementStatisticalData;  extern MetaClass __root_PG_InterOp_CIM_ElementStatisticalData;
 extern SourceClass __root_PG_InterOp_CIM_FRUIncludesProduct;  extern MetaClass __root_PG_InterOp_CIM_FRUIncludesProduct;
 extern SourceClass __root_PG_InterOp_CIM_FRUPhysicalElements;  extern MetaClass __root_PG_InterOp_CIM_FRUPhysicalElements;
 extern SourceClass __root_PG_InterOp_CIM_LogicalElement;  extern MetaClass __root_PG_InterOp_CIM_LogicalElement;
 extern SourceClass __root_PG_InterOp_CIM_PhysicalElementLocation;  extern MetaClass __root_PG_InterOp_CIM_PhysicalElementLocation;
 extern SourceClass __root_PG_InterOp_CIM_PhysicalStatisticalInformation;  extern MetaClass __root_PG_InterOp_CIM_PhysicalStatisticalInformation;
 extern SourceClass __root_PG_InterOp_CIM_PhysicalStatistics;  extern MetaClass __root_PG_InterOp_CIM_PhysicalStatistics;
 extern SourceClass __root_PG_InterOp_CIM_ProductSupport;  extern MetaClass __root_PG_InterOp_CIM_ProductSupport;
 extern SourceClass __root_PG_InterOp_CIM_RedundancyGroup;  extern MetaClass __root_PG_InterOp_CIM_RedundancyGroup;
 extern SourceClass __root_PG_InterOp_CIM_RedundancySet;  extern MetaClass __root_PG_InterOp_CIM_RedundancySet;
 extern SourceClass __root_PG_InterOp_CIM_RelatedStatisticalData;  extern MetaClass __root_PG_InterOp_CIM_RelatedStatisticalData;
 extern SourceClass __root_PG_InterOp_CIM_RelatedStatistics;  extern MetaClass __root_PG_InterOp_CIM_RelatedStatistics;
 extern SourceClass __root_PG_InterOp_CIM_SAPStatisticalInformation;  extern MetaClass __root_PG_InterOp_CIM_SAPStatisticalInformation;
 extern SourceClass __root_PG_InterOp_CIM_ScopedSettingData;  extern MetaClass __root_PG_InterOp_CIM_ScopedSettingData;
 extern SourceClass __root_PG_InterOp_CIM_ServiceStatisticalInformation;  extern MetaClass __root_PG_InterOp_CIM_ServiceStatisticalInformation;
 extern SourceClass __root_PG_InterOp_CIM_SettingAssociatedToCapabilities;  extern MetaClass __root_PG_InterOp_CIM_SettingAssociatedToCapabilities;
 extern SourceClass __root_PG_InterOp_CIM_SoftwareIdentity;  extern MetaClass __root_PG_InterOp_CIM_SoftwareIdentity;
 extern SourceClass __root_PG_InterOp_CIM_SpareGroup;  extern MetaClass __root_PG_InterOp_CIM_SpareGroup;
 extern SourceClass __root_PG_InterOp_CIM_StatisticsCollection;  extern MetaClass __root_PG_InterOp_CIM_StatisticsCollection;
 extern SourceClass __root_PG_InterOp_CIM_StorageRedundancyGroup;  extern MetaClass __root_PG_InterOp_CIM_StorageRedundancyGroup;
 extern SourceClass __root_PG_InterOp_CIM_StorageRedundancySet;  extern MetaClass __root_PG_InterOp_CIM_StorageRedundancySet;
 extern SourceClass __root_PG_InterOp_CIM_ActsAsSpare;  extern MetaClass __root_PG_InterOp_CIM_ActsAsSpare;
 extern SourceClass __root_PG_InterOp_CIM_DefaultSetting;  extern MetaClass __root_PG_InterOp_CIM_DefaultSetting;
 extern SourceClass __root_PG_InterOp_CIM_ElementSoftwareIdentity;  extern MetaClass __root_PG_InterOp_CIM_ElementSoftwareIdentity;
 extern SourceClass __root_PG_InterOp_CIM_ExtraCapacityGroup;  extern MetaClass __root_PG_InterOp_CIM_ExtraCapacityGroup;
 extern SourceClass __root_PG_InterOp_CIM_IsSpare;  extern MetaClass __root_PG_InterOp_CIM_IsSpare;
 extern SourceClass __root_PG_InterOp_CIM_Job;  extern MetaClass __root_PG_InterOp_CIM_Job;
 extern SourceClass __root_PG_InterOp_CIM_ProductSoftwareComponent;  extern MetaClass __root_PG_InterOp_CIM_ProductSoftwareComponent;
 extern SourceClass __root_PG_InterOp_CIM_RedundancyComponent;  extern MetaClass __root_PG_InterOp_CIM_RedundancyComponent;
 extern SourceClass __root_PG_InterOp_CIM_ScopedSetting;  extern MetaClass __root_PG_InterOp_CIM_ScopedSetting;
 extern SourceClass __root_PG_InterOp_CIM_ConcreteJob;  extern MetaClass __root_PG_InterOp_CIM_ConcreteJob;
 extern SourceClass __root_PG_InterOp_CIM_EnabledLogicalElement;  extern MetaClass __root_PG_InterOp_CIM_EnabledLogicalElement;
 extern SourceClass __root_PG_InterOp_CIM_LogicalDevice;  extern MetaClass __root_PG_InterOp_CIM_LogicalDevice;
 extern SourceClass __root_PG_InterOp_CIM_Realizes;  extern MetaClass __root_PG_InterOp_CIM_Realizes;
 extern SourceClass __root_PG_InterOp_CIM_Service;  extern MetaClass __root_PG_InterOp_CIM_Service;
 extern SourceClass __root_PG_InterOp_CIM_ServiceAccessPoint;  extern MetaClass __root_PG_InterOp_CIM_ServiceAccessPoint;
 extern SourceClass __root_PG_InterOp_CIM_ServiceAccessURI;  extern MetaClass __root_PG_InterOp_CIM_ServiceAccessURI;
 extern SourceClass __root_PG_InterOp_CIM_ServiceAffectsElement;  extern MetaClass __root_PG_InterOp_CIM_ServiceAffectsElement;
 extern SourceClass __root_PG_InterOp_CIM_ServiceAvailableToElement;  extern MetaClass __root_PG_InterOp_CIM_ServiceAvailableToElement;
 extern SourceClass __root_PG_InterOp_CIM_ServiceComponent;  extern MetaClass __root_PG_InterOp_CIM_ServiceComponent;
 extern SourceClass __root_PG_InterOp_CIM_ServiceSAPDependency;  extern MetaClass __root_PG_InterOp_CIM_ServiceSAPDependency;
 extern SourceClass __root_PG_InterOp_CIM_ServiceStatistics;  extern MetaClass __root_PG_InterOp_CIM_ServiceStatistics;
 extern SourceClass __root_PG_InterOp_CIM_StorageExtent;  extern MetaClass __root_PG_InterOp_CIM_StorageExtent;
 extern SourceClass __root_PG_InterOp_CIM_System;  extern MetaClass __root_PG_InterOp_CIM_System;
 extern SourceClass __root_PG_InterOp_CIM_SystemComponent;  extern MetaClass __root_PG_InterOp_CIM_SystemComponent;
 extern SourceClass __root_PG_InterOp_CIM_SystemDevice;  extern MetaClass __root_PG_InterOp_CIM_SystemDevice;
 extern SourceClass __root_PG_InterOp_CIM_SystemPackaging;  extern MetaClass __root_PG_InterOp_CIM_SystemPackaging;
 extern SourceClass __root_PG_InterOp_CIM_SystemStatistics;  extern MetaClass __root_PG_InterOp_CIM_SystemStatistics;
 extern SourceClass __root_PG_InterOp_CIM_AdminDomain;  extern MetaClass __root_PG_InterOp_CIM_AdminDomain;
 extern SourceClass __root_PG_InterOp_CIM_BasedOn;  extern MetaClass __root_PG_InterOp_CIM_BasedOn;
 extern SourceClass __root_PG_InterOp_CIM_ConfigurationForSystem;  extern MetaClass __root_PG_InterOp_CIM_ConfigurationForSystem;
 extern SourceClass __root_PG_InterOp_CIM_ContainedDomain;  extern MetaClass __root_PG_InterOp_CIM_ContainedDomain;
 extern SourceClass __root_PG_InterOp_CIM_DeviceSAPImplementation;  extern MetaClass __root_PG_InterOp_CIM_DeviceSAPImplementation;
 extern SourceClass __root_PG_InterOp_CIM_DeviceServiceImplementation;  extern MetaClass __root_PG_InterOp_CIM_DeviceServiceImplementation;
 extern SourceClass __root_PG_InterOp_CIM_DeviceStatistics;  extern MetaClass __root_PG_InterOp_CIM_DeviceStatistics;
 extern SourceClass __root_PG_InterOp_CIM_ExtentRedundancyComponent;  extern MetaClass __root_PG_InterOp_CIM_ExtentRedundancyComponent;
 extern SourceClass __root_PG_InterOp_CIM_HostedAccessPoint;  extern MetaClass __root_PG_InterOp_CIM_HostedAccessPoint;
 extern SourceClass __root_PG_InterOp_CIM_HostedCollection;  extern MetaClass __root_PG_InterOp_CIM_HostedCollection;
 extern SourceClass __root_PG_InterOp_CIM_HostedService;  extern MetaClass __root_PG_InterOp_CIM_HostedService;
 extern SourceClass __root_PG_InterOp_CIM_InstalledSoftwareIdentity;  extern MetaClass __root_PG_InterOp_CIM_InstalledSoftwareIdentity;
 extern SourceClass __root_PG_InterOp_CIM_PowerManagementService;  extern MetaClass __root_PG_InterOp_CIM_PowerManagementService;
 extern SourceClass __root_PG_InterOp_CIM_ProductServiceComponent;  extern MetaClass __root_PG_InterOp_CIM_ProductServiceComponent;
 extern SourceClass __root_PG_InterOp_CIM_ProtocolEndpoint;  extern MetaClass __root_PG_InterOp_CIM_ProtocolEndpoint;
 extern SourceClass __root_PG_InterOp_CIM_ProvidesServiceToElement;  extern MetaClass __root_PG_InterOp_CIM_ProvidesServiceToElement;
 extern SourceClass __root_PG_InterOp_CIM_RemoteServiceAccessPoint;  extern MetaClass __root_PG_InterOp_CIM_RemoteServiceAccessPoint;
 extern SourceClass __root_PG_InterOp_CIM_SAPAvailableForElement;  extern MetaClass __root_PG_InterOp_CIM_SAPAvailableForElement;
 extern SourceClass __root_PG_InterOp_CIM_SAPSAPDependency;  extern MetaClass __root_PG_InterOp_CIM_SAPSAPDependency;
 extern SourceClass __root_PG_InterOp_CIM_SAPStatistics;  extern MetaClass __root_PG_InterOp_CIM_SAPStatistics;
 extern SourceClass __root_PG_InterOp_CIM_ServiceAccessBySAP;  extern MetaClass __root_PG_InterOp_CIM_ServiceAccessBySAP;
 extern SourceClass __root_PG_InterOp_CIM_ServiceServiceDependency;  extern MetaClass __root_PG_InterOp_CIM_ServiceServiceDependency;
 extern SourceClass __root_PG_InterOp_CIM_SettingForSystem;  extern MetaClass __root_PG_InterOp_CIM_SettingForSystem;
 extern SourceClass __root_PG_InterOp_CIM_ActiveConnection;  extern MetaClass __root_PG_InterOp_CIM_ActiveConnection;
 extern SourceClass __root_PG_InterOp_CIM_BindsTo;  extern MetaClass __root_PG_InterOp_CIM_BindsTo;
 extern SourceClass __root_PG_InterOp_CIM_ProvidesEndpoint;  extern MetaClass __root_PG_InterOp_CIM_ProvidesEndpoint;
 extern SourceClass __root_PG_InterOp_CIM_RemotePort;  extern MetaClass __root_PG_InterOp_CIM_RemotePort;
 extern SourceClass __root_PG_InterOp_CIM_Indication;  extern MetaClass __root_PG_InterOp_CIM_Indication;
 extern SourceClass __root_PG_InterOp_CIM_ClassIndication;  extern MetaClass __root_PG_InterOp_CIM_ClassIndication;
 extern SourceClass __root_PG_InterOp_CIM_ClassModification;  extern MetaClass __root_PG_InterOp_CIM_ClassModification;
 extern SourceClass __root_PG_InterOp_CIM_IndicationFilter;  extern MetaClass __root_PG_InterOp_CIM_IndicationFilter;
 extern SourceClass __root_PG_InterOp_CIM_InstIndication;  extern MetaClass __root_PG_InterOp_CIM_InstIndication;
 extern SourceClass __root_PG_InterOp_CIM_InstMethodCall;  extern MetaClass __root_PG_InterOp_CIM_InstMethodCall;
 extern SourceClass __root_PG_InterOp_CIM_InstModification;  extern MetaClass __root_PG_InterOp_CIM_InstModification;
 extern SourceClass __root_PG_InterOp_CIM_InstRead;  extern MetaClass __root_PG_InterOp_CIM_InstRead;
 extern SourceClass __root_PG_InterOp_CIM_ListenerDestination;  extern MetaClass __root_PG_InterOp_CIM_ListenerDestination;
 extern SourceClass __root_PG_InterOp_CIM_ListenerDestinationCIMXML;  extern MetaClass __root_PG_InterOp_CIM_ListenerDestinationCIMXML;
 extern SourceClass __root_PG_InterOp_CIM_ProcessIndication;  extern MetaClass __root_PG_InterOp_CIM_ProcessIndication;
 extern SourceClass __root_PG_InterOp_CIM_SNMPTrapIndication;  extern MetaClass __root_PG_InterOp_CIM_SNMPTrapIndication;
 extern SourceClass __root_PG_InterOp_CIM_AlertIndication;  extern MetaClass __root_PG_InterOp_CIM_AlertIndication;
 extern SourceClass __root_PG_InterOp_CIM_AlertInstIndication;  extern MetaClass __root_PG_InterOp_CIM_AlertInstIndication;
 extern SourceClass __root_PG_InterOp_CIM_ClassCreation;  extern MetaClass __root_PG_InterOp_CIM_ClassCreation;
 extern SourceClass __root_PG_InterOp_CIM_ClassDeletion;  extern MetaClass __root_PG_InterOp_CIM_ClassDeletion;
 extern SourceClass __root_PG_InterOp_CIM_IndicationHandler;  extern MetaClass __root_PG_InterOp_CIM_IndicationHandler;
 extern SourceClass __root_PG_InterOp_CIM_IndicationHandlerCIMXML;  extern MetaClass __root_PG_InterOp_CIM_IndicationHandlerCIMXML;
 extern SourceClass __root_PG_InterOp_CIM_IndicationSubscription;  extern MetaClass __root_PG_InterOp_CIM_IndicationSubscription;
 extern SourceClass __root_PG_InterOp_CIM_InstCreation;  extern MetaClass __root_PG_InterOp_CIM_InstCreation;
 extern SourceClass __root_PG_InterOp_CIM_InstDeletion;  extern MetaClass __root_PG_InterOp_CIM_InstDeletion;
 extern SourceClass __root_PG_InterOp_CIM_ThresholdIndication;  extern MetaClass __root_PG_InterOp_CIM_ThresholdIndication;
 extern SourceClass __root_PG_InterOp_CIM_FormattedIndicationSubscription;  extern MetaClass __root_PG_InterOp_CIM_FormattedIndicationSubscription;
 extern SourceClass __root_PG_InterOp_CIM_Namespace;  extern MetaClass __root_PG_InterOp_CIM_Namespace;
 extern SourceClass __root_PG_InterOp_CIM_RegisteredProfile;  extern MetaClass __root_PG_InterOp_CIM_RegisteredProfile;
 extern SourceClass __root_PG_InterOp_CIM_RegisteredSubProfile;  extern MetaClass __root_PG_InterOp_CIM_RegisteredSubProfile;
 extern SourceClass __root_PG_InterOp_CIM_SystemIdentification;  extern MetaClass __root_PG_InterOp_CIM_SystemIdentification;
 extern SourceClass __root_PG_InterOp_CIM_SystemInNamespace;  extern MetaClass __root_PG_InterOp_CIM_SystemInNamespace;
 extern SourceClass __root_PG_InterOp_CIM_CIMOMStatisticalData;  extern MetaClass __root_PG_InterOp_CIM_CIMOMStatisticalData;
 extern SourceClass __root_PG_InterOp_CIM_ElementConformsToProfile;  extern MetaClass __root_PG_InterOp_CIM_ElementConformsToProfile;
 extern SourceClass __root_PG_InterOp_CIM_ReferencedProfile;  extern MetaClass __root_PG_InterOp_CIM_ReferencedProfile;
 extern SourceClass __root_PG_InterOp_CIM_SubProfileRequiresProfile;  extern MetaClass __root_PG_InterOp_CIM_SubProfileRequiresProfile;
 extern SourceClass __root_PG_InterOp_CIM_WBEMService;  extern MetaClass __root_PG_InterOp_CIM_WBEMService;
 extern SourceClass __root_PG_InterOp_CIM_IdentificationOfManagedSystem;  extern MetaClass __root_PG_InterOp_CIM_IdentificationOfManagedSystem;
 extern SourceClass __root_PG_InterOp_CIM_ObjectManager;  extern MetaClass __root_PG_InterOp_CIM_ObjectManager;
 extern SourceClass __root_PG_InterOp_CIM_ObjectManagerAdapter;  extern MetaClass __root_PG_InterOp_CIM_ObjectManagerAdapter;
 extern SourceClass __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism;  extern MetaClass __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism;
 extern SourceClass __root_PG_InterOp_CIM_ProtocolAdapter;  extern MetaClass __root_PG_InterOp_CIM_ProtocolAdapter;
 extern SourceClass __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism;  extern MetaClass __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism;
 extern SourceClass __root_PG_InterOp_CIM_CommMechanismForAdapter;  extern MetaClass __root_PG_InterOp_CIM_CommMechanismForAdapter;
 extern SourceClass __root_PG_InterOp_CIM_CommMechanismForManager;  extern MetaClass __root_PG_InterOp_CIM_CommMechanismForManager;
 extern SourceClass __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter;  extern MetaClass __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter;
 extern SourceClass __root_PG_InterOp_CIM_NamespaceInManager;  extern MetaClass __root_PG_InterOp_CIM_NamespaceInManager;
 extern SourceClass __root_PG_InterOp_PG_IndicationHandlerSNMPMapper;  extern MetaClass __root_PG_InterOp_PG_IndicationHandlerSNMPMapper;
 extern SourceClass __root_PG_InterOp_PG_ListenerDestinationSystemLog;  extern MetaClass __root_PG_InterOp_PG_ListenerDestinationSystemLog;
 extern SourceClass __root_PG_InterOp_PG_ListenerDestinationEmail;  extern MetaClass __root_PG_InterOp_PG_ListenerDestinationEmail;
 extern SourceClass __root_PG_InterOp_PG_ProviderModule;  extern MetaClass __root_PG_InterOp_PG_ProviderModule;
 extern SourceClass __root_PG_InterOp_PG_Provider;  extern MetaClass __root_PG_InterOp_PG_Provider;
 extern SourceClass __root_PG_InterOp_PG_Capabilities;  extern MetaClass __root_PG_InterOp_PG_Capabilities;
 extern SourceClass __root_PG_InterOp_PG_CapabilitiesRegistration;  extern MetaClass __root_PG_InterOp_PG_CapabilitiesRegistration;
 extern SourceClass __root_PG_InterOp_PG_ProviderCapabilities;  extern MetaClass __root_PG_InterOp_PG_ProviderCapabilities;
 extern SourceClass __root_PG_InterOp_PG_ConsumerCapabilities;  extern MetaClass __root_PG_InterOp_PG_ConsumerCapabilities;
 extern SourceClass __root_PG_InterOp_PG_ProviderCapabilitiesElements;  extern MetaClass __root_PG_InterOp_PG_ProviderCapabilitiesElements;
 extern SourceClass __root_PG_InterOp_PG_ProviderModuleElements;  extern MetaClass __root_PG_InterOp_PG_ProviderModuleElements;
 extern SourceClass __root_PG_InterOp_PG_CIMXMLCommunicationMechanism;  extern MetaClass __root_PG_InterOp_PG_CIMXMLCommunicationMechanism;
 extern SourceClass __root_PG_InterOp_PG_NameSpace;  extern MetaClass __root_PG_InterOp_PG_NameSpace;
 extern SourceClass __root_PG_InterOp_CIM_ComputerSystem;  extern MetaClass __root_PG_InterOp_CIM_ComputerSystem;
 extern SourceClass __root_PG_InterOp_CIM_UnitaryComputerSystem;  extern MetaClass __root_PG_InterOp_CIM_UnitaryComputerSystem;
 extern SourceClass __root_PG_InterOp_PG_ComputerSystem;  extern MetaClass __root_PG_InterOp_PG_ComputerSystem;
 extern SourceClass __root_PG_InterOp_PG_ProviderProfileCapabilities;  extern MetaClass __root_PG_InterOp_PG_ProviderProfileCapabilities;
 extern SourceClass __root_PG_InterOp_PG_ProviderReferencedProfiles;  extern MetaClass __root_PG_InterOp_PG_ProviderReferencedProfiles;
 extern SourceClass __root_PG_InterOp_PG_RegisteredProfile;  extern MetaClass __root_PG_InterOp_PG_RegisteredProfile;
 extern SourceClass __root_PG_InterOp_PG_RegisteredSubProfile;  extern MetaClass __root_PG_InterOp_PG_RegisteredSubProfile;
 extern SourceClass __root_PG_InterOp_PG_ReferencedProfile;  extern MetaClass __root_PG_InterOp_PG_ReferencedProfile;
 extern SourceClass __root_PG_InterOp_PG_ElementConformsToProfile;  extern MetaClass __root_PG_InterOp_PG_ElementConformsToProfile;
 extern SourceClass __root_PG_InterOp_PG_SubProfileRequiresProfile;  extern MetaClass __root_PG_InterOp_PG_SubProfileRequiresProfile;
 extern SourceClass __root_PG_InterOp_PG_SoftwareIdentity;  extern MetaClass __root_PG_InterOp_PG_SoftwareIdentity;
 extern SourceClass __root_PG_InterOp_PG_ElementSoftwareIdentity;  extern MetaClass __root_PG_InterOp_PG_ElementSoftwareIdentity;
 extern SourceClass __root_PG_InterOp_PG_ObjectManager;  extern MetaClass __root_PG_InterOp_PG_ObjectManager;
 extern SourceClass __root_PG_InterOp_PG_CommMechanismForManager;  extern MetaClass __root_PG_InterOp_PG_CommMechanismForManager;
 extern SourceClass __root_PG_InterOp_PG_NamespaceInManager;  extern MetaClass __root_PG_InterOp_PG_NamespaceInManager;
 extern SourceClass __root_PG_InterOp_PG_HostedObjectManager;  extern MetaClass __root_PG_InterOp_PG_HostedObjectManager;
 extern SourceClass __root_PG_InterOp_PG_HostedAccessPoint;  extern MetaClass __root_PG_InterOp_PG_HostedAccessPoint;
  
 //============================================================================== //==============================================================================
 // //
Line 1381 
Line 1382 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ManagedElement_Caption = _CIM_ManagedElement_Caption =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Caption",     "Caption",
     /* qualifiers */     /* qualifiers */
Line 1404 
Line 1405 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ManagedElement_Description = _CIM_ManagedElement_Description =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Description",     "Description",
     /* qualifiers */     /* qualifiers */
Line 1427 
Line 1428 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ManagedElement_ElementName = _CIM_ManagedElement_ElementName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ElementName",     "ElementName",
     /* qualifiers */     /* qualifiers */
Line 1444 
Line 1445 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ManagedElement_features[] = _CIM_ManagedElement_features[] =
 { {
     (SourceFeature*)&_CIM_ManagedElement_Caption,      (MetaFeature*)&_CIM_ManagedElement_Caption,
     (SourceFeature*)&_CIM_ManagedElement_Description,      (MetaFeature*)&_CIM_ManagedElement_Description,
     (SourceFeature*)&_CIM_ManagedElement_ElementName,      (MetaFeature*)&_CIM_ManagedElement_ElementName,
     0,     0,
 }; };
  
Line 1458 
Line 1459 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ManagedElement = __root_PG_InterOp_CIM_ManagedElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_ManagedElement",     "CIM_ManagedElement",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ManagedElement_qualifiers,     __root_PG_InterOp_CIM_ManagedElement_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ManagedElement_features,     _CIM_ManagedElement_features,
Line 1492 
Line 1495 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_SettingID = _CIM_Setting_SettingID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SettingID",     "SettingID",
     /* qualifiers */     /* qualifiers */
Line 1512 
Line 1515 
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers[] = _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Setting_VerifyOKToApplyToMSE_MSE = _CIM_Setting_VerifyOKToApplyToMSE_MSE =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,      META_FLAG_REFERENCE|META_FLAG_IN,
     /* name */     /* name */
     "MSE",     "MSE",
     /* qualifiers */     /* qualifiers */
     _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers,     _CIM_Setting_VerifyOKToApplyToMSE_MSE_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* ref */
     &__root_PG_InterOp_CIM_ManagedSystemElement,     &__root_PG_InterOp_CIM_ManagedSystemElement,
 }; };
  
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply_qualifiers[] = _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply = _CIM_Setting_VerifyOKToApplyToMSE_TimeToApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "TimeToApply",     "TimeToApply",
     /* qualifiers */     /* qualifiers */
Line 1556 
Line 1563 
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy_qualifiers[] = _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy = _CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "MustBeCompletedBy",     "MustBeCompletedBy",
     /* qualifiers */     /* qualifiers */
Line 1576 
Line 1585 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_Setting_VerifyOKToApplyToMSE_parameters[] = _CIM_Setting_VerifyOKToApplyToMSE_parameters[] =
 { {
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyToMSE_MSE,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_MSE,
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyToMSE_TimeToApply,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_TimeToApply,
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE_MustBeCompletedBy,
     0,     0,
 }; };
  
Line 1591 
Line 1600 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_Setting_VerifyOKToApplyToMSE = _CIM_Setting_VerifyOKToApplyToMSE =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_Setting",     "CIM_Setting",
     /* qualifiers */     /* qualifiers */
Line 1609 
Line 1618 
 static const char* static const char*
 _CIM_Setting_ApplyToMSE_MSE_qualifiers[] = _CIM_Setting_ApplyToMSE_MSE_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Setting_ApplyToMSE_MSE = _CIM_Setting_ApplyToMSE_MSE =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,      META_FLAG_REFERENCE|META_FLAG_IN,
     /* name */     /* name */
     "MSE",     "MSE",
     /* qualifiers */     /* qualifiers */
     _CIM_Setting_ApplyToMSE_MSE_qualifiers,     _CIM_Setting_ApplyToMSE_MSE_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* ref */
     &__root_PG_InterOp_CIM_ManagedSystemElement,     &__root_PG_InterOp_CIM_ManagedSystemElement,
 }; };
  
 static const char* static const char*
 _CIM_Setting_ApplyToMSE_TimeToApply_qualifiers[] = _CIM_Setting_ApplyToMSE_TimeToApply_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_ApplyToMSE_TimeToApply = _CIM_Setting_ApplyToMSE_TimeToApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "TimeToApply",     "TimeToApply",
     /* qualifiers */     /* qualifiers */
Line 1653 
Line 1666 
 static const char* static const char*
 _CIM_Setting_ApplyToMSE_MustBeCompletedBy_qualifiers[] = _CIM_Setting_ApplyToMSE_MustBeCompletedBy_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_ApplyToMSE_MustBeCompletedBy = _CIM_Setting_ApplyToMSE_MustBeCompletedBy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "MustBeCompletedBy",     "MustBeCompletedBy",
     /* qualifiers */     /* qualifiers */
Line 1673 
Line 1688 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_Setting_ApplyToMSE_parameters[] = _CIM_Setting_ApplyToMSE_parameters[] =
 { {
     (SourceProperty*)&_CIM_Setting_ApplyToMSE_MSE,      (MetaFeature*)&_CIM_Setting_ApplyToMSE_MSE,
     (SourceProperty*)&_CIM_Setting_ApplyToMSE_TimeToApply,      (MetaFeature*)&_CIM_Setting_ApplyToMSE_TimeToApply,
     (SourceProperty*)&_CIM_Setting_ApplyToMSE_MustBeCompletedBy,      (MetaFeature*)&_CIM_Setting_ApplyToMSE_MustBeCompletedBy,
     0,     0,
 }; };
  
Line 1688 
Line 1703 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_Setting_ApplyToMSE = _CIM_Setting_ApplyToMSE =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_Setting",     "CIM_Setting",
     /* qualifiers */     /* qualifiers */
Line 1706 
Line 1721 
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers[] = _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Setting_VerifyOKToApplyToCollection_Collection = _CIM_Setting_VerifyOKToApplyToCollection_Collection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,      META_FLAG_REFERENCE|META_FLAG_IN,
     /* name */     /* name */
     "Collection",     "Collection",
     /* qualifiers */     /* qualifiers */
     _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers,     _CIM_Setting_VerifyOKToApplyToCollection_Collection_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* ref */
     &__root_PG_InterOp_CIM_CollectionOfMSEs,     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 }; };
  
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply_qualifiers[] = _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply = _CIM_Setting_VerifyOKToApplyToCollection_TimeToApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "TimeToApply",     "TimeToApply",
     /* qualifiers */     /* qualifiers */
Line 1750 
Line 1769 
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy_qualifiers[] = _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy = _CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "MustBeCompletedBy",     "MustBeCompletedBy",
     /* qualifiers */     /* qualifiers */
Line 1773 
Line 1794 
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply_qualifiers[] = _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply_qualifiers[] =
 { {
       /* IN */
       "\024\000",
       /* OUT */
       "\043\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply = _CIM_Setting_VerifyOKToApplyToCollection_CanNotApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_OUT,      META_FLAG_PROPERTY|META_FLAG_OUT,
     /* name */     /* name */
     "CanNotApply",     "CanNotApply",
     /* qualifiers */     /* qualifiers */
Line 1793 
Line 1818 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_Setting_VerifyOKToApplyToCollection_parameters[] = _CIM_Setting_VerifyOKToApplyToCollection_parameters[] =
 { {
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyToCollection_Collection,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_Collection,
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyToCollection_TimeToApply,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_TimeToApply,
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_MustBeCompletedBy,
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyToCollection_CanNotApply,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection_CanNotApply,
     0,     0,
 }; };
  
Line 1809 
Line 1834 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_Setting_VerifyOKToApplyToCollection = _CIM_Setting_VerifyOKToApplyToCollection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_Setting",     "CIM_Setting",
     /* qualifiers */     /* qualifiers */
Line 1827 
Line 1852 
 static const char* static const char*
 _CIM_Setting_ApplyToCollection_Collection_qualifiers[] = _CIM_Setting_ApplyToCollection_Collection_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Setting_ApplyToCollection_Collection = _CIM_Setting_ApplyToCollection_Collection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,      META_FLAG_REFERENCE|META_FLAG_IN,
     /* name */     /* name */
     "Collection",     "Collection",
     /* qualifiers */     /* qualifiers */
     _CIM_Setting_ApplyToCollection_Collection_qualifiers,     _CIM_Setting_ApplyToCollection_Collection_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* ref */
     &__root_PG_InterOp_CIM_CollectionOfMSEs,     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 }; };
  
 static const char* static const char*
 _CIM_Setting_ApplyToCollection_TimeToApply_qualifiers[] = _CIM_Setting_ApplyToCollection_TimeToApply_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_ApplyToCollection_TimeToApply = _CIM_Setting_ApplyToCollection_TimeToApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "TimeToApply",     "TimeToApply",
     /* qualifiers */     /* qualifiers */
Line 1871 
Line 1900 
 static const char* static const char*
 _CIM_Setting_ApplyToCollection_ContinueOnError_qualifiers[] = _CIM_Setting_ApplyToCollection_ContinueOnError_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_ApplyToCollection_ContinueOnError = _CIM_Setting_ApplyToCollection_ContinueOnError =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "ContinueOnError",     "ContinueOnError",
     /* qualifiers */     /* qualifiers */
Line 1894 
Line 1925 
 static const char* static const char*
 _CIM_Setting_ApplyToCollection_MustBeCompletedBy_qualifiers[] = _CIM_Setting_ApplyToCollection_MustBeCompletedBy_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_ApplyToCollection_MustBeCompletedBy = _CIM_Setting_ApplyToCollection_MustBeCompletedBy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "MustBeCompletedBy",     "MustBeCompletedBy",
     /* qualifiers */     /* qualifiers */
Line 1917 
Line 1950 
 static const char* static const char*
 _CIM_Setting_ApplyToCollection_CanNotApply_qualifiers[] = _CIM_Setting_ApplyToCollection_CanNotApply_qualifiers[] =
 { {
       /* IN */
       "\024\000",
       /* OUT */
       "\043\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_ApplyToCollection_CanNotApply = _CIM_Setting_ApplyToCollection_CanNotApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_OUT,      META_FLAG_PROPERTY|META_FLAG_OUT,
     /* name */     /* name */
     "CanNotApply",     "CanNotApply",
     /* qualifiers */     /* qualifiers */
Line 1937 
Line 1974 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_Setting_ApplyToCollection_parameters[] = _CIM_Setting_ApplyToCollection_parameters[] =
 { {
     (SourceProperty*)&_CIM_Setting_ApplyToCollection_Collection,      (MetaFeature*)&_CIM_Setting_ApplyToCollection_Collection,
     (SourceProperty*)&_CIM_Setting_ApplyToCollection_TimeToApply,      (MetaFeature*)&_CIM_Setting_ApplyToCollection_TimeToApply,
     (SourceProperty*)&_CIM_Setting_ApplyToCollection_ContinueOnError,      (MetaFeature*)&_CIM_Setting_ApplyToCollection_ContinueOnError,
     (SourceProperty*)&_CIM_Setting_ApplyToCollection_MustBeCompletedBy,      (MetaFeature*)&_CIM_Setting_ApplyToCollection_MustBeCompletedBy,
     (SourceProperty*)&_CIM_Setting_ApplyToCollection_CanNotApply,      (MetaFeature*)&_CIM_Setting_ApplyToCollection_CanNotApply,
     0,     0,
 }; };
  
Line 1954 
Line 1991 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_Setting_ApplyToCollection = _CIM_Setting_ApplyToCollection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_Setting",     "CIM_Setting",
     /* qualifiers */     /* qualifiers */
Line 1972 
Line 2009 
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers[] = _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE = _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,      META_FLAG_REFERENCE|META_FLAG_IN,
     /* name */     /* name */
     "MSE",     "MSE",
     /* qualifiers */     /* qualifiers */
     _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers,     _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* ref */
     &__root_PG_InterOp_CIM_ManagedSystemElement,     &__root_PG_InterOp_CIM_ManagedSystemElement,
 }; };
  
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] = _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply = _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "TimeToApply",     "TimeToApply",
     /* qualifiers */     /* qualifiers */
Line 2016 
Line 2057 
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] = _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy = _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "MustBeCompletedBy",     "MustBeCompletedBy",
     /* qualifiers */     /* qualifiers */
Line 2039 
Line 2082 
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] = _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply = _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "PropertiesToApply",     "PropertiesToApply",
     /* qualifiers */     /* qualifiers */
Line 2059 
Line 2104 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_parameters[] = _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_parameters[] =
 { {
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MSE,
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_TimeToApply,
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_MustBeCompletedBy,
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE_PropertiesToApply,
     0,     0,
 }; };
  
Line 2075 
Line 2120 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE = _CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_Setting",     "CIM_Setting",
     /* qualifiers */     /* qualifiers */
Line 2093 
Line 2138 
 static const char* static const char*
 _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers[] = _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Setting_ApplyIncrementalChangeToMSE_MSE = _CIM_Setting_ApplyIncrementalChangeToMSE_MSE =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,      META_FLAG_REFERENCE|META_FLAG_IN,
     /* name */     /* name */
     "MSE",     "MSE",
     /* qualifiers */     /* qualifiers */
     _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers,     _CIM_Setting_ApplyIncrementalChangeToMSE_MSE_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* ref */
     &__root_PG_InterOp_CIM_ManagedSystemElement,     &__root_PG_InterOp_CIM_ManagedSystemElement,
 }; };
  
 static const char* static const char*
 _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] = _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply = _CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "TimeToApply",     "TimeToApply",
     /* qualifiers */     /* qualifiers */
Line 2137 
Line 2186 
 static const char* static const char*
 _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] = _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy = _CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "MustBeCompletedBy",     "MustBeCompletedBy",
     /* qualifiers */     /* qualifiers */
Line 2160 
Line 2211 
 static const char* static const char*
 _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] = _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply = _CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "PropertiesToApply",     "PropertiesToApply",
     /* qualifiers */     /* qualifiers */
Line 2180 
Line 2233 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_Setting_ApplyIncrementalChangeToMSE_parameters[] = _CIM_Setting_ApplyIncrementalChangeToMSE_parameters[] =
 { {
     (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MSE,      (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MSE,
     (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply,      (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_TimeToApply,
     (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy,      (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_MustBeCompletedBy,
     (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply,      (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE_PropertiesToApply,
     0,     0,
 }; };
  
Line 2196 
Line 2249 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_Setting_ApplyIncrementalChangeToMSE = _CIM_Setting_ApplyIncrementalChangeToMSE =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_Setting",     "CIM_Setting",
     /* qualifiers */     /* qualifiers */
Line 2214 
Line 2267 
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers[] = _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection = _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,      META_FLAG_REFERENCE|META_FLAG_IN,
     /* name */     /* name */
     "Collection",     "Collection",
     /* qualifiers */     /* qualifiers */
     _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers,     _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* ref */
     &__root_PG_InterOp_CIM_CollectionOfMSEs,     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 }; };
  
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] = _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply = _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "TimeToApply",     "TimeToApply",
     /* qualifiers */     /* qualifiers */
Line 2258 
Line 2315 
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] = _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy = _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "MustBeCompletedBy",     "MustBeCompletedBy",
     /* qualifiers */     /* qualifiers */
Line 2281 
Line 2340 
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] = _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply = _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "PropertiesToApply",     "PropertiesToApply",
     /* qualifiers */     /* qualifiers */
Line 2304 
Line 2365 
 static const char* static const char*
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] = _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] =
 { {
       /* IN */
       "\024\000",
       /* OUT */
       "\043\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply = _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_OUT,      META_FLAG_PROPERTY|META_FLAG_OUT,
     /* name */     /* name */
     "CanNotApply",     "CanNotApply",
     /* qualifiers */     /* qualifiers */
Line 2324 
Line 2389 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_parameters[] = _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_parameters[] =
 { {
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_Collection,
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_TimeToApply,
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_MustBeCompletedBy,
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_PropertiesToApply,
     (SourceProperty*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection_CanNotApply,
     0,     0,
 }; };
  
Line 2341 
Line 2406 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection = _CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_Setting",     "CIM_Setting",
     /* qualifiers */     /* qualifiers */
Line 2359 
Line 2424 
 static const char* static const char*
 _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers[] = _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Setting_ApplyIncrementalChangeToCollection_Collection = _CIM_Setting_ApplyIncrementalChangeToCollection_Collection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,      META_FLAG_REFERENCE|META_FLAG_IN,
     /* name */     /* name */
     "Collection",     "Collection",
     /* qualifiers */     /* qualifiers */
     _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers,     _CIM_Setting_ApplyIncrementalChangeToCollection_Collection_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* ref */
     &__root_PG_InterOp_CIM_CollectionOfMSEs,     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 }; };
  
 static const char* static const char*
 _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] = _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply = _CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "TimeToApply",     "TimeToApply",
     /* qualifiers */     /* qualifiers */
Line 2403 
Line 2472 
 static const char* static const char*
 _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError_qualifiers[] = _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError = _CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "ContinueOnError",     "ContinueOnError",
     /* qualifiers */     /* qualifiers */
Line 2426 
Line 2497 
 static const char* static const char*
 _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] = _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy = _CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "MustBeCompletedBy",     "MustBeCompletedBy",
     /* qualifiers */     /* qualifiers */
Line 2449 
Line 2522 
 static const char* static const char*
 _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] = _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply = _CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "PropertiesToApply",     "PropertiesToApply",
     /* qualifiers */     /* qualifiers */
Line 2472 
Line 2547 
 static const char* static const char*
 _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] = _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply_qualifiers[] =
 { {
       /* IN */
       "\024\000",
       /* OUT */
       "\043\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply = _CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_OUT,      META_FLAG_PROPERTY|META_FLAG_OUT,
     /* name */     /* name */
     "CanNotApply",     "CanNotApply",
     /* qualifiers */     /* qualifiers */
Line 2492 
Line 2571 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_Setting_ApplyIncrementalChangeToCollection_parameters[] = _CIM_Setting_ApplyIncrementalChangeToCollection_parameters[] =
 { {
     (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToCollection_Collection,      (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_Collection,
     (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply,      (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_TimeToApply,
     (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError,      (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_ContinueOnError,
     (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy,      (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_MustBeCompletedBy,
     (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply,      (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_PropertiesToApply,
     (SourceProperty*)&_CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply,      (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection_CanNotApply,
     0,     0,
 }; };
  
Line 2510 
Line 2589 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_Setting_ApplyIncrementalChangeToCollection = _CIM_Setting_ApplyIncrementalChangeToCollection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_Setting",     "CIM_Setting",
     /* qualifiers */     /* qualifiers */
Line 2525 
Line 2604 
     _CIM_Setting_ApplyIncrementalChangeToCollection_parameters,     _CIM_Setting_ApplyIncrementalChangeToCollection_parameters,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Setting_features[] = _CIM_Setting_features[] =
 { {
     (SourceFeature*)&_CIM_Setting_SettingID,      (MetaFeature*)&_CIM_Setting_SettingID,
     (SourceFeature*)&_CIM_Setting_VerifyOKToApplyToMSE,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToMSE,
     (SourceFeature*)&_CIM_Setting_ApplyToMSE,      (MetaFeature*)&_CIM_Setting_ApplyToMSE,
     (SourceFeature*)&_CIM_Setting_VerifyOKToApplyToCollection,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyToCollection,
     (SourceFeature*)&_CIM_Setting_ApplyToCollection,      (MetaFeature*)&_CIM_Setting_ApplyToCollection,
     (SourceFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToMSE,
     (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE,      (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToMSE,
     (SourceFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection,      (MetaFeature*)&_CIM_Setting_VerifyOKToApplyIncrementalChangeToCollection,
     (SourceFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection,      (MetaFeature*)&_CIM_Setting_ApplyIncrementalChangeToCollection,
     0,     0,
 }; };
  
Line 2545 
Line 2624 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.8.1000",     "\0632.8.1000",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Setting = __root_PG_InterOp_CIM_Setting =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_Setting",     "CIM_Setting",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Setting_qualifiers,     __root_PG_InterOp_CIM_Setting_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_Setting_features,     _CIM_Setting_features,
Line 2574 
Line 2655 
 static const char* static const char*
 _CIM_SettingContext_Context_qualifiers[] = _CIM_SettingContext_Context_qualifiers[] =
 { {
       /* Key */
       "\025\001",
       /* Aggregate */
       "\003\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SettingContext_Context = _CIM_SettingContext_Context =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "Context",     "Context",
     /* qualifiers */     /* qualifiers */
     _CIM_SettingContext_Context_qualifiers,     _CIM_SettingContext_Context_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Configuration,     &__root_PG_InterOp_CIM_Configuration,
 }; };
  
 static const char* static const char*
 _CIM_SettingContext_Setting_qualifiers[] = _CIM_SettingContext_Setting_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SettingContext_Setting = _CIM_SettingContext_Setting =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Setting",     "Setting",
     /* qualifiers */     /* qualifiers */
     _CIM_SettingContext_Setting_qualifiers,     _CIM_SettingContext_Setting_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Setting,     &__root_PG_InterOp_CIM_Setting,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SettingContext_features[] = _CIM_SettingContext_features[] =
 { {
     (SourceFeature*)&_CIM_SettingContext_Context,      (MetaFeature*)&_CIM_SettingContext_Context,
     (SourceFeature*)&_CIM_SettingContext_Setting,      (MetaFeature*)&_CIM_SettingContext_Setting,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_SettingContext_qualifiers[] = __root_PG_InterOp_CIM_SettingContext_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
       /* Aggregation */
       "\004\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SettingContext = __root_PG_InterOp_CIM_SettingContext =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_SettingContext",     "CIM_SettingContext",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SettingContext_qualifiers,     __root_PG_InterOp_CIM_SettingContext_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_SettingContext_features,     _CIM_SettingContext_features,
Line 2655 
Line 2746 
 static const char* static const char*
 _CIM_SettingData_InstanceID_qualifiers[] = _CIM_SettingData_InstanceID_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SettingData_InstanceID = _CIM_SettingData_InstanceID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "InstanceID",     "InstanceID",
     /* qualifiers */     /* qualifiers */
Line 2678 
Line 2771 
 static const char* static const char*
 _CIM_SettingData_ElementName_qualifiers[] = _CIM_SettingData_ElementName_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* Override */     /* Override */
     "\044ElementName",     "\044ElementName",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SettingData_ElementName = _CIM_SettingData_ElementName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "ElementName",     "ElementName",
     /* qualifiers */     /* qualifiers */
Line 2700 
Line 2795 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SettingData_features[] = _CIM_SettingData_features[] =
 { {
     (SourceFeature*)&_CIM_SettingData_InstanceID,      (MetaFeature*)&_CIM_SettingData_InstanceID,
     (SourceFeature*)&_CIM_SettingData_ElementName,      (MetaFeature*)&_CIM_SettingData_ElementName,
     0,     0,
 }; };
  
Line 2713 
Line 2808 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SettingData = __root_PG_InterOp_CIM_SettingData =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_SettingData",     "CIM_SettingData",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SettingData_qualifiers,     __root_PG_InterOp_CIM_SettingData_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_SettingData_features,     _CIM_SettingData_features,
Line 2742 
Line 2839 
 static const char* static const char*
 _CIM_Capabilities_InstanceID_qualifiers[] = _CIM_Capabilities_InstanceID_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Capabilities_InstanceID = _CIM_Capabilities_InstanceID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "InstanceID",     "InstanceID",
     /* qualifiers */     /* qualifiers */
Line 2765 
Line 2864 
 static const char* static const char*
 _CIM_Capabilities_ElementName_qualifiers[] = _CIM_Capabilities_ElementName_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* Override */     /* Override */
     "\044ElementName",     "\044ElementName",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Capabilities_ElementName = _CIM_Capabilities_ElementName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "ElementName",     "ElementName",
     /* qualifiers */     /* qualifiers */
Line 2787 
Line 2888 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Capabilities_features[] = _CIM_Capabilities_features[] =
 { {
     (SourceFeature*)&_CIM_Capabilities_InstanceID,      (MetaFeature*)&_CIM_Capabilities_InstanceID,
     (SourceFeature*)&_CIM_Capabilities_ElementName,      (MetaFeature*)&_CIM_Capabilities_ElementName,
     0,     0,
 }; };
  
Line 2800 
Line 2901 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Capabilities",     "\057CIM::Core::Capabilities",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.7.0",     "\0632.7.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Capabilities = __root_PG_InterOp_CIM_Capabilities =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_Capabilities",     "CIM_Capabilities",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Capabilities_qualifiers,     __root_PG_InterOp_CIM_Capabilities_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_Capabilities_features,     _CIM_Capabilities_features,
Line 2826 
Line 2929 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _CIM_Collection_features[] = _CIM_Collection_features[] =
 { {
     0,     0,
Line 2837 
Line 2940 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Collection",     "\057CIM::Core::Collection",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Collection = __root_PG_InterOp_CIM_Collection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_Collection",     "CIM_Collection",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Collection_qualifiers,     __root_PG_InterOp_CIM_Collection_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_Collection_features,     _CIM_Collection_features,
Line 2871 
Line 2976 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_CollectionOfMSEs_CollectionID = _CIM_CollectionOfMSEs_CollectionID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "CollectionID",     "CollectionID",
     /* qualifiers */     /* qualifiers */
Line 2888 
Line 2993 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_CollectionOfMSEs_features[] = _CIM_CollectionOfMSEs_features[] =
 { {
     (SourceFeature*)&_CIM_CollectionOfMSEs_CollectionID,      (MetaFeature*)&_CIM_CollectionOfMSEs_CollectionID,
     0,     0,
 }; };
  
Line 2900 
Line 3005 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Collection",     "\057CIM::Core::Collection",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_CollectionOfMSEs = __root_PG_InterOp_CIM_CollectionOfMSEs =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_CollectionOfMSEs",     "CIM_CollectionOfMSEs",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_CollectionOfMSEs_qualifiers,     __root_PG_InterOp_CIM_CollectionOfMSEs_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Collection,     &__root_PG_InterOp_CIM_Collection,
     /* features */     /* features */
     _CIM_CollectionOfMSEs_features,     _CIM_CollectionOfMSEs_features,
Line 2929 
Line 3036 
 static const char* static const char*
 _CIM_Component_GroupComponent_qualifiers[] = _CIM_Component_GroupComponent_qualifiers[] =
 { {
       /* Key */
       "\025\001",
       /* Aggregate */
       "\003\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Component_GroupComponent = _CIM_Component_GroupComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "GroupComponent",     "GroupComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_Component_GroupComponent_qualifiers,     _CIM_Component_GroupComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static const char* static const char*
 _CIM_Component_PartComponent_qualifiers[] = _CIM_Component_PartComponent_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Component_PartComponent = _CIM_Component_PartComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "PartComponent",     "PartComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_Component_PartComponent_qualifiers,     _CIM_Component_PartComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Component_features[] = _CIM_Component_features[] =
 { {
     (SourceFeature*)&_CIM_Component_GroupComponent,      (MetaFeature*)&_CIM_Component_GroupComponent,
     (SourceFeature*)&_CIM_Component_PartComponent,      (MetaFeature*)&_CIM_Component_PartComponent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_Component_qualifiers[] = __root_PG_InterOp_CIM_Component_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
       /* Abstract */
       "\002\001",
       /* Aggregation */
       "\004\001",
     /* Version */     /* Version */
     "\0632.7.0",     "\0632.7.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Component = __root_PG_InterOp_CIM_Component =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_ABSTRACT|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_Component",     "CIM_Component",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Component_qualifiers,     __root_PG_InterOp_CIM_Component_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_Component_features,     _CIM_Component_features,
Line 3010 
Line 3129 
 static const char* static const char*
 _CIM_ConcreteCollection_InstanceID_qualifiers[] = _CIM_ConcreteCollection_InstanceID_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ConcreteCollection_InstanceID = _CIM_ConcreteCollection_InstanceID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "InstanceID",     "InstanceID",
     /* qualifiers */     /* qualifiers */
Line 3030 
Line 3151 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ConcreteCollection_features[] = _CIM_ConcreteCollection_features[] =
 { {
     (SourceFeature*)&_CIM_ConcreteCollection_InstanceID,      (MetaFeature*)&_CIM_ConcreteCollection_InstanceID,
     0,     0,
 }; };
  
Line 3047 
Line 3168 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ConcreteCollection = __root_PG_InterOp_CIM_ConcreteCollection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_ConcreteCollection",     "CIM_ConcreteCollection",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ConcreteCollection_qualifiers,     __root_PG_InterOp_CIM_ConcreteCollection_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Collection,     &__root_PG_InterOp_CIM_Collection,
     /* features */     /* features */
     _CIM_ConcreteCollection_features,     _CIM_ConcreteCollection_features,
Line 3071 
Line 3192 
 static const char* static const char*
 _CIM_ConcreteComponent_GroupComponent_qualifiers[] = _CIM_ConcreteComponent_GroupComponent_qualifiers[] =
 { {
       /* Aggregate */
       "\003\001",
     /* Override */     /* Override */
     "\044GroupComponent",     "\044GroupComponent",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ConcreteComponent_GroupComponent = _CIM_ConcreteComponent_GroupComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "GroupComponent",     "GroupComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ConcreteComponent_GroupComponent_qualifiers,     _CIM_ConcreteComponent_GroupComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
Line 3099 
Line 3222 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ConcreteComponent_PartComponent = _CIM_ConcreteComponent_PartComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "PartComponent",     "PartComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ConcreteComponent_PartComponent_qualifiers,     _CIM_ConcreteComponent_PartComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ConcreteComponent_features[] = _CIM_ConcreteComponent_features[] =
 { {
     (SourceFeature*)&_CIM_ConcreteComponent_GroupComponent,      (MetaFeature*)&_CIM_ConcreteComponent_GroupComponent,
     (SourceFeature*)&_CIM_ConcreteComponent_PartComponent,      (MetaFeature*)&_CIM_ConcreteComponent_PartComponent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ConcreteComponent_qualifiers[] = __root_PG_InterOp_CIM_ConcreteComponent_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
       /* Aggregation */
       "\004\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ConcreteComponent = __root_PG_InterOp_CIM_ConcreteComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_ConcreteComponent",     "CIM_ConcreteComponent",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ConcreteComponent_qualifiers,     __root_PG_InterOp_CIM_ConcreteComponent_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Component,     &__root_PG_InterOp_CIM_Component,
     /* features */     /* features */
     _CIM_ConcreteComponent_features,     _CIM_ConcreteComponent_features,
Line 3156 
Line 3283 
 static const char* static const char*
 _CIM_Configuration_Name_qualifiers[] = _CIM_Configuration_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Configuration_Name = _CIM_Configuration_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 3178 
Line 3307 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Configuration_features[] = _CIM_Configuration_features[] =
 { {
     (SourceFeature*)&_CIM_Configuration_Name,      (MetaFeature*)&_CIM_Configuration_Name,
     0,     0,
 }; };
  
Line 3195 
Line 3324 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Configuration = __root_PG_InterOp_CIM_Configuration =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_Configuration",     "CIM_Configuration",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Configuration_qualifiers,     __root_PG_InterOp_CIM_Configuration_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_Configuration_features,     _CIM_Configuration_features,
Line 3219 
Line 3348 
 static const char* static const char*
 _CIM_ConfigurationComponent_ConfigGroup_qualifiers[] = _CIM_ConfigurationComponent_ConfigGroup_qualifiers[] =
 { {
       /* Key */
       "\025\001",
       /* Aggregate */
       "\003\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ConfigurationComponent_ConfigGroup = _CIM_ConfigurationComponent_ConfigGroup =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "ConfigGroup",     "ConfigGroup",
     /* qualifiers */     /* qualifiers */
     _CIM_ConfigurationComponent_ConfigGroup_qualifiers,     _CIM_ConfigurationComponent_ConfigGroup_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Configuration,     &__root_PG_InterOp_CIM_Configuration,
 }; };
  
 static const char* static const char*
 _CIM_ConfigurationComponent_ConfigComponent_qualifiers[] = _CIM_ConfigurationComponent_ConfigComponent_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ConfigurationComponent_ConfigComponent = _CIM_ConfigurationComponent_ConfigComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ConfigComponent",     "ConfigComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ConfigurationComponent_ConfigComponent_qualifiers,     _CIM_ConfigurationComponent_ConfigComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Configuration,     &__root_PG_InterOp_CIM_Configuration,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ConfigurationComponent_features[] = _CIM_ConfigurationComponent_features[] =
 { {
     (SourceFeature*)&_CIM_ConfigurationComponent_ConfigGroup,      (MetaFeature*)&_CIM_ConfigurationComponent_ConfigGroup,
     (SourceFeature*)&_CIM_ConfigurationComponent_ConfigComponent,      (MetaFeature*)&_CIM_ConfigurationComponent_ConfigComponent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ConfigurationComponent_qualifiers[] = __root_PG_InterOp_CIM_ConfigurationComponent_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
       /* Aggregation */
       "\004\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ConfigurationComponent = __root_PG_InterOp_CIM_ConfigurationComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_ConfigurationComponent",     "CIM_ConfigurationComponent",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ConfigurationComponent_qualifiers,     __root_PG_InterOp_CIM_ConfigurationComponent_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ConfigurationComponent_features,     _CIM_ConfigurationComponent_features,
Line 3300 
Line 3439 
 static const char* static const char*
 _CIM_Dependency_Antecedent_qualifiers[] = _CIM_Dependency_Antecedent_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Dependency_Antecedent = _CIM_Dependency_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_Dependency_Antecedent_qualifiers,     _CIM_Dependency_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static const char* static const char*
 _CIM_Dependency_Dependent_qualifiers[] = _CIM_Dependency_Dependent_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Dependency_Dependent = _CIM_Dependency_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_Dependency_Dependent_qualifiers,     _CIM_Dependency_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Dependency_features[] = _CIM_Dependency_features[] =
 { {
     (SourceFeature*)&_CIM_Dependency_Antecedent,      (MetaFeature*)&_CIM_Dependency_Antecedent,
     (SourceFeature*)&_CIM_Dependency_Dependent,      (MetaFeature*)&_CIM_Dependency_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_Dependency_qualifiers[] = __root_PG_InterOp_CIM_Dependency_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Dependency = __root_PG_InterOp_CIM_Dependency =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_ABSTRACT,      META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_Dependency",     "CIM_Dependency",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Dependency_qualifiers,     __root_PG_InterOp_CIM_Dependency_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_Dependency_features,     _CIM_Dependency_features,
Line 3381 
Line 3528 
 static const char* static const char*
 _CIM_DependencyContext_Context_qualifiers[] = _CIM_DependencyContext_Context_qualifiers[] =
 { {
       /* Key */
       "\025\001",
       /* Aggregate */
       "\003\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_DependencyContext_Context = _CIM_DependencyContext_Context =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "Context",     "Context",
     /* qualifiers */     /* qualifiers */
     _CIM_DependencyContext_Context_qualifiers,     _CIM_DependencyContext_Context_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Configuration,     &__root_PG_InterOp_CIM_Configuration,
 }; };
  
 static const char* static const char*
 _CIM_DependencyContext_Dependency_qualifiers[] = _CIM_DependencyContext_Dependency_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_DependencyContext_Dependency = _CIM_DependencyContext_Dependency =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Dependency",     "Dependency",
     /* qualifiers */     /* qualifiers */
     _CIM_DependencyContext_Dependency_qualifiers,     _CIM_DependencyContext_Dependency_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_DependencyContext_features[] = _CIM_DependencyContext_features[] =
 { {
     (SourceFeature*)&_CIM_DependencyContext_Context,      (MetaFeature*)&_CIM_DependencyContext_Context,
     (SourceFeature*)&_CIM_DependencyContext_Dependency,      (MetaFeature*)&_CIM_DependencyContext_Dependency,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_DependencyContext_qualifiers[] = __root_PG_InterOp_CIM_DependencyContext_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
       /* Aggregation */
       "\004\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_DependencyContext = __root_PG_InterOp_CIM_DependencyContext =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_DependencyContext",     "CIM_DependencyContext",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_DependencyContext_qualifiers,     __root_PG_InterOp_CIM_DependencyContext_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_DependencyContext_features,     _CIM_DependencyContext_features,
Line 3462 
Line 3619 
 static const char* static const char*
 _CIM_ElementCapabilities_ManagedElement_qualifiers[] = _CIM_ElementCapabilities_ManagedElement_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Min */     /* Min */
     "\033\000\000\000\001",     "\033\000\000\000\001",
     /* Max */     /* Max */
Line 3469 
Line 3628 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementCapabilities_ManagedElement = _CIM_ElementCapabilities_ManagedElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ManagedElement",     "ManagedElement",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementCapabilities_ManagedElement_qualifiers,     _CIM_ElementCapabilities_ManagedElement_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static const char* static const char*
 _CIM_ElementCapabilities_Capabilities_qualifiers[] = _CIM_ElementCapabilities_Capabilities_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementCapabilities_Capabilities = _CIM_ElementCapabilities_Capabilities =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Capabilities",     "Capabilities",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementCapabilities_Capabilities_qualifiers,     _CIM_ElementCapabilities_Capabilities_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Capabilities,     &__root_PG_InterOp_CIM_Capabilities,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ElementCapabilities_features[] = _CIM_ElementCapabilities_features[] =
 { {
     (SourceFeature*)&_CIM_ElementCapabilities_ManagedElement,      (MetaFeature*)&_CIM_ElementCapabilities_ManagedElement,
     (SourceFeature*)&_CIM_ElementCapabilities_Capabilities,      (MetaFeature*)&_CIM_ElementCapabilities_Capabilities,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ElementCapabilities_qualifiers[] = __root_PG_InterOp_CIM_ElementCapabilities_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Capabilities",     "\057CIM::Core::Capabilities",
     /* Version */     /* Version */
Line 3523 
Line 3686 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ElementCapabilities = __root_PG_InterOp_CIM_ElementCapabilities =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ElementCapabilities",     "CIM_ElementCapabilities",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ElementCapabilities_qualifiers,     __root_PG_InterOp_CIM_ElementCapabilities_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ElementCapabilities_features,     _CIM_ElementCapabilities_features,
Line 3554 
Line 3717 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported = _CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ElementNameEditSupported",     "ElementNameEditSupported",
     /* qualifiers */     /* qualifiers */
Line 3583 
Line 3746 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen = _CIM_EnabledLogicalElementCapabilities_MaxElementNameLen =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "MaxElementNameLen",     "MaxElementNameLen",
     /* qualifiers */     /* qualifiers */
Line 3612 
Line 3775 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported = _CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "RequestedStatesSupported",     "RequestedStatesSupported",
     /* qualifiers */     /* qualifiers */
Line 3629 
Line 3792 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_EnabledLogicalElementCapabilities_features[] = _CIM_EnabledLogicalElementCapabilities_features[] =
 { {
     (SourceFeature*)&_CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported,      (MetaFeature*)&_CIM_EnabledLogicalElementCapabilities_ElementNameEditSupported,
     (SourceFeature*)&_CIM_EnabledLogicalElementCapabilities_MaxElementNameLen,      (MetaFeature*)&_CIM_EnabledLogicalElementCapabilities_MaxElementNameLen,
     (SourceFeature*)&_CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported,      (MetaFeature*)&_CIM_EnabledLogicalElementCapabilities_RequestedStatesSupported,
     0,     0,
 }; };
  
Line 3648 
Line 3811 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities = __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_EnabledLogicalElementCapabilities",     "CIM_EnabledLogicalElementCapabilities",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities_qualifiers,     __root_PG_InterOp_CIM_EnabledLogicalElementCapabilities_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Capabilities,     &__root_PG_InterOp_CIM_Capabilities,
     /* features */     /* features */
     _CIM_EnabledLogicalElementCapabilities_features,     _CIM_EnabledLogicalElementCapabilities_features,
Line 3672 
Line 3835 
 static const char* static const char*
 _CIM_FRU_FRUNumber_qualifiers[] = _CIM_FRU_FRUNumber_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\000\100",     "\030\000\000\000\100",
     /* MappingStrings */     /* MappingStrings */
Line 3679 
Line 3844 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_FRU_FRUNumber = _CIM_FRU_FRUNumber =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "FRUNumber",     "FRUNumber",
     /* qualifiers */     /* qualifiers */
Line 3699 
Line 3864 
 static const char* static const char*
 _CIM_FRU_IdentifyingNumber_qualifiers[] = _CIM_FRU_IdentifyingNumber_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\000\100",     "\030\000\000\000\100",
     /* MappingStrings */     /* MappingStrings */
Line 3706 
Line 3873 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_FRU_IdentifyingNumber = _CIM_FRU_IdentifyingNumber =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "IdentifyingNumber",     "IdentifyingNumber",
     /* qualifiers */     /* qualifiers */
Line 3726 
Line 3893 
 static const char* static const char*
 _CIM_FRU_Vendor_qualifiers[] = _CIM_FRU_Vendor_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     /* MappingStrings */     /* MappingStrings */
Line 3733 
Line 3902 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_FRU_Vendor = _CIM_FRU_Vendor =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Vendor",     "Vendor",
     /* qualifiers */     /* qualifiers */
Line 3760 
Line 3929 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_FRU_Description = _CIM_FRU_Description =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Description",     "Description",
     /* qualifiers */     /* qualifiers */
Line 3785 
Line 3954 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_FRU_Name = _CIM_FRU_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 3812 
Line 3981 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_FRU_RevisionLevel = _CIM_FRU_RevisionLevel =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "RevisionLevel",     "RevisionLevel",
     /* qualifiers */     /* qualifiers */
Line 3835 
Line 4004 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_FRU_CustomerReplaceable = _CIM_FRU_CustomerReplaceable =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "CustomerReplaceable",     "CustomerReplaceable",
     /* qualifiers */     /* qualifiers */
Line 3852 
Line 4021 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_FRU_features[] = _CIM_FRU_features[] =
 { {
     (SourceFeature*)&_CIM_FRU_FRUNumber,      (MetaFeature*)&_CIM_FRU_FRUNumber,
     (SourceFeature*)&_CIM_FRU_IdentifyingNumber,      (MetaFeature*)&_CIM_FRU_IdentifyingNumber,
     (SourceFeature*)&_CIM_FRU_Vendor,      (MetaFeature*)&_CIM_FRU_Vendor,
     (SourceFeature*)&_CIM_FRU_Description,      (MetaFeature*)&_CIM_FRU_Description,
     (SourceFeature*)&_CIM_FRU_Name,      (MetaFeature*)&_CIM_FRU_Name,
     (SourceFeature*)&_CIM_FRU_RevisionLevel,      (MetaFeature*)&_CIM_FRU_RevisionLevel,
     (SourceFeature*)&_CIM_FRU_CustomerReplaceable,      (MetaFeature*)&_CIM_FRU_CustomerReplaceable,
     0,     0,
 }; };
  
Line 3875 
Line 4044 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_FRU = __root_PG_InterOp_CIM_FRU =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_FRU",     "CIM_FRU",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_FRU_qualifiers,     __root_PG_InterOp_CIM_FRU_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_FRU_features,     _CIM_FRU_features,
Line 3906 
Line 4075 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_HostedDependency_Antecedent = _CIM_HostedDependency_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_HostedDependency_Antecedent_qualifiers,     _CIM_HostedDependency_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
Line 3929 
Line 4098 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_HostedDependency_Dependent = _CIM_HostedDependency_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_HostedDependency_Dependent_qualifiers,     _CIM_HostedDependency_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_HostedDependency_features[] = _CIM_HostedDependency_features[] =
 { {
     (SourceFeature*)&_CIM_HostedDependency_Antecedent,      (MetaFeature*)&_CIM_HostedDependency_Antecedent,
     (SourceFeature*)&_CIM_HostedDependency_Dependent,      (MetaFeature*)&_CIM_HostedDependency_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_HostedDependency_qualifiers[] = __root_PG_InterOp_CIM_HostedDependency_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
     /* Version */     /* Version */
Line 3962 
Line 4133 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_HostedDependency = __root_PG_InterOp_CIM_HostedDependency =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_HostedDependency",     "CIM_HostedDependency",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_HostedDependency_qualifiers,     __root_PG_InterOp_CIM_HostedDependency_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_HostedDependency_features,     _CIM_HostedDependency_features,
Line 3989 
Line 4160 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LocalizationCapabilities_SupportedInputLocales = _CIM_LocalizationCapabilities_SupportedInputLocales =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SupportedInputLocales",     "SupportedInputLocales",
     /* qualifiers */     /* qualifiers */
Line 4012 
Line 4183 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LocalizationCapabilities_SupportedOutputLocales = _CIM_LocalizationCapabilities_SupportedOutputLocales =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SupportedOutputLocales",     "SupportedOutputLocales",
     /* qualifiers */     /* qualifiers */
Line 4029 
Line 4200 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_LocalizationCapabilities_features[] = _CIM_LocalizationCapabilities_features[] =
 { {
     (SourceFeature*)&_CIM_LocalizationCapabilities_SupportedInputLocales,      (MetaFeature*)&_CIM_LocalizationCapabilities_SupportedInputLocales,
     (SourceFeature*)&_CIM_LocalizationCapabilities_SupportedOutputLocales,      (MetaFeature*)&_CIM_LocalizationCapabilities_SupportedOutputLocales,
     0,     0,
 }; };
  
Line 4047 
Line 4218 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_LocalizationCapabilities = __root_PG_InterOp_CIM_LocalizationCapabilities =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_LocalizationCapabilities",     "CIM_LocalizationCapabilities",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_LocalizationCapabilities_qualifiers,     __root_PG_InterOp_CIM_LocalizationCapabilities_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Capabilities,     &__root_PG_InterOp_CIM_Capabilities,
     /* features */     /* features */
     _CIM_LocalizationCapabilities_features,     _CIM_LocalizationCapabilities_features,
Line 4071 
Line 4242 
 static const char* static const char*
 _CIM_Location_Name_qualifiers[] = _CIM_Location_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Location_Name = _CIM_Location_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 4096 
Line 4269 
 static const char* static const char*
 _CIM_Location_PhysicalPosition_qualifiers[] = _CIM_Location_PhysicalPosition_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Location_PhysicalPosition = _CIM_Location_PhysicalPosition =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "PhysicalPosition",     "PhysicalPosition",
     /* qualifiers */     /* qualifiers */
Line 4126 
Line 4301 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Location_Address = _CIM_Location_Address =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Address",     "Address",
     /* qualifiers */     /* qualifiers */
Line 4143 
Line 4318 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Location_features[] = _CIM_Location_features[] =
 { {
     (SourceFeature*)&_CIM_Location_Name,      (MetaFeature*)&_CIM_Location_Name,
     (SourceFeature*)&_CIM_Location_PhysicalPosition,      (MetaFeature*)&_CIM_Location_PhysicalPosition,
     (SourceFeature*)&_CIM_Location_Address,      (MetaFeature*)&_CIM_Location_Address,
     0,     0,
 }; };
  
Line 4162 
Line 4337 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Location = __root_PG_InterOp_CIM_Location =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_Location",     "CIM_Location",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Location_qualifiers,     __root_PG_InterOp_CIM_Location_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_Location_features,     _CIM_Location_features,
Line 4186 
Line 4361 
 static const char* static const char*
 _CIM_LogicalIdentity_SystemElement_qualifiers[] = _CIM_LogicalIdentity_SystemElement_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_LogicalIdentity_SystemElement = _CIM_LogicalIdentity_SystemElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemElement",     "SystemElement",
     /* qualifiers */     /* qualifiers */
     _CIM_LogicalIdentity_SystemElement_qualifiers,     _CIM_LogicalIdentity_SystemElement_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static const char* static const char*
 _CIM_LogicalIdentity_SameElement_qualifiers[] = _CIM_LogicalIdentity_SameElement_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_LogicalIdentity_SameElement = _CIM_LogicalIdentity_SameElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SameElement",     "SameElement",
     /* qualifiers */     /* qualifiers */
     _CIM_LogicalIdentity_SameElement_qualifiers,     _CIM_LogicalIdentity_SameElement_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_LogicalIdentity_features[] = _CIM_LogicalIdentity_features[] =
 { {
     (SourceFeature*)&_CIM_LogicalIdentity_SystemElement,      (MetaFeature*)&_CIM_LogicalIdentity_SystemElement,
     (SourceFeature*)&_CIM_LogicalIdentity_SameElement,      (MetaFeature*)&_CIM_LogicalIdentity_SameElement,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_LogicalIdentity_qualifiers[] = __root_PG_InterOp_CIM_LogicalIdentity_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_LogicalIdentity = __root_PG_InterOp_CIM_LogicalIdentity =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_ABSTRACT,      META_FLAG_ASSOCIATION|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_LogicalIdentity",     "CIM_LogicalIdentity",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_LogicalIdentity_qualifiers,     __root_PG_InterOp_CIM_LogicalIdentity_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_LogicalIdentity_features,     _CIM_LogicalIdentity_features,
Line 4272 
Line 4455 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ManagedSystemElement_InstallDate = _CIM_ManagedSystemElement_InstallDate =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "InstallDate",     "InstallDate",
     /* qualifiers */     /* qualifiers */
Line 4297 
Line 4480 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ManagedSystemElement_Name = _CIM_ManagedSystemElement_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 4328 
Line 4511 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ManagedSystemElement_OperationalStatus = _CIM_ManagedSystemElement_OperationalStatus =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OperationalStatus",     "OperationalStatus",
     /* qualifiers */     /* qualifiers */
Line 4355 
Line 4538 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ManagedSystemElement_StatusDescriptions = _CIM_ManagedSystemElement_StatusDescriptions =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "StatusDescriptions",     "StatusDescriptions",
     /* qualifiers */     /* qualifiers */
Line 4384 
Line 4567 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ManagedSystemElement_Status = _CIM_ManagedSystemElement_Status =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Status",     "Status",
     /* qualifiers */     /* qualifiers */
Line 4411 
Line 4594 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ManagedSystemElement_HealthState = _CIM_ManagedSystemElement_HealthState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "HealthState",     "HealthState",
     /* qualifiers */     /* qualifiers */
Line 4428 
Line 4611 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ManagedSystemElement_features[] = _CIM_ManagedSystemElement_features[] =
 { {
     (SourceFeature*)&_CIM_ManagedSystemElement_InstallDate,      (MetaFeature*)&_CIM_ManagedSystemElement_InstallDate,
     (SourceFeature*)&_CIM_ManagedSystemElement_Name,      (MetaFeature*)&_CIM_ManagedSystemElement_Name,
     (SourceFeature*)&_CIM_ManagedSystemElement_OperationalStatus,      (MetaFeature*)&_CIM_ManagedSystemElement_OperationalStatus,
     (SourceFeature*)&_CIM_ManagedSystemElement_StatusDescriptions,      (MetaFeature*)&_CIM_ManagedSystemElement_StatusDescriptions,
     (SourceFeature*)&_CIM_ManagedSystemElement_Status,      (MetaFeature*)&_CIM_ManagedSystemElement_Status,
     (SourceFeature*)&_CIM_ManagedSystemElement_HealthState,      (MetaFeature*)&_CIM_ManagedSystemElement_HealthState,
     0,     0,
 }; };
  
Line 4445 
Line 4628 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.11.0",     "\0632.11.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ManagedSystemElement = __root_PG_InterOp_CIM_ManagedSystemElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_ManagedSystemElement",     "CIM_ManagedSystemElement",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ManagedSystemElement_qualifiers,     __root_PG_InterOp_CIM_ManagedSystemElement_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_ManagedSystemElement_features,     _CIM_ManagedSystemElement_features,
Line 4474 
Line 4659 
 static const char* static const char*
 _CIM_MemberOfCollection_Collection_qualifiers[] = _CIM_MemberOfCollection_Collection_qualifiers[] =
 { {
       /* Key */
       "\025\001",
       /* Aggregate */
       "\003\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_MemberOfCollection_Collection = _CIM_MemberOfCollection_Collection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "Collection",     "Collection",
     /* qualifiers */     /* qualifiers */
     _CIM_MemberOfCollection_Collection_qualifiers,     _CIM_MemberOfCollection_Collection_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Collection,     &__root_PG_InterOp_CIM_Collection,
 }; };
  
 static const char* static const char*
 _CIM_MemberOfCollection_Member_qualifiers[] = _CIM_MemberOfCollection_Member_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_MemberOfCollection_Member = _CIM_MemberOfCollection_Member =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Member",     "Member",
     /* qualifiers */     /* qualifiers */
     _CIM_MemberOfCollection_Member_qualifiers,     _CIM_MemberOfCollection_Member_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_MemberOfCollection_features[] = _CIM_MemberOfCollection_features[] =
 { {
     (SourceFeature*)&_CIM_MemberOfCollection_Collection,      (MetaFeature*)&_CIM_MemberOfCollection_Collection,
     (SourceFeature*)&_CIM_MemberOfCollection_Member,      (MetaFeature*)&_CIM_MemberOfCollection_Member,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_MemberOfCollection_qualifiers[] = __root_PG_InterOp_CIM_MemberOfCollection_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Collection",     "\057CIM::Core::Collection",
       /* Aggregation */
       "\004\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_MemberOfCollection = __root_PG_InterOp_CIM_MemberOfCollection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_MemberOfCollection",     "CIM_MemberOfCollection",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_MemberOfCollection_qualifiers,     __root_PG_InterOp_CIM_MemberOfCollection_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_MemberOfCollection_features,     _CIM_MemberOfCollection_features,
Line 4560 
Line 4755 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_MethodParameters_MethodParametersId = _CIM_MethodParameters_MethodParametersId =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "MethodParametersId",     "MethodParametersId",
     /* qualifiers */     /* qualifiers */
Line 4580 
Line 4775 
 static const char* static const char*
 _CIM_MethodParameters_ResetValues_SourceME_qualifiers[] = _CIM_MethodParameters_ResetValues_SourceME_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_MethodParameters_ResetValues_SourceME = _CIM_MethodParameters_ResetValues_SourceME =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,      META_FLAG_REFERENCE|META_FLAG_IN,
     /* name */     /* name */
     "SourceME",     "SourceME",
     /* qualifiers */     /* qualifiers */
     _CIM_MethodParameters_ResetValues_SourceME_qualifiers,     _CIM_MethodParameters_ResetValues_SourceME_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* ref */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_MethodParameters_ResetValues_parameters[] = _CIM_MethodParameters_ResetValues_parameters[] =
 { {
     (SourceProperty*)&_CIM_MethodParameters_ResetValues_SourceME,      (MetaFeature*)&_CIM_MethodParameters_ResetValues_SourceME,
     0,     0,
 }; };
  
Line 4611 
Line 4808 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_MethodParameters_ResetValues = _CIM_MethodParameters_ResetValues =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_MethodParameters",     "CIM_MethodParameters",
     /* qualifiers */     /* qualifiers */
Line 4626 
Line 4823 
     _CIM_MethodParameters_ResetValues_parameters,     _CIM_MethodParameters_ResetValues_parameters,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_MethodParameters_features[] = _CIM_MethodParameters_features[] =
 { {
     (SourceFeature*)&_CIM_MethodParameters_MethodParametersId,      (MetaFeature*)&_CIM_MethodParameters_MethodParametersId,
     (SourceFeature*)&_CIM_MethodParameters_ResetValues,      (MetaFeature*)&_CIM_MethodParameters_ResetValues,
     0,     0,
 }; };
  
Line 4639 
Line 4836 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::MethodParms",     "\057CIM::Core::MethodParms",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_MethodParameters = __root_PG_InterOp_CIM_MethodParameters =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_MethodParameters",     "CIM_MethodParameters",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_MethodParameters_qualifiers,     __root_PG_InterOp_CIM_MethodParameters_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_MethodParameters_features,     _CIM_MethodParameters_features,
Line 4671 
Line 4870 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_OrderedMemberOfCollection_AssignedSequence = _CIM_OrderedMemberOfCollection_AssignedSequence =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "AssignedSequence",     "AssignedSequence",
     /* qualifiers */     /* qualifiers */
Line 4688 
Line 4887 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_OrderedMemberOfCollection_features[] = _CIM_OrderedMemberOfCollection_features[] =
 { {
     (SourceFeature*)&_CIM_OrderedMemberOfCollection_AssignedSequence,      (MetaFeature*)&_CIM_OrderedMemberOfCollection_AssignedSequence,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_OrderedMemberOfCollection_qualifiers[] = __root_PG_InterOp_CIM_OrderedMemberOfCollection_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Collection",     "\057CIM::Core::Collection",
       /* Aggregation */
       "\004\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_OrderedMemberOfCollection = __root_PG_InterOp_CIM_OrderedMemberOfCollection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_OrderedMemberOfCollection",     "CIM_OrderedMemberOfCollection",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_OrderedMemberOfCollection_qualifiers,     __root_PG_InterOp_CIM_OrderedMemberOfCollection_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_MemberOfCollection,     &__root_PG_InterOp_CIM_MemberOfCollection,
     /* features */     /* features */
     _CIM_OrderedMemberOfCollection_features,     _CIM_OrderedMemberOfCollection_features,
Line 4729 
Line 4932 
 static const char* static const char*
 _CIM_ParametersForMethod_Parameters_qualifiers[] = _CIM_ParametersForMethod_Parameters_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ParametersForMethod_Parameters = _CIM_ParametersForMethod_Parameters =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Parameters",     "Parameters",
     /* qualifiers */     /* qualifiers */
     _CIM_ParametersForMethod_Parameters_qualifiers,     _CIM_ParametersForMethod_Parameters_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_MethodParameters,     &__root_PG_InterOp_CIM_MethodParameters,
 }; };
  
 static const char* static const char*
 _CIM_ParametersForMethod_TheMethod_qualifiers[] = _CIM_ParametersForMethod_TheMethod_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ParametersForMethod_TheMethod = _CIM_ParametersForMethod_TheMethod =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "TheMethod",     "TheMethod",
     /* qualifiers */     /* qualifiers */
     _CIM_ParametersForMethod_TheMethod_qualifiers,     _CIM_ParametersForMethod_TheMethod_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static const char* static const char*
 _CIM_ParametersForMethod_MethodName_qualifiers[] = _CIM_ParametersForMethod_MethodName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\000\100",     "\030\000\000\000\100",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ParametersForMethod_MethodName = _CIM_ParametersForMethod_MethodName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "MethodName",     "MethodName",
     /* qualifiers */     /* qualifiers */
Line 4793 
Line 5002 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ParametersForMethod_features[] = _CIM_ParametersForMethod_features[] =
 { {
     (SourceFeature*)&_CIM_ParametersForMethod_Parameters,      (MetaFeature*)&_CIM_ParametersForMethod_Parameters,
     (SourceFeature*)&_CIM_ParametersForMethod_TheMethod,      (MetaFeature*)&_CIM_ParametersForMethod_TheMethod,
     (SourceFeature*)&_CIM_ParametersForMethod_MethodName,      (MetaFeature*)&_CIM_ParametersForMethod_MethodName,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ParametersForMethod_qualifiers[] = __root_PG_InterOp_CIM_ParametersForMethod_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::MethodParms",     "\057CIM::Core::MethodParms",
     /* Version */     /* Version */
Line 4812 
Line 5023 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ParametersForMethod = __root_PG_InterOp_CIM_ParametersForMethod =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ParametersForMethod",     "CIM_ParametersForMethod",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ParametersForMethod_qualifiers,     __root_PG_InterOp_CIM_ParametersForMethod_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ParametersForMethod_features,     _CIM_ParametersForMethod_features,
Line 4836 
Line 5047 
 static const char* static const char*
 _CIM_ParameterValueSources_Parameters_qualifiers[] = _CIM_ParameterValueSources_Parameters_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ParameterValueSources_Parameters = _CIM_ParameterValueSources_Parameters =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Parameters",     "Parameters",
     /* qualifiers */     /* qualifiers */
     _CIM_ParameterValueSources_Parameters_qualifiers,     _CIM_ParameterValueSources_Parameters_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_MethodParameters,     &__root_PG_InterOp_CIM_MethodParameters,
 }; };
  
 static const char* static const char*
 _CIM_ParameterValueSources_ValueSource_qualifiers[] = _CIM_ParameterValueSources_ValueSource_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ParameterValueSources_ValueSource = _CIM_ParameterValueSources_ValueSource =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ValueSource",     "ValueSource",
     /* qualifiers */     /* qualifiers */
     _CIM_ParameterValueSources_ValueSource_qualifiers,     _CIM_ParameterValueSources_ValueSource_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ParameterValueSources_features[] = _CIM_ParameterValueSources_features[] =
 { {
     (SourceFeature*)&_CIM_ParameterValueSources_Parameters,      (MetaFeature*)&_CIM_ParameterValueSources_Parameters,
     (SourceFeature*)&_CIM_ParameterValueSources_ValueSource,      (MetaFeature*)&_CIM_ParameterValueSources_ValueSource,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ParameterValueSources_qualifiers[] = __root_PG_InterOp_CIM_ParameterValueSources_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::MethodParms",     "\057CIM::Core::MethodParms",
     /* Version */     /* Version */
Line 4893 
Line 5110 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ParameterValueSources = __root_PG_InterOp_CIM_ParameterValueSources =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ParameterValueSources",     "CIM_ParameterValueSources",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ParameterValueSources_qualifiers,     __root_PG_InterOp_CIM_ParameterValueSources_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ParameterValueSources_features,     _CIM_ParameterValueSources_features,
Line 4917 
Line 5134 
 static const char* static const char*
 _CIM_PhysicalElement_Tag_qualifiers[] = _CIM_PhysicalElement_Tag_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_Tag = _CIM_PhysicalElement_Tag =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Tag",     "Tag",
     /* qualifiers */     /* qualifiers */
Line 4949 
Line 5168 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_Description = _CIM_PhysicalElement_Description =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Description",     "Description",
     /* qualifiers */     /* qualifiers */
Line 4969 
Line 5188 
 static const char* static const char*
 _CIM_PhysicalElement_CreationClassName_qualifiers[] = _CIM_PhysicalElement_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_CreationClassName = _CIM_PhysicalElement_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 5001 
Line 5222 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_ElementName = _CIM_PhysicalElement_ElementName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ElementName",     "ElementName",
     /* qualifiers */     /* qualifiers */
Line 5028 
Line 5249 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_Manufacturer = _CIM_PhysicalElement_Manufacturer =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Manufacturer",     "Manufacturer",
     /* qualifiers */     /* qualifiers */
Line 5055 
Line 5276 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_Model = _CIM_PhysicalElement_Model =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Model",     "Model",
     /* qualifiers */     /* qualifiers */
Line 5080 
Line 5301 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_SKU = _CIM_PhysicalElement_SKU =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SKU",     "SKU",
     /* qualifiers */     /* qualifiers */
Line 5107 
Line 5328 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_SerialNumber = _CIM_PhysicalElement_SerialNumber =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SerialNumber",     "SerialNumber",
     /* qualifiers */     /* qualifiers */
Line 5134 
Line 5355 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_Version = _CIM_PhysicalElement_Version =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Version",     "Version",
     /* qualifiers */     /* qualifiers */
Line 5161 
Line 5382 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_PartNumber = _CIM_PhysicalElement_PartNumber =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PartNumber",     "PartNumber",
     /* qualifiers */     /* qualifiers */
Line 5181 
Line 5402 
 static const char* static const char*
 _CIM_PhysicalElement_OtherIdentifyingInfo_qualifiers[] = _CIM_PhysicalElement_OtherIdentifyingInfo_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* MappingStrings */     /* MappingStrings */
     "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAlias\000",     "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAlias\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_OtherIdentifyingInfo = _CIM_PhysicalElement_OtherIdentifyingInfo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "OtherIdentifyingInfo",     "OtherIdentifyingInfo",
     /* qualifiers */     /* qualifiers */
Line 5209 
Line 5432 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_PoweredOn = _CIM_PhysicalElement_PoweredOn =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PoweredOn",     "PoweredOn",
     /* qualifiers */     /* qualifiers */
Line 5232 
Line 5455 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_ManufactureDate = _CIM_PhysicalElement_ManufactureDate =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ManufactureDate",     "ManufactureDate",
     /* qualifiers */     /* qualifiers */
Line 5257 
Line 5480 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_VendorEquipmentType = _CIM_PhysicalElement_VendorEquipmentType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "VendorEquipmentType",     "VendorEquipmentType",
     /* qualifiers */     /* qualifiers */
Line 5277 
Line 5500 
 static const char* static const char*
 _CIM_PhysicalElement_UserTracking_qualifiers[] = _CIM_PhysicalElement_UserTracking_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* MappingStrings */     /* MappingStrings */
     "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAssetID\000",     "\026\000\001MIB.IETF|Entity-MIB.entPhysicalAssetID\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_UserTracking = _CIM_PhysicalElement_UserTracking =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "UserTracking",     "UserTracking",
     /* qualifiers */     /* qualifiers */
Line 5307 
Line 5532 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalElement_CanBeFRUed = _CIM_PhysicalElement_CanBeFRUed =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "CanBeFRUed",     "CanBeFRUed",
     /* qualifiers */     /* qualifiers */
Line 5324 
Line 5549 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_PhysicalElement_features[] = _CIM_PhysicalElement_features[] =
 { {
     (SourceFeature*)&_CIM_PhysicalElement_Tag,      (MetaFeature*)&_CIM_PhysicalElement_Tag,
     (SourceFeature*)&_CIM_PhysicalElement_Description,      (MetaFeature*)&_CIM_PhysicalElement_Description,
     (SourceFeature*)&_CIM_PhysicalElement_CreationClassName,      (MetaFeature*)&_CIM_PhysicalElement_CreationClassName,
     (SourceFeature*)&_CIM_PhysicalElement_ElementName,      (MetaFeature*)&_CIM_PhysicalElement_ElementName,
     (SourceFeature*)&_CIM_PhysicalElement_Manufacturer,      (MetaFeature*)&_CIM_PhysicalElement_Manufacturer,
     (SourceFeature*)&_CIM_PhysicalElement_Model,      (MetaFeature*)&_CIM_PhysicalElement_Model,
     (SourceFeature*)&_CIM_PhysicalElement_SKU,      (MetaFeature*)&_CIM_PhysicalElement_SKU,
     (SourceFeature*)&_CIM_PhysicalElement_SerialNumber,      (MetaFeature*)&_CIM_PhysicalElement_SerialNumber,
     (SourceFeature*)&_CIM_PhysicalElement_Version,      (MetaFeature*)&_CIM_PhysicalElement_Version,
     (SourceFeature*)&_CIM_PhysicalElement_PartNumber,      (MetaFeature*)&_CIM_PhysicalElement_PartNumber,
     (SourceFeature*)&_CIM_PhysicalElement_OtherIdentifyingInfo,      (MetaFeature*)&_CIM_PhysicalElement_OtherIdentifyingInfo,
     (SourceFeature*)&_CIM_PhysicalElement_PoweredOn,      (MetaFeature*)&_CIM_PhysicalElement_PoweredOn,
     (SourceFeature*)&_CIM_PhysicalElement_ManufactureDate,      (MetaFeature*)&_CIM_PhysicalElement_ManufactureDate,
     (SourceFeature*)&_CIM_PhysicalElement_VendorEquipmentType,      (MetaFeature*)&_CIM_PhysicalElement_VendorEquipmentType,
     (SourceFeature*)&_CIM_PhysicalElement_UserTracking,      (MetaFeature*)&_CIM_PhysicalElement_UserTracking,
     (SourceFeature*)&_CIM_PhysicalElement_CanBeFRUed,      (MetaFeature*)&_CIM_PhysicalElement_CanBeFRUed,
     0,     0,
 }; };
  
Line 5351 
Line 5576 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Physical",     "\057CIM::Core::Physical",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_PhysicalElement = __root_PG_InterOp_CIM_PhysicalElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_PhysicalElement",     "CIM_PhysicalElement",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_PhysicalElement_qualifiers,     __root_PG_InterOp_CIM_PhysicalElement_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedSystemElement,     &__root_PG_InterOp_CIM_ManagedSystemElement,
     /* features */     /* features */
     _CIM_PhysicalElement_features,     _CIM_PhysicalElement_features,
Line 5391 
Line 5618 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PowerManagementCapabilities_PowerCapabilities = _CIM_PowerManagementCapabilities_PowerCapabilities =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PowerCapabilities",     "PowerCapabilities",
     /* qualifiers */     /* qualifiers */
Line 5416 
Line 5643 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions = _CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherPowerCapabilitiesDescriptions",     "OtherPowerCapabilitiesDescriptions",
     /* qualifiers */     /* qualifiers */
Line 5433 
Line 5660 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_PowerManagementCapabilities_features[] = _CIM_PowerManagementCapabilities_features[] =
 { {
     (SourceFeature*)&_CIM_PowerManagementCapabilities_PowerCapabilities,      (MetaFeature*)&_CIM_PowerManagementCapabilities_PowerCapabilities,
     (SourceFeature*)&_CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions,      (MetaFeature*)&_CIM_PowerManagementCapabilities_OtherPowerCapabilitiesDescriptions,
     0,     0,
 }; };
  
Line 5451 
Line 5678 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_PowerManagementCapabilities = __root_PG_InterOp_CIM_PowerManagementCapabilities =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_PowerManagementCapabilities",     "CIM_PowerManagementCapabilities",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_PowerManagementCapabilities_qualifiers,     __root_PG_InterOp_CIM_PowerManagementCapabilities_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Capabilities,     &__root_PG_InterOp_CIM_Capabilities,
     /* features */     /* features */
     _CIM_PowerManagementCapabilities_features,     _CIM_PowerManagementCapabilities_features,
Line 5475 
Line 5702 
 static const char* static const char*
 _CIM_Product_Name_qualifiers[] = _CIM_Product_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     /* MappingStrings */     /* MappingStrings */
Line 5484 
Line 5713 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Product_Name = _CIM_Product_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 5504 
Line 5733 
 static const char* static const char*
 _CIM_Product_IdentifyingNumber_qualifiers[] = _CIM_Product_IdentifyingNumber_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\000\100",     "\030\000\000\000\100",
     /* MappingStrings */     /* MappingStrings */
Line 5511 
Line 5742 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Product_IdentifyingNumber = _CIM_Product_IdentifyingNumber =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "IdentifyingNumber",     "IdentifyingNumber",
     /* qualifiers */     /* qualifiers */
Line 5531 
Line 5762 
 static const char* static const char*
 _CIM_Product_Vendor_qualifiers[] = _CIM_Product_Vendor_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     /* MappingStrings */     /* MappingStrings */
Line 5540 
Line 5773 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Product_Vendor = _CIM_Product_Vendor =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Vendor",     "Vendor",
     /* qualifiers */     /* qualifiers */
Line 5560 
Line 5793 
 static const char* static const char*
 _CIM_Product_Version_qualifiers[] = _CIM_Product_Version_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\000\100",     "\030\000\000\000\100",
     /* MappingStrings */     /* MappingStrings */
Line 5569 
Line 5804 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Product_Version = _CIM_Product_Version =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Version",     "Version",
     /* qualifiers */     /* qualifiers */
Line 5594 
Line 5829 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Product_SKUNumber = _CIM_Product_SKUNumber =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SKUNumber",     "SKUNumber",
     /* qualifiers */     /* qualifiers */
Line 5621 
Line 5856 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Product_WarrantyStartDate = _CIM_Product_WarrantyStartDate =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "WarrantyStartDate",     "WarrantyStartDate",
     /* qualifiers */     /* qualifiers */
Line 5650 
Line 5885 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Product_WarrantyDuration = _CIM_Product_WarrantyDuration =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "WarrantyDuration",     "WarrantyDuration",
     /* qualifiers */     /* qualifiers */
Line 5667 
Line 5902 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Product_features[] = _CIM_Product_features[] =
 { {
     (SourceFeature*)&_CIM_Product_Name,      (MetaFeature*)&_CIM_Product_Name,
     (SourceFeature*)&_CIM_Product_IdentifyingNumber,      (MetaFeature*)&_CIM_Product_IdentifyingNumber,
     (SourceFeature*)&_CIM_Product_Vendor,      (MetaFeature*)&_CIM_Product_Vendor,
     (SourceFeature*)&_CIM_Product_Version,      (MetaFeature*)&_CIM_Product_Version,
     (SourceFeature*)&_CIM_Product_SKUNumber,      (MetaFeature*)&_CIM_Product_SKUNumber,
     (SourceFeature*)&_CIM_Product_WarrantyStartDate,      (MetaFeature*)&_CIM_Product_WarrantyStartDate,
     (SourceFeature*)&_CIM_Product_WarrantyDuration,      (MetaFeature*)&_CIM_Product_WarrantyDuration,
     0,     0,
 }; };
  
Line 5690 
Line 5925 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Product = __root_PG_InterOp_CIM_Product =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_Product",     "CIM_Product",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Product_qualifiers,     __root_PG_InterOp_CIM_Product_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_Product_features,     _CIM_Product_features,
Line 5714 
Line 5949 
 static const char* static const char*
 _CIM_ProductComponent_GroupComponent_qualifiers[] = _CIM_ProductComponent_GroupComponent_qualifiers[] =
 { {
       /* Aggregate */
       "\003\001",
     /* Override */     /* Override */
     "\044GroupComponent",     "\044GroupComponent",
     /* ModelCorrespondence */     /* ModelCorrespondence */
Line 5721 
Line 5958 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductComponent_GroupComponent = _CIM_ProductComponent_GroupComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "GroupComponent",     "GroupComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductComponent_GroupComponent_qualifiers,     _CIM_ProductComponent_GroupComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
Line 5746 
Line 5983 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductComponent_PartComponent = _CIM_ProductComponent_PartComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "PartComponent",     "PartComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductComponent_PartComponent_qualifiers,     _CIM_ProductComponent_PartComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ProductComponent_features[] = _CIM_ProductComponent_features[] =
 { {
     (SourceFeature*)&_CIM_ProductComponent_GroupComponent,      (MetaFeature*)&_CIM_ProductComponent_GroupComponent,
     (SourceFeature*)&_CIM_ProductComponent_PartComponent,      (MetaFeature*)&_CIM_ProductComponent_PartComponent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ProductComponent_qualifiers[] = __root_PG_InterOp_CIM_ProductComponent_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::ProductFRU",     "\057CIM::Core::ProductFRU",
       /* Aggregation */
       "\004\001",
       /* Composition */
       "\011\001",
     /* Version */     /* Version */
     "\0632.7.0",     "\0632.7.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ProductComponent = __root_PG_InterOp_CIM_ProductComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_ProductComponent",     "CIM_ProductComponent",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ProductComponent_qualifiers,     __root_PG_InterOp_CIM_ProductComponent_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Component,     &__root_PG_InterOp_CIM_Component,
     /* features */     /* features */
     _CIM_ProductComponent_features,     _CIM_ProductComponent_features,
Line 5803 
Line 6046 
 static const char* static const char*
 _CIM_ProductFRU_Product_qualifiers[] = _CIM_ProductFRU_Product_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Max */     /* Max */
     "\027\000\000\000\001",     "\027\000\000\000\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductFRU_Product = _CIM_ProductFRU_Product =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Product",     "Product",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductFRU_Product_qualifiers,     _CIM_ProductFRU_Product_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
 static const char* static const char*
 _CIM_ProductFRU_FRU_qualifiers[] = _CIM_ProductFRU_FRU_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductFRU_FRU = _CIM_ProductFRU_FRU =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "FRU",     "FRU",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductFRU_FRU_qualifiers,     _CIM_ProductFRU_FRU_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_FRU,     &__root_PG_InterOp_CIM_FRU,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ProductFRU_features[] = _CIM_ProductFRU_features[] =
 { {
     (SourceFeature*)&_CIM_ProductFRU_Product,      (MetaFeature*)&_CIM_ProductFRU_Product,
     (SourceFeature*)&_CIM_ProductFRU_FRU,      (MetaFeature*)&_CIM_ProductFRU_FRU,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ProductFRU_qualifiers[] = __root_PG_InterOp_CIM_ProductFRU_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::ProductFRU",     "\057CIM::Core::ProductFRU",
     /* Version */     /* Version */
Line 5862 
Line 6111 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ProductFRU = __root_PG_InterOp_CIM_ProductFRU =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ProductFRU",     "CIM_ProductFRU",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ProductFRU_qualifiers,     __root_PG_InterOp_CIM_ProductFRU_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ProductFRU_features,     _CIM_ProductFRU_features,
Line 5886 
Line 6135 
 static const char* static const char*
 _CIM_ProductParentChild_Parent_qualifiers[] = _CIM_ProductParentChild_Parent_qualifiers[] =
 { {
       /* Key */
       "\025\001",
       /* Aggregate */
       "\003\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductParentChild_Parent = _CIM_ProductParentChild_Parent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "Parent",     "Parent",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductParentChild_Parent_qualifiers,     _CIM_ProductParentChild_Parent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
 static const char* static const char*
 _CIM_ProductParentChild_Child_qualifiers[] = _CIM_ProductParentChild_Child_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductParentChild_Child = _CIM_ProductParentChild_Child =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Child",     "Child",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductParentChild_Child_qualifiers,     _CIM_ProductParentChild_Child_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ProductParentChild_features[] = _CIM_ProductParentChild_features[] =
 { {
     (SourceFeature*)&_CIM_ProductParentChild_Parent,      (MetaFeature*)&_CIM_ProductParentChild_Parent,
     (SourceFeature*)&_CIM_ProductParentChild_Child,      (MetaFeature*)&_CIM_ProductParentChild_Child,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ProductParentChild_qualifiers[] = __root_PG_InterOp_CIM_ProductParentChild_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::ProductFRU",     "\057CIM::Core::ProductFRU",
       /* Aggregation */
       "\004\001",
       /* Composition */
       "\011\001",
     /* Version */     /* Version */
     "\0632.7.0",     "\0632.7.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ProductParentChild = __root_PG_InterOp_CIM_ProductParentChild =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_ProductParentChild",     "CIM_ProductParentChild",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ProductParentChild_qualifiers,     __root_PG_InterOp_CIM_ProductParentChild_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ProductParentChild_features,     _CIM_ProductParentChild_features,
Line 5974 
Line 6235 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductPhysicalComponent_GroupComponent = _CIM_ProductPhysicalComponent_GroupComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "GroupComponent",     "GroupComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductPhysicalComponent_GroupComponent_qualifiers,     _CIM_ProductPhysicalComponent_GroupComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
Line 5997 
Line 6258 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductPhysicalComponent_PartComponent = _CIM_ProductPhysicalComponent_PartComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "PartComponent",     "PartComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductPhysicalComponent_PartComponent_qualifiers,     _CIM_ProductPhysicalComponent_PartComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_PhysicalElement,     &__root_PG_InterOp_CIM_PhysicalElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ProductPhysicalComponent_features[] = _CIM_ProductPhysicalComponent_features[] =
 { {
     (SourceFeature*)&_CIM_ProductPhysicalComponent_GroupComponent,      (MetaFeature*)&_CIM_ProductPhysicalComponent_GroupComponent,
     (SourceFeature*)&_CIM_ProductPhysicalComponent_PartComponent,      (MetaFeature*)&_CIM_ProductPhysicalComponent_PartComponent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ProductPhysicalComponent_qualifiers[] = __root_PG_InterOp_CIM_ProductPhysicalComponent_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::ProductFRU",     "\057CIM::Core::ProductFRU",
       /* Aggregation */
       "\004\001",
       /* Composition */
       "\011\001",
     /* Version */     /* Version */
     "\0632.7.0",     "\0632.7.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ProductPhysicalComponent = __root_PG_InterOp_CIM_ProductPhysicalComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_ProductPhysicalComponent",     "CIM_ProductPhysicalComponent",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ProductPhysicalComponent_qualifiers,     __root_PG_InterOp_CIM_ProductPhysicalComponent_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Component,     &__root_PG_InterOp_CIM_Component,
     /* features */     /* features */
     _CIM_ProductPhysicalComponent_features,     _CIM_ProductPhysicalComponent_features,
Line 6056 
Line 6323 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_ProductPhysicalComponent.GroupComponent\000",     "\013\000\001CIM_ProductPhysicalComponent.GroupComponent\000",
       /* Key */
       "\025\001",
       /* Aggregate */
       "\003\001",
     /* Max */     /* Max */
     "\027\000\000\000\001",     "\027\000\000\000\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductPhysicalElements_Product = _CIM_ProductPhysicalElements_Product =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "Product",     "Product",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductPhysicalElements_Product_qualifiers,     _CIM_ProductPhysicalElements_Product_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
Line 6081 
Line 6352 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_ProductPhysicalComponent.PartComponent\000",     "\013\000\001CIM_ProductPhysicalComponent.PartComponent\000",
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductPhysicalElements_Component = _CIM_ProductPhysicalElements_Component =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Component",     "Component",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductPhysicalElements_Component_qualifiers,     _CIM_ProductPhysicalElements_Component_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_PhysicalElement,     &__root_PG_InterOp_CIM_PhysicalElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ProductPhysicalElements_features[] = _CIM_ProductPhysicalElements_features[] =
 { {
     (SourceFeature*)&_CIM_ProductPhysicalElements_Product,      (MetaFeature*)&_CIM_ProductPhysicalElements_Product,
     (SourceFeature*)&_CIM_ProductPhysicalElements_Component,      (MetaFeature*)&_CIM_ProductPhysicalElements_Component,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ProductPhysicalElements_qualifiers[] = __root_PG_InterOp_CIM_ProductPhysicalElements_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_ProductPhysicalComponent\000",     "\013\000\001CIM_ProductPhysicalComponent\000",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::ProductFRU",     "\057CIM::Core::ProductFRU",
       /* Aggregation */
       "\004\001",
       /* Composition */
       "\011\001",
     /* Version */     /* Version */
     "\0632.7.0",     "\0632.7.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ProductPhysicalElements = __root_PG_InterOp_CIM_ProductPhysicalElements =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_ProductPhysicalElements",     "CIM_ProductPhysicalElements",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ProductPhysicalElements_qualifiers,     __root_PG_InterOp_CIM_ProductPhysicalElements_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ProductPhysicalElements_features,     _CIM_ProductPhysicalElements_features,
Line 6143 
Line 6422 
 static const char* static const char*
 _CIM_ProductProductDependency_RequiredProduct_qualifiers[] = _CIM_ProductProductDependency_RequiredProduct_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductProductDependency_RequiredProduct = _CIM_ProductProductDependency_RequiredProduct =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "RequiredProduct",     "RequiredProduct",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductProductDependency_RequiredProduct_qualifiers,     _CIM_ProductProductDependency_RequiredProduct_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
 static const char* static const char*
 _CIM_ProductProductDependency_DependentProduct_qualifiers[] = _CIM_ProductProductDependency_DependentProduct_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductProductDependency_DependentProduct = _CIM_ProductProductDependency_DependentProduct =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "DependentProduct",     "DependentProduct",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductProductDependency_DependentProduct_qualifiers,     _CIM_ProductProductDependency_DependentProduct_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
Line 6192 
Line 6475 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ProductProductDependency_TypeOfDependency = _CIM_ProductProductDependency_TypeOfDependency =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TypeOfDependency",     "TypeOfDependency",
     /* qualifiers */     /* qualifiers */
Line 6209 
Line 6492 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ProductProductDependency_features[] = _CIM_ProductProductDependency_features[] =
 { {
     (SourceFeature*)&_CIM_ProductProductDependency_RequiredProduct,      (MetaFeature*)&_CIM_ProductProductDependency_RequiredProduct,
     (SourceFeature*)&_CIM_ProductProductDependency_DependentProduct,      (MetaFeature*)&_CIM_ProductProductDependency_DependentProduct,
     (SourceFeature*)&_CIM_ProductProductDependency_TypeOfDependency,      (MetaFeature*)&_CIM_ProductProductDependency_TypeOfDependency,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ProductProductDependency_qualifiers[] = __root_PG_InterOp_CIM_ProductProductDependency_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::ProductFRU",     "\057CIM::Core::ProductFRU",
     /* Version */     /* Version */
Line 6228 
Line 6513 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ProductProductDependency = __root_PG_InterOp_CIM_ProductProductDependency =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ProductProductDependency",     "CIM_ProductProductDependency",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ProductProductDependency_qualifiers,     __root_PG_InterOp_CIM_ProductProductDependency_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ProductProductDependency_features,     _CIM_ProductProductDependency_features,
Line 6252 
Line 6537 
 static const char* static const char*
 _CIM_Profile_InstanceID_qualifiers[] = _CIM_Profile_InstanceID_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Profile_InstanceID = _CIM_Profile_InstanceID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "InstanceID",     "InstanceID",
     /* qualifiers */     /* qualifiers */
Line 6272 
Line 6559 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Profile_features[] = _CIM_Profile_features[] =
 { {
     (SourceFeature*)&_CIM_Profile_InstanceID,      (MetaFeature*)&_CIM_Profile_InstanceID,
     0,     0,
 }; };
  
Line 6289 
Line 6576 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Profile = __root_PG_InterOp_CIM_Profile =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_Profile",     "CIM_Profile",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Profile_qualifiers,     __root_PG_InterOp_CIM_Profile_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Collection,     &__root_PG_InterOp_CIM_Collection,
     /* features */     /* features */
     _CIM_Profile_features,     _CIM_Profile_features,
Line 6313 
Line 6600 
 static const char* static const char*
 _CIM_ReplaceableProductFRU_Product_qualifiers[] = _CIM_ReplaceableProductFRU_Product_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Max */     /* Max */
     "\027\000\000\000\001",     "\027\000\000\000\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ReplaceableProductFRU_Product = _CIM_ReplaceableProductFRU_Product =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Product",     "Product",
     /* qualifiers */     /* qualifiers */
     _CIM_ReplaceableProductFRU_Product_qualifiers,     _CIM_ReplaceableProductFRU_Product_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
 static const char* static const char*
 _CIM_ReplaceableProductFRU_FRU_qualifiers[] = _CIM_ReplaceableProductFRU_FRU_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ReplaceableProductFRU_FRU = _CIM_ReplaceableProductFRU_FRU =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "FRU",     "FRU",
     /* qualifiers */     /* qualifiers */
     _CIM_ReplaceableProductFRU_FRU_qualifiers,     _CIM_ReplaceableProductFRU_FRU_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_FRU,     &__root_PG_InterOp_CIM_FRU,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ReplaceableProductFRU_features[] = _CIM_ReplaceableProductFRU_features[] =
 { {
     (SourceFeature*)&_CIM_ReplaceableProductFRU_Product,      (MetaFeature*)&_CIM_ReplaceableProductFRU_Product,
     (SourceFeature*)&_CIM_ReplaceableProductFRU_FRU,      (MetaFeature*)&_CIM_ReplaceableProductFRU_FRU,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ReplaceableProductFRU_qualifiers[] = __root_PG_InterOp_CIM_ReplaceableProductFRU_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::ProductFRU",     "\057CIM::Core::ProductFRU",
     /* Version */     /* Version */
Line 6372 
Line 6665 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ReplaceableProductFRU = __root_PG_InterOp_CIM_ReplaceableProductFRU =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ReplaceableProductFRU",     "CIM_ReplaceableProductFRU",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ReplaceableProductFRU_qualifiers,     __root_PG_InterOp_CIM_ReplaceableProductFRU_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ReplaceableProductFRU_features,     _CIM_ReplaceableProductFRU_features,
Line 6401 
Line 6694 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Spared_Antecedent = _CIM_Spared_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_Spared_Antecedent_qualifiers,     _CIM_Spared_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
Line 6424 
Line 6717 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Spared_Dependent = _CIM_Spared_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_Spared_Dependent_qualifiers,     _CIM_Spared_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Spared_features[] = _CIM_Spared_features[] =
 { {
     (SourceFeature*)&_CIM_Spared_Antecedent,      (MetaFeature*)&_CIM_Spared_Antecedent,
     (SourceFeature*)&_CIM_Spared_Dependent,      (MetaFeature*)&_CIM_Spared_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_Spared_qualifiers[] = __root_PG_InterOp_CIM_Spared_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Redundancy",     "\057CIM::Core::Redundancy",
     /* Version */     /* Version */
Line 6457 
Line 6752 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Spared = __root_PG_InterOp_CIM_Spared =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_Spared",     "CIM_Spared",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Spared_qualifiers,     __root_PG_InterOp_CIM_Spared_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_Spared_features,     _CIM_Spared_features,
Line 6481 
Line 6776 
 static const char* static const char*
 _CIM_StatisticalData_InstanceID_qualifiers[] = _CIM_StatisticalData_InstanceID_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StatisticalData_InstanceID = _CIM_StatisticalData_InstanceID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "InstanceID",     "InstanceID",
     /* qualifiers */     /* qualifiers */
Line 6504 
Line 6801 
 static const char* static const char*
 _CIM_StatisticalData_ElementName_qualifiers[] = _CIM_StatisticalData_ElementName_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* Override */     /* Override */
     "\044ElementName",     "\044ElementName",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StatisticalData_ElementName = _CIM_StatisticalData_ElementName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "ElementName",     "ElementName",
     /* qualifiers */     /* qualifiers */
Line 6532 
Line 6831 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StatisticalData_StartStatisticTime = _CIM_StatisticalData_StartStatisticTime =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "StartStatisticTime",     "StartStatisticTime",
     /* qualifiers */     /* qualifiers */
Line 6555 
Line 6854 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StatisticalData_StatisticTime = _CIM_StatisticalData_StatisticTime =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "StatisticTime",     "StatisticTime",
     /* qualifiers */     /* qualifiers */
Line 6578 
Line 6877 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StatisticalData_SampleInterval = _CIM_StatisticalData_SampleInterval =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SampleInterval",     "SampleInterval",
     /* qualifiers */     /* qualifiers */
Line 6598 
Line 6897 
 static const char* static const char*
 _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics_qualifiers[] = _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics = _CIM_StatisticalData_ResetSelectedStats_SelectedStatistics =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "SelectedStatistics",     "SelectedStatistics",
     /* qualifiers */     /* qualifiers */
Line 6618 
Line 6919 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_StatisticalData_ResetSelectedStats_parameters[] = _CIM_StatisticalData_ResetSelectedStats_parameters[] =
 { {
     (SourceProperty*)&_CIM_StatisticalData_ResetSelectedStats_SelectedStatistics,      (MetaFeature*)&_CIM_StatisticalData_ResetSelectedStats_SelectedStatistics,
     0,     0,
 }; };
  
Line 6631 
Line 6932 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_StatisticalData_ResetSelectedStats = _CIM_StatisticalData_ResetSelectedStats =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_StatisticalData",     "CIM_StatisticalData",
     /* qualifiers */     /* qualifiers */
Line 6646 
Line 6947 
     _CIM_StatisticalData_ResetSelectedStats_parameters,     _CIM_StatisticalData_ResetSelectedStats_parameters,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_StatisticalData_features[] = _CIM_StatisticalData_features[] =
 { {
     (SourceFeature*)&_CIM_StatisticalData_InstanceID,      (MetaFeature*)&_CIM_StatisticalData_InstanceID,
     (SourceFeature*)&_CIM_StatisticalData_ElementName,      (MetaFeature*)&_CIM_StatisticalData_ElementName,
     (SourceFeature*)&_CIM_StatisticalData_StartStatisticTime,      (MetaFeature*)&_CIM_StatisticalData_StartStatisticTime,
     (SourceFeature*)&_CIM_StatisticalData_StatisticTime,      (MetaFeature*)&_CIM_StatisticalData_StatisticTime,
     (SourceFeature*)&_CIM_StatisticalData_SampleInterval,      (MetaFeature*)&_CIM_StatisticalData_SampleInterval,
     (SourceFeature*)&_CIM_StatisticalData_ResetSelectedStats,      (MetaFeature*)&_CIM_StatisticalData_ResetSelectedStats,
     0,     0,
 }; };
  
Line 6663 
Line 6964 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Statistics",     "\057CIM::Core::Statistics",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.8.0",     "\0632.8.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_StatisticalData = __root_PG_InterOp_CIM_StatisticalData =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_StatisticalData",     "CIM_StatisticalData",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_StatisticalData_qualifiers,     __root_PG_InterOp_CIM_StatisticalData_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_StatisticalData_features,     _CIM_StatisticalData_features,
Line 6697 
Line 7000 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StatisticalInformation_Name = _CIM_StatisticalInformation_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 6714 
Line 7017 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_StatisticalInformation_features[] = _CIM_StatisticalInformation_features[] =
 { {
     (SourceFeature*)&_CIM_StatisticalInformation_Name,      (MetaFeature*)&_CIM_StatisticalInformation_Name,
     0,     0,
 }; };
  
Line 6726 
Line 7029 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Statistics",     "\057CIM::Core::Statistics",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_StatisticalInformation = __root_PG_InterOp_CIM_StatisticalInformation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_StatisticalInformation",     "CIM_StatisticalInformation",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_StatisticalInformation_qualifiers,     __root_PG_InterOp_CIM_StatisticalInformation_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_StatisticalInformation_features,     _CIM_StatisticalInformation_features,
Line 6755 
Line 7060 
 static const char* static const char*
 _CIM_StatisticalSetting_StartStatisticTime_qualifiers[] = _CIM_StatisticalSetting_StartStatisticTime_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ModelCorrespondence */     /* ModelCorrespondence */
     "\036\000\001CIM_StatisticalData.StartStatisticTime\000",     "\036\000\001CIM_StatisticalData.StartStatisticTime\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StatisticalSetting_StartStatisticTime = _CIM_StatisticalSetting_StartStatisticTime =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "StartStatisticTime",     "StartStatisticTime",
     /* qualifiers */     /* qualifiers */
Line 6780 
Line 7087 
 static const char* static const char*
 _CIM_StatisticalSetting_EndStatisticTime_qualifiers[] = _CIM_StatisticalSetting_EndStatisticTime_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StatisticalSetting_EndStatisticTime = _CIM_StatisticalSetting_EndStatisticTime =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "EndStatisticTime",     "EndStatisticTime",
     /* qualifiers */     /* qualifiers */
Line 6803 
Line 7112 
 static const char* static const char*
 _CIM_StatisticalSetting_SampleInterval_qualifiers[] = _CIM_StatisticalSetting_SampleInterval_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ModelCorrespondence */     /* ModelCorrespondence */
     "\036\000\001CIM_StatisticalData.SampleInterval\000",     "\036\000\001CIM_StatisticalData.SampleInterval\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StatisticalSetting_SampleInterval = _CIM_StatisticalSetting_SampleInterval =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "SampleInterval",     "SampleInterval",
     /* qualifiers */     /* qualifiers */
Line 6825 
Line 7136 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_StatisticalSetting_features[] = _CIM_StatisticalSetting_features[] =
 { {
     (SourceFeature*)&_CIM_StatisticalSetting_StartStatisticTime,      (MetaFeature*)&_CIM_StatisticalSetting_StartStatisticTime,
     (SourceFeature*)&_CIM_StatisticalSetting_EndStatisticTime,      (MetaFeature*)&_CIM_StatisticalSetting_EndStatisticTime,
     (SourceFeature*)&_CIM_StatisticalSetting_SampleInterval,      (MetaFeature*)&_CIM_StatisticalSetting_SampleInterval,
     0,     0,
 }; };
  
Line 6844 
Line 7155 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_StatisticalSetting = __root_PG_InterOp_CIM_StatisticalSetting =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_StatisticalSetting",     "CIM_StatisticalSetting",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_StatisticalSetting_qualifiers,     __root_PG_InterOp_CIM_StatisticalSetting_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_SettingData,     &__root_PG_InterOp_CIM_SettingData,
     /* features */     /* features */
     _CIM_StatisticalSetting_features,     _CIM_StatisticalSetting_features,
Line 6868 
Line 7179 
 static const char* static const char*
 _CIM_Statistics_Stats_qualifiers[] = _CIM_Statistics_Stats_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Statistics_Stats = _CIM_Statistics_Stats =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Stats",     "Stats",
     /* qualifiers */     /* qualifiers */
     _CIM_Statistics_Stats_qualifiers,     _CIM_Statistics_Stats_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_StatisticalInformation,     &__root_PG_InterOp_CIM_StatisticalInformation,
 }; };
  
 static const char* static const char*
 _CIM_Statistics_Element_qualifiers[] = _CIM_Statistics_Element_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Statistics_Element = _CIM_Statistics_Element =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Element",     "Element",
     /* qualifiers */     /* qualifiers */
     _CIM_Statistics_Element_qualifiers,     _CIM_Statistics_Element_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Statistics_features[] = _CIM_Statistics_features[] =
 { {
     (SourceFeature*)&_CIM_Statistics_Stats,      (MetaFeature*)&_CIM_Statistics_Stats,
     (SourceFeature*)&_CIM_Statistics_Element,      (MetaFeature*)&_CIM_Statistics_Element,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_Statistics_qualifiers[] = __root_PG_InterOp_CIM_Statistics_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Statistics",     "\057CIM::Core::Statistics",
     /* Version */     /* Version */
Line 6925 
Line 7242 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Statistics = __root_PG_InterOp_CIM_Statistics =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_Statistics",     "CIM_Statistics",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Statistics_qualifiers,     __root_PG_InterOp_CIM_Statistics_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_Statistics_features,     _CIM_Statistics_features,
Line 6949 
Line 7266 
 static const char* static const char*
 _CIM_SupportAccess_SupportAccessId_qualifiers[] = _CIM_SupportAccess_SupportAccessId_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SupportAccess_SupportAccessId = _CIM_SupportAccess_SupportAccessId =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SupportAccessId",     "SupportAccessId",
     /* qualifiers */     /* qualifiers */
Line 6981 
Line 7300 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SupportAccess_Description = _CIM_SupportAccess_Description =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Description",     "Description",
     /* qualifiers */     /* qualifiers */
Line 7006 
Line 7325 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SupportAccess_CommunicationInfo = _CIM_SupportAccess_CommunicationInfo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "CommunicationInfo",     "CommunicationInfo",
     /* qualifiers */     /* qualifiers */
Line 7035 
Line 7354 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SupportAccess_CommunicationMode = _CIM_SupportAccess_CommunicationMode =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "CommunicationMode",     "CommunicationMode",
     /* qualifiers */     /* qualifiers */
Line 7062 
Line 7381 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SupportAccess_Locale = _CIM_SupportAccess_Locale =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Locale",     "Locale",
     /* qualifiers */     /* qualifiers */
Line 7079 
Line 7398 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SupportAccess_features[] = _CIM_SupportAccess_features[] =
 { {
     (SourceFeature*)&_CIM_SupportAccess_SupportAccessId,      (MetaFeature*)&_CIM_SupportAccess_SupportAccessId,
     (SourceFeature*)&_CIM_SupportAccess_Description,      (MetaFeature*)&_CIM_SupportAccess_Description,
     (SourceFeature*)&_CIM_SupportAccess_CommunicationInfo,      (MetaFeature*)&_CIM_SupportAccess_CommunicationInfo,
     (SourceFeature*)&_CIM_SupportAccess_CommunicationMode,      (MetaFeature*)&_CIM_SupportAccess_CommunicationMode,
     (SourceFeature*)&_CIM_SupportAccess_Locale,      (MetaFeature*)&_CIM_SupportAccess_Locale,
     0,     0,
 }; };
  
Line 7100 
Line 7419 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SupportAccess = __root_PG_InterOp_CIM_SupportAccess =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_SupportAccess",     "CIM_SupportAccess",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SupportAccess_qualifiers,     __root_PG_InterOp_CIM_SupportAccess_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_SupportAccess_features,     _CIM_SupportAccess_features,
Line 7124 
Line 7443 
 static const char* static const char*
 _CIM_Synchronized_SystemElement_qualifiers[] = _CIM_Synchronized_SystemElement_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Synchronized_SystemElement = _CIM_Synchronized_SystemElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemElement",     "SystemElement",
     /* qualifiers */     /* qualifiers */
     _CIM_Synchronized_SystemElement_qualifiers,     _CIM_Synchronized_SystemElement_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static const char* static const char*
 _CIM_Synchronized_SyncedElement_qualifiers[] = _CIM_Synchronized_SyncedElement_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Synchronized_SyncedElement = _CIM_Synchronized_SyncedElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SyncedElement",     "SyncedElement",
     /* qualifiers */     /* qualifiers */
     _CIM_Synchronized_SyncedElement_qualifiers,     _CIM_Synchronized_SyncedElement_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
Line 7169 
Line 7492 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Synchronized_WhenSynced = _CIM_Synchronized_WhenSynced =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "WhenSynced",     "WhenSynced",
     /* qualifiers */     /* qualifiers */
Line 7192 
Line 7515 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Synchronized_SyncMaintained = _CIM_Synchronized_SyncMaintained =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SyncMaintained",     "SyncMaintained",
     /* qualifiers */     /* qualifiers */
Line 7209 
Line 7532 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Synchronized_features[] = _CIM_Synchronized_features[] =
 { {
     (SourceFeature*)&_CIM_Synchronized_SystemElement,      (MetaFeature*)&_CIM_Synchronized_SystemElement,
     (SourceFeature*)&_CIM_Synchronized_SyncedElement,      (MetaFeature*)&_CIM_Synchronized_SyncedElement,
     (SourceFeature*)&_CIM_Synchronized_WhenSynced,      (MetaFeature*)&_CIM_Synchronized_WhenSynced,
     (SourceFeature*)&_CIM_Synchronized_SyncMaintained,      (MetaFeature*)&_CIM_Synchronized_SyncMaintained,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_Synchronized_qualifiers[] = __root_PG_InterOp_CIM_Synchronized_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
     /* Version */     /* Version */
Line 7229 
Line 7554 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Synchronized = __root_PG_InterOp_CIM_Synchronized =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_Synchronized",     "CIM_Synchronized",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Synchronized_qualifiers,     __root_PG_InterOp_CIM_Synchronized_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_Synchronized_features,     _CIM_Synchronized_features,
Line 7253 
Line 7578 
 static const char* static const char*
 _CIM_SystemConfiguration_SystemCreationClassName_qualifiers[] = _CIM_SystemConfiguration_SystemCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_System.CreationClassName",     "\045CIM_System.CreationClassName",
     /* MaxLen */     /* MaxLen */
Line 7260 
Line 7587 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemConfiguration_SystemCreationClassName = _CIM_SystemConfiguration_SystemCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemCreationClassName",     "SystemCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 7280 
Line 7607 
 static const char* static const char*
 _CIM_SystemConfiguration_SystemName_qualifiers[] = _CIM_SystemConfiguration_SystemName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_System.Name",     "\045CIM_System.Name",
     /* MaxLen */     /* MaxLen */
Line 7287 
Line 7616 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemConfiguration_SystemName = _CIM_SystemConfiguration_SystemName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemName",     "SystemName",
     /* qualifiers */     /* qualifiers */
Line 7307 
Line 7636 
 static const char* static const char*
 _CIM_SystemConfiguration_CreationClassName_qualifiers[] = _CIM_SystemConfiguration_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemConfiguration_CreationClassName = _CIM_SystemConfiguration_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 7332 
Line 7663 
 static const char* static const char*
 _CIM_SystemConfiguration_Name_qualifiers[] = _CIM_SystemConfiguration_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemConfiguration_Name = _CIM_SystemConfiguration_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 7354 
Line 7687 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SystemConfiguration_features[] = _CIM_SystemConfiguration_features[] =
 { {
     (SourceFeature*)&_CIM_SystemConfiguration_SystemCreationClassName,      (MetaFeature*)&_CIM_SystemConfiguration_SystemCreationClassName,
     (SourceFeature*)&_CIM_SystemConfiguration_SystemName,      (MetaFeature*)&_CIM_SystemConfiguration_SystemName,
     (SourceFeature*)&_CIM_SystemConfiguration_CreationClassName,      (MetaFeature*)&_CIM_SystemConfiguration_CreationClassName,
     (SourceFeature*)&_CIM_SystemConfiguration_Name,      (MetaFeature*)&_CIM_SystemConfiguration_Name,
     0,     0,
 }; };
  
Line 7374 
Line 7707 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SystemConfiguration = __root_PG_InterOp_CIM_SystemConfiguration =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_SystemConfiguration",     "CIM_SystemConfiguration",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SystemConfiguration_qualifiers,     __root_PG_InterOp_CIM_SystemConfiguration_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_SystemConfiguration_features,     _CIM_SystemConfiguration_features,
Line 7398 
Line 7731 
 static const char* static const char*
 _CIM_SystemSetting_SystemCreationClassName_qualifiers[] = _CIM_SystemSetting_SystemCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_System.CreationClassName",     "\045CIM_System.CreationClassName",
     /* MaxLen */     /* MaxLen */
Line 7405 
Line 7740 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemSetting_SystemCreationClassName = _CIM_SystemSetting_SystemCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemCreationClassName",     "SystemCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 7425 
Line 7760 
 static const char* static const char*
 _CIM_SystemSetting_SystemName_qualifiers[] = _CIM_SystemSetting_SystemName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_System.Name",     "\045CIM_System.Name",
     /* MaxLen */     /* MaxLen */
Line 7432 
Line 7769 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemSetting_SystemName = _CIM_SystemSetting_SystemName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemName",     "SystemName",
     /* qualifiers */     /* qualifiers */
Line 7452 
Line 7789 
 static const char* static const char*
 _CIM_SystemSetting_CreationClassName_qualifiers[] = _CIM_SystemSetting_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemSetting_CreationClassName = _CIM_SystemSetting_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 7477 
Line 7816 
 static const char* static const char*
 _CIM_SystemSetting_SettingID_qualifiers[] = _CIM_SystemSetting_SettingID_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Override */     /* Override */
     "\044SettingID",     "\044SettingID",
     /* MaxLen */     /* MaxLen */
Line 7484 
Line 7825 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemSetting_SettingID = _CIM_SystemSetting_SettingID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SettingID",     "SettingID",
     /* qualifiers */     /* qualifiers */
Line 7501 
Line 7842 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SystemSetting_features[] = _CIM_SystemSetting_features[] =
 { {
     (SourceFeature*)&_CIM_SystemSetting_SystemCreationClassName,      (MetaFeature*)&_CIM_SystemSetting_SystemCreationClassName,
     (SourceFeature*)&_CIM_SystemSetting_SystemName,      (MetaFeature*)&_CIM_SystemSetting_SystemName,
     (SourceFeature*)&_CIM_SystemSetting_CreationClassName,      (MetaFeature*)&_CIM_SystemSetting_CreationClassName,
     (SourceFeature*)&_CIM_SystemSetting_SettingID,      (MetaFeature*)&_CIM_SystemSetting_SettingID,
     0,     0,
 }; };
  
Line 7516 
Line 7857 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SystemSetting = __root_PG_InterOp_CIM_SystemSetting =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_SystemSetting",     "CIM_SystemSetting",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SystemSetting_qualifiers,     __root_PG_InterOp_CIM_SystemSetting_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Setting,     &__root_PG_InterOp_CIM_Setting,
     /* features */     /* features */
     _CIM_SystemSetting_features,     _CIM_SystemSetting_features,
Line 7545 
Line 7888 
 static const char* static const char*
 _CIM_SystemSettingContext_Context_qualifiers[] = _CIM_SystemSettingContext_Context_qualifiers[] =
 { {
       /* Key */
       "\025\001",
       /* Aggregate */
       "\003\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SystemSettingContext_Context = _CIM_SystemSettingContext_Context =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "Context",     "Context",
     /* qualifiers */     /* qualifiers */
     _CIM_SystemSettingContext_Context_qualifiers,     _CIM_SystemSettingContext_Context_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SystemConfiguration,     &__root_PG_InterOp_CIM_SystemConfiguration,
 }; };
  
 static const char* static const char*
 _CIM_SystemSettingContext_Setting_qualifiers[] = _CIM_SystemSettingContext_Setting_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SystemSettingContext_Setting = _CIM_SystemSettingContext_Setting =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Setting",     "Setting",
     /* qualifiers */     /* qualifiers */
     _CIM_SystemSettingContext_Setting_qualifiers,     _CIM_SystemSettingContext_Setting_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SystemSetting,     &__root_PG_InterOp_CIM_SystemSetting,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SystemSettingContext_features[] = _CIM_SystemSettingContext_features[] =
 { {
     (SourceFeature*)&_CIM_SystemSettingContext_Context,      (MetaFeature*)&_CIM_SystemSettingContext_Context,
     (SourceFeature*)&_CIM_SystemSettingContext_Setting,      (MetaFeature*)&_CIM_SystemSettingContext_Setting,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_SystemSettingContext_qualifiers[] = __root_PG_InterOp_CIM_SystemSettingContext_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
       /* Aggregation */
       "\004\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SystemSettingContext = __root_PG_InterOp_CIM_SystemSettingContext =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_SystemSettingContext",     "CIM_SystemSettingContext",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SystemSettingContext_qualifiers,     __root_PG_InterOp_CIM_SystemSettingContext_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_SystemSettingContext_features,     _CIM_SystemSettingContext_features,
Line 7626 
Line 7979 
 static const char* static const char*
 _CIM_SystemSpecificCollection_InstanceID_qualifiers[] = _CIM_SystemSpecificCollection_InstanceID_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemSpecificCollection_InstanceID = _CIM_SystemSpecificCollection_InstanceID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "InstanceID",     "InstanceID",
     /* qualifiers */     /* qualifiers */
Line 7646 
Line 8001 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SystemSpecificCollection_features[] = _CIM_SystemSpecificCollection_features[] =
 { {
     (SourceFeature*)&_CIM_SystemSpecificCollection_InstanceID,      (MetaFeature*)&_CIM_SystemSpecificCollection_InstanceID,
     0,     0,
 }; };
  
Line 7663 
Line 8018 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SystemSpecificCollection = __root_PG_InterOp_CIM_SystemSpecificCollection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_SystemSpecificCollection",     "CIM_SystemSpecificCollection",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SystemSpecificCollection_qualifiers,     __root_PG_InterOp_CIM_SystemSpecificCollection_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Collection,     &__root_PG_InterOp_CIM_Collection,
     /* features */     /* features */
     _CIM_SystemSpecificCollection_features,     _CIM_SystemSpecificCollection_features,
Line 7687 
Line 8042 
 static const char* static const char*
 _CIM_SystemStatisticalInformation_SystemCreationClassName_qualifiers[] = _CIM_SystemStatisticalInformation_SystemCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_System.CreationClassName",     "\045CIM_System.CreationClassName",
     /* MaxLen */     /* MaxLen */
Line 7694 
Line 8051 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemStatisticalInformation_SystemCreationClassName = _CIM_SystemStatisticalInformation_SystemCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemCreationClassName",     "SystemCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 7714 
Line 8071 
 static const char* static const char*
 _CIM_SystemStatisticalInformation_SystemName_qualifiers[] = _CIM_SystemStatisticalInformation_SystemName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_System.Name",     "\045CIM_System.Name",
     /* MaxLen */     /* MaxLen */
Line 7721 
Line 8080 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemStatisticalInformation_SystemName = _CIM_SystemStatisticalInformation_SystemName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemName",     "SystemName",
     /* qualifiers */     /* qualifiers */
Line 7741 
Line 8100 
 static const char* static const char*
 _CIM_SystemStatisticalInformation_CreationClassName_qualifiers[] = _CIM_SystemStatisticalInformation_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemStatisticalInformation_CreationClassName = _CIM_SystemStatisticalInformation_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 7766 
Line 8127 
 static const char* static const char*
 _CIM_SystemStatisticalInformation_Name_qualifiers[] = _CIM_SystemStatisticalInformation_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Override */     /* Override */
     "\044Name",     "\044Name",
     /* MaxLen */     /* MaxLen */
Line 7773 
Line 8136 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemStatisticalInformation_Name = _CIM_SystemStatisticalInformation_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 7790 
Line 8153 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SystemStatisticalInformation_features[] = _CIM_SystemStatisticalInformation_features[] =
 { {
     (SourceFeature*)&_CIM_SystemStatisticalInformation_SystemCreationClassName,      (MetaFeature*)&_CIM_SystemStatisticalInformation_SystemCreationClassName,
     (SourceFeature*)&_CIM_SystemStatisticalInformation_SystemName,      (MetaFeature*)&_CIM_SystemStatisticalInformation_SystemName,
     (SourceFeature*)&_CIM_SystemStatisticalInformation_CreationClassName,      (MetaFeature*)&_CIM_SystemStatisticalInformation_CreationClassName,
     (SourceFeature*)&_CIM_SystemStatisticalInformation_Name,      (MetaFeature*)&_CIM_SystemStatisticalInformation_Name,
     0,     0,
 }; };
  
Line 7810 
Line 8173 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SystemStatisticalInformation = __root_PG_InterOp_CIM_SystemStatisticalInformation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_SystemStatisticalInformation",     "CIM_SystemStatisticalInformation",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SystemStatisticalInformation_qualifiers,     __root_PG_InterOp_CIM_SystemStatisticalInformation_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_StatisticalInformation,     &__root_PG_InterOp_CIM_StatisticalInformation,
     /* features */     /* features */
     _CIM_SystemStatisticalInformation_features,     _CIM_SystemStatisticalInformation_features,
Line 7834 
Line 8197 
 static const char* static const char*
 _CIM_CollectedCollections_Collection_qualifiers[] = _CIM_CollectedCollections_Collection_qualifiers[] =
 { {
       /* Key */
       "\025\001",
       /* Aggregate */
       "\003\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CollectedCollections_Collection = _CIM_CollectedCollections_Collection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "Collection",     "Collection",
     /* qualifiers */     /* qualifiers */
     _CIM_CollectedCollections_Collection_qualifiers,     _CIM_CollectedCollections_Collection_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_CollectionOfMSEs,     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 }; };
  
 static const char* static const char*
 _CIM_CollectedCollections_CollectionInCollection_qualifiers[] = _CIM_CollectedCollections_CollectionInCollection_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CollectedCollections_CollectionInCollection = _CIM_CollectedCollections_CollectionInCollection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CollectionInCollection",     "CollectionInCollection",
     /* qualifiers */     /* qualifiers */
     _CIM_CollectedCollections_CollectionInCollection_qualifiers,     _CIM_CollectedCollections_CollectionInCollection_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_CollectionOfMSEs,     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_CollectedCollections_features[] = _CIM_CollectedCollections_features[] =
 { {
     (SourceFeature*)&_CIM_CollectedCollections_Collection,      (MetaFeature*)&_CIM_CollectedCollections_Collection,
     (SourceFeature*)&_CIM_CollectedCollections_CollectionInCollection,      (MetaFeature*)&_CIM_CollectedCollections_CollectionInCollection,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_CollectedCollections_qualifiers[] = __root_PG_InterOp_CIM_CollectedCollections_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Collection",     "\057CIM::Core::Collection",
       /* Aggregation */
       "\004\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_CollectedCollections = __root_PG_InterOp_CIM_CollectedCollections =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_CollectedCollections",     "CIM_CollectedCollections",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_CollectedCollections_qualifiers,     __root_PG_InterOp_CIM_CollectedCollections_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_CollectedCollections_features,     _CIM_CollectedCollections_features,
Line 7915 
Line 8288 
 static const char* static const char*
 _CIM_CollectedMSEs_Collection_qualifiers[] = _CIM_CollectedMSEs_Collection_qualifiers[] =
 { {
       /* Aggregate */
       "\003\001",
     /* Override */     /* Override */
     "\044Collection",     "\044Collection",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CollectedMSEs_Collection = _CIM_CollectedMSEs_Collection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "Collection",     "Collection",
     /* qualifiers */     /* qualifiers */
     _CIM_CollectedMSEs_Collection_qualifiers,     _CIM_CollectedMSEs_Collection_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_CollectionOfMSEs,     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 }; };
  
Line 7943 
Line 8318 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CollectedMSEs_Member = _CIM_CollectedMSEs_Member =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Member",     "Member",
     /* qualifiers */     /* qualifiers */
     _CIM_CollectedMSEs_Member_qualifiers,     _CIM_CollectedMSEs_Member_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedSystemElement,     &__root_PG_InterOp_CIM_ManagedSystemElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_CollectedMSEs_features[] = _CIM_CollectedMSEs_features[] =
 { {
     (SourceFeature*)&_CIM_CollectedMSEs_Collection,      (MetaFeature*)&_CIM_CollectedMSEs_Collection,
     (SourceFeature*)&_CIM_CollectedMSEs_Member,      (MetaFeature*)&_CIM_CollectedMSEs_Member,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_CollectedMSEs_qualifiers[] = __root_PG_InterOp_CIM_CollectedMSEs_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Collection",     "\057CIM::Core::Collection",
       /* Aggregation */
       "\004\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_CollectedMSEs = __root_PG_InterOp_CIM_CollectedMSEs =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_CollectedMSEs",     "CIM_CollectedMSEs",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_CollectedMSEs_qualifiers,     __root_PG_InterOp_CIM_CollectedMSEs_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_MemberOfCollection,     &__root_PG_InterOp_CIM_MemberOfCollection,
     /* features */     /* features */
     _CIM_CollectedMSEs_features,     _CIM_CollectedMSEs_features,
Line 8002 
Line 8381 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\002CIM_ElementSettingData.ManagedElement\000CIM_CollectionSetting.Collection\000",     "\013\000\002CIM_ElementSettingData.ManagedElement\000CIM_CollectionSetting.Collection\000",
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CollectionConfiguration_Collection = _CIM_CollectionConfiguration_Collection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Collection",     "Collection",
     /* qualifiers */     /* qualifiers */
     _CIM_CollectionConfiguration_Collection_qualifiers,     _CIM_CollectionConfiguration_Collection_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_CollectionOfMSEs,     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 }; };
  
Line 8025 
Line 8406 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\002CIM_ElementSettingData.SettingData\000CIM_CollectionSetting.Setting\000",     "\013\000\002CIM_ElementSettingData.SettingData\000CIM_CollectionSetting.Setting\000",
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CollectionConfiguration_Configuration = _CIM_CollectionConfiguration_Configuration =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Configuration",     "Configuration",
     /* qualifiers */     /* qualifiers */
     _CIM_CollectionConfiguration_Configuration_qualifiers,     _CIM_CollectionConfiguration_Configuration_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Configuration,     &__root_PG_InterOp_CIM_Configuration,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_CollectionConfiguration_features[] = _CIM_CollectionConfiguration_features[] =
 { {
     (SourceFeature*)&_CIM_CollectionConfiguration_Collection,      (MetaFeature*)&_CIM_CollectionConfiguration_Collection,
     (SourceFeature*)&_CIM_CollectionConfiguration_Configuration,      (MetaFeature*)&_CIM_CollectionConfiguration_Configuration,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_CollectionConfiguration_qualifiers[] = __root_PG_InterOp_CIM_CollectionConfiguration_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Deprecated */     /* Deprecated */
     "\013\000\002CIM_ElementSettingData\000CIM_CollectionSetting\000",     "\013\000\002CIM_ElementSettingData\000CIM_CollectionSetting\000",
     /* UMLPackagePath */     /* UMLPackagePath */
Line 8063 
Line 8448 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_CollectionConfiguration = __root_PG_InterOp_CIM_CollectionConfiguration =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_CollectionConfiguration",     "CIM_CollectionConfiguration",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_CollectionConfiguration_qualifiers,     __root_PG_InterOp_CIM_CollectionConfiguration_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_CollectionConfiguration_features,     _CIM_CollectionConfiguration_features,
Line 8087 
Line 8472 
 static const char* static const char*
 _CIM_CollectionSetting_Collection_qualifiers[] = _CIM_CollectionSetting_Collection_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CollectionSetting_Collection = _CIM_CollectionSetting_Collection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Collection",     "Collection",
     /* qualifiers */     /* qualifiers */
     _CIM_CollectionSetting_Collection_qualifiers,     _CIM_CollectionSetting_Collection_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_CollectionOfMSEs,     &__root_PG_InterOp_CIM_CollectionOfMSEs,
 }; };
  
 static const char* static const char*
 _CIM_CollectionSetting_Setting_qualifiers[] = _CIM_CollectionSetting_Setting_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CollectionSetting_Setting = _CIM_CollectionSetting_Setting =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Setting",     "Setting",
     /* qualifiers */     /* qualifiers */
     _CIM_CollectionSetting_Setting_qualifiers,     _CIM_CollectionSetting_Setting_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Setting,     &__root_PG_InterOp_CIM_Setting,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_CollectionSetting_features[] = _CIM_CollectionSetting_features[] =
 { {
     (SourceFeature*)&_CIM_CollectionSetting_Collection,      (MetaFeature*)&_CIM_CollectionSetting_Collection,
     (SourceFeature*)&_CIM_CollectionSetting_Setting,      (MetaFeature*)&_CIM_CollectionSetting_Setting,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_CollectionSetting_qualifiers[] = __root_PG_InterOp_CIM_CollectionSetting_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
     /* Version */     /* Version */
Line 8144 
Line 8535 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_CollectionSetting = __root_PG_InterOp_CIM_CollectionSetting =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_CollectionSetting",     "CIM_CollectionSetting",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_CollectionSetting_qualifiers,     __root_PG_InterOp_CIM_CollectionSetting_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_CollectionSetting_features,     _CIM_CollectionSetting_features,
Line 8168 
Line 8559 
 static const char* static const char*
 _CIM_CompatibleProduct_Product_qualifiers[] = _CIM_CompatibleProduct_Product_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CompatibleProduct_Product = _CIM_CompatibleProduct_Product =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Product",     "Product",
     /* qualifiers */     /* qualifiers */
     _CIM_CompatibleProduct_Product_qualifiers,     _CIM_CompatibleProduct_Product_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
 static const char* static const char*
 _CIM_CompatibleProduct_CompatibleProduct_qualifiers[] = _CIM_CompatibleProduct_CompatibleProduct_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CompatibleProduct_CompatibleProduct = _CIM_CompatibleProduct_CompatibleProduct =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CompatibleProduct",     "CompatibleProduct",
     /* qualifiers */     /* qualifiers */
     _CIM_CompatibleProduct_CompatibleProduct_qualifiers,     _CIM_CompatibleProduct_CompatibleProduct_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
Line 8213 
Line 8608 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_CompatibleProduct_CompatibilityDescription = _CIM_CompatibleProduct_CompatibilityDescription =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "CompatibilityDescription",     "CompatibilityDescription",
     /* qualifiers */     /* qualifiers */
Line 8230 
Line 8625 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_CompatibleProduct_features[] = _CIM_CompatibleProduct_features[] =
 { {
     (SourceFeature*)&_CIM_CompatibleProduct_Product,      (MetaFeature*)&_CIM_CompatibleProduct_Product,
     (SourceFeature*)&_CIM_CompatibleProduct_CompatibleProduct,      (MetaFeature*)&_CIM_CompatibleProduct_CompatibleProduct,
     (SourceFeature*)&_CIM_CompatibleProduct_CompatibilityDescription,      (MetaFeature*)&_CIM_CompatibleProduct_CompatibilityDescription,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_CompatibleProduct_qualifiers[] = __root_PG_InterOp_CIM_CompatibleProduct_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::ProductFRU",     "\057CIM::Core::ProductFRU",
     /* Version */     /* Version */
Line 8249 
Line 8646 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_CompatibleProduct = __root_PG_InterOp_CIM_CompatibleProduct =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_CompatibleProduct",     "CIM_CompatibleProduct",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_CompatibleProduct_qualifiers,     __root_PG_InterOp_CIM_CompatibleProduct_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_CompatibleProduct_features,     _CIM_CompatibleProduct_features,
Line 8278 
Line 8675 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ConcreteDependency_Antecedent = _CIM_ConcreteDependency_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_ConcreteDependency_Antecedent_qualifiers,     _CIM_ConcreteDependency_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
Line 8301 
Line 8698 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ConcreteDependency_Dependent = _CIM_ConcreteDependency_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_ConcreteDependency_Dependent_qualifiers,     _CIM_ConcreteDependency_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ConcreteDependency_features[] = _CIM_ConcreteDependency_features[] =
 { {
     (SourceFeature*)&_CIM_ConcreteDependency_Antecedent,      (MetaFeature*)&_CIM_ConcreteDependency_Antecedent,
     (SourceFeature*)&_CIM_ConcreteDependency_Dependent,      (MetaFeature*)&_CIM_ConcreteDependency_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ConcreteDependency_qualifiers[] = __root_PG_InterOp_CIM_ConcreteDependency_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
     /* Version */     /* Version */
Line 8334 
Line 8733 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ConcreteDependency = __root_PG_InterOp_CIM_ConcreteDependency =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ConcreteDependency",     "CIM_ConcreteDependency",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ConcreteDependency_qualifiers,     __root_PG_InterOp_CIM_ConcreteDependency_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_ConcreteDependency_features,     _CIM_ConcreteDependency_features,
Line 8363 
Line 8762 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ConcreteIdentity_SystemElement = _CIM_ConcreteIdentity_SystemElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "SystemElement",     "SystemElement",
     /* qualifiers */     /* qualifiers */
     _CIM_ConcreteIdentity_SystemElement_qualifiers,     _CIM_ConcreteIdentity_SystemElement_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
Line 8386 
Line 8785 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ConcreteIdentity_SameElement = _CIM_ConcreteIdentity_SameElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "SameElement",     "SameElement",
     /* qualifiers */     /* qualifiers */
     _CIM_ConcreteIdentity_SameElement_qualifiers,     _CIM_ConcreteIdentity_SameElement_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ConcreteIdentity_features[] = _CIM_ConcreteIdentity_features[] =
 { {
     (SourceFeature*)&_CIM_ConcreteIdentity_SystemElement,      (MetaFeature*)&_CIM_ConcreteIdentity_SystemElement,
     (SourceFeature*)&_CIM_ConcreteIdentity_SameElement,      (MetaFeature*)&_CIM_ConcreteIdentity_SameElement,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ConcreteIdentity_qualifiers[] = __root_PG_InterOp_CIM_ConcreteIdentity_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
     /* Version */     /* Version */
Line 8419 
Line 8820 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ConcreteIdentity = __root_PG_InterOp_CIM_ConcreteIdentity =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ConcreteIdentity",     "CIM_ConcreteIdentity",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ConcreteIdentity_qualifiers,     __root_PG_InterOp_CIM_ConcreteIdentity_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_LogicalIdentity,     &__root_PG_InterOp_CIM_LogicalIdentity,
     /* features */     /* features */
     _CIM_ConcreteIdentity_features,     _CIM_ConcreteIdentity_features,
Line 8443 
Line 8844 
 static const char* static const char*
 _CIM_ContainedLocation_GroupComponent_qualifiers[] = _CIM_ContainedLocation_GroupComponent_qualifiers[] =
 { {
       /* Aggregate */
       "\003\001",
     /* Override */     /* Override */
     "\044GroupComponent",     "\044GroupComponent",
     /* Max */     /* Max */
Line 8450 
Line 8853 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ContainedLocation_GroupComponent = _CIM_ContainedLocation_GroupComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "GroupComponent",     "GroupComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ContainedLocation_GroupComponent_qualifiers,     _CIM_ContainedLocation_GroupComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Location,     &__root_PG_InterOp_CIM_Location,
 }; };
  
Line 8473 
Line 8876 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ContainedLocation_PartComponent = _CIM_ContainedLocation_PartComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "PartComponent",     "PartComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ContainedLocation_PartComponent_qualifiers,     _CIM_ContainedLocation_PartComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Location,     &__root_PG_InterOp_CIM_Location,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ContainedLocation_features[] = _CIM_ContainedLocation_features[] =
 { {
     (SourceFeature*)&_CIM_ContainedLocation_GroupComponent,      (MetaFeature*)&_CIM_ContainedLocation_GroupComponent,
     (SourceFeature*)&_CIM_ContainedLocation_PartComponent,      (MetaFeature*)&_CIM_ContainedLocation_PartComponent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ContainedLocation_qualifiers[] = __root_PG_InterOp_CIM_ContainedLocation_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Physical",     "\057CIM::Core::Physical",
       /* Aggregation */
       "\004\001",
       /* Composition */
       "\011\001",
     /* Version */     /* Version */
     "\0632.7.0",     "\0632.7.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ContainedLocation = __root_PG_InterOp_CIM_ContainedLocation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_ContainedLocation",     "CIM_ContainedLocation",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ContainedLocation_qualifiers,     __root_PG_InterOp_CIM_ContainedLocation_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Component,     &__root_PG_InterOp_CIM_Component,
     /* features */     /* features */
     _CIM_ContainedLocation_features,     _CIM_ContainedLocation_features,
Line 8530 
Line 8939 
 static const char* static const char*
 _CIM_DeviceStatisticalInformation_SystemCreationClassName_qualifiers[] = _CIM_DeviceStatisticalInformation_SystemCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_LogicalDevice.SystemCreationClassName",     "\045CIM_LogicalDevice.SystemCreationClassName",
     /* MaxLen */     /* MaxLen */
Line 8537 
Line 8948 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_DeviceStatisticalInformation_SystemCreationClassName = _CIM_DeviceStatisticalInformation_SystemCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemCreationClassName",     "SystemCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 8557 
Line 8968 
 static const char* static const char*
 _CIM_DeviceStatisticalInformation_SystemName_qualifiers[] = _CIM_DeviceStatisticalInformation_SystemName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_LogicalDevice.SystemName",     "\045CIM_LogicalDevice.SystemName",
     /* MaxLen */     /* MaxLen */
Line 8564 
Line 8977 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_DeviceStatisticalInformation_SystemName = _CIM_DeviceStatisticalInformation_SystemName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemName",     "SystemName",
     /* qualifiers */     /* qualifiers */
Line 8584 
Line 8997 
 static const char* static const char*
 _CIM_DeviceStatisticalInformation_DeviceCreationClassName_qualifiers[] = _CIM_DeviceStatisticalInformation_DeviceCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_LogicalDevice.CreationClassName",     "\045CIM_LogicalDevice.CreationClassName",
     /* MaxLen */     /* MaxLen */
Line 8591 
Line 9006 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_DeviceStatisticalInformation_DeviceCreationClassName = _CIM_DeviceStatisticalInformation_DeviceCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "DeviceCreationClassName",     "DeviceCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 8611 
Line 9026 
 static const char* static const char*
 _CIM_DeviceStatisticalInformation_DeviceID_qualifiers[] = _CIM_DeviceStatisticalInformation_DeviceID_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_LogicalDevice.DeviceID",     "\045CIM_LogicalDevice.DeviceID",
     /* MaxLen */     /* MaxLen */
Line 8618 
Line 9035 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_DeviceStatisticalInformation_DeviceID = _CIM_DeviceStatisticalInformation_DeviceID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "DeviceID",     "DeviceID",
     /* qualifiers */     /* qualifiers */
Line 8638 
Line 9055 
 static const char* static const char*
 _CIM_DeviceStatisticalInformation_CreationClassName_qualifiers[] = _CIM_DeviceStatisticalInformation_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_DeviceStatisticalInformation_CreationClassName = _CIM_DeviceStatisticalInformation_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 8663 
Line 9082 
 static const char* static const char*
 _CIM_DeviceStatisticalInformation_Name_qualifiers[] = _CIM_DeviceStatisticalInformation_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Override */     /* Override */
     "\044Name",     "\044Name",
     /* MaxLen */     /* MaxLen */
Line 8670 
Line 9091 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_DeviceStatisticalInformation_Name = _CIM_DeviceStatisticalInformation_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 8687 
Line 9108 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_DeviceStatisticalInformation_features[] = _CIM_DeviceStatisticalInformation_features[] =
 { {
     (SourceFeature*)&_CIM_DeviceStatisticalInformation_SystemCreationClassName,      (MetaFeature*)&_CIM_DeviceStatisticalInformation_SystemCreationClassName,
     (SourceFeature*)&_CIM_DeviceStatisticalInformation_SystemName,      (MetaFeature*)&_CIM_DeviceStatisticalInformation_SystemName,
     (SourceFeature*)&_CIM_DeviceStatisticalInformation_DeviceCreationClassName,      (MetaFeature*)&_CIM_DeviceStatisticalInformation_DeviceCreationClassName,
     (SourceFeature*)&_CIM_DeviceStatisticalInformation_DeviceID,      (MetaFeature*)&_CIM_DeviceStatisticalInformation_DeviceID,
     (SourceFeature*)&_CIM_DeviceStatisticalInformation_CreationClassName,      (MetaFeature*)&_CIM_DeviceStatisticalInformation_CreationClassName,
     (SourceFeature*)&_CIM_DeviceStatisticalInformation_Name,      (MetaFeature*)&_CIM_DeviceStatisticalInformation_Name,
     0,     0,
 }; };
  
Line 8709 
Line 9130 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_DeviceStatisticalInformation = __root_PG_InterOp_CIM_DeviceStatisticalInformation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_DeviceStatisticalInformation",     "CIM_DeviceStatisticalInformation",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_DeviceStatisticalInformation_qualifiers,     __root_PG_InterOp_CIM_DeviceStatisticalInformation_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_StatisticalInformation,     &__root_PG_InterOp_CIM_StatisticalInformation,
     /* features */     /* features */
     _CIM_DeviceStatisticalInformation_features,     _CIM_DeviceStatisticalInformation_features,
Line 8733 
Line 9154 
 static const char* static const char*
 _CIM_ElementConfiguration_Element_qualifiers[] = _CIM_ElementConfiguration_Element_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementConfiguration_Element = _CIM_ElementConfiguration_Element =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Element",     "Element",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementConfiguration_Element_qualifiers,     _CIM_ElementConfiguration_Element_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedSystemElement,     &__root_PG_InterOp_CIM_ManagedSystemElement,
 }; };
  
 static const char* static const char*
 _CIM_ElementConfiguration_Configuration_qualifiers[] = _CIM_ElementConfiguration_Configuration_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementConfiguration_Configuration = _CIM_ElementConfiguration_Configuration =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Configuration",     "Configuration",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementConfiguration_Configuration_qualifiers,     _CIM_ElementConfiguration_Configuration_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Configuration,     &__root_PG_InterOp_CIM_Configuration,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ElementConfiguration_features[] = _CIM_ElementConfiguration_features[] =
 { {
     (SourceFeature*)&_CIM_ElementConfiguration_Element,      (MetaFeature*)&_CIM_ElementConfiguration_Element,
     (SourceFeature*)&_CIM_ElementConfiguration_Configuration,      (MetaFeature*)&_CIM_ElementConfiguration_Configuration,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ElementConfiguration_qualifiers[] = __root_PG_InterOp_CIM_ElementConfiguration_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
     /* Version */     /* Version */
Line 8790 
Line 9217 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ElementConfiguration = __root_PG_InterOp_CIM_ElementConfiguration =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ElementConfiguration",     "CIM_ElementConfiguration",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ElementConfiguration_qualifiers,     __root_PG_InterOp_CIM_ElementConfiguration_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ElementConfiguration_features,     _CIM_ElementConfiguration_features,
Line 8814 
Line 9241 
 static const char* static const char*
 _CIM_ElementLocation_Element_qualifiers[] = _CIM_ElementLocation_Element_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementLocation_Element = _CIM_ElementLocation_Element =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Element",     "Element",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementLocation_Element_qualifiers,     _CIM_ElementLocation_Element_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static const char* static const char*
 _CIM_ElementLocation_PhysicalLocation_qualifiers[] = _CIM_ElementLocation_PhysicalLocation_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementLocation_PhysicalLocation = _CIM_ElementLocation_PhysicalLocation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "PhysicalLocation",     "PhysicalLocation",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementLocation_PhysicalLocation_qualifiers,     _CIM_ElementLocation_PhysicalLocation_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Location,     &__root_PG_InterOp_CIM_Location,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ElementLocation_features[] = _CIM_ElementLocation_features[] =
 { {
     (SourceFeature*)&_CIM_ElementLocation_Element,      (MetaFeature*)&_CIM_ElementLocation_Element,
     (SourceFeature*)&_CIM_ElementLocation_PhysicalLocation,      (MetaFeature*)&_CIM_ElementLocation_PhysicalLocation,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ElementLocation_qualifiers[] = __root_PG_InterOp_CIM_ElementLocation_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Physical",     "\057CIM::Core::Physical",
     /* Version */     /* Version */
Line 8871 
Line 9304 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ElementLocation = __root_PG_InterOp_CIM_ElementLocation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ElementLocation",     "CIM_ElementLocation",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ElementLocation_qualifiers,     __root_PG_InterOp_CIM_ElementLocation_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ElementLocation_features,     _CIM_ElementLocation_features,
Line 8895 
Line 9328 
 static const char* static const char*
 _CIM_ElementProfile_ManagedElement_qualifiers[] = _CIM_ElementProfile_ManagedElement_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementProfile_ManagedElement = _CIM_ElementProfile_ManagedElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ManagedElement",     "ManagedElement",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementProfile_ManagedElement_qualifiers,     _CIM_ElementProfile_ManagedElement_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static const char* static const char*
 _CIM_ElementProfile_Profile_qualifiers[] = _CIM_ElementProfile_Profile_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementProfile_Profile = _CIM_ElementProfile_Profile =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Profile",     "Profile",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementProfile_Profile_qualifiers,     _CIM_ElementProfile_Profile_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Profile,     &__root_PG_InterOp_CIM_Profile,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ElementProfile_features[] = _CIM_ElementProfile_features[] =
 { {
     (SourceFeature*)&_CIM_ElementProfile_ManagedElement,      (MetaFeature*)&_CIM_ElementProfile_ManagedElement,
     (SourceFeature*)&_CIM_ElementProfile_Profile,      (MetaFeature*)&_CIM_ElementProfile_Profile,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ElementProfile_qualifiers[] = __root_PG_InterOp_CIM_ElementProfile_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
     /* Version */     /* Version */
Line 8952 
Line 9391 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ElementProfile = __root_PG_InterOp_CIM_ElementProfile =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ElementProfile",     "CIM_ElementProfile",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ElementProfile_qualifiers,     __root_PG_InterOp_CIM_ElementProfile_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ElementProfile_features,     _CIM_ElementProfile_features,
Line 8976 
Line 9415 
 static const char* static const char*
 _CIM_ElementSetting_Element_qualifiers[] = _CIM_ElementSetting_Element_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementSetting_Element = _CIM_ElementSetting_Element =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Element",     "Element",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementSetting_Element_qualifiers,     _CIM_ElementSetting_Element_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedSystemElement,     &__root_PG_InterOp_CIM_ManagedSystemElement,
 }; };
  
 static const char* static const char*
 _CIM_ElementSetting_Setting_qualifiers[] = _CIM_ElementSetting_Setting_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementSetting_Setting = _CIM_ElementSetting_Setting =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Setting",     "Setting",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementSetting_Setting_qualifiers,     _CIM_ElementSetting_Setting_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Setting,     &__root_PG_InterOp_CIM_Setting,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ElementSetting_features[] = _CIM_ElementSetting_features[] =
 { {
     (SourceFeature*)&_CIM_ElementSetting_Element,      (MetaFeature*)&_CIM_ElementSetting_Element,
     (SourceFeature*)&_CIM_ElementSetting_Setting,      (MetaFeature*)&_CIM_ElementSetting_Setting,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ElementSetting_qualifiers[] = __root_PG_InterOp_CIM_ElementSetting_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
     /* Version */     /* Version */
Line 9033 
Line 9478 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ElementSetting = __root_PG_InterOp_CIM_ElementSetting =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ElementSetting",     "CIM_ElementSetting",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ElementSetting_qualifiers,     __root_PG_InterOp_CIM_ElementSetting_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ElementSetting_features,     _CIM_ElementSetting_features,
Line 9057 
Line 9502 
 static const char* static const char*
 _CIM_ElementSettingData_ManagedElement_qualifiers[] = _CIM_ElementSettingData_ManagedElement_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementSettingData_ManagedElement = _CIM_ElementSettingData_ManagedElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ManagedElement",     "ManagedElement",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementSettingData_ManagedElement_qualifiers,     _CIM_ElementSettingData_ManagedElement_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static const char* static const char*
 _CIM_ElementSettingData_SettingData_qualifiers[] = _CIM_ElementSettingData_SettingData_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementSettingData_SettingData = _CIM_ElementSettingData_SettingData =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SettingData",     "SettingData",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementSettingData_SettingData_qualifiers,     _CIM_ElementSettingData_SettingData_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SettingData,     &__root_PG_InterOp_CIM_SettingData,
 }; };
  
Line 9106 
Line 9555 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ElementSettingData_IsDefault = _CIM_ElementSettingData_IsDefault =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "IsDefault",     "IsDefault",
     /* qualifiers */     /* qualifiers */
Line 9133 
Line 9582 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ElementSettingData_IsCurrent = _CIM_ElementSettingData_IsCurrent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "IsCurrent",     "IsCurrent",
     /* qualifiers */     /* qualifiers */
Line 9150 
Line 9599 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ElementSettingData_features[] = _CIM_ElementSettingData_features[] =
 { {
     (SourceFeature*)&_CIM_ElementSettingData_ManagedElement,      (MetaFeature*)&_CIM_ElementSettingData_ManagedElement,
     (SourceFeature*)&_CIM_ElementSettingData_SettingData,      (MetaFeature*)&_CIM_ElementSettingData_SettingData,
     (SourceFeature*)&_CIM_ElementSettingData_IsDefault,      (MetaFeature*)&_CIM_ElementSettingData_IsDefault,
     (SourceFeature*)&_CIM_ElementSettingData_IsCurrent,      (MetaFeature*)&_CIM_ElementSettingData_IsCurrent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ElementSettingData_qualifiers[] = __root_PG_InterOp_CIM_ElementSettingData_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
     /* Version */     /* Version */
Line 9170 
Line 9621 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ElementSettingData = __root_PG_InterOp_CIM_ElementSettingData =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ElementSettingData",     "CIM_ElementSettingData",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ElementSettingData_qualifiers,     __root_PG_InterOp_CIM_ElementSettingData_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ElementSettingData_features,     _CIM_ElementSettingData_features,
Line 9194 
Line 9645 
 static const char* static const char*
 _CIM_ElementStatisticalData_ManagedElement_qualifiers[] = _CIM_ElementStatisticalData_ManagedElement_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Min */     /* Min */
     "\033\000\000\000\001",     "\033\000\000\000\001",
     /* Max */     /* Max */
Line 9201 
Line 9654 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementStatisticalData_ManagedElement = _CIM_ElementStatisticalData_ManagedElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ManagedElement",     "ManagedElement",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementStatisticalData_ManagedElement_qualifiers,     _CIM_ElementStatisticalData_ManagedElement_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static const char* static const char*
 _CIM_ElementStatisticalData_Stats_qualifiers[] = _CIM_ElementStatisticalData_Stats_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementStatisticalData_Stats = _CIM_ElementStatisticalData_Stats =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Stats",     "Stats",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementStatisticalData_Stats_qualifiers,     _CIM_ElementStatisticalData_Stats_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_StatisticalData,     &__root_PG_InterOp_CIM_StatisticalData,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ElementStatisticalData_features[] = _CIM_ElementStatisticalData_features[] =
 { {
     (SourceFeature*)&_CIM_ElementStatisticalData_ManagedElement,      (MetaFeature*)&_CIM_ElementStatisticalData_ManagedElement,
     (SourceFeature*)&_CIM_ElementStatisticalData_Stats,      (MetaFeature*)&_CIM_ElementStatisticalData_Stats,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ElementStatisticalData_qualifiers[] = __root_PG_InterOp_CIM_ElementStatisticalData_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Statistics",     "\057CIM::Core::Statistics",
     /* Version */     /* Version */
Line 9255 
Line 9712 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ElementStatisticalData = __root_PG_InterOp_CIM_ElementStatisticalData =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ElementStatisticalData",     "CIM_ElementStatisticalData",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ElementStatisticalData_qualifiers,     __root_PG_InterOp_CIM_ElementStatisticalData_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ElementStatisticalData_features,     _CIM_ElementStatisticalData_features,
Line 9279 
Line 9736 
 static const char* static const char*
 _CIM_FRUIncludesProduct_FRU_qualifiers[] = _CIM_FRUIncludesProduct_FRU_qualifiers[] =
 { {
       /* Key */
       "\025\001",
       /* Aggregate */
       "\003\001",
     /* Max */     /* Max */
     "\027\000\000\000\001",     "\027\000\000\000\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_FRUIncludesProduct_FRU = _CIM_FRUIncludesProduct_FRU =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "FRU",     "FRU",
     /* qualifiers */     /* qualifiers */
     _CIM_FRUIncludesProduct_FRU_qualifiers,     _CIM_FRUIncludesProduct_FRU_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_FRU,     &__root_PG_InterOp_CIM_FRU,
 }; };
  
 static const char* static const char*
 _CIM_FRUIncludesProduct_Component_qualifiers[] = _CIM_FRUIncludesProduct_Component_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_FRUIncludesProduct_Component = _CIM_FRUIncludesProduct_Component =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Component",     "Component",
     /* qualifiers */     /* qualifiers */
     _CIM_FRUIncludesProduct_Component_qualifiers,     _CIM_FRUIncludesProduct_Component_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_FRUIncludesProduct_features[] = _CIM_FRUIncludesProduct_features[] =
 { {
     (SourceFeature*)&_CIM_FRUIncludesProduct_FRU,      (MetaFeature*)&_CIM_FRUIncludesProduct_FRU,
     (SourceFeature*)&_CIM_FRUIncludesProduct_Component,      (MetaFeature*)&_CIM_FRUIncludesProduct_Component,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_FRUIncludesProduct_qualifiers[] = __root_PG_InterOp_CIM_FRUIncludesProduct_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::ProductFRU",     "\057CIM::Core::ProductFRU",
       /* Aggregation */
       "\004\001",
       /* Composition */
       "\011\001",
     /* Version */     /* Version */
     "\0632.7.0",     "\0632.7.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_FRUIncludesProduct = __root_PG_InterOp_CIM_FRUIncludesProduct =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_FRUIncludesProduct",     "CIM_FRUIncludesProduct",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_FRUIncludesProduct_qualifiers,     __root_PG_InterOp_CIM_FRUIncludesProduct_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_FRUIncludesProduct_features,     _CIM_FRUIncludesProduct_features,
Line 9362 
Line 9831 
 static const char* static const char*
 _CIM_FRUPhysicalElements_FRU_qualifiers[] = _CIM_FRUPhysicalElements_FRU_qualifiers[] =
 { {
       /* Key */
       "\025\001",
       /* Aggregate */
       "\003\001",
     /* Max */     /* Max */
     "\027\000\000\000\001",     "\027\000\000\000\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_FRUPhysicalElements_FRU = _CIM_FRUPhysicalElements_FRU =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "FRU",     "FRU",
     /* qualifiers */     /* qualifiers */
     _CIM_FRUPhysicalElements_FRU_qualifiers,     _CIM_FRUPhysicalElements_FRU_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_FRU,     &__root_PG_InterOp_CIM_FRU,
 }; };
  
 static const char* static const char*
 _CIM_FRUPhysicalElements_Component_qualifiers[] = _CIM_FRUPhysicalElements_Component_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_FRUPhysicalElements_Component = _CIM_FRUPhysicalElements_Component =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Component",     "Component",
     /* qualifiers */     /* qualifiers */
     _CIM_FRUPhysicalElements_Component_qualifiers,     _CIM_FRUPhysicalElements_Component_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_PhysicalElement,     &__root_PG_InterOp_CIM_PhysicalElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_FRUPhysicalElements_features[] = _CIM_FRUPhysicalElements_features[] =
 { {
     (SourceFeature*)&_CIM_FRUPhysicalElements_FRU,      (MetaFeature*)&_CIM_FRUPhysicalElements_FRU,
     (SourceFeature*)&_CIM_FRUPhysicalElements_Component,      (MetaFeature*)&_CIM_FRUPhysicalElements_Component,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_FRUPhysicalElements_qualifiers[] = __root_PG_InterOp_CIM_FRUPhysicalElements_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::ProductFRU",     "\057CIM::Core::ProductFRU",
       /* Aggregation */
       "\004\001",
       /* Composition */
       "\011\001",
     /* Version */     /* Version */
     "\0632.7.0",     "\0632.7.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_FRUPhysicalElements = __root_PG_InterOp_CIM_FRUPhysicalElements =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_FRUPhysicalElements",     "CIM_FRUPhysicalElements",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_FRUPhysicalElements_qualifiers,     __root_PG_InterOp_CIM_FRUPhysicalElements_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_FRUPhysicalElements_features,     _CIM_FRUPhysicalElements_features,
Line 9442 
Line 9923 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _CIM_LogicalElement_features[] = _CIM_LogicalElement_features[] =
 { {
     0,     0,
Line 9453 
Line 9934 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_LogicalElement = __root_PG_InterOp_CIM_LogicalElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_LogicalElement",     "CIM_LogicalElement",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_LogicalElement_qualifiers,     __root_PG_InterOp_CIM_LogicalElement_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedSystemElement,     &__root_PG_InterOp_CIM_ManagedSystemElement,
     /* features */     /* features */
     _CIM_LogicalElement_features,     _CIM_LogicalElement_features,
Line 9487 
Line 9970 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_PhysicalElementLocation_Element = _CIM_PhysicalElementLocation_Element =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Element",     "Element",
     /* qualifiers */     /* qualifiers */
     _CIM_PhysicalElementLocation_Element_qualifiers,     _CIM_PhysicalElementLocation_Element_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_PhysicalElement,     &__root_PG_InterOp_CIM_PhysicalElement,
 }; };
  
Line 9512 
Line 9995 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_PhysicalElementLocation_PhysicalLocation = _CIM_PhysicalElementLocation_PhysicalLocation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "PhysicalLocation",     "PhysicalLocation",
     /* qualifiers */     /* qualifiers */
     _CIM_PhysicalElementLocation_PhysicalLocation_qualifiers,     _CIM_PhysicalElementLocation_PhysicalLocation_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Location,     &__root_PG_InterOp_CIM_Location,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_PhysicalElementLocation_features[] = _CIM_PhysicalElementLocation_features[] =
 { {
     (SourceFeature*)&_CIM_PhysicalElementLocation_Element,      (MetaFeature*)&_CIM_PhysicalElementLocation_Element,
     (SourceFeature*)&_CIM_PhysicalElementLocation_PhysicalLocation,      (MetaFeature*)&_CIM_PhysicalElementLocation_PhysicalLocation,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_PhysicalElementLocation_qualifiers[] = __root_PG_InterOp_CIM_PhysicalElementLocation_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Physical",     "\057CIM::Core::Physical",
     /* Version */     /* Version */
Line 9545 
Line 10030 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_PhysicalElementLocation = __root_PG_InterOp_CIM_PhysicalElementLocation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_PhysicalElementLocation",     "CIM_PhysicalElementLocation",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_PhysicalElementLocation_qualifiers,     __root_PG_InterOp_CIM_PhysicalElementLocation_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ElementLocation,     &__root_PG_InterOp_CIM_ElementLocation,
     /* features */     /* features */
     _CIM_PhysicalElementLocation_features,     _CIM_PhysicalElementLocation_features,
Line 9569 
Line 10054 
 static const char* static const char*
 _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName_qualifiers[] = _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_PhysicalElement.CreationClassName",     "\045CIM_PhysicalElement.CreationClassName",
     /* MaxLen */     /* MaxLen */
Line 9576 
Line 10063 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName = _CIM_PhysicalStatisticalInformation_PhysicalCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "PhysicalCreationClassName",     "PhysicalCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 9596 
Line 10083 
 static const char* static const char*
 _CIM_PhysicalStatisticalInformation_Tag_qualifiers[] = _CIM_PhysicalStatisticalInformation_Tag_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_PhysicalElement.Tag",     "\045CIM_PhysicalElement.Tag",
     /* MaxLen */     /* MaxLen */
Line 9603 
Line 10092 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalStatisticalInformation_Tag = _CIM_PhysicalStatisticalInformation_Tag =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Tag",     "Tag",
     /* qualifiers */     /* qualifiers */
Line 9623 
Line 10112 
 static const char* static const char*
 _CIM_PhysicalStatisticalInformation_CreationClassName_qualifiers[] = _CIM_PhysicalStatisticalInformation_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalStatisticalInformation_CreationClassName = _CIM_PhysicalStatisticalInformation_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 9648 
Line 10139 
 static const char* static const char*
 _CIM_PhysicalStatisticalInformation_Name_qualifiers[] = _CIM_PhysicalStatisticalInformation_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Override */     /* Override */
     "\044Name",     "\044Name",
     /* MaxLen */     /* MaxLen */
Line 9655 
Line 10148 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PhysicalStatisticalInformation_Name = _CIM_PhysicalStatisticalInformation_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 9672 
Line 10165 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_PhysicalStatisticalInformation_features[] = _CIM_PhysicalStatisticalInformation_features[] =
 { {
     (SourceFeature*)&_CIM_PhysicalStatisticalInformation_PhysicalCreationClassName,      (MetaFeature*)&_CIM_PhysicalStatisticalInformation_PhysicalCreationClassName,
     (SourceFeature*)&_CIM_PhysicalStatisticalInformation_Tag,      (MetaFeature*)&_CIM_PhysicalStatisticalInformation_Tag,
     (SourceFeature*)&_CIM_PhysicalStatisticalInformation_CreationClassName,      (MetaFeature*)&_CIM_PhysicalStatisticalInformation_CreationClassName,
     (SourceFeature*)&_CIM_PhysicalStatisticalInformation_Name,      (MetaFeature*)&_CIM_PhysicalStatisticalInformation_Name,
     0,     0,
 }; };
  
Line 9692 
Line 10185 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_PhysicalStatisticalInformation = __root_PG_InterOp_CIM_PhysicalStatisticalInformation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_PhysicalStatisticalInformation",     "CIM_PhysicalStatisticalInformation",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_PhysicalStatisticalInformation_qualifiers,     __root_PG_InterOp_CIM_PhysicalStatisticalInformation_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_StatisticalInformation,     &__root_PG_InterOp_CIM_StatisticalInformation,
     /* features */     /* features */
     _CIM_PhysicalStatisticalInformation_features,     _CIM_PhysicalStatisticalInformation_features,
Line 9718 
Line 10211 
 { {
     /* Override */     /* Override */
     "\044Stats",     "\044Stats",
       /* Weak */
       "\064\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_PhysicalStatistics_Stats = _CIM_PhysicalStatistics_Stats =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,      META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
     /* name */     /* name */
     "Stats",     "Stats",
     /* qualifiers */     /* qualifiers */
     _CIM_PhysicalStatistics_Stats_qualifiers,     _CIM_PhysicalStatistics_Stats_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_PhysicalStatisticalInformation,     &__root_PG_InterOp_CIM_PhysicalStatisticalInformation,
 }; };
  
Line 9748 
Line 10243 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_PhysicalStatistics_Element = _CIM_PhysicalStatistics_Element =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Element",     "Element",
     /* qualifiers */     /* qualifiers */
     _CIM_PhysicalStatistics_Element_qualifiers,     _CIM_PhysicalStatistics_Element_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_PhysicalElement,     &__root_PG_InterOp_CIM_PhysicalElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_PhysicalStatistics_features[] = _CIM_PhysicalStatistics_features[] =
 { {
     (SourceFeature*)&_CIM_PhysicalStatistics_Stats,      (MetaFeature*)&_CIM_PhysicalStatistics_Stats,
     (SourceFeature*)&_CIM_PhysicalStatistics_Element,      (MetaFeature*)&_CIM_PhysicalStatistics_Element,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_PhysicalStatistics_qualifiers[] = __root_PG_InterOp_CIM_PhysicalStatistics_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Statistics",     "\057CIM::Core::Statistics",
     /* Version */     /* Version */
Line 9781 
Line 10278 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_PhysicalStatistics = __root_PG_InterOp_CIM_PhysicalStatistics =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_PhysicalStatistics",     "CIM_PhysicalStatistics",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_PhysicalStatistics_qualifiers,     __root_PG_InterOp_CIM_PhysicalStatistics_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Statistics,     &__root_PG_InterOp_CIM_Statistics,
     /* features */     /* features */
     _CIM_PhysicalStatistics_features,     _CIM_PhysicalStatistics_features,
Line 9805 
Line 10302 
 static const char* static const char*
 _CIM_ProductSupport_Product_qualifiers[] = _CIM_ProductSupport_Product_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductSupport_Product = _CIM_ProductSupport_Product =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Product",     "Product",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductSupport_Product_qualifiers,     _CIM_ProductSupport_Product_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
 static const char* static const char*
 _CIM_ProductSupport_Support_qualifiers[] = _CIM_ProductSupport_Support_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductSupport_Support = _CIM_ProductSupport_Support =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Support",     "Support",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductSupport_Support_qualifiers,     _CIM_ProductSupport_Support_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SupportAccess,     &__root_PG_InterOp_CIM_SupportAccess,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ProductSupport_features[] = _CIM_ProductSupport_features[] =
 { {
     (SourceFeature*)&_CIM_ProductSupport_Product,      (MetaFeature*)&_CIM_ProductSupport_Product,
     (SourceFeature*)&_CIM_ProductSupport_Support,      (MetaFeature*)&_CIM_ProductSupport_Support,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ProductSupport_qualifiers[] = __root_PG_InterOp_CIM_ProductSupport_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::ProductFRU",     "\057CIM::Core::ProductFRU",
     /* Version */     /* Version */
Line 9862 
Line 10365 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ProductSupport = __root_PG_InterOp_CIM_ProductSupport =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ProductSupport",     "CIM_ProductSupport",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ProductSupport_qualifiers,     __root_PG_InterOp_CIM_ProductSupport_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ProductSupport_features,     _CIM_ProductSupport_features,
Line 9888 
Line 10391 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\001No Value\000",     "\013\000\001No Value\000",
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RedundancyGroup_CreationClassName = _CIM_RedundancyGroup_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 9915 
Line 10420 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_RedundancySet.InstanceID\000",     "\013\000\001CIM_RedundancySet.InstanceID\000",
       /* Key */
       "\025\001",
     /* Override */     /* Override */
     "\044Name",     "\044Name",
     /* MaxLen */     /* MaxLen */
Line 9922 
Line 10429 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RedundancyGroup_Name = _CIM_RedundancyGroup_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 9951 
Line 10458 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RedundancyGroup_RedundancyStatus = _CIM_RedundancyGroup_RedundancyStatus =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "RedundancyStatus",     "RedundancyStatus",
     /* qualifiers */     /* qualifiers */
Line 9968 
Line 10475 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_RedundancyGroup_features[] = _CIM_RedundancyGroup_features[] =
 { {
     (SourceFeature*)&_CIM_RedundancyGroup_CreationClassName,      (MetaFeature*)&_CIM_RedundancyGroup_CreationClassName,
     (SourceFeature*)&_CIM_RedundancyGroup_Name,      (MetaFeature*)&_CIM_RedundancyGroup_Name,
     (SourceFeature*)&_CIM_RedundancyGroup_RedundancyStatus,      (MetaFeature*)&_CIM_RedundancyGroup_RedundancyStatus,
     0,     0,
 }; };
  
Line 9989 
Line 10496 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_RedundancyGroup = __root_PG_InterOp_CIM_RedundancyGroup =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_RedundancyGroup",     "CIM_RedundancyGroup",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_RedundancyGroup_qualifiers,     __root_PG_InterOp_CIM_RedundancyGroup_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_LogicalElement,     &__root_PG_InterOp_CIM_LogicalElement,
     /* features */     /* features */
     _CIM_RedundancyGroup_features,     _CIM_RedundancyGroup_features,
Line 10022 
Line 10529 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RedundancySet_RedundancyStatus = _CIM_RedundancySet_RedundancyStatus =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "RedundancyStatus",     "RedundancyStatus",
     /* qualifiers */     /* qualifiers */
Line 10053 
Line 10560 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RedundancySet_TypeOfSet = _CIM_RedundancySet_TypeOfSet =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TypeOfSet",     "TypeOfSet",
     /* qualifiers */     /* qualifiers */
Line 10078 
Line 10585 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RedundancySet_MinNumberNeeded = _CIM_RedundancySet_MinNumberNeeded =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "MinNumberNeeded",     "MinNumberNeeded",
     /* qualifiers */     /* qualifiers */
Line 10101 
Line 10608 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RedundancySet_MaxNumberSupported = _CIM_RedundancySet_MaxNumberSupported =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "MaxNumberSupported",     "MaxNumberSupported",
     /* qualifiers */     /* qualifiers */
Line 10124 
Line 10631 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RedundancySet_VendorIdentifyingInfo = _CIM_RedundancySet_VendorIdentifyingInfo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "VendorIdentifyingInfo",     "VendorIdentifyingInfo",
     /* qualifiers */     /* qualifiers */
Line 10151 
Line 10658 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RedundancySet_OtherTypeOfSet = _CIM_RedundancySet_OtherTypeOfSet =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherTypeOfSet",     "OtherTypeOfSet",
     /* qualifiers */     /* qualifiers */
Line 10171 
Line 10678 
 static const char* static const char*
 _CIM_RedundancySet_LoadBalanceAlgorithm_qualifiers[] = _CIM_RedundancySet_LoadBalanceAlgorithm_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",     "\061\000\0100\0001\0002\0003\0004\0005\0006\0007\000",
     /* Values */     /* Values */
Line 10180 
Line 10689 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RedundancySet_LoadBalanceAlgorithm = _CIM_RedundancySet_LoadBalanceAlgorithm =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "LoadBalanceAlgorithm",     "LoadBalanceAlgorithm",
     /* qualifiers */     /* qualifiers */
Line 10200 
Line 10709 
 static const char* static const char*
 _CIM_RedundancySet_OtherLoadBalanceAlgorithm_qualifiers[] = _CIM_RedundancySet_OtherLoadBalanceAlgorithm_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ModelCorrespondence */     /* ModelCorrespondence */
     "\036\000\001CIM_RedundancySet.LoadBalanceAlgorithm\000",     "\036\000\001CIM_RedundancySet.LoadBalanceAlgorithm\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RedundancySet_OtherLoadBalanceAlgorithm = _CIM_RedundancySet_OtherLoadBalanceAlgorithm =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "OtherLoadBalanceAlgorithm",     "OtherLoadBalanceAlgorithm",
     /* qualifiers */     /* qualifiers */
Line 10225 
Line 10736 
 static const char* static const char*
 _CIM_RedundancySet_Failover_FailoverFrom_qualifiers[] = _CIM_RedundancySet_Failover_FailoverFrom_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_RedundancySet_Failover_FailoverFrom = _CIM_RedundancySet_Failover_FailoverFrom =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,      META_FLAG_REFERENCE|META_FLAG_IN,
     /* name */     /* name */
     "FailoverFrom",     "FailoverFrom",
     /* qualifiers */     /* qualifiers */
     _CIM_RedundancySet_Failover_FailoverFrom_qualifiers,     _CIM_RedundancySet_Failover_FailoverFrom_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* ref */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static const char* static const char*
 _CIM_RedundancySet_Failover_FailoverTo_qualifiers[] = _CIM_RedundancySet_Failover_FailoverTo_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_RedundancySet_Failover_FailoverTo = _CIM_RedundancySet_Failover_FailoverTo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,      META_FLAG_REFERENCE|META_FLAG_IN,
     /* name */     /* name */
     "FailoverTo",     "FailoverTo",
     /* qualifiers */     /* qualifiers */
     _CIM_RedundancySet_Failover_FailoverTo_qualifiers,     _CIM_RedundancySet_Failover_FailoverTo_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* ref */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_RedundancySet_Failover_parameters[] = _CIM_RedundancySet_Failover_parameters[] =
 { {
     (SourceProperty*)&_CIM_RedundancySet_Failover_FailoverFrom,      (MetaFeature*)&_CIM_RedundancySet_Failover_FailoverFrom,
     (SourceProperty*)&_CIM_RedundancySet_Failover_FailoverTo,      (MetaFeature*)&_CIM_RedundancySet_Failover_FailoverTo,
     0,     0,
 }; };
  
Line 10282 
Line 10797 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_RedundancySet_Failover = _CIM_RedundancySet_Failover =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_RedundancySet",     "CIM_RedundancySet",
     /* qualifiers */     /* qualifiers */
Line 10297 
Line 10812 
     _CIM_RedundancySet_Failover_parameters,     _CIM_RedundancySet_Failover_parameters,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_RedundancySet_features[] = _CIM_RedundancySet_features[] =
 { {
     (SourceFeature*)&_CIM_RedundancySet_RedundancyStatus,      (MetaFeature*)&_CIM_RedundancySet_RedundancyStatus,
     (SourceFeature*)&_CIM_RedundancySet_TypeOfSet,      (MetaFeature*)&_CIM_RedundancySet_TypeOfSet,
     (SourceFeature*)&_CIM_RedundancySet_MinNumberNeeded,      (MetaFeature*)&_CIM_RedundancySet_MinNumberNeeded,
     (SourceFeature*)&_CIM_RedundancySet_MaxNumberSupported,      (MetaFeature*)&_CIM_RedundancySet_MaxNumberSupported,
     (SourceFeature*)&_CIM_RedundancySet_VendorIdentifyingInfo,      (MetaFeature*)&_CIM_RedundancySet_VendorIdentifyingInfo,
     (SourceFeature*)&_CIM_RedundancySet_OtherTypeOfSet,      (MetaFeature*)&_CIM_RedundancySet_OtherTypeOfSet,
     (SourceFeature*)&_CIM_RedundancySet_LoadBalanceAlgorithm,      (MetaFeature*)&_CIM_RedundancySet_LoadBalanceAlgorithm,
     (SourceFeature*)&_CIM_RedundancySet_OtherLoadBalanceAlgorithm,      (MetaFeature*)&_CIM_RedundancySet_OtherLoadBalanceAlgorithm,
     (SourceFeature*)&_CIM_RedundancySet_Failover,      (MetaFeature*)&_CIM_RedundancySet_Failover,
     0,     0,
 }; };
  
Line 10322 
Line 10837 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_RedundancySet = __root_PG_InterOp_CIM_RedundancySet =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_RedundancySet",     "CIM_RedundancySet",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_RedundancySet_qualifiers,     __root_PG_InterOp_CIM_RedundancySet_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_SystemSpecificCollection,     &__root_PG_InterOp_CIM_SystemSpecificCollection,
     /* features */     /* features */
     _CIM_RedundancySet_features,     _CIM_RedundancySet_features,
Line 10346 
Line 10861 
 static const char* static const char*
 _CIM_RelatedStatisticalData_Stats_qualifiers[] = _CIM_RelatedStatisticalData_Stats_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_RelatedStatisticalData_Stats = _CIM_RelatedStatisticalData_Stats =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Stats",     "Stats",
     /* qualifiers */     /* qualifiers */
     _CIM_RelatedStatisticalData_Stats_qualifiers,     _CIM_RelatedStatisticalData_Stats_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_StatisticalData,     &__root_PG_InterOp_CIM_StatisticalData,
 }; };
  
 static const char* static const char*
 _CIM_RelatedStatisticalData_RelatedStats_qualifiers[] = _CIM_RelatedStatisticalData_RelatedStats_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_RelatedStatisticalData_RelatedStats = _CIM_RelatedStatisticalData_RelatedStats =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "RelatedStats",     "RelatedStats",
     /* qualifiers */     /* qualifiers */
     _CIM_RelatedStatisticalData_RelatedStats_qualifiers,     _CIM_RelatedStatisticalData_RelatedStats_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_StatisticalData,     &__root_PG_InterOp_CIM_StatisticalData,
 }; };
  
Line 10391 
Line 10910 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RelatedStatisticalData_Description = _CIM_RelatedStatisticalData_Description =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Description",     "Description",
     /* qualifiers */     /* qualifiers */
Line 10408 
Line 10927 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_RelatedStatisticalData_features[] = _CIM_RelatedStatisticalData_features[] =
 { {
     (SourceFeature*)&_CIM_RelatedStatisticalData_Stats,      (MetaFeature*)&_CIM_RelatedStatisticalData_Stats,
     (SourceFeature*)&_CIM_RelatedStatisticalData_RelatedStats,      (MetaFeature*)&_CIM_RelatedStatisticalData_RelatedStats,
     (SourceFeature*)&_CIM_RelatedStatisticalData_Description,      (MetaFeature*)&_CIM_RelatedStatisticalData_Description,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_RelatedStatisticalData_qualifiers[] = __root_PG_InterOp_CIM_RelatedStatisticalData_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Statistics",     "\057CIM::Core::Statistics",
     /* Version */     /* Version */
Line 10427 
Line 10948 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_RelatedStatisticalData = __root_PG_InterOp_CIM_RelatedStatisticalData =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_RelatedStatisticalData",     "CIM_RelatedStatisticalData",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_RelatedStatisticalData_qualifiers,     __root_PG_InterOp_CIM_RelatedStatisticalData_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_RelatedStatisticalData_features,     _CIM_RelatedStatisticalData_features,
Line 10451 
Line 10972 
 static const char* static const char*
 _CIM_RelatedStatistics_Stats_qualifiers[] = _CIM_RelatedStatistics_Stats_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_RelatedStatistics_Stats = _CIM_RelatedStatistics_Stats =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Stats",     "Stats",
     /* qualifiers */     /* qualifiers */
     _CIM_RelatedStatistics_Stats_qualifiers,     _CIM_RelatedStatistics_Stats_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_StatisticalInformation,     &__root_PG_InterOp_CIM_StatisticalInformation,
 }; };
  
 static const char* static const char*
 _CIM_RelatedStatistics_RelatedStats_qualifiers[] = _CIM_RelatedStatistics_RelatedStats_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_RelatedStatistics_RelatedStats = _CIM_RelatedStatistics_RelatedStats =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "RelatedStats",     "RelatedStats",
     /* qualifiers */     /* qualifiers */
     _CIM_RelatedStatistics_RelatedStats_qualifiers,     _CIM_RelatedStatistics_RelatedStats_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_StatisticalInformation,     &__root_PG_InterOp_CIM_StatisticalInformation,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_RelatedStatistics_features[] = _CIM_RelatedStatistics_features[] =
 { {
     (SourceFeature*)&_CIM_RelatedStatistics_Stats,      (MetaFeature*)&_CIM_RelatedStatistics_Stats,
     (SourceFeature*)&_CIM_RelatedStatistics_RelatedStats,      (MetaFeature*)&_CIM_RelatedStatistics_RelatedStats,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_RelatedStatistics_qualifiers[] = __root_PG_InterOp_CIM_RelatedStatistics_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Statistics",     "\057CIM::Core::Statistics",
     /* Version */     /* Version */
Line 10508 
Line 11035 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_RelatedStatistics = __root_PG_InterOp_CIM_RelatedStatistics =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_RelatedStatistics",     "CIM_RelatedStatistics",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_RelatedStatistics_qualifiers,     __root_PG_InterOp_CIM_RelatedStatistics_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_RelatedStatistics_features,     _CIM_RelatedStatistics_features,
Line 10532 
Line 11059 
 static const char* static const char*
 _CIM_SAPStatisticalInformation_SystemCreationClassName_qualifiers[] = _CIM_SAPStatisticalInformation_SystemCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_ServiceAccessPoint.SystemCreationClassName",     "\045CIM_ServiceAccessPoint.SystemCreationClassName",
     /* MaxLen */     /* MaxLen */
Line 10539 
Line 11068 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SAPStatisticalInformation_SystemCreationClassName = _CIM_SAPStatisticalInformation_SystemCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemCreationClassName",     "SystemCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 10559 
Line 11088 
 static const char* static const char*
 _CIM_SAPStatisticalInformation_SystemName_qualifiers[] = _CIM_SAPStatisticalInformation_SystemName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_ServiceAccessPoint.SystemName",     "\045CIM_ServiceAccessPoint.SystemName",
     /* MaxLen */     /* MaxLen */
Line 10566 
Line 11097 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SAPStatisticalInformation_SystemName = _CIM_SAPStatisticalInformation_SystemName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemName",     "SystemName",
     /* qualifiers */     /* qualifiers */
Line 10586 
Line 11117 
 static const char* static const char*
 _CIM_SAPStatisticalInformation_SAPCreationClassName_qualifiers[] = _CIM_SAPStatisticalInformation_SAPCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_ServiceAccessPoint.CreationClassName",     "\045CIM_ServiceAccessPoint.CreationClassName",
     /* MaxLen */     /* MaxLen */
Line 10593 
Line 11126 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SAPStatisticalInformation_SAPCreationClassName = _CIM_SAPStatisticalInformation_SAPCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SAPCreationClassName",     "SAPCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 10613 
Line 11146 
 static const char* static const char*
 _CIM_SAPStatisticalInformation_SAPName_qualifiers[] = _CIM_SAPStatisticalInformation_SAPName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_ServiceAccessPoint.Name",     "\045CIM_ServiceAccessPoint.Name",
     /* MaxLen */     /* MaxLen */
Line 10620 
Line 11155 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SAPStatisticalInformation_SAPName = _CIM_SAPStatisticalInformation_SAPName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SAPName",     "SAPName",
     /* qualifiers */     /* qualifiers */
Line 10640 
Line 11175 
 static const char* static const char*
 _CIM_SAPStatisticalInformation_CreationClassName_qualifiers[] = _CIM_SAPStatisticalInformation_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SAPStatisticalInformation_CreationClassName = _CIM_SAPStatisticalInformation_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 10665 
Line 11202 
 static const char* static const char*
 _CIM_SAPStatisticalInformation_Name_qualifiers[] = _CIM_SAPStatisticalInformation_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Override */     /* Override */
     "\044Name",     "\044Name",
     /* MaxLen */     /* MaxLen */
Line 10672 
Line 11211 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SAPStatisticalInformation_Name = _CIM_SAPStatisticalInformation_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 10689 
Line 11228 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SAPStatisticalInformation_features[] = _CIM_SAPStatisticalInformation_features[] =
 { {
     (SourceFeature*)&_CIM_SAPStatisticalInformation_SystemCreationClassName,      (MetaFeature*)&_CIM_SAPStatisticalInformation_SystemCreationClassName,
     (SourceFeature*)&_CIM_SAPStatisticalInformation_SystemName,      (MetaFeature*)&_CIM_SAPStatisticalInformation_SystemName,
     (SourceFeature*)&_CIM_SAPStatisticalInformation_SAPCreationClassName,      (MetaFeature*)&_CIM_SAPStatisticalInformation_SAPCreationClassName,
     (SourceFeature*)&_CIM_SAPStatisticalInformation_SAPName,      (MetaFeature*)&_CIM_SAPStatisticalInformation_SAPName,
     (SourceFeature*)&_CIM_SAPStatisticalInformation_CreationClassName,      (MetaFeature*)&_CIM_SAPStatisticalInformation_CreationClassName,
     (SourceFeature*)&_CIM_SAPStatisticalInformation_Name,      (MetaFeature*)&_CIM_SAPStatisticalInformation_Name,
     0,     0,
 }; };
  
Line 10711 
Line 11250 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SAPStatisticalInformation = __root_PG_InterOp_CIM_SAPStatisticalInformation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_SAPStatisticalInformation",     "CIM_SAPStatisticalInformation",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SAPStatisticalInformation_qualifiers,     __root_PG_InterOp_CIM_SAPStatisticalInformation_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_StatisticalInformation,     &__root_PG_InterOp_CIM_StatisticalInformation,
     /* features */     /* features */
     _CIM_SAPStatisticalInformation_features,     _CIM_SAPStatisticalInformation_features,
Line 10732 
Line 11271 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _CIM_ScopedSettingData_features[] = _CIM_ScopedSettingData_features[] =
 { {
     0,     0,
Line 10743 
Line 11282 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ScopedSettingData = __root_PG_InterOp_CIM_ScopedSettingData =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_ScopedSettingData",     "CIM_ScopedSettingData",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ScopedSettingData_qualifiers,     __root_PG_InterOp_CIM_ScopedSettingData_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_SettingData,     &__root_PG_InterOp_CIM_SettingData,
     /* features */     /* features */
     _CIM_ScopedSettingData_features,     _CIM_ScopedSettingData_features,
Line 10772 
Line 11313 
 static const char* static const char*
 _CIM_ServiceStatisticalInformation_SystemCreationClassName_qualifiers[] = _CIM_ServiceStatisticalInformation_SystemCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_Service.SystemCreationClassName",     "\045CIM_Service.SystemCreationClassName",
     /* MaxLen */     /* MaxLen */
Line 10779 
Line 11322 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ServiceStatisticalInformation_SystemCreationClassName = _CIM_ServiceStatisticalInformation_SystemCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemCreationClassName",     "SystemCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 10799 
Line 11342 
 static const char* static const char*
 _CIM_ServiceStatisticalInformation_SystemName_qualifiers[] = _CIM_ServiceStatisticalInformation_SystemName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_Service.SystemName",     "\045CIM_Service.SystemName",
     /* MaxLen */     /* MaxLen */
Line 10806 
Line 11351 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ServiceStatisticalInformation_SystemName = _CIM_ServiceStatisticalInformation_SystemName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemName",     "SystemName",
     /* qualifiers */     /* qualifiers */
Line 10826 
Line 11371 
 static const char* static const char*
 _CIM_ServiceStatisticalInformation_ServiceCreationClassName_qualifiers[] = _CIM_ServiceStatisticalInformation_ServiceCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_Service.CreationClassName",     "\045CIM_Service.CreationClassName",
     /* MaxLen */     /* MaxLen */
Line 10833 
Line 11380 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ServiceStatisticalInformation_ServiceCreationClassName = _CIM_ServiceStatisticalInformation_ServiceCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ServiceCreationClassName",     "ServiceCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 10853 
Line 11400 
 static const char* static const char*
 _CIM_ServiceStatisticalInformation_ServiceName_qualifiers[] = _CIM_ServiceStatisticalInformation_ServiceName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_Service.Name",     "\045CIM_Service.Name",
     /* MaxLen */     /* MaxLen */
Line 10860 
Line 11409 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ServiceStatisticalInformation_ServiceName = _CIM_ServiceStatisticalInformation_ServiceName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ServiceName",     "ServiceName",
     /* qualifiers */     /* qualifiers */
Line 10880 
Line 11429 
 static const char* static const char*
 _CIM_ServiceStatisticalInformation_CreationClassName_qualifiers[] = _CIM_ServiceStatisticalInformation_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ServiceStatisticalInformation_CreationClassName = _CIM_ServiceStatisticalInformation_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 10905 
Line 11456 
 static const char* static const char*
 _CIM_ServiceStatisticalInformation_Name_qualifiers[] = _CIM_ServiceStatisticalInformation_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Override */     /* Override */
     "\044Name",     "\044Name",
     /* MaxLen */     /* MaxLen */
Line 10912 
Line 11465 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ServiceStatisticalInformation_Name = _CIM_ServiceStatisticalInformation_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 10929 
Line 11482 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ServiceStatisticalInformation_features[] = _CIM_ServiceStatisticalInformation_features[] =
 { {
     (SourceFeature*)&_CIM_ServiceStatisticalInformation_SystemCreationClassName,      (MetaFeature*)&_CIM_ServiceStatisticalInformation_SystemCreationClassName,
     (SourceFeature*)&_CIM_ServiceStatisticalInformation_SystemName,      (MetaFeature*)&_CIM_ServiceStatisticalInformation_SystemName,
     (SourceFeature*)&_CIM_ServiceStatisticalInformation_ServiceCreationClassName,      (MetaFeature*)&_CIM_ServiceStatisticalInformation_ServiceCreationClassName,
     (SourceFeature*)&_CIM_ServiceStatisticalInformation_ServiceName,      (MetaFeature*)&_CIM_ServiceStatisticalInformation_ServiceName,
     (SourceFeature*)&_CIM_ServiceStatisticalInformation_CreationClassName,      (MetaFeature*)&_CIM_ServiceStatisticalInformation_CreationClassName,
     (SourceFeature*)&_CIM_ServiceStatisticalInformation_Name,      (MetaFeature*)&_CIM_ServiceStatisticalInformation_Name,
     0,     0,
 }; };
  
Line 10951 
Line 11504 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ServiceStatisticalInformation = __root_PG_InterOp_CIM_ServiceStatisticalInformation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_ServiceStatisticalInformation",     "CIM_ServiceStatisticalInformation",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ServiceStatisticalInformation_qualifiers,     __root_PG_InterOp_CIM_ServiceStatisticalInformation_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_StatisticalInformation,     &__root_PG_InterOp_CIM_StatisticalInformation,
     /* features */     /* features */
     _CIM_ServiceStatisticalInformation_features,     _CIM_ServiceStatisticalInformation_features,
Line 10980 
Line 11533 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SettingAssociatedToCapabilities_Antecedent = _CIM_SettingAssociatedToCapabilities_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_SettingAssociatedToCapabilities_Antecedent_qualifiers,     _CIM_SettingAssociatedToCapabilities_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Capabilities,     &__root_PG_InterOp_CIM_Capabilities,
 }; };
  
Line 11003 
Line 11556 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SettingAssociatedToCapabilities_Dependent = _CIM_SettingAssociatedToCapabilities_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_SettingAssociatedToCapabilities_Dependent_qualifiers,     _CIM_SettingAssociatedToCapabilities_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SettingData,     &__root_PG_InterOp_CIM_SettingData,
 }; };
  
 static const char* static const char*
 _CIM_SettingAssociatedToCapabilities_DefaultSetting_qualifiers[] = _CIM_SettingAssociatedToCapabilities_DefaultSetting_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SettingAssociatedToCapabilities_DefaultSetting = _CIM_SettingAssociatedToCapabilities_DefaultSetting =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "DefaultSetting",     "DefaultSetting",
     /* qualifiers */     /* qualifiers */
Line 11041 
Line 11596 
     "\000",     "\000",
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SettingAssociatedToCapabilities_features[] = _CIM_SettingAssociatedToCapabilities_features[] =
 { {
     (SourceFeature*)&_CIM_SettingAssociatedToCapabilities_Antecedent,      (MetaFeature*)&_CIM_SettingAssociatedToCapabilities_Antecedent,
     (SourceFeature*)&_CIM_SettingAssociatedToCapabilities_Dependent,      (MetaFeature*)&_CIM_SettingAssociatedToCapabilities_Dependent,
     (SourceFeature*)&_CIM_SettingAssociatedToCapabilities_DefaultSetting,      (MetaFeature*)&_CIM_SettingAssociatedToCapabilities_DefaultSetting,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_SettingAssociatedToCapabilities_qualifiers[] = __root_PG_InterOp_CIM_SettingAssociatedToCapabilities_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::System::FilesystemServices",     "\057CIM::System::FilesystemServices",
     /* Version */     /* Version */
Line 11060 
Line 11617 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SettingAssociatedToCapabilities = __root_PG_InterOp_CIM_SettingAssociatedToCapabilities =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_SettingAssociatedToCapabilities",     "CIM_SettingAssociatedToCapabilities",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SettingAssociatedToCapabilities_qualifiers,     __root_PG_InterOp_CIM_SettingAssociatedToCapabilities_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_SettingAssociatedToCapabilities_features,     _CIM_SettingAssociatedToCapabilities_features,
Line 11084 
Line 11641 
 static const char* static const char*
 _CIM_SoftwareIdentity_InstanceID_qualifiers[] = _CIM_SoftwareIdentity_InstanceID_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SoftwareIdentity_InstanceID = _CIM_SoftwareIdentity_InstanceID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "InstanceID",     "InstanceID",
     /* qualifiers */     /* qualifiers */
Line 11110 
Line 11669 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SoftwareIdentity_MajorVersion = _CIM_SoftwareIdentity_MajorVersion =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "MajorVersion",     "MajorVersion",
     /* qualifiers */     /* qualifiers */
Line 11133 
Line 11692 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SoftwareIdentity_MinorVersion = _CIM_SoftwareIdentity_MinorVersion =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "MinorVersion",     "MinorVersion",
     /* qualifiers */     /* qualifiers */
Line 11156 
Line 11715 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SoftwareIdentity_RevisionNumber = _CIM_SoftwareIdentity_RevisionNumber =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "RevisionNumber",     "RevisionNumber",
     /* qualifiers */     /* qualifiers */
Line 11179 
Line 11738 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SoftwareIdentity_BuildNumber = _CIM_SoftwareIdentity_BuildNumber =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "BuildNumber",     "BuildNumber",
     /* qualifiers */     /* qualifiers */
Line 11202 
Line 11761 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SoftwareIdentity_VersionString = _CIM_SoftwareIdentity_VersionString =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "VersionString",     "VersionString",
     /* qualifiers */     /* qualifiers */
Line 11225 
Line 11784 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SoftwareIdentity_TargetOperatingSystems = _CIM_SoftwareIdentity_TargetOperatingSystems =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TargetOperatingSystems",     "TargetOperatingSystems",
     /* qualifiers */     /* qualifiers */
Line 11248 
Line 11807 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SoftwareIdentity_Manufacturer = _CIM_SoftwareIdentity_Manufacturer =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Manufacturer",     "Manufacturer",
     /* qualifiers */     /* qualifiers */
Line 11271 
Line 11830 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SoftwareIdentity_Languages = _CIM_SoftwareIdentity_Languages =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Languages",     "Languages",
     /* qualifiers */     /* qualifiers */
Line 11302 
Line 11861 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SoftwareIdentity_Classifications = _CIM_SoftwareIdentity_Classifications =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Classifications",     "Classifications",
     /* qualifiers */     /* qualifiers */
Line 11329 
Line 11888 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SoftwareIdentity_ClassificationDescriptions = _CIM_SoftwareIdentity_ClassificationDescriptions =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ClassificationDescriptions",     "ClassificationDescriptions",
     /* qualifiers */     /* qualifiers */
Line 11352 
Line 11911 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SoftwareIdentity_SerialNumber = _CIM_SoftwareIdentity_SerialNumber =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SerialNumber",     "SerialNumber",
     /* qualifiers */     /* qualifiers */
Line 11375 
Line 11934 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SoftwareIdentity_ReleaseDate = _CIM_SoftwareIdentity_ReleaseDate =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ReleaseDate",     "ReleaseDate",
     /* qualifiers */     /* qualifiers */
Line 11392 
Line 11951 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SoftwareIdentity_features[] = _CIM_SoftwareIdentity_features[] =
 { {
     (SourceFeature*)&_CIM_SoftwareIdentity_InstanceID,      (MetaFeature*)&_CIM_SoftwareIdentity_InstanceID,
     (SourceFeature*)&_CIM_SoftwareIdentity_MajorVersion,      (MetaFeature*)&_CIM_SoftwareIdentity_MajorVersion,
     (SourceFeature*)&_CIM_SoftwareIdentity_MinorVersion,      (MetaFeature*)&_CIM_SoftwareIdentity_MinorVersion,
     (SourceFeature*)&_CIM_SoftwareIdentity_RevisionNumber,      (MetaFeature*)&_CIM_SoftwareIdentity_RevisionNumber,
     (SourceFeature*)&_CIM_SoftwareIdentity_BuildNumber,      (MetaFeature*)&_CIM_SoftwareIdentity_BuildNumber,
     (SourceFeature*)&_CIM_SoftwareIdentity_VersionString,      (MetaFeature*)&_CIM_SoftwareIdentity_VersionString,
     (SourceFeature*)&_CIM_SoftwareIdentity_TargetOperatingSystems,      (MetaFeature*)&_CIM_SoftwareIdentity_TargetOperatingSystems,
     (SourceFeature*)&_CIM_SoftwareIdentity_Manufacturer,      (MetaFeature*)&_CIM_SoftwareIdentity_Manufacturer,
     (SourceFeature*)&_CIM_SoftwareIdentity_Languages,      (MetaFeature*)&_CIM_SoftwareIdentity_Languages,
     (SourceFeature*)&_CIM_SoftwareIdentity_Classifications,      (MetaFeature*)&_CIM_SoftwareIdentity_Classifications,
     (SourceFeature*)&_CIM_SoftwareIdentity_ClassificationDescriptions,      (MetaFeature*)&_CIM_SoftwareIdentity_ClassificationDescriptions,
     (SourceFeature*)&_CIM_SoftwareIdentity_SerialNumber,      (MetaFeature*)&_CIM_SoftwareIdentity_SerialNumber,
     (SourceFeature*)&_CIM_SoftwareIdentity_ReleaseDate,      (MetaFeature*)&_CIM_SoftwareIdentity_ReleaseDate,
     0,     0,
 }; };
  
Line 11421 
Line 11980 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SoftwareIdentity = __root_PG_InterOp_CIM_SoftwareIdentity =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_SoftwareIdentity",     "CIM_SoftwareIdentity",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SoftwareIdentity_qualifiers,     __root_PG_InterOp_CIM_SoftwareIdentity_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_LogicalElement,     &__root_PG_InterOp_CIM_LogicalElement,
     /* features */     /* features */
     _CIM_SoftwareIdentity_features,     _CIM_SoftwareIdentity_features,
Line 11445 
Line 12004 
 static const char* static const char*
 _CIM_SpareGroup_Failover_FailoverFrom_qualifiers[] = _CIM_SpareGroup_Failover_FailoverFrom_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SpareGroup_Failover_FailoverFrom = _CIM_SpareGroup_Failover_FailoverFrom =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,      META_FLAG_REFERENCE|META_FLAG_IN,
     /* name */     /* name */
     "FailoverFrom",     "FailoverFrom",
     /* qualifiers */     /* qualifiers */
     _CIM_SpareGroup_Failover_FailoverFrom_qualifiers,     _CIM_SpareGroup_Failover_FailoverFrom_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* ref */
     &__root_PG_InterOp_CIM_ManagedSystemElement,     &__root_PG_InterOp_CIM_ManagedSystemElement,
 }; };
  
 static const char* static const char*
 _CIM_SpareGroup_Failover_FailoverTo_qualifiers[] = _CIM_SpareGroup_Failover_FailoverTo_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SpareGroup_Failover_FailoverTo = _CIM_SpareGroup_Failover_FailoverTo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,      META_FLAG_REFERENCE|META_FLAG_IN,
     /* name */     /* name */
     "FailoverTo",     "FailoverTo",
     /* qualifiers */     /* qualifiers */
     _CIM_SpareGroup_Failover_FailoverTo_qualifiers,     _CIM_SpareGroup_Failover_FailoverTo_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* ref */
     &__root_PG_InterOp_CIM_ManagedSystemElement,     &__root_PG_InterOp_CIM_ManagedSystemElement,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_SpareGroup_Failover_parameters[] = _CIM_SpareGroup_Failover_parameters[] =
 { {
     (SourceProperty*)&_CIM_SpareGroup_Failover_FailoverFrom,      (MetaFeature*)&_CIM_SpareGroup_Failover_FailoverFrom,
     (SourceProperty*)&_CIM_SpareGroup_Failover_FailoverTo,      (MetaFeature*)&_CIM_SpareGroup_Failover_FailoverTo,
     0,     0,
 }; };
  
Line 11500 
Line 12063 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_SpareGroup_Failover = _CIM_SpareGroup_Failover =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_SpareGroup",     "CIM_SpareGroup",
     /* qualifiers */     /* qualifiers */
Line 11515 
Line 12078 
     _CIM_SpareGroup_Failover_parameters,     _CIM_SpareGroup_Failover_parameters,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SpareGroup_features[] = _CIM_SpareGroup_features[] =
 { {
     (SourceFeature*)&_CIM_SpareGroup_Failover,      (MetaFeature*)&_CIM_SpareGroup_Failover,
     0,     0,
 }; };
  
Line 11534 
Line 12097 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SpareGroup = __root_PG_InterOp_CIM_SpareGroup =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_SpareGroup",     "CIM_SpareGroup",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SpareGroup_qualifiers,     __root_PG_InterOp_CIM_SpareGroup_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_RedundancyGroup,     &__root_PG_InterOp_CIM_RedundancyGroup,
     /* features */     /* features */
     _CIM_SpareGroup_features,     _CIM_SpareGroup_features,
Line 11561 
Line 12124 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StatisticsCollection_SampleInterval = _CIM_StatisticsCollection_SampleInterval =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SampleInterval",     "SampleInterval",
     /* qualifiers */     /* qualifiers */
Line 11584 
Line 12147 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StatisticsCollection_TimeLastSampled = _CIM_StatisticsCollection_TimeLastSampled =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TimeLastSampled",     "TimeLastSampled",
     /* qualifiers */     /* qualifiers */
Line 11601 
Line 12164 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_StatisticsCollection_features[] = _CIM_StatisticsCollection_features[] =
 { {
     (SourceFeature*)&_CIM_StatisticsCollection_SampleInterval,      (MetaFeature*)&_CIM_StatisticsCollection_SampleInterval,
     (SourceFeature*)&_CIM_StatisticsCollection_TimeLastSampled,      (MetaFeature*)&_CIM_StatisticsCollection_TimeLastSampled,
     0,     0,
 }; };
  
Line 11619 
Line 12182 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_StatisticsCollection = __root_PG_InterOp_CIM_StatisticsCollection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_StatisticsCollection",     "CIM_StatisticsCollection",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_StatisticsCollection_qualifiers,     __root_PG_InterOp_CIM_StatisticsCollection_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_SystemSpecificCollection,     &__root_PG_InterOp_CIM_SystemSpecificCollection,
     /* features */     /* features */
     _CIM_StatisticsCollection_features,     _CIM_StatisticsCollection_features,
Line 11654 
Line 12217 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageRedundancyGroup_TypeOfAlgorithm = _CIM_StorageRedundancyGroup_TypeOfAlgorithm =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TypeOfAlgorithm",     "TypeOfAlgorithm",
     /* qualifiers */     /* qualifiers */
Line 11683 
Line 12246 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageRedundancyGroup_StorageRedundancy = _CIM_StorageRedundancyGroup_StorageRedundancy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "StorageRedundancy",     "StorageRedundancy",
     /* qualifiers */     /* qualifiers */
Line 11708 
Line 12271 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageRedundancyGroup_IsStriped = _CIM_StorageRedundancyGroup_IsStriped =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "IsStriped",     "IsStriped",
     /* qualifiers */     /* qualifiers */
Line 11733 
Line 12296 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageRedundancyGroup_IsConcatenated = _CIM_StorageRedundancyGroup_IsConcatenated =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "IsConcatenated",     "IsConcatenated",
     /* qualifiers */     /* qualifiers */
Line 11750 
Line 12313 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_StorageRedundancyGroup_features[] = _CIM_StorageRedundancyGroup_features[] =
 { {
     (SourceFeature*)&_CIM_StorageRedundancyGroup_TypeOfAlgorithm,      (MetaFeature*)&_CIM_StorageRedundancyGroup_TypeOfAlgorithm,
     (SourceFeature*)&_CIM_StorageRedundancyGroup_StorageRedundancy,      (MetaFeature*)&_CIM_StorageRedundancyGroup_StorageRedundancy,
     (SourceFeature*)&_CIM_StorageRedundancyGroup_IsStriped,      (MetaFeature*)&_CIM_StorageRedundancyGroup_IsStriped,
     (SourceFeature*)&_CIM_StorageRedundancyGroup_IsConcatenated,      (MetaFeature*)&_CIM_StorageRedundancyGroup_IsConcatenated,
     0,     0,
 }; };
  
Line 11772 
Line 12335 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_StorageRedundancyGroup = __root_PG_InterOp_CIM_StorageRedundancyGroup =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_StorageRedundancyGroup",     "CIM_StorageRedundancyGroup",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_StorageRedundancyGroup_qualifiers,     __root_PG_InterOp_CIM_StorageRedundancyGroup_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_RedundancyGroup,     &__root_PG_InterOp_CIM_RedundancyGroup,
     /* features */     /* features */
     _CIM_StorageRedundancyGroup_features,     _CIM_StorageRedundancyGroup_features,
Line 11807 
Line 12370 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageRedundancySet_TypeOfAlgorithm = _CIM_StorageRedundancySet_TypeOfAlgorithm =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TypeOfAlgorithm",     "TypeOfAlgorithm",
     /* qualifiers */     /* qualifiers */
Line 11832 
Line 12395 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageRedundancySet_OtherAlgorithm = _CIM_StorageRedundancySet_OtherAlgorithm =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherAlgorithm",     "OtherAlgorithm",
     /* qualifiers */     /* qualifiers */
Line 11849 
Line 12412 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_StorageRedundancySet_features[] = _CIM_StorageRedundancySet_features[] =
 { {
     (SourceFeature*)&_CIM_StorageRedundancySet_TypeOfAlgorithm,      (MetaFeature*)&_CIM_StorageRedundancySet_TypeOfAlgorithm,
     (SourceFeature*)&_CIM_StorageRedundancySet_OtherAlgorithm,      (MetaFeature*)&_CIM_StorageRedundancySet_OtherAlgorithm,
     0,     0,
 }; };
  
Line 11867 
Line 12430 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_StorageRedundancySet = __root_PG_InterOp_CIM_StorageRedundancySet =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_StorageRedundancySet",     "CIM_StorageRedundancySet",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_StorageRedundancySet_qualifiers,     __root_PG_InterOp_CIM_StorageRedundancySet_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_RedundancySet,     &__root_PG_InterOp_CIM_RedundancySet,
     /* features */     /* features */
     _CIM_StorageRedundancySet_features,     _CIM_StorageRedundancySet_features,
Line 11893 
Line 12456 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_IsSpare.Dependent\000",     "\013\000\001CIM_IsSpare.Dependent\000",
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ActsAsSpare_Group = _CIM_ActsAsSpare_Group =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Group",     "Group",
     /* qualifiers */     /* qualifiers */
     _CIM_ActsAsSpare_Group_qualifiers,     _CIM_ActsAsSpare_Group_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SpareGroup,     &__root_PG_InterOp_CIM_SpareGroup,
 }; };
  
Line 11916 
Line 12481 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_IsSpare.Antecedent\000",     "\013\000\001CIM_IsSpare.Antecedent\000",
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ActsAsSpare_Spare = _CIM_ActsAsSpare_Spare =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Spare",     "Spare",
     /* qualifiers */     /* qualifiers */
     _CIM_ActsAsSpare_Spare_qualifiers,     _CIM_ActsAsSpare_Spare_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedSystemElement,     &__root_PG_InterOp_CIM_ManagedSystemElement,
 }; };
  
Line 11942 
Line 12509 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ActsAsSpare_HotStandby = _CIM_ActsAsSpare_HotStandby =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "HotStandby",     "HotStandby",
     /* qualifiers */     /* qualifiers */
Line 11959 
Line 12526 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ActsAsSpare_features[] = _CIM_ActsAsSpare_features[] =
 { {
     (SourceFeature*)&_CIM_ActsAsSpare_Group,      (MetaFeature*)&_CIM_ActsAsSpare_Group,
     (SourceFeature*)&_CIM_ActsAsSpare_Spare,      (MetaFeature*)&_CIM_ActsAsSpare_Spare,
     (SourceFeature*)&_CIM_ActsAsSpare_HotStandby,      (MetaFeature*)&_CIM_ActsAsSpare_HotStandby,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ActsAsSpare_qualifiers[] = __root_PG_InterOp_CIM_ActsAsSpare_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_IsSpare\000",     "\013\000\001CIM_IsSpare\000",
     /* UMLPackagePath */     /* UMLPackagePath */
Line 11980 
Line 12549 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ActsAsSpare = __root_PG_InterOp_CIM_ActsAsSpare =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ActsAsSpare",     "CIM_ActsAsSpare",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ActsAsSpare_qualifiers,     __root_PG_InterOp_CIM_ActsAsSpare_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ActsAsSpare_features,     _CIM_ActsAsSpare_features,
Line 12011 
Line 12580 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_DefaultSetting_Setting = _CIM_DefaultSetting_Setting =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Setting",     "Setting",
     /* qualifiers */     /* qualifiers */
     _CIM_DefaultSetting_Setting_qualifiers,     _CIM_DefaultSetting_Setting_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Setting,     &__root_PG_InterOp_CIM_Setting,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_DefaultSetting_features[] = _CIM_DefaultSetting_features[] =
 { {
     (SourceFeature*)&_CIM_DefaultSetting_Setting,      (MetaFeature*)&_CIM_DefaultSetting_Setting,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_DefaultSetting_qualifiers[] = __root_PG_InterOp_CIM_DefaultSetting_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
     /* Version */     /* Version */
Line 12043 
Line 12614 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_DefaultSetting = __root_PG_InterOp_CIM_DefaultSetting =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_DefaultSetting",     "CIM_DefaultSetting",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_DefaultSetting_qualifiers,     __root_PG_InterOp_CIM_DefaultSetting_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ElementSetting,     &__root_PG_InterOp_CIM_ElementSetting,
     /* features */     /* features */
     _CIM_DefaultSetting_features,     _CIM_DefaultSetting_features,
Line 12072 
Line 12643 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementSoftwareIdentity_Antecedent = _CIM_ElementSoftwareIdentity_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementSoftwareIdentity_Antecedent_qualifiers,     _CIM_ElementSoftwareIdentity_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SoftwareIdentity,     &__root_PG_InterOp_CIM_SoftwareIdentity,
 }; };
  
Line 12095 
Line 12666 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementSoftwareIdentity_Dependent = _CIM_ElementSoftwareIdentity_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementSoftwareIdentity_Dependent_qualifiers,     _CIM_ElementSoftwareIdentity_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
Line 12122 
Line 12693 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ElementSoftwareIdentity_UpgradeCondition = _CIM_ElementSoftwareIdentity_UpgradeCondition =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "UpgradeCondition",     "UpgradeCondition",
     /* qualifiers */     /* qualifiers */
Line 12147 
Line 12718 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ElementSoftwareIdentity_OtherUpgradeCondition = _CIM_ElementSoftwareIdentity_OtherUpgradeCondition =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherUpgradeCondition",     "OtherUpgradeCondition",
     /* qualifiers */     /* qualifiers */
Line 12164 
Line 12735 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ElementSoftwareIdentity_features[] = _CIM_ElementSoftwareIdentity_features[] =
 { {
     (SourceFeature*)&_CIM_ElementSoftwareIdentity_Antecedent,      (MetaFeature*)&_CIM_ElementSoftwareIdentity_Antecedent,
     (SourceFeature*)&_CIM_ElementSoftwareIdentity_Dependent,      (MetaFeature*)&_CIM_ElementSoftwareIdentity_Dependent,
     (SourceFeature*)&_CIM_ElementSoftwareIdentity_UpgradeCondition,      (MetaFeature*)&_CIM_ElementSoftwareIdentity_UpgradeCondition,
     (SourceFeature*)&_CIM_ElementSoftwareIdentity_OtherUpgradeCondition,      (MetaFeature*)&_CIM_ElementSoftwareIdentity_OtherUpgradeCondition,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ElementSoftwareIdentity_qualifiers[] = __root_PG_InterOp_CIM_ElementSoftwareIdentity_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Software",     "\057CIM::Core::Software",
     /* Version */     /* Version */
Line 12184 
Line 12757 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ElementSoftwareIdentity = __root_PG_InterOp_CIM_ElementSoftwareIdentity =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ElementSoftwareIdentity",     "CIM_ElementSoftwareIdentity",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ElementSoftwareIdentity_qualifiers,     __root_PG_InterOp_CIM_ElementSoftwareIdentity_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_ElementSoftwareIdentity_features,     _CIM_ElementSoftwareIdentity_features,
Line 12213 
Line 12786 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ExtraCapacityGroup_MinNumberNeeded = _CIM_ExtraCapacityGroup_MinNumberNeeded =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "MinNumberNeeded",     "MinNumberNeeded",
     /* qualifiers */     /* qualifiers */
Line 12238 
Line 12811 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ExtraCapacityGroup_LoadBalancedGroup = _CIM_ExtraCapacityGroup_LoadBalancedGroup =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "LoadBalancedGroup",     "LoadBalancedGroup",
     /* qualifiers */     /* qualifiers */
Line 12255 
Line 12828 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ExtraCapacityGroup_features[] = _CIM_ExtraCapacityGroup_features[] =
 { {
     (SourceFeature*)&_CIM_ExtraCapacityGroup_MinNumberNeeded,      (MetaFeature*)&_CIM_ExtraCapacityGroup_MinNumberNeeded,
     (SourceFeature*)&_CIM_ExtraCapacityGroup_LoadBalancedGroup,      (MetaFeature*)&_CIM_ExtraCapacityGroup_LoadBalancedGroup,
     0,     0,
 }; };
  
Line 12275 
Line 12848 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ExtraCapacityGroup = __root_PG_InterOp_CIM_ExtraCapacityGroup =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_ExtraCapacityGroup",     "CIM_ExtraCapacityGroup",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ExtraCapacityGroup_qualifiers,     __root_PG_InterOp_CIM_ExtraCapacityGroup_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_RedundancyGroup,     &__root_PG_InterOp_CIM_RedundancyGroup,
     /* features */     /* features */
     _CIM_ExtraCapacityGroup_features,     _CIM_ExtraCapacityGroup_features,
Line 12304 
Line 12877 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_IsSpare_Antecedent = _CIM_IsSpare_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_IsSpare_Antecedent_qualifiers,     _CIM_IsSpare_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
Line 12327 
Line 12900 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_IsSpare_Dependent = _CIM_IsSpare_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_IsSpare_Dependent_qualifiers,     _CIM_IsSpare_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_RedundancySet,     &__root_PG_InterOp_CIM_RedundancySet,
 }; };
  
Line 12352 
Line 12925 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IsSpare_SpareStatus = _CIM_IsSpare_SpareStatus =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SpareStatus",     "SpareStatus",
     /* qualifiers */     /* qualifiers */
Line 12379 
Line 12952 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IsSpare_FailoverSupported = _CIM_IsSpare_FailoverSupported =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "FailoverSupported",     "FailoverSupported",
     /* qualifiers */     /* qualifiers */
Line 12396 
Line 12969 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_IsSpare_features[] = _CIM_IsSpare_features[] =
 { {
     (SourceFeature*)&_CIM_IsSpare_Antecedent,      (MetaFeature*)&_CIM_IsSpare_Antecedent,
     (SourceFeature*)&_CIM_IsSpare_Dependent,      (MetaFeature*)&_CIM_IsSpare_Dependent,
     (SourceFeature*)&_CIM_IsSpare_SpareStatus,      (MetaFeature*)&_CIM_IsSpare_SpareStatus,
     (SourceFeature*)&_CIM_IsSpare_FailoverSupported,      (MetaFeature*)&_CIM_IsSpare_FailoverSupported,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_IsSpare_qualifiers[] = __root_PG_InterOp_CIM_IsSpare_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Redundancy",     "\057CIM::Core::Redundancy",
     /* Version */     /* Version */
Line 12416 
Line 12991 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_IsSpare = __root_PG_InterOp_CIM_IsSpare =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_IsSpare",     "CIM_IsSpare",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_IsSpare_qualifiers,     __root_PG_InterOp_CIM_IsSpare_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_IsSpare_features,     _CIM_IsSpare_features,
Line 12445 
Line 13020 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_JobStatus = _CIM_Job_JobStatus =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "JobStatus",     "JobStatus",
     /* qualifiers */     /* qualifiers */
Line 12468 
Line 13043 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_TimeSubmitted = _CIM_Job_TimeSubmitted =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TimeSubmitted",     "TimeSubmitted",
     /* qualifiers */     /* qualifiers */
Line 12490 
Line 13065 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",     "\013\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
       /* Write */
       "\065\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_ScheduledStartTime = _CIM_Job_ScheduledStartTime =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "ScheduledStartTime",     "ScheduledStartTime",
     /* qualifiers */     /* qualifiers */
Line 12516 
Line 13093 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_StartTime = _CIM_Job_StartTime =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "StartTime",     "StartTime",
     /* qualifiers */     /* qualifiers */
Line 12539 
Line 13116 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_ElapsedTime = _CIM_Job_ElapsedTime =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ElapsedTime",     "ElapsedTime",
     /* qualifiers */     /* qualifiers */
Line 12559 
Line 13136 
 static const char* static const char*
 _CIM_Job_JobRunTimes_qualifiers[] = _CIM_Job_JobRunTimes_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_JobRunTimes = _CIM_Job_JobRunTimes =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "JobRunTimes",     "JobRunTimes",
     /* qualifiers */     /* qualifiers */
Line 12582 
Line 13161 
 static const char* static const char*
 _CIM_Job_RunMonth_qualifiers[] = _CIM_Job_RunMonth_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",     "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
     /* Values */     /* Values */
Line 12591 
Line 13172 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_RunMonth = _CIM_Job_RunMonth =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "RunMonth",     "RunMonth",
     /* qualifiers */     /* qualifiers */
Line 12611 
Line 13192 
 static const char* static const char*
 _CIM_Job_RunDay_qualifiers[] = _CIM_Job_RunDay_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* MinValue */     /* MinValue */
     "\035\377\377\377\377\377\377\377\341",     "\035\377\377\377\377\377\377\377\341",
     /* MaxValue */     /* MaxValue */
Line 12620 
Line 13203 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_RunDay = _CIM_Job_RunDay =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "RunDay",     "RunDay",
     /* qualifiers */     /* qualifiers */
Line 12640 
Line 13223 
 static const char* static const char*
 _CIM_Job_RunDayOfWeek_qualifiers[] = _CIM_Job_RunDayOfWeek_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ValueMap */     /* ValueMap */
     "\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",     "\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",
     /* Values */     /* Values */
Line 12649 
Line 13234 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_RunDayOfWeek = _CIM_Job_RunDayOfWeek =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "RunDayOfWeek",     "RunDayOfWeek",
     /* qualifiers */     /* qualifiers */
Line 12669 
Line 13254 
 static const char* static const char*
 _CIM_Job_RunStartInterval_qualifiers[] = _CIM_Job_RunStartInterval_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ModelCorrespondence */     /* ModelCorrespondence */
     "\036\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",     "\036\000\004CIM_Job.RunMonth\000CIM_Job.RunDay\000CIM_Job.RunDayOfWeek\000CIM_Job.RunStartInterval\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_RunStartInterval = _CIM_Job_RunStartInterval =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "RunStartInterval",     "RunStartInterval",
     /* qualifiers */     /* qualifiers */
Line 12694 
Line 13281 
 static const char* static const char*
 _CIM_Job_LocalOrUtcTime_qualifiers[] = _CIM_Job_LocalOrUtcTime_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0021\0002\000",     "\061\000\0021\0002\000",
     /* Values */     /* Values */
Line 12701 
Line 13290 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_LocalOrUtcTime = _CIM_Job_LocalOrUtcTime =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "LocalOrUtcTime",     "LocalOrUtcTime",
     /* qualifiers */     /* qualifiers */
Line 12721 
Line 13310 
 static const char* static const char*
 _CIM_Job_UntilTime_qualifiers[] = _CIM_Job_UntilTime_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ModelCorrespondence */     /* ModelCorrespondence */
     "\036\000\001CIM_Job.LocalOrUtcTime\000",     "\036\000\001CIM_Job.LocalOrUtcTime\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_UntilTime = _CIM_Job_UntilTime =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "UntilTime",     "UntilTime",
     /* qualifiers */     /* qualifiers */
Line 12746 
Line 13337 
 static const char* static const char*
 _CIM_Job_Notify_qualifiers[] = _CIM_Job_Notify_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_Notify = _CIM_Job_Notify =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "Notify",     "Notify",
     /* qualifiers */     /* qualifiers */
Line 12774 
Line 13367 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_Owner = _CIM_Job_Owner =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Owner",     "Owner",
     /* qualifiers */     /* qualifiers */
Line 12794 
Line 13387 
 static const char* static const char*
 _CIM_Job_Priority_qualifiers[] = _CIM_Job_Priority_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_Priority = _CIM_Job_Priority =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "Priority",     "Priority",
     /* qualifiers */     /* qualifiers */
Line 12826 
Line 13421 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_PercentComplete = _CIM_Job_PercentComplete =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PercentComplete",     "PercentComplete",
     /* qualifiers */     /* qualifiers */
Line 12846 
Line 13441 
 static const char* static const char*
 _CIM_Job_DeleteOnCompletion_qualifiers[] = _CIM_Job_DeleteOnCompletion_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_DeleteOnCompletion = _CIM_Job_DeleteOnCompletion =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "DeleteOnCompletion",     "DeleteOnCompletion",
     /* qualifiers */     /* qualifiers */
Line 12874 
Line 13471 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_ErrorCode = _CIM_Job_ErrorCode =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ErrorCode",     "ErrorCode",
     /* qualifiers */     /* qualifiers */
Line 12899 
Line 13496 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_ErrorDescription = _CIM_Job_ErrorDescription =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ErrorDescription",     "ErrorDescription",
     /* qualifiers */     /* qualifiers */
Line 12928 
Line 13525 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_RecoveryAction = _CIM_Job_RecoveryAction =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "RecoveryAction",     "RecoveryAction",
     /* qualifiers */     /* qualifiers */
Line 12953 
Line 13550 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_OtherRecoveryAction = _CIM_Job_OtherRecoveryAction =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherRecoveryAction",     "OtherRecoveryAction",
     /* qualifiers */     /* qualifiers */
Line 12973 
Line 13570 
 static const char* static const char*
 _CIM_Job_KillJob_DeleteOnKill_qualifiers[] = _CIM_Job_KillJob_DeleteOnKill_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Job_KillJob_DeleteOnKill = _CIM_Job_KillJob_DeleteOnKill =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "DeleteOnKill",     "DeleteOnKill",
     /* qualifiers */     /* qualifiers */
Line 12993 
Line 13592 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_Job_KillJob_parameters[] = _CIM_Job_KillJob_parameters[] =
 { {
     (SourceProperty*)&_CIM_Job_KillJob_DeleteOnKill,      (MetaFeature*)&_CIM_Job_KillJob_DeleteOnKill,
     0,     0,
 }; };
  
Line 13012 
Line 13611 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_Job_KillJob = _CIM_Job_KillJob =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_Job",     "CIM_Job",
     /* qualifiers */     /* qualifiers */
Line 13027 
Line 13626 
     _CIM_Job_KillJob_parameters,     _CIM_Job_KillJob_parameters,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Job_features[] = _CIM_Job_features[] =
 { {
     (SourceFeature*)&_CIM_Job_JobStatus,      (MetaFeature*)&_CIM_Job_JobStatus,
     (SourceFeature*)&_CIM_Job_TimeSubmitted,      (MetaFeature*)&_CIM_Job_TimeSubmitted,
     (SourceFeature*)&_CIM_Job_ScheduledStartTime,      (MetaFeature*)&_CIM_Job_ScheduledStartTime,
     (SourceFeature*)&_CIM_Job_StartTime,      (MetaFeature*)&_CIM_Job_StartTime,
     (SourceFeature*)&_CIM_Job_ElapsedTime,      (MetaFeature*)&_CIM_Job_ElapsedTime,
     (SourceFeature*)&_CIM_Job_JobRunTimes,      (MetaFeature*)&_CIM_Job_JobRunTimes,
     (SourceFeature*)&_CIM_Job_RunMonth,      (MetaFeature*)&_CIM_Job_RunMonth,
     (SourceFeature*)&_CIM_Job_RunDay,      (MetaFeature*)&_CIM_Job_RunDay,
     (SourceFeature*)&_CIM_Job_RunDayOfWeek,      (MetaFeature*)&_CIM_Job_RunDayOfWeek,
     (SourceFeature*)&_CIM_Job_RunStartInterval,      (MetaFeature*)&_CIM_Job_RunStartInterval,
     (SourceFeature*)&_CIM_Job_LocalOrUtcTime,      (MetaFeature*)&_CIM_Job_LocalOrUtcTime,
     (SourceFeature*)&_CIM_Job_UntilTime,      (MetaFeature*)&_CIM_Job_UntilTime,
     (SourceFeature*)&_CIM_Job_Notify,      (MetaFeature*)&_CIM_Job_Notify,
     (SourceFeature*)&_CIM_Job_Owner,      (MetaFeature*)&_CIM_Job_Owner,
     (SourceFeature*)&_CIM_Job_Priority,      (MetaFeature*)&_CIM_Job_Priority,
     (SourceFeature*)&_CIM_Job_PercentComplete,      (MetaFeature*)&_CIM_Job_PercentComplete,
     (SourceFeature*)&_CIM_Job_DeleteOnCompletion,      (MetaFeature*)&_CIM_Job_DeleteOnCompletion,
     (SourceFeature*)&_CIM_Job_ErrorCode,      (MetaFeature*)&_CIM_Job_ErrorCode,
     (SourceFeature*)&_CIM_Job_ErrorDescription,      (MetaFeature*)&_CIM_Job_ErrorDescription,
     (SourceFeature*)&_CIM_Job_RecoveryAction,      (MetaFeature*)&_CIM_Job_RecoveryAction,
     (SourceFeature*)&_CIM_Job_OtherRecoveryAction,      (MetaFeature*)&_CIM_Job_OtherRecoveryAction,
     (SourceFeature*)&_CIM_Job_KillJob,      (MetaFeature*)&_CIM_Job_KillJob,
     0,     0,
 }; };
  
Line 13060 
Line 13659 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Job = __root_PG_InterOp_CIM_Job =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_Job",     "CIM_Job",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Job_qualifiers,     __root_PG_InterOp_CIM_Job_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_LogicalElement,     &__root_PG_InterOp_CIM_LogicalElement,
     /* features */     /* features */
     _CIM_Job_features,     _CIM_Job_features,
Line 13096 
Line 13697 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductSoftwareComponent_GroupComponent = _CIM_ProductSoftwareComponent_GroupComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "GroupComponent",     "GroupComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductSoftwareComponent_GroupComponent_qualifiers,     _CIM_ProductSoftwareComponent_GroupComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
Line 13119 
Line 13720 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductSoftwareComponent_PartComponent = _CIM_ProductSoftwareComponent_PartComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "PartComponent",     "PartComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductSoftwareComponent_PartComponent_qualifiers,     _CIM_ProductSoftwareComponent_PartComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SoftwareIdentity,     &__root_PG_InterOp_CIM_SoftwareIdentity,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ProductSoftwareComponent_features[] = _CIM_ProductSoftwareComponent_features[] =
 { {
     (SourceFeature*)&_CIM_ProductSoftwareComponent_GroupComponent,      (MetaFeature*)&_CIM_ProductSoftwareComponent_GroupComponent,
     (SourceFeature*)&_CIM_ProductSoftwareComponent_PartComponent,      (MetaFeature*)&_CIM_ProductSoftwareComponent_PartComponent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ProductSoftwareComponent_qualifiers[] = __root_PG_InterOp_CIM_ProductSoftwareComponent_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::ProductFRU",     "\057CIM::Core::ProductFRU",
       /* Aggregation */
       "\004\001",
       /* Composition */
       "\011\001",
     /* Version */     /* Version */
     "\0632.7.0",     "\0632.7.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ProductSoftwareComponent = __root_PG_InterOp_CIM_ProductSoftwareComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_ProductSoftwareComponent",     "CIM_ProductSoftwareComponent",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ProductSoftwareComponent_qualifiers,     __root_PG_InterOp_CIM_ProductSoftwareComponent_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Component,     &__root_PG_InterOp_CIM_Component,
     /* features */     /* features */
     _CIM_ProductSoftwareComponent_features,     _CIM_ProductSoftwareComponent_features,
Line 13178 
Line 13785 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_MemberOfCollection.Collection\000",     "\013\000\001CIM_MemberOfCollection.Collection\000",
       /* Aggregate */
       "\003\001",
     /* Override */     /* Override */
     "\044GroupComponent",     "\044GroupComponent",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_RedundancyComponent_GroupComponent = _CIM_RedundancyComponent_GroupComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "GroupComponent",     "GroupComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_RedundancyComponent_GroupComponent_qualifiers,     _CIM_RedundancyComponent_GroupComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_RedundancyGroup,     &__root_PG_InterOp_CIM_RedundancyGroup,
 }; };
  
Line 13208 
Line 13817 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_RedundancyComponent_PartComponent = _CIM_RedundancyComponent_PartComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "PartComponent",     "PartComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_RedundancyComponent_PartComponent_qualifiers,     _CIM_RedundancyComponent_PartComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedSystemElement,     &__root_PG_InterOp_CIM_ManagedSystemElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_RedundancyComponent_features[] = _CIM_RedundancyComponent_features[] =
 { {
     (SourceFeature*)&_CIM_RedundancyComponent_GroupComponent,      (MetaFeature*)&_CIM_RedundancyComponent_GroupComponent,
     (SourceFeature*)&_CIM_RedundancyComponent_PartComponent,      (MetaFeature*)&_CIM_RedundancyComponent_PartComponent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_RedundancyComponent_qualifiers[] = __root_PG_InterOp_CIM_RedundancyComponent_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_MemberOfCollection\000",     "\013\000\001CIM_MemberOfCollection\000",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Redundancy",     "\057CIM::Core::Redundancy",
       /* Aggregation */
       "\004\001",
     /* Version */     /* Version */
     "\0632.13.0",     "\0632.13.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_RedundancyComponent = __root_PG_InterOp_CIM_RedundancyComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_RedundancyComponent",     "CIM_RedundancyComponent",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_RedundancyComponent_qualifiers,     __root_PG_InterOp_CIM_RedundancyComponent_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Component,     &__root_PG_InterOp_CIM_Component,
     /* features */     /* features */
     _CIM_RedundancyComponent_features,     _CIM_RedundancyComponent_features,
Line 13276 
Line 13889 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ScopedSetting_Antecedent = _CIM_ScopedSetting_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_ScopedSetting_Antecedent_qualifiers,     _CIM_ScopedSetting_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
Line 13299 
Line 13912 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ScopedSetting_Dependent = _CIM_ScopedSetting_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_ScopedSetting_Dependent_qualifiers,     _CIM_ScopedSetting_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ScopedSettingData,     &__root_PG_InterOp_CIM_ScopedSettingData,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ScopedSetting_features[] = _CIM_ScopedSetting_features[] =
 { {
     (SourceFeature*)&_CIM_ScopedSetting_Antecedent,      (MetaFeature*)&_CIM_ScopedSetting_Antecedent,
     (SourceFeature*)&_CIM_ScopedSetting_Dependent,      (MetaFeature*)&_CIM_ScopedSetting_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ScopedSetting_qualifiers[] = __root_PG_InterOp_CIM_ScopedSetting_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
     /* Version */     /* Version */
Line 13332 
Line 13947 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ScopedSetting = __root_PG_InterOp_CIM_ScopedSetting =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ScopedSetting",     "CIM_ScopedSetting",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ScopedSetting_qualifiers,     __root_PG_InterOp_CIM_ScopedSetting_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_HostedDependency,     &__root_PG_InterOp_CIM_HostedDependency,
     /* features */     /* features */
     _CIM_ScopedSetting_features,     _CIM_ScopedSetting_features,
Line 13356 
Line 13971 
 static const char* static const char*
 _CIM_ConcreteJob_InstanceID_qualifiers[] = _CIM_ConcreteJob_InstanceID_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ConcreteJob_InstanceID = _CIM_ConcreteJob_InstanceID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "InstanceID",     "InstanceID",
     /* qualifiers */     /* qualifiers */
Line 13379 
Line 13996 
 static const char* static const char*
 _CIM_ConcreteJob_Name_qualifiers[] = _CIM_ConcreteJob_Name_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* Override */     /* Override */
     "\044Name",     "\044Name",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ConcreteJob_Name = _CIM_ConcreteJob_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 13411 
Line 14030 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ConcreteJob_JobState = _CIM_ConcreteJob_JobState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "JobState",     "JobState",
     /* qualifiers */     /* qualifiers */
Line 13434 
Line 14053 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ConcreteJob_TimeOfLastStateChange = _CIM_ConcreteJob_TimeOfLastStateChange =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TimeOfLastStateChange",     "TimeOfLastStateChange",
     /* qualifiers */     /* qualifiers */
Line 13454 
Line 14073 
 static const char* static const char*
 _CIM_ConcreteJob_TimeBeforeRemoval_qualifiers[] = _CIM_ConcreteJob_TimeBeforeRemoval_qualifiers[] =
 { {
       /* Required */
       "\050\001",
       /* Write */
       "\065\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ConcreteJob_TimeBeforeRemoval = _CIM_ConcreteJob_TimeBeforeRemoval =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
     /* name */     /* name */
     "TimeBeforeRemoval",     "TimeBeforeRemoval",
     /* qualifiers */     /* qualifiers */
Line 13477 
Line 14100 
 static const char* static const char*
 _CIM_ConcreteJob_RequestStateChange_RequestedState_qualifiers[] = _CIM_ConcreteJob_RequestStateChange_RequestedState_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0072\0003\0004\0005\0006\0007..32767\00032768..65535\000",     "\061\000\0072\0003\0004\0005\0006\0007..32767\00032768..65535\000",
     /* Values */     /* Values */
Line 13484 
Line 14109 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ConcreteJob_RequestStateChange_RequestedState = _CIM_ConcreteJob_RequestStateChange_RequestedState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "RequestedState",     "RequestedState",
     /* qualifiers */     /* qualifiers */
Line 13504 
Line 14129 
 static const char* static const char*
 _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod_qualifiers[] = _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod = _CIM_ConcreteJob_RequestStateChange_TimeoutPeriod =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "TimeoutPeriod",     "TimeoutPeriod",
     /* qualifiers */     /* qualifiers */
Line 13524 
Line 14151 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_ConcreteJob_RequestStateChange_parameters[] = _CIM_ConcreteJob_RequestStateChange_parameters[] =
 { {
     (SourceProperty*)&_CIM_ConcreteJob_RequestStateChange_RequestedState,      (MetaFeature*)&_CIM_ConcreteJob_RequestStateChange_RequestedState,
     (SourceProperty*)&_CIM_ConcreteJob_RequestStateChange_TimeoutPeriod,      (MetaFeature*)&_CIM_ConcreteJob_RequestStateChange_TimeoutPeriod,
     0,     0,
 }; };
  
Line 13542 
Line 14169 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_ConcreteJob_RequestStateChange = _CIM_ConcreteJob_RequestStateChange =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_ConcreteJob",     "CIM_ConcreteJob",
     /* qualifiers */     /* qualifiers */
Line 13557 
Line 14184 
     _CIM_ConcreteJob_RequestStateChange_parameters,     _CIM_ConcreteJob_RequestStateChange_parameters,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ConcreteJob_features[] = _CIM_ConcreteJob_features[] =
 { {
     (SourceFeature*)&_CIM_ConcreteJob_InstanceID,      (MetaFeature*)&_CIM_ConcreteJob_InstanceID,
     (SourceFeature*)&_CIM_ConcreteJob_Name,      (MetaFeature*)&_CIM_ConcreteJob_Name,
     (SourceFeature*)&_CIM_ConcreteJob_JobState,      (MetaFeature*)&_CIM_ConcreteJob_JobState,
     (SourceFeature*)&_CIM_ConcreteJob_TimeOfLastStateChange,      (MetaFeature*)&_CIM_ConcreteJob_TimeOfLastStateChange,
     (SourceFeature*)&_CIM_ConcreteJob_TimeBeforeRemoval,      (MetaFeature*)&_CIM_ConcreteJob_TimeBeforeRemoval,
     (SourceFeature*)&_CIM_ConcreteJob_RequestStateChange,      (MetaFeature*)&_CIM_ConcreteJob_RequestStateChange,
     0,     0,
 }; };
  
Line 13579 
Line 14206 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ConcreteJob = __root_PG_InterOp_CIM_ConcreteJob =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_ConcreteJob",     "CIM_ConcreteJob",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ConcreteJob_qualifiers,     __root_PG_InterOp_CIM_ConcreteJob_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Job,     &__root_PG_InterOp_CIM_Job,
     /* features */     /* features */
     _CIM_ConcreteJob_features,     _CIM_ConcreteJob_features,
Line 13612 
Line 14239 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_EnabledLogicalElement_EnabledState = _CIM_EnabledLogicalElement_EnabledState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "EnabledState",     "EnabledState",
     /* qualifiers */     /* qualifiers */
Line 13637 
Line 14264 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_EnabledLogicalElement_OtherEnabledState = _CIM_EnabledLogicalElement_OtherEnabledState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherEnabledState",     "OtherEnabledState",
     /* qualifiers */     /* qualifiers */
Line 13666 
Line 14293 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_EnabledLogicalElement_RequestedState = _CIM_EnabledLogicalElement_RequestedState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "RequestedState",     "RequestedState",
     /* qualifiers */     /* qualifiers */
Line 13686 
Line 14313 
 static const char* static const char*
 _CIM_EnabledLogicalElement_EnabledDefault_qualifiers[] = _CIM_EnabledLogicalElement_EnabledDefault_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0072\0003\0005\0006\0007\0008..32767\00032768..65535\000",     "\061\000\0072\0003\0005\0006\0007\0008..32767\00032768..65535\000",
     /* Values */     /* Values */
Line 13693 
Line 14322 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_EnabledLogicalElement_EnabledDefault = _CIM_EnabledLogicalElement_EnabledDefault =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "EnabledDefault",     "EnabledDefault",
     /* qualifiers */     /* qualifiers */
Line 13716 
Line 14345 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_EnabledLogicalElement_TimeOfLastStateChange = _CIM_EnabledLogicalElement_TimeOfLastStateChange =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TimeOfLastStateChange",     "TimeOfLastStateChange",
     /* qualifiers */     /* qualifiers */
Line 13736 
Line 14365 
 static const char* static const char*
 _CIM_EnabledLogicalElement_RequestStateChange_RequestedState_qualifiers[] = _CIM_EnabledLogicalElement_RequestStateChange_RequestedState_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0132\0003\0004\0006\0007\0008\0009\00010\00011\000..\00032768..65535\000",     "\061\000\0132\0003\0004\0006\0007\0008\0009\00010\00011\000..\00032768..65535\000",
     /* Values */     /* Values */
Line 13745 
Line 14376 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_EnabledLogicalElement_RequestStateChange_RequestedState = _CIM_EnabledLogicalElement_RequestStateChange_RequestedState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "RequestedState",     "RequestedState",
     /* qualifiers */     /* qualifiers */
Line 13765 
Line 14396 
 static const char* static const char*
 _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers[] = _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers[] =
 { {
       /* IN */
       "\024\000",
       /* OUT */
       "\043\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_EnabledLogicalElement_RequestStateChange_Job = _CIM_EnabledLogicalElement_RequestStateChange_Job =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_OUT,      META_FLAG_REFERENCE|META_FLAG_OUT,
     /* name */     /* name */
     "Job",     "Job",
     /* qualifiers */     /* qualifiers */
     _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers,     _CIM_EnabledLogicalElement_RequestStateChange_Job_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* ref */
     &__root_PG_InterOp_CIM_ConcreteJob,     &__root_PG_InterOp_CIM_ConcreteJob,
 }; };
  
 static const char* static const char*
 _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod_qualifiers[] = _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod = _CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "TimeoutPeriod",     "TimeoutPeriod",
     /* qualifiers */     /* qualifiers */
Line 13806 
Line 14443 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_EnabledLogicalElement_RequestStateChange_parameters[] = _CIM_EnabledLogicalElement_RequestStateChange_parameters[] =
 { {
     (SourceProperty*)&_CIM_EnabledLogicalElement_RequestStateChange_RequestedState,      (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_RequestedState,
     (SourceProperty*)&_CIM_EnabledLogicalElement_RequestStateChange_Job,      (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_Job,
     (SourceProperty*)&_CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod,      (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange_TimeoutPeriod,
     0,     0,
 }; };
  
Line 13827 
Line 14464 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_EnabledLogicalElement_RequestStateChange = _CIM_EnabledLogicalElement_RequestStateChange =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_EnabledLogicalElement",     "CIM_EnabledLogicalElement",
     /* qualifiers */     /* qualifiers */
Line 13842 
Line 14479 
     _CIM_EnabledLogicalElement_RequestStateChange_parameters,     _CIM_EnabledLogicalElement_RequestStateChange_parameters,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_EnabledLogicalElement_features[] = _CIM_EnabledLogicalElement_features[] =
 { {
     (SourceFeature*)&_CIM_EnabledLogicalElement_EnabledState,      (MetaFeature*)&_CIM_EnabledLogicalElement_EnabledState,
     (SourceFeature*)&_CIM_EnabledLogicalElement_OtherEnabledState,      (MetaFeature*)&_CIM_EnabledLogicalElement_OtherEnabledState,
     (SourceFeature*)&_CIM_EnabledLogicalElement_RequestedState,      (MetaFeature*)&_CIM_EnabledLogicalElement_RequestedState,
     (SourceFeature*)&_CIM_EnabledLogicalElement_EnabledDefault,      (MetaFeature*)&_CIM_EnabledLogicalElement_EnabledDefault,
     (SourceFeature*)&_CIM_EnabledLogicalElement_TimeOfLastStateChange,      (MetaFeature*)&_CIM_EnabledLogicalElement_TimeOfLastStateChange,
     (SourceFeature*)&_CIM_EnabledLogicalElement_RequestStateChange,      (MetaFeature*)&_CIM_EnabledLogicalElement_RequestStateChange,
     0,     0,
 }; };
  
Line 13859 
Line 14496 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_EnabledLogicalElement = __root_PG_InterOp_CIM_EnabledLogicalElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_EnabledLogicalElement",     "CIM_EnabledLogicalElement",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_EnabledLogicalElement_qualifiers,     __root_PG_InterOp_CIM_EnabledLogicalElement_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_LogicalElement,     &__root_PG_InterOp_CIM_LogicalElement,
     /* features */     /* features */
     _CIM_EnabledLogicalElement_features,     _CIM_EnabledLogicalElement_features,
Line 13888 
Line 14527 
 static const char* static const char*
 _CIM_LogicalDevice_SystemCreationClassName_qualifiers[] = _CIM_LogicalDevice_SystemCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_System.CreationClassName",     "\045CIM_System.CreationClassName",
     /* MaxLen */     /* MaxLen */
Line 13895 
Line 14536 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_SystemCreationClassName = _CIM_LogicalDevice_SystemCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemCreationClassName",     "SystemCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 13915 
Line 14556 
 static const char* static const char*
 _CIM_LogicalDevice_SystemName_qualifiers[] = _CIM_LogicalDevice_SystemName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_System.Name",     "\045CIM_System.Name",
     /* MaxLen */     /* MaxLen */
Line 13922 
Line 14565 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_SystemName = _CIM_LogicalDevice_SystemName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemName",     "SystemName",
     /* qualifiers */     /* qualifiers */
Line 13942 
Line 14585 
 static const char* static const char*
 _CIM_LogicalDevice_CreationClassName_qualifiers[] = _CIM_LogicalDevice_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_CreationClassName = _CIM_LogicalDevice_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 13967 
Line 14612 
 static const char* static const char*
 _CIM_LogicalDevice_DeviceID_qualifiers[] = _CIM_LogicalDevice_DeviceID_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\000\100",     "\030\000\000\000\100",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_DeviceID = _CIM_LogicalDevice_DeviceID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "DeviceID",     "DeviceID",
     /* qualifiers */     /* qualifiers */
Line 13997 
Line 14644 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_PowerManagementSupported = _CIM_LogicalDevice_PowerManagementSupported =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PowerManagementSupported",     "PowerManagementSupported",
     /* qualifiers */     /* qualifiers */
Line 14026 
Line 14673 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_PowerManagementCapabilities = _CIM_LogicalDevice_PowerManagementCapabilities =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PowerManagementCapabilities",     "PowerManagementCapabilities",
     /* qualifiers */     /* qualifiers */
Line 14057 
Line 14704 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_Availability = _CIM_LogicalDevice_Availability =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Availability",     "Availability",
     /* qualifiers */     /* qualifiers */
Line 14088 
Line 14735 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_StatusInfo = _CIM_LogicalDevice_StatusInfo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "StatusInfo",     "StatusInfo",
     /* qualifiers */     /* qualifiers */
Line 14113 
Line 14760 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_LastErrorCode = _CIM_LogicalDevice_LastErrorCode =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "LastErrorCode",     "LastErrorCode",
     /* qualifiers */     /* qualifiers */
Line 14138 
Line 14785 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_ErrorDescription = _CIM_LogicalDevice_ErrorDescription =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ErrorDescription",     "ErrorDescription",
     /* qualifiers */     /* qualifiers */
Line 14163 
Line 14810 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_ErrorCleared = _CIM_LogicalDevice_ErrorCleared =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ErrorCleared",     "ErrorCleared",
     /* qualifiers */     /* qualifiers */
Line 14192 
Line 14839 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_OtherIdentifyingInfo = _CIM_LogicalDevice_OtherIdentifyingInfo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherIdentifyingInfo",     "OtherIdentifyingInfo",
     /* qualifiers */     /* qualifiers */
Line 14214 
Line 14861 
 { {
     /* Units */     /* Units */
     "\060Hours",     "\060Hours",
       /* Counter */
       "\012\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_PowerOnHours = _CIM_LogicalDevice_PowerOnHours =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_COUNTER|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
     /* name */     /* name */
     "PowerOnHours",     "PowerOnHours",
     /* qualifiers */     /* qualifiers */
Line 14239 
Line 14888 
 { {
     /* Units */     /* Units */
     "\060Hours",     "\060Hours",
       /* Counter */
       "\012\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_TotalPowerOnHours = _CIM_LogicalDevice_TotalPowerOnHours =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_COUNTER|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
     /* name */     /* name */
     "TotalPowerOnHours",     "TotalPowerOnHours",
     /* qualifiers */     /* qualifiers */
Line 14269 
Line 14920 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_IdentifyingDescriptions = _CIM_LogicalDevice_IdentifyingDescriptions =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "IdentifyingDescriptions",     "IdentifyingDescriptions",
     /* qualifiers */     /* qualifiers */
Line 14298 
Line 14949 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_AdditionalAvailability = _CIM_LogicalDevice_AdditionalAvailability =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "AdditionalAvailability",     "AdditionalAvailability",
     /* qualifiers */     /* qualifiers */
Line 14325 
Line 14976 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_MaxQuiesceTime = _CIM_LogicalDevice_MaxQuiesceTime =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "MaxQuiesceTime",     "MaxQuiesceTime",
     /* qualifiers */     /* qualifiers */
Line 14345 
Line 14996 
 static const char* static const char*
 _CIM_LogicalDevice_SetPowerState_PowerState_qualifiers[] = _CIM_LogicalDevice_SetPowerState_PowerState_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0061\0002\0003\0004\0005\0006\000",     "\061\000\0061\0002\0003\0004\0005\0006\000",
     /* Values */     /* Values */
Line 14352 
Line 15005 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_SetPowerState_PowerState = _CIM_LogicalDevice_SetPowerState_PowerState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "PowerState",     "PowerState",
     /* qualifiers */     /* qualifiers */
Line 14372 
Line 15025 
 static const char* static const char*
 _CIM_LogicalDevice_SetPowerState_Time_qualifiers[] = _CIM_LogicalDevice_SetPowerState_Time_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_SetPowerState_Time = _CIM_LogicalDevice_SetPowerState_Time =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "Time",     "Time",
     /* qualifiers */     /* qualifiers */
Line 14392 
Line 15047 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_LogicalDevice_SetPowerState_parameters[] = _CIM_LogicalDevice_SetPowerState_parameters[] =
 { {
     (SourceProperty*)&_CIM_LogicalDevice_SetPowerState_PowerState,      (MetaFeature*)&_CIM_LogicalDevice_SetPowerState_PowerState,
     (SourceProperty*)&_CIM_LogicalDevice_SetPowerState_Time,      (MetaFeature*)&_CIM_LogicalDevice_SetPowerState_Time,
     0,     0,
 }; };
  
Line 14408 
Line 15063 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_LogicalDevice_SetPowerState = _CIM_LogicalDevice_SetPowerState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_LogicalDevice",     "CIM_LogicalDevice",
     /* qualifiers */     /* qualifiers */
Line 14423 
Line 15078 
     _CIM_LogicalDevice_SetPowerState_parameters,     _CIM_LogicalDevice_SetPowerState_parameters,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_LogicalDevice_Reset_parameters[] = _CIM_LogicalDevice_Reset_parameters[] =
 { {
     0,     0,
Line 14435 
Line 15090 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_LogicalDevice_Reset = _CIM_LogicalDevice_Reset =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_LogicalDevice",     "CIM_LogicalDevice",
     /* qualifiers */     /* qualifiers */
Line 14453 
Line 15108 
 static const char* static const char*
 _CIM_LogicalDevice_EnableDevice_Enabled_qualifiers[] = _CIM_LogicalDevice_EnableDevice_Enabled_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_EnableDevice_Enabled = _CIM_LogicalDevice_EnableDevice_Enabled =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "Enabled",     "Enabled",
     /* qualifiers */     /* qualifiers */
Line 14473 
Line 15130 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_LogicalDevice_EnableDevice_parameters[] = _CIM_LogicalDevice_EnableDevice_parameters[] =
 { {
     (SourceProperty*)&_CIM_LogicalDevice_EnableDevice_Enabled,      (MetaFeature*)&_CIM_LogicalDevice_EnableDevice_Enabled,
     0,     0,
 }; };
  
Line 14488 
Line 15145 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_LogicalDevice_EnableDevice = _CIM_LogicalDevice_EnableDevice =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_LogicalDevice",     "CIM_LogicalDevice",
     /* qualifiers */     /* qualifiers */
Line 14506 
Line 15163 
 static const char* static const char*
 _CIM_LogicalDevice_OnlineDevice_Online_qualifiers[] = _CIM_LogicalDevice_OnlineDevice_Online_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_OnlineDevice_Online = _CIM_LogicalDevice_OnlineDevice_Online =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "Online",     "Online",
     /* qualifiers */     /* qualifiers */
Line 14526 
Line 15185 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_LogicalDevice_OnlineDevice_parameters[] = _CIM_LogicalDevice_OnlineDevice_parameters[] =
 { {
     (SourceProperty*)&_CIM_LogicalDevice_OnlineDevice_Online,      (MetaFeature*)&_CIM_LogicalDevice_OnlineDevice_Online,
     0,     0,
 }; };
  
Line 14541 
Line 15200 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_LogicalDevice_OnlineDevice = _CIM_LogicalDevice_OnlineDevice =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_LogicalDevice",     "CIM_LogicalDevice",
     /* qualifiers */     /* qualifiers */
Line 14559 
Line 15218 
 static const char* static const char*
 _CIM_LogicalDevice_QuiesceDevice_Quiesce_qualifiers[] = _CIM_LogicalDevice_QuiesceDevice_Quiesce_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_LogicalDevice_QuiesceDevice_Quiesce = _CIM_LogicalDevice_QuiesceDevice_Quiesce =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "Quiesce",     "Quiesce",
     /* qualifiers */     /* qualifiers */
Line 14579 
Line 15240 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_LogicalDevice_QuiesceDevice_parameters[] = _CIM_LogicalDevice_QuiesceDevice_parameters[] =
 { {
     (SourceProperty*)&_CIM_LogicalDevice_QuiesceDevice_Quiesce,      (MetaFeature*)&_CIM_LogicalDevice_QuiesceDevice_Quiesce,
     0,     0,
 }; };
  
Line 14594 
Line 15255 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_LogicalDevice_QuiesceDevice = _CIM_LogicalDevice_QuiesceDevice =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_LogicalDevice",     "CIM_LogicalDevice",
     /* qualifiers */     /* qualifiers */
Line 14609 
Line 15270 
     _CIM_LogicalDevice_QuiesceDevice_parameters,     _CIM_LogicalDevice_QuiesceDevice_parameters,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_LogicalDevice_SaveProperties_parameters[] = _CIM_LogicalDevice_SaveProperties_parameters[] =
 { {
     0,     0,
Line 14621 
Line 15282 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_LogicalDevice_SaveProperties = _CIM_LogicalDevice_SaveProperties =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_LogicalDevice",     "CIM_LogicalDevice",
     /* qualifiers */     /* qualifiers */
Line 14636 
Line 15297 
     _CIM_LogicalDevice_SaveProperties_parameters,     _CIM_LogicalDevice_SaveProperties_parameters,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_LogicalDevice_RestoreProperties_parameters[] = _CIM_LogicalDevice_RestoreProperties_parameters[] =
 { {
     0,     0,
Line 14648 
Line 15309 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_LogicalDevice_RestoreProperties = _CIM_LogicalDevice_RestoreProperties =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_LogicalDevice",     "CIM_LogicalDevice",
     /* qualifiers */     /* qualifiers */
Line 14663 
Line 15324 
     _CIM_LogicalDevice_RestoreProperties_parameters,     _CIM_LogicalDevice_RestoreProperties_parameters,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_LogicalDevice_features[] = _CIM_LogicalDevice_features[] =
 { {
     (SourceFeature*)&_CIM_LogicalDevice_SystemCreationClassName,      (MetaFeature*)&_CIM_LogicalDevice_SystemCreationClassName,
     (SourceFeature*)&_CIM_LogicalDevice_SystemName,      (MetaFeature*)&_CIM_LogicalDevice_SystemName,
     (SourceFeature*)&_CIM_LogicalDevice_CreationClassName,      (MetaFeature*)&_CIM_LogicalDevice_CreationClassName,
     (SourceFeature*)&_CIM_LogicalDevice_DeviceID,      (MetaFeature*)&_CIM_LogicalDevice_DeviceID,
     (SourceFeature*)&_CIM_LogicalDevice_PowerManagementSupported,      (MetaFeature*)&_CIM_LogicalDevice_PowerManagementSupported,
     (SourceFeature*)&_CIM_LogicalDevice_PowerManagementCapabilities,      (MetaFeature*)&_CIM_LogicalDevice_PowerManagementCapabilities,
     (SourceFeature*)&_CIM_LogicalDevice_Availability,      (MetaFeature*)&_CIM_LogicalDevice_Availability,
     (SourceFeature*)&_CIM_LogicalDevice_StatusInfo,      (MetaFeature*)&_CIM_LogicalDevice_StatusInfo,
     (SourceFeature*)&_CIM_LogicalDevice_LastErrorCode,      (MetaFeature*)&_CIM_LogicalDevice_LastErrorCode,
     (SourceFeature*)&_CIM_LogicalDevice_ErrorDescription,      (MetaFeature*)&_CIM_LogicalDevice_ErrorDescription,
     (SourceFeature*)&_CIM_LogicalDevice_ErrorCleared,      (MetaFeature*)&_CIM_LogicalDevice_ErrorCleared,
     (SourceFeature*)&_CIM_LogicalDevice_OtherIdentifyingInfo,      (MetaFeature*)&_CIM_LogicalDevice_OtherIdentifyingInfo,
     (SourceFeature*)&_CIM_LogicalDevice_PowerOnHours,      (MetaFeature*)&_CIM_LogicalDevice_PowerOnHours,
     (SourceFeature*)&_CIM_LogicalDevice_TotalPowerOnHours,      (MetaFeature*)&_CIM_LogicalDevice_TotalPowerOnHours,
     (SourceFeature*)&_CIM_LogicalDevice_IdentifyingDescriptions,      (MetaFeature*)&_CIM_LogicalDevice_IdentifyingDescriptions,
     (SourceFeature*)&_CIM_LogicalDevice_AdditionalAvailability,      (MetaFeature*)&_CIM_LogicalDevice_AdditionalAvailability,
     (SourceFeature*)&_CIM_LogicalDevice_MaxQuiesceTime,      (MetaFeature*)&_CIM_LogicalDevice_MaxQuiesceTime,
     (SourceFeature*)&_CIM_LogicalDevice_SetPowerState,      (MetaFeature*)&_CIM_LogicalDevice_SetPowerState,
     (SourceFeature*)&_CIM_LogicalDevice_Reset,      (MetaFeature*)&_CIM_LogicalDevice_Reset,
     (SourceFeature*)&_CIM_LogicalDevice_EnableDevice,      (MetaFeature*)&_CIM_LogicalDevice_EnableDevice,
     (SourceFeature*)&_CIM_LogicalDevice_OnlineDevice,      (MetaFeature*)&_CIM_LogicalDevice_OnlineDevice,
     (SourceFeature*)&_CIM_LogicalDevice_QuiesceDevice,      (MetaFeature*)&_CIM_LogicalDevice_QuiesceDevice,
     (SourceFeature*)&_CIM_LogicalDevice_SaveProperties,      (MetaFeature*)&_CIM_LogicalDevice_SaveProperties,
     (SourceFeature*)&_CIM_LogicalDevice_RestoreProperties,      (MetaFeature*)&_CIM_LogicalDevice_RestoreProperties,
     0,     0,
 }; };
  
Line 14698 
Line 15359 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Device",     "\057CIM::Core::Device",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.8.0",     "\0632.8.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_LogicalDevice = __root_PG_InterOp_CIM_LogicalDevice =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_LogicalDevice",     "CIM_LogicalDevice",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_LogicalDevice_qualifiers,     __root_PG_InterOp_CIM_LogicalDevice_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_EnabledLogicalElement,     &__root_PG_InterOp_CIM_EnabledLogicalElement,
     /* features */     /* features */
     _CIM_LogicalDevice_features,     _CIM_LogicalDevice_features,
Line 14732 
Line 15395 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Realizes_Antecedent = _CIM_Realizes_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_Realizes_Antecedent_qualifiers,     _CIM_Realizes_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_PhysicalElement,     &__root_PG_InterOp_CIM_PhysicalElement,
 }; };
  
Line 14755 
Line 15418 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_Realizes_Dependent = _CIM_Realizes_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_Realizes_Dependent_qualifiers,     _CIM_Realizes_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_LogicalDevice,     &__root_PG_InterOp_CIM_LogicalDevice,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Realizes_features[] = _CIM_Realizes_features[] =
 { {
     (SourceFeature*)&_CIM_Realizes_Antecedent,      (MetaFeature*)&_CIM_Realizes_Antecedent,
     (SourceFeature*)&_CIM_Realizes_Dependent,      (MetaFeature*)&_CIM_Realizes_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_Realizes_qualifiers[] = __root_PG_InterOp_CIM_Realizes_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Device",     "\057CIM::Core::Device",
     /* Version */     /* Version */
Line 14788 
Line 15453 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Realizes = __root_PG_InterOp_CIM_Realizes =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_Realizes",     "CIM_Realizes",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Realizes_qualifiers,     __root_PG_InterOp_CIM_Realizes_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_Realizes_features,     _CIM_Realizes_features,
Line 14812 
Line 15477 
 static const char* static const char*
 _CIM_Service_SystemCreationClassName_qualifiers[] = _CIM_Service_SystemCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_System.CreationClassName",     "\045CIM_System.CreationClassName",
     /* MaxLen */     /* MaxLen */
Line 14819 
Line 15486 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Service_SystemCreationClassName = _CIM_Service_SystemCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemCreationClassName",     "SystemCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 14839 
Line 15506 
 static const char* static const char*
 _CIM_Service_SystemName_qualifiers[] = _CIM_Service_SystemName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_System.Name",     "\045CIM_System.Name",
     /* MaxLen */     /* MaxLen */
Line 14846 
Line 15515 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Service_SystemName = _CIM_Service_SystemName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemName",     "SystemName",
     /* qualifiers */     /* qualifiers */
Line 14866 
Line 15535 
 static const char* static const char*
 _CIM_Service_CreationClassName_qualifiers[] = _CIM_Service_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Service_CreationClassName = _CIM_Service_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 14891 
Line 15562 
 static const char* static const char*
 _CIM_Service_Name_qualifiers[] = _CIM_Service_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Override */     /* Override */
     "\044Name",     "\044Name",
     /* MaxLen */     /* MaxLen */
Line 14898 
Line 15571 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Service_Name = _CIM_Service_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 14918 
Line 15591 
 static const char* static const char*
 _CIM_Service_PrimaryOwnerName_qualifiers[] = _CIM_Service_PrimaryOwnerName_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\000\100",     "\030\000\000\000\100",
     /* MappingStrings */     /* MappingStrings */
Line 14925 
Line 15600 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Service_PrimaryOwnerName = _CIM_Service_PrimaryOwnerName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "PrimaryOwnerName",     "PrimaryOwnerName",
     /* qualifiers */     /* qualifiers */
Line 14945 
Line 15620 
 static const char* static const char*
 _CIM_Service_PrimaryOwnerContact_qualifiers[] = _CIM_Service_PrimaryOwnerContact_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     /* MappingStrings */     /* MappingStrings */
Line 14952 
Line 15629 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Service_PrimaryOwnerContact = _CIM_Service_PrimaryOwnerContact =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "PrimaryOwnerContact",     "PrimaryOwnerContact",
     /* qualifiers */     /* qualifiers */
Line 14981 
Line 15658 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Service_StartMode = _CIM_Service_StartMode =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "StartMode",     "StartMode",
     /* qualifiers */     /* qualifiers */
Line 15004 
Line 15681 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Service_Started = _CIM_Service_Started =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Started",     "Started",
     /* qualifiers */     /* qualifiers */
Line 15021 
Line 15698 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_Service_StartService_parameters[] = _CIM_Service_StartService_parameters[] =
 { {
     0,     0,
Line 15033 
Line 15710 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_Service_StartService = _CIM_Service_StartService =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_Service",     "CIM_Service",
     /* qualifiers */     /* qualifiers */
Line 15048 
Line 15725 
     _CIM_Service_StartService_parameters,     _CIM_Service_StartService_parameters,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_Service_StopService_parameters[] = _CIM_Service_StopService_parameters[] =
 { {
     0,     0,
Line 15060 
Line 15737 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_Service_StopService = _CIM_Service_StopService =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_Service",     "CIM_Service",
     /* qualifiers */     /* qualifiers */
Line 15075 
Line 15752 
     _CIM_Service_StopService_parameters,     _CIM_Service_StopService_parameters,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Service_features[] = _CIM_Service_features[] =
 { {
     (SourceFeature*)&_CIM_Service_SystemCreationClassName,      (MetaFeature*)&_CIM_Service_SystemCreationClassName,
     (SourceFeature*)&_CIM_Service_SystemName,      (MetaFeature*)&_CIM_Service_SystemName,
     (SourceFeature*)&_CIM_Service_CreationClassName,      (MetaFeature*)&_CIM_Service_CreationClassName,
     (SourceFeature*)&_CIM_Service_Name,      (MetaFeature*)&_CIM_Service_Name,
     (SourceFeature*)&_CIM_Service_PrimaryOwnerName,      (MetaFeature*)&_CIM_Service_PrimaryOwnerName,
     (SourceFeature*)&_CIM_Service_PrimaryOwnerContact,      (MetaFeature*)&_CIM_Service_PrimaryOwnerContact,
     (SourceFeature*)&_CIM_Service_StartMode,      (MetaFeature*)&_CIM_Service_StartMode,
     (SourceFeature*)&_CIM_Service_Started,      (MetaFeature*)&_CIM_Service_Started,
     (SourceFeature*)&_CIM_Service_StartService,      (MetaFeature*)&_CIM_Service_StartService,
     (SourceFeature*)&_CIM_Service_StopService,      (MetaFeature*)&_CIM_Service_StopService,
     0,     0,
 }; };
  
Line 15096 
Line 15773 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Service",     "\057CIM::Core::Service",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Service = __root_PG_InterOp_CIM_Service =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_Service",     "CIM_Service",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Service_qualifiers,     __root_PG_InterOp_CIM_Service_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_EnabledLogicalElement,     &__root_PG_InterOp_CIM_EnabledLogicalElement,
     /* features */     /* features */
     _CIM_Service_features,     _CIM_Service_features,
Line 15125 
Line 15804 
 static const char* static const char*
 _CIM_ServiceAccessPoint_SystemCreationClassName_qualifiers[] = _CIM_ServiceAccessPoint_SystemCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_System.CreationClassName",     "\045CIM_System.CreationClassName",
     /* MaxLen */     /* MaxLen */
Line 15132 
Line 15813 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ServiceAccessPoint_SystemCreationClassName = _CIM_ServiceAccessPoint_SystemCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemCreationClassName",     "SystemCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 15152 
Line 15833 
 static const char* static const char*
 _CIM_ServiceAccessPoint_SystemName_qualifiers[] = _CIM_ServiceAccessPoint_SystemName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_System.Name",     "\045CIM_System.Name",
     /* MaxLen */     /* MaxLen */
Line 15159 
Line 15842 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ServiceAccessPoint_SystemName = _CIM_ServiceAccessPoint_SystemName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemName",     "SystemName",
     /* qualifiers */     /* qualifiers */
Line 15179 
Line 15862 
 static const char* static const char*
 _CIM_ServiceAccessPoint_CreationClassName_qualifiers[] = _CIM_ServiceAccessPoint_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ServiceAccessPoint_CreationClassName = _CIM_ServiceAccessPoint_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 15204 
Line 15889 
 static const char* static const char*
 _CIM_ServiceAccessPoint_Name_qualifiers[] = _CIM_ServiceAccessPoint_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Override */     /* Override */
     "\044Name",     "\044Name",
     /* MaxLen */     /* MaxLen */
Line 15211 
Line 15898 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ServiceAccessPoint_Name = _CIM_ServiceAccessPoint_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 15228 
Line 15915 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ServiceAccessPoint_features[] = _CIM_ServiceAccessPoint_features[] =
 { {
     (SourceFeature*)&_CIM_ServiceAccessPoint_SystemCreationClassName,      (MetaFeature*)&_CIM_ServiceAccessPoint_SystemCreationClassName,
     (SourceFeature*)&_CIM_ServiceAccessPoint_SystemName,      (MetaFeature*)&_CIM_ServiceAccessPoint_SystemName,
     (SourceFeature*)&_CIM_ServiceAccessPoint_CreationClassName,      (MetaFeature*)&_CIM_ServiceAccessPoint_CreationClassName,
     (SourceFeature*)&_CIM_ServiceAccessPoint_Name,      (MetaFeature*)&_CIM_ServiceAccessPoint_Name,
     0,     0,
 }; };
  
Line 15243 
Line 15930 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Service",     "\057CIM::Core::Service",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ServiceAccessPoint = __root_PG_InterOp_CIM_ServiceAccessPoint =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_ServiceAccessPoint",     "CIM_ServiceAccessPoint",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ServiceAccessPoint_qualifiers,     __root_PG_InterOp_CIM_ServiceAccessPoint_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_EnabledLogicalElement,     &__root_PG_InterOp_CIM_EnabledLogicalElement,
     /* features */     /* features */
     _CIM_ServiceAccessPoint_features,     _CIM_ServiceAccessPoint_features,
Line 15272 
Line 15961 
 static const char* static const char*
 _CIM_ServiceAccessURI_LabeledURI_qualifiers[] = _CIM_ServiceAccessURI_LabeledURI_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ServiceAccessURI_LabeledURI = _CIM_ServiceAccessURI_LabeledURI =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "LabeledURI",     "LabeledURI",
     /* qualifiers */     /* qualifiers */
Line 15294 
Line 15985 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ServiceAccessURI_features[] = _CIM_ServiceAccessURI_features[] =
 { {
     (SourceFeature*)&_CIM_ServiceAccessURI_LabeledURI,      (MetaFeature*)&_CIM_ServiceAccessURI_LabeledURI,
     0,     0,
 }; };
  
Line 15311 
Line 16002 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ServiceAccessURI = __root_PG_InterOp_CIM_ServiceAccessURI =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_ServiceAccessURI",     "CIM_ServiceAccessURI",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ServiceAccessURI_qualifiers,     __root_PG_InterOp_CIM_ServiceAccessURI_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ServiceAccessPoint,     &__root_PG_InterOp_CIM_ServiceAccessPoint,
     /* features */     /* features */
     _CIM_ServiceAccessURI_features,     _CIM_ServiceAccessURI_features,
Line 15335 
Line 16026 
 static const char* static const char*
 _CIM_ServiceAffectsElement_AffectedElement_qualifiers[] = _CIM_ServiceAffectsElement_AffectedElement_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ServiceAffectsElement_AffectedElement = _CIM_ServiceAffectsElement_AffectedElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "AffectedElement",     "AffectedElement",
     /* qualifiers */     /* qualifiers */
     _CIM_ServiceAffectsElement_AffectedElement_qualifiers,     _CIM_ServiceAffectsElement_AffectedElement_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static const char* static const char*
 _CIM_ServiceAffectsElement_AffectingElement_qualifiers[] = _CIM_ServiceAffectsElement_AffectingElement_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ServiceAffectsElement_AffectingElement = _CIM_ServiceAffectsElement_AffectingElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "AffectingElement",     "AffectingElement",
     /* qualifiers */     /* qualifiers */
     _CIM_ServiceAffectsElement_AffectingElement_qualifiers,     _CIM_ServiceAffectsElement_AffectingElement_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
 }; };
  
Line 15388 
Line 16083 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ServiceAffectsElement_ElementEffects = _CIM_ServiceAffectsElement_ElementEffects =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ElementEffects",     "ElementEffects",
     /* qualifiers */     /* qualifiers */
Line 15415 
Line 16110 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions = _CIM_ServiceAffectsElement_OtherElementEffectsDescriptions =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherElementEffectsDescriptions",     "OtherElementEffectsDescriptions",
     /* qualifiers */     /* qualifiers */
Line 15432 
Line 16127 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ServiceAffectsElement_features[] = _CIM_ServiceAffectsElement_features[] =
 { {
     (SourceFeature*)&_CIM_ServiceAffectsElement_AffectedElement,      (MetaFeature*)&_CIM_ServiceAffectsElement_AffectedElement,
     (SourceFeature*)&_CIM_ServiceAffectsElement_AffectingElement,      (MetaFeature*)&_CIM_ServiceAffectsElement_AffectingElement,
     (SourceFeature*)&_CIM_ServiceAffectsElement_ElementEffects,      (MetaFeature*)&_CIM_ServiceAffectsElement_ElementEffects,
     (SourceFeature*)&_CIM_ServiceAffectsElement_OtherElementEffectsDescriptions,      (MetaFeature*)&_CIM_ServiceAffectsElement_OtherElementEffectsDescriptions,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ServiceAffectsElement_qualifiers[] = __root_PG_InterOp_CIM_ServiceAffectsElement_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Service",     "\057CIM::Core::Service",
     /* Version */     /* Version */
Line 15452 
Line 16149 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ServiceAffectsElement = __root_PG_InterOp_CIM_ServiceAffectsElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ServiceAffectsElement",     "CIM_ServiceAffectsElement",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ServiceAffectsElement_qualifiers,     __root_PG_InterOp_CIM_ServiceAffectsElement_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ServiceAffectsElement_features,     _CIM_ServiceAffectsElement_features,
Line 15476 
Line 16173 
 static const char* static const char*
 _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers[] = _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ServiceAvailableToElement_ServiceProvided = _CIM_ServiceAvailableToElement_ServiceProvided =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ServiceProvided",     "ServiceProvided",
     /* qualifiers */     /* qualifiers */
     _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers,     _CIM_ServiceAvailableToElement_ServiceProvided_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
 }; };
  
 static const char* static const char*
 _CIM_ServiceAvailableToElement_UserOfService_qualifiers[] = _CIM_ServiceAvailableToElement_UserOfService_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ServiceAvailableToElement_UserOfService = _CIM_ServiceAvailableToElement_UserOfService =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "UserOfService",     "UserOfService",
     /* qualifiers */     /* qualifiers */
     _CIM_ServiceAvailableToElement_UserOfService_qualifiers,     _CIM_ServiceAvailableToElement_UserOfService_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ServiceAvailableToElement_features[] = _CIM_ServiceAvailableToElement_features[] =
 { {
     (SourceFeature*)&_CIM_ServiceAvailableToElement_ServiceProvided,      (MetaFeature*)&_CIM_ServiceAvailableToElement_ServiceProvided,
     (SourceFeature*)&_CIM_ServiceAvailableToElement_UserOfService,      (MetaFeature*)&_CIM_ServiceAvailableToElement_UserOfService,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ServiceAvailableToElement_qualifiers[] = __root_PG_InterOp_CIM_ServiceAvailableToElement_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Service",     "\057CIM::Core::Service",
     /* Version */     /* Version */
Line 15533 
Line 16236 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ServiceAvailableToElement = __root_PG_InterOp_CIM_ServiceAvailableToElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ServiceAvailableToElement",     "CIM_ServiceAvailableToElement",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ServiceAvailableToElement_qualifiers,     __root_PG_InterOp_CIM_ServiceAvailableToElement_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ServiceAvailableToElement_features,     _CIM_ServiceAvailableToElement_features,
Line 15557 
Line 16260 
 static const char* static const char*
 _CIM_ServiceComponent_GroupComponent_qualifiers[] = _CIM_ServiceComponent_GroupComponent_qualifiers[] =
 { {
       /* Aggregate */
       "\003\001",
     /* Override */     /* Override */
     "\044GroupComponent",     "\044GroupComponent",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ServiceComponent_GroupComponent = _CIM_ServiceComponent_GroupComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "GroupComponent",     "GroupComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ServiceComponent_GroupComponent_qualifiers,     _CIM_ServiceComponent_GroupComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
 }; };
  
Line 15585 
Line 16290 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ServiceComponent_PartComponent = _CIM_ServiceComponent_PartComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "PartComponent",     "PartComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ServiceComponent_PartComponent_qualifiers,     _CIM_ServiceComponent_PartComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ServiceComponent_features[] = _CIM_ServiceComponent_features[] =
 { {
     (SourceFeature*)&_CIM_ServiceComponent_GroupComponent,      (MetaFeature*)&_CIM_ServiceComponent_GroupComponent,
     (SourceFeature*)&_CIM_ServiceComponent_PartComponent,      (MetaFeature*)&_CIM_ServiceComponent_PartComponent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ServiceComponent_qualifiers[] = __root_PG_InterOp_CIM_ServiceComponent_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Service",     "\057CIM::Core::Service",
       /* Aggregation */
       "\004\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ServiceComponent = __root_PG_InterOp_CIM_ServiceComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_ServiceComponent",     "CIM_ServiceComponent",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ServiceComponent_qualifiers,     __root_PG_InterOp_CIM_ServiceComponent_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Component,     &__root_PG_InterOp_CIM_Component,
     /* features */     /* features */
     _CIM_ServiceComponent_features,     _CIM_ServiceComponent_features,
Line 15647 
Line 16356 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ServiceSAPDependency_Antecedent = _CIM_ServiceSAPDependency_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_ServiceSAPDependency_Antecedent_qualifiers,     _CIM_ServiceSAPDependency_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ServiceAccessPoint,     &__root_PG_InterOp_CIM_ServiceAccessPoint,
 }; };
  
Line 15670 
Line 16379 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ServiceSAPDependency_Dependent = _CIM_ServiceSAPDependency_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_ServiceSAPDependency_Dependent_qualifiers,     _CIM_ServiceSAPDependency_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ServiceSAPDependency_features[] = _CIM_ServiceSAPDependency_features[] =
 { {
     (SourceFeature*)&_CIM_ServiceSAPDependency_Antecedent,      (MetaFeature*)&_CIM_ServiceSAPDependency_Antecedent,
     (SourceFeature*)&_CIM_ServiceSAPDependency_Dependent,      (MetaFeature*)&_CIM_ServiceSAPDependency_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ServiceSAPDependency_qualifiers[] = __root_PG_InterOp_CIM_ServiceSAPDependency_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Service",     "\057CIM::Core::Service",
     /* Version */     /* Version */
Line 15703 
Line 16414 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ServiceSAPDependency = __root_PG_InterOp_CIM_ServiceSAPDependency =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ServiceSAPDependency",     "CIM_ServiceSAPDependency",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ServiceSAPDependency_qualifiers,     __root_PG_InterOp_CIM_ServiceSAPDependency_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_ServiceSAPDependency_features,     _CIM_ServiceSAPDependency_features,
Line 15729 
Line 16440 
 { {
     /* Override */     /* Override */
     "\044Stats",     "\044Stats",
       /* Weak */
       "\064\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ServiceStatistics_Stats = _CIM_ServiceStatistics_Stats =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,      META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
     /* name */     /* name */
     "Stats",     "Stats",
     /* qualifiers */     /* qualifiers */
     _CIM_ServiceStatistics_Stats_qualifiers,     _CIM_ServiceStatistics_Stats_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ServiceStatisticalInformation,     &__root_PG_InterOp_CIM_ServiceStatisticalInformation,
 }; };
  
Line 15759 
Line 16472 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ServiceStatistics_Element = _CIM_ServiceStatistics_Element =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Element",     "Element",
     /* qualifiers */     /* qualifiers */
     _CIM_ServiceStatistics_Element_qualifiers,     _CIM_ServiceStatistics_Element_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ServiceStatistics_features[] = _CIM_ServiceStatistics_features[] =
 { {
     (SourceFeature*)&_CIM_ServiceStatistics_Stats,      (MetaFeature*)&_CIM_ServiceStatistics_Stats,
     (SourceFeature*)&_CIM_ServiceStatistics_Element,      (MetaFeature*)&_CIM_ServiceStatistics_Element,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ServiceStatistics_qualifiers[] = __root_PG_InterOp_CIM_ServiceStatistics_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Statistics",     "\057CIM::Core::Statistics",
     /* Version */     /* Version */
Line 15792 
Line 16507 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ServiceStatistics = __root_PG_InterOp_CIM_ServiceStatistics =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ServiceStatistics",     "CIM_ServiceStatistics",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ServiceStatistics_qualifiers,     __root_PG_InterOp_CIM_ServiceStatistics_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Statistics,     &__root_PG_InterOp_CIM_Statistics,
     /* features */     /* features */
     _CIM_ServiceStatistics_features,     _CIM_ServiceStatistics_features,
Line 15823 
Line 16538 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageExtent_DataOrganization = _CIM_StorageExtent_DataOrganization =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "DataOrganization",     "DataOrganization",
     /* qualifiers */     /* qualifiers */
Line 15848 
Line 16563 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageExtent_Purpose = _CIM_StorageExtent_Purpose =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Purpose",     "Purpose",
     /* qualifiers */     /* qualifiers */
Line 15875 
Line 16590 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageExtent_Access = _CIM_StorageExtent_Access =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Access",     "Access",
     /* qualifiers */     /* qualifiers */
Line 15898 
Line 16613 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageExtent_ErrorMethodology = _CIM_StorageExtent_ErrorMethodology =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ErrorMethodology",     "ErrorMethodology",
     /* qualifiers */     /* qualifiers */
Line 15925 
Line 16640 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageExtent_BlockSize = _CIM_StorageExtent_BlockSize =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "BlockSize",     "BlockSize",
     /* qualifiers */     /* qualifiers */
Line 15950 
Line 16665 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageExtent_NumberOfBlocks = _CIM_StorageExtent_NumberOfBlocks =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "NumberOfBlocks",     "NumberOfBlocks",
     /* qualifiers */     /* qualifiers */
Line 15973 
Line 16688 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageExtent_ConsumableBlocks = _CIM_StorageExtent_ConsumableBlocks =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ConsumableBlocks",     "ConsumableBlocks",
     /* qualifiers */     /* qualifiers */
Line 15996 
Line 16711 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy = _CIM_StorageExtent_IsBasedOnUnderlyingRedundancy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "IsBasedOnUnderlyingRedundancy",     "IsBasedOnUnderlyingRedundancy",
     /* qualifiers */     /* qualifiers */
Line 16019 
Line 16734 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageExtent_SequentialAccess = _CIM_StorageExtent_SequentialAccess =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SequentialAccess",     "SequentialAccess",
     /* qualifiers */     /* qualifiers */
Line 16046 
Line 16761 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageExtent_ExtentStatus = _CIM_StorageExtent_ExtentStatus =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ExtentStatus",     "ExtentStatus",
     /* qualifiers */     /* qualifiers */
Line 16071 
Line 16786 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageExtent_NoSinglePointOfFailure = _CIM_StorageExtent_NoSinglePointOfFailure =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "NoSinglePointOfFailure",     "NoSinglePointOfFailure",
     /* qualifiers */     /* qualifiers */
Line 16096 
Line 16811 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageExtent_DataRedundancy = _CIM_StorageExtent_DataRedundancy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "DataRedundancy",     "DataRedundancy",
     /* qualifiers */     /* qualifiers */
Line 16121 
Line 16836 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageExtent_PackageRedundancy = _CIM_StorageExtent_PackageRedundancy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PackageRedundancy",     "PackageRedundancy",
     /* qualifiers */     /* qualifiers */
Line 16152 
Line 16867 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageExtent_DeltaReservation = _CIM_StorageExtent_DeltaReservation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "DeltaReservation",     "DeltaReservation",
     /* qualifiers */     /* qualifiers */
Line 16175 
Line 16890 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_StorageExtent_Primordial = _CIM_StorageExtent_Primordial =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Primordial",     "Primordial",
     /* qualifiers */     /* qualifiers */
Line 16192 
Line 16907 
     "\000",     "\000",
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_StorageExtent_features[] = _CIM_StorageExtent_features[] =
 { {
     (SourceFeature*)&_CIM_StorageExtent_DataOrganization,      (MetaFeature*)&_CIM_StorageExtent_DataOrganization,
     (SourceFeature*)&_CIM_StorageExtent_Purpose,      (MetaFeature*)&_CIM_StorageExtent_Purpose,
     (SourceFeature*)&_CIM_StorageExtent_Access,      (MetaFeature*)&_CIM_StorageExtent_Access,
     (SourceFeature*)&_CIM_StorageExtent_ErrorMethodology,      (MetaFeature*)&_CIM_StorageExtent_ErrorMethodology,
     (SourceFeature*)&_CIM_StorageExtent_BlockSize,      (MetaFeature*)&_CIM_StorageExtent_BlockSize,
     (SourceFeature*)&_CIM_StorageExtent_NumberOfBlocks,      (MetaFeature*)&_CIM_StorageExtent_NumberOfBlocks,
     (SourceFeature*)&_CIM_StorageExtent_ConsumableBlocks,      (MetaFeature*)&_CIM_StorageExtent_ConsumableBlocks,
     (SourceFeature*)&_CIM_StorageExtent_IsBasedOnUnderlyingRedundancy,      (MetaFeature*)&_CIM_StorageExtent_IsBasedOnUnderlyingRedundancy,
     (SourceFeature*)&_CIM_StorageExtent_SequentialAccess,      (MetaFeature*)&_CIM_StorageExtent_SequentialAccess,
     (SourceFeature*)&_CIM_StorageExtent_ExtentStatus,      (MetaFeature*)&_CIM_StorageExtent_ExtentStatus,
     (SourceFeature*)&_CIM_StorageExtent_NoSinglePointOfFailure,      (MetaFeature*)&_CIM_StorageExtent_NoSinglePointOfFailure,
     (SourceFeature*)&_CIM_StorageExtent_DataRedundancy,      (MetaFeature*)&_CIM_StorageExtent_DataRedundancy,
     (SourceFeature*)&_CIM_StorageExtent_PackageRedundancy,      (MetaFeature*)&_CIM_StorageExtent_PackageRedundancy,
     (SourceFeature*)&_CIM_StorageExtent_DeltaReservation,      (MetaFeature*)&_CIM_StorageExtent_DeltaReservation,
     (SourceFeature*)&_CIM_StorageExtent_Primordial,      (MetaFeature*)&_CIM_StorageExtent_Primordial,
     0,     0,
 }; };
  
Line 16223 
Line 16938 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_StorageExtent = __root_PG_InterOp_CIM_StorageExtent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_StorageExtent",     "CIM_StorageExtent",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_StorageExtent_qualifiers,     __root_PG_InterOp_CIM_StorageExtent_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_LogicalDevice,     &__root_PG_InterOp_CIM_LogicalDevice,
     /* features */     /* features */
     _CIM_StorageExtent_features,     _CIM_StorageExtent_features,
Line 16247 
Line 16962 
 static const char* static const char*
 _CIM_System_CreationClassName_qualifiers[] = _CIM_System_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_System_CreationClassName = _CIM_System_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 16272 
Line 16989 
 static const char* static const char*
 _CIM_System_Name_qualifiers[] = _CIM_System_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Override */     /* Override */
     "\044Name",     "\044Name",
     /* MaxLen */     /* MaxLen */
Line 16279 
Line 16998 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_System_Name = _CIM_System_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 16304 
Line 17023 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_System_NameFormat = _CIM_System_NameFormat =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "NameFormat",     "NameFormat",
     /* qualifiers */     /* qualifiers */
Line 16324 
Line 17043 
 static const char* static const char*
 _CIM_System_PrimaryOwnerName_qualifiers[] = _CIM_System_PrimaryOwnerName_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\000\100",     "\030\000\000\000\100",
     /* MappingStrings */     /* MappingStrings */
Line 16331 
Line 17052 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_System_PrimaryOwnerName = _CIM_System_PrimaryOwnerName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "PrimaryOwnerName",     "PrimaryOwnerName",
     /* qualifiers */     /* qualifiers */
Line 16351 
Line 17072 
 static const char* static const char*
 _CIM_System_PrimaryOwnerContact_qualifiers[] = _CIM_System_PrimaryOwnerContact_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     /* MappingStrings */     /* MappingStrings */
Line 16358 
Line 17081 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_System_PrimaryOwnerContact = _CIM_System_PrimaryOwnerContact =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "PrimaryOwnerContact",     "PrimaryOwnerContact",
     /* qualifiers */     /* qualifiers */
Line 16378 
Line 17101 
 static const char* static const char*
 _CIM_System_Roles_qualifiers[] = _CIM_System_Roles_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_System_Roles = _CIM_System_Roles =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "Roles",     "Roles",
     /* qualifiers */     /* qualifiers */
Line 16398 
Line 17123 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_System_features[] = _CIM_System_features[] =
 { {
     (SourceFeature*)&_CIM_System_CreationClassName,      (MetaFeature*)&_CIM_System_CreationClassName,
     (SourceFeature*)&_CIM_System_Name,      (MetaFeature*)&_CIM_System_Name,
     (SourceFeature*)&_CIM_System_NameFormat,      (MetaFeature*)&_CIM_System_NameFormat,
     (SourceFeature*)&_CIM_System_PrimaryOwnerName,      (MetaFeature*)&_CIM_System_PrimaryOwnerName,
     (SourceFeature*)&_CIM_System_PrimaryOwnerContact,      (MetaFeature*)&_CIM_System_PrimaryOwnerContact,
     (SourceFeature*)&_CIM_System_Roles,      (MetaFeature*)&_CIM_System_Roles,
     0,     0,
 }; };
  
Line 16415 
Line 17140 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.7.0",     "\0632.7.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_System = __root_PG_InterOp_CIM_System =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_System",     "CIM_System",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_System_qualifiers,     __root_PG_InterOp_CIM_System_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_EnabledLogicalElement,     &__root_PG_InterOp_CIM_EnabledLogicalElement,
     /* features */     /* features */
     _CIM_System_features,     _CIM_System_features,
Line 16444 
Line 17171 
 static const char* static const char*
 _CIM_SystemComponent_GroupComponent_qualifiers[] = _CIM_SystemComponent_GroupComponent_qualifiers[] =
 { {
       /* Aggregate */
       "\003\001",
     /* Override */     /* Override */
     "\044GroupComponent",     "\044GroupComponent",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SystemComponent_GroupComponent = _CIM_SystemComponent_GroupComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "GroupComponent",     "GroupComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_SystemComponent_GroupComponent_qualifiers,     _CIM_SystemComponent_GroupComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_System,     &__root_PG_InterOp_CIM_System,
 }; };
  
Line 16472 
Line 17201 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SystemComponent_PartComponent = _CIM_SystemComponent_PartComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "PartComponent",     "PartComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_SystemComponent_PartComponent_qualifiers,     _CIM_SystemComponent_PartComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedSystemElement,     &__root_PG_InterOp_CIM_ManagedSystemElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SystemComponent_features[] = _CIM_SystemComponent_features[] =
 { {
     (SourceFeature*)&_CIM_SystemComponent_GroupComponent,      (MetaFeature*)&_CIM_SystemComponent_GroupComponent,
     (SourceFeature*)&_CIM_SystemComponent_PartComponent,      (MetaFeature*)&_CIM_SystemComponent_PartComponent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_SystemComponent_qualifiers[] = __root_PG_InterOp_CIM_SystemComponent_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
       /* Aggregation */
       "\004\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SystemComponent = __root_PG_InterOp_CIM_SystemComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_SystemComponent",     "CIM_SystemComponent",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SystemComponent_qualifiers,     __root_PG_InterOp_CIM_SystemComponent_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Component,     &__root_PG_InterOp_CIM_Component,
     /* features */     /* features */
     _CIM_SystemComponent_features,     _CIM_SystemComponent_features,
Line 16529 
Line 17262 
 static const char* static const char*
 _CIM_SystemDevice_GroupComponent_qualifiers[] = _CIM_SystemDevice_GroupComponent_qualifiers[] =
 { {
       /* Aggregate */
       "\003\001",
     /* Override */     /* Override */
     "\044GroupComponent",     "\044GroupComponent",
     /* Min */     /* Min */
Line 16538 
Line 17273 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SystemDevice_GroupComponent = _CIM_SystemDevice_GroupComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "GroupComponent",     "GroupComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_SystemDevice_GroupComponent_qualifiers,     _CIM_SystemDevice_GroupComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_System,     &__root_PG_InterOp_CIM_System,
 }; };
  
Line 16558 
Line 17293 
 { {
     /* Override */     /* Override */
     "\044PartComponent",     "\044PartComponent",
       /* Weak */
       "\064\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SystemDevice_PartComponent = _CIM_SystemDevice_PartComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,      META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
     /* name */     /* name */
     "PartComponent",     "PartComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_SystemDevice_PartComponent_qualifiers,     _CIM_SystemDevice_PartComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_LogicalDevice,     &__root_PG_InterOp_CIM_LogicalDevice,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SystemDevice_features[] = _CIM_SystemDevice_features[] =
 { {
     (SourceFeature*)&_CIM_SystemDevice_GroupComponent,      (MetaFeature*)&_CIM_SystemDevice_GroupComponent,
     (SourceFeature*)&_CIM_SystemDevice_PartComponent,      (MetaFeature*)&_CIM_SystemDevice_PartComponent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_SystemDevice_qualifiers[] = __root_PG_InterOp_CIM_SystemDevice_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Device",     "\057CIM::Core::Device",
       /* Aggregation */
       "\004\001",
       /* Composition */
       "\011\001",
     /* Version */     /* Version */
     "\0632.10.0",     "\0632.10.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SystemDevice = __root_PG_InterOp_CIM_SystemDevice =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_SystemDevice",     "CIM_SystemDevice",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SystemDevice_qualifiers,     __root_PG_InterOp_CIM_SystemDevice_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_SystemComponent,     &__root_PG_InterOp_CIM_SystemComponent,
     /* features */     /* features */
     _CIM_SystemDevice_features,     _CIM_SystemDevice_features,
Line 16623 
Line 17366 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SystemPackaging_Antecedent = _CIM_SystemPackaging_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_SystemPackaging_Antecedent_qualifiers,     _CIM_SystemPackaging_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_PhysicalElement,     &__root_PG_InterOp_CIM_PhysicalElement,
 }; };
  
Line 16646 
Line 17389 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SystemPackaging_Dependent = _CIM_SystemPackaging_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_SystemPackaging_Dependent_qualifiers,     _CIM_SystemPackaging_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_System,     &__root_PG_InterOp_CIM_System,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SystemPackaging_features[] = _CIM_SystemPackaging_features[] =
 { {
     (SourceFeature*)&_CIM_SystemPackaging_Antecedent,      (MetaFeature*)&_CIM_SystemPackaging_Antecedent,
     (SourceFeature*)&_CIM_SystemPackaging_Dependent,      (MetaFeature*)&_CIM_SystemPackaging_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_SystemPackaging_qualifiers[] = __root_PG_InterOp_CIM_SystemPackaging_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Physical",     "\057CIM::Core::Physical",
     /* Version */     /* Version */
Line 16679 
Line 17424 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SystemPackaging = __root_PG_InterOp_CIM_SystemPackaging =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_SystemPackaging",     "CIM_SystemPackaging",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SystemPackaging_qualifiers,     __root_PG_InterOp_CIM_SystemPackaging_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_SystemPackaging_features,     _CIM_SystemPackaging_features,
Line 16705 
Line 17450 
 { {
     /* Override */     /* Override */
     "\044Stats",     "\044Stats",
       /* Weak */
       "\064\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SystemStatistics_Stats = _CIM_SystemStatistics_Stats =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,      META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
     /* name */     /* name */
     "Stats",     "Stats",
     /* qualifiers */     /* qualifiers */
     _CIM_SystemStatistics_Stats_qualifiers,     _CIM_SystemStatistics_Stats_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SystemStatisticalInformation,     &__root_PG_InterOp_CIM_SystemStatisticalInformation,
 }; };
  
Line 16735 
Line 17482 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SystemStatistics_Element = _CIM_SystemStatistics_Element =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Element",     "Element",
     /* qualifiers */     /* qualifiers */
     _CIM_SystemStatistics_Element_qualifiers,     _CIM_SystemStatistics_Element_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_System,     &__root_PG_InterOp_CIM_System,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SystemStatistics_features[] = _CIM_SystemStatistics_features[] =
 { {
     (SourceFeature*)&_CIM_SystemStatistics_Stats,      (MetaFeature*)&_CIM_SystemStatistics_Stats,
     (SourceFeature*)&_CIM_SystemStatistics_Element,      (MetaFeature*)&_CIM_SystemStatistics_Element,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_SystemStatistics_qualifiers[] = __root_PG_InterOp_CIM_SystemStatistics_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Statistics",     "\057CIM::Core::Statistics",
     /* Version */     /* Version */
Line 16768 
Line 17517 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SystemStatistics = __root_PG_InterOp_CIM_SystemStatistics =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_SystemStatistics",     "CIM_SystemStatistics",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SystemStatistics_qualifiers,     __root_PG_InterOp_CIM_SystemStatistics_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Statistics,     &__root_PG_InterOp_CIM_Statistics,
     /* features */     /* features */
     _CIM_SystemStatistics_features,     _CIM_SystemStatistics_features,
Line 16803 
Line 17552 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AdminDomain_NameFormat = _CIM_AdminDomain_NameFormat =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "NameFormat",     "NameFormat",
     /* qualifiers */     /* qualifiers */
Line 16820 
Line 17569 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_AdminDomain_features[] = _CIM_AdminDomain_features[] =
 { {
     (SourceFeature*)&_CIM_AdminDomain_NameFormat,      (MetaFeature*)&_CIM_AdminDomain_NameFormat,
     0,     0,
 }; };
  
Line 16837 
Line 17586 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_AdminDomain = __root_PG_InterOp_CIM_AdminDomain =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_AdminDomain",     "CIM_AdminDomain",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_AdminDomain_qualifiers,     __root_PG_InterOp_CIM_AdminDomain_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_System,     &__root_PG_InterOp_CIM_System,
     /* features */     /* features */
     _CIM_AdminDomain_features,     _CIM_AdminDomain_features,
Line 16866 
Line 17615 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_BasedOn_Antecedent = _CIM_BasedOn_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_BasedOn_Antecedent_qualifiers,     _CIM_BasedOn_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_StorageExtent,     &__root_PG_InterOp_CIM_StorageExtent,
 }; };
  
Line 16889 
Line 17638 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_BasedOn_Dependent = _CIM_BasedOn_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_BasedOn_Dependent_qualifiers,     _CIM_BasedOn_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_StorageExtent,     &__root_PG_InterOp_CIM_StorageExtent,
 }; };
  
Line 16910 
Line 17659 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_BasedOn_StartingAddress = _CIM_BasedOn_StartingAddress =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "StartingAddress",     "StartingAddress",
     /* qualifiers */     /* qualifiers */
Line 16933 
Line 17682 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_BasedOn_EndingAddress = _CIM_BasedOn_EndingAddress =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "EndingAddress",     "EndingAddress",
     /* qualifiers */     /* qualifiers */
Line 16956 
Line 17705 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_BasedOn_OrderIndex = _CIM_BasedOn_OrderIndex =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OrderIndex",     "OrderIndex",
     /* qualifiers */     /* qualifiers */
Line 16973 
Line 17722 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_BasedOn_features[] = _CIM_BasedOn_features[] =
 { {
     (SourceFeature*)&_CIM_BasedOn_Antecedent,      (MetaFeature*)&_CIM_BasedOn_Antecedent,
     (SourceFeature*)&_CIM_BasedOn_Dependent,      (MetaFeature*)&_CIM_BasedOn_Dependent,
     (SourceFeature*)&_CIM_BasedOn_StartingAddress,      (MetaFeature*)&_CIM_BasedOn_StartingAddress,
     (SourceFeature*)&_CIM_BasedOn_EndingAddress,      (MetaFeature*)&_CIM_BasedOn_EndingAddress,
     (SourceFeature*)&_CIM_BasedOn_OrderIndex,      (MetaFeature*)&_CIM_BasedOn_OrderIndex,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_BasedOn_qualifiers[] = __root_PG_InterOp_CIM_BasedOn_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::StorageExtent",     "\057CIM::Core::StorageExtent",
     /* Version */     /* Version */
Line 16994 
Line 17745 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_BasedOn = __root_PG_InterOp_CIM_BasedOn =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_BasedOn",     "CIM_BasedOn",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_BasedOn_qualifiers,     __root_PG_InterOp_CIM_BasedOn_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_BasedOn_features,     _CIM_BasedOn_features,
Line 17027 
Line 17778 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ConfigurationForSystem_Antecedent = _CIM_ConfigurationForSystem_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_ConfigurationForSystem_Antecedent_qualifiers,     _CIM_ConfigurationForSystem_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_System,     &__root_PG_InterOp_CIM_System,
 }; };
  
Line 17047 
Line 17798 
 { {
     /* Override */     /* Override */
     "\044Dependent",     "\044Dependent",
       /* Weak */
       "\064\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ConfigurationForSystem_Dependent = _CIM_ConfigurationForSystem_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,      META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_ConfigurationForSystem_Dependent_qualifiers,     _CIM_ConfigurationForSystem_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SystemConfiguration,     &__root_PG_InterOp_CIM_SystemConfiguration,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ConfigurationForSystem_features[] = _CIM_ConfigurationForSystem_features[] =
 { {
     (SourceFeature*)&_CIM_ConfigurationForSystem_Antecedent,      (MetaFeature*)&_CIM_ConfigurationForSystem_Antecedent,
     (SourceFeature*)&_CIM_ConfigurationForSystem_Dependent,      (MetaFeature*)&_CIM_ConfigurationForSystem_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ConfigurationForSystem_qualifiers[] = __root_PG_InterOp_CIM_ConfigurationForSystem_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
     /* Version */     /* Version */
Line 17083 
Line 17838 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ConfigurationForSystem = __root_PG_InterOp_CIM_ConfigurationForSystem =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ConfigurationForSystem",     "CIM_ConfigurationForSystem",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ConfigurationForSystem_qualifiers,     __root_PG_InterOp_CIM_ConfigurationForSystem_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_HostedDependency,     &__root_PG_InterOp_CIM_HostedDependency,
     /* features */     /* features */
     _CIM_ConfigurationForSystem_features,     _CIM_ConfigurationForSystem_features,
Line 17107 
Line 17862 
 static const char* static const char*
 _CIM_ContainedDomain_GroupComponent_qualifiers[] = _CIM_ContainedDomain_GroupComponent_qualifiers[] =
 { {
       /* Aggregate */
       "\003\001",
     /* Override */     /* Override */
     "\044GroupComponent",     "\044GroupComponent",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ContainedDomain_GroupComponent = _CIM_ContainedDomain_GroupComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "GroupComponent",     "GroupComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ContainedDomain_GroupComponent_qualifiers,     _CIM_ContainedDomain_GroupComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_AdminDomain,     &__root_PG_InterOp_CIM_AdminDomain,
 }; };
  
Line 17135 
Line 17892 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ContainedDomain_PartComponent = _CIM_ContainedDomain_PartComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "PartComponent",     "PartComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ContainedDomain_PartComponent_qualifiers,     _CIM_ContainedDomain_PartComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_AdminDomain,     &__root_PG_InterOp_CIM_AdminDomain,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ContainedDomain_features[] = _CIM_ContainedDomain_features[] =
 { {
     (SourceFeature*)&_CIM_ContainedDomain_GroupComponent,      (MetaFeature*)&_CIM_ContainedDomain_GroupComponent,
     (SourceFeature*)&_CIM_ContainedDomain_PartComponent,      (MetaFeature*)&_CIM_ContainedDomain_PartComponent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ContainedDomain_qualifiers[] = __root_PG_InterOp_CIM_ContainedDomain_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::CoreElements",     "\057CIM::Core::CoreElements",
       /* Aggregation */
       "\004\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ContainedDomain = __root_PG_InterOp_CIM_ContainedDomain =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_ContainedDomain",     "CIM_ContainedDomain",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ContainedDomain_qualifiers,     __root_PG_InterOp_CIM_ContainedDomain_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_SystemComponent,     &__root_PG_InterOp_CIM_SystemComponent,
     /* features */     /* features */
     _CIM_ContainedDomain_features,     _CIM_ContainedDomain_features,
Line 17197 
Line 17958 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_DeviceSAPImplementation_Antecedent = _CIM_DeviceSAPImplementation_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_DeviceSAPImplementation_Antecedent_qualifiers,     _CIM_DeviceSAPImplementation_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_LogicalDevice,     &__root_PG_InterOp_CIM_LogicalDevice,
 }; };
  
Line 17220 
Line 17981 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_DeviceSAPImplementation_Dependent = _CIM_DeviceSAPImplementation_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_DeviceSAPImplementation_Dependent_qualifiers,     _CIM_DeviceSAPImplementation_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ServiceAccessPoint,     &__root_PG_InterOp_CIM_ServiceAccessPoint,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_DeviceSAPImplementation_features[] = _CIM_DeviceSAPImplementation_features[] =
 { {
     (SourceFeature*)&_CIM_DeviceSAPImplementation_Antecedent,      (MetaFeature*)&_CIM_DeviceSAPImplementation_Antecedent,
     (SourceFeature*)&_CIM_DeviceSAPImplementation_Dependent,      (MetaFeature*)&_CIM_DeviceSAPImplementation_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_DeviceSAPImplementation_qualifiers[] = __root_PG_InterOp_CIM_DeviceSAPImplementation_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Device",     "\057CIM::Core::Device",
     /* Version */     /* Version */
Line 17253 
Line 18016 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_DeviceSAPImplementation = __root_PG_InterOp_CIM_DeviceSAPImplementation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_DeviceSAPImplementation",     "CIM_DeviceSAPImplementation",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_DeviceSAPImplementation_qualifiers,     __root_PG_InterOp_CIM_DeviceSAPImplementation_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_DeviceSAPImplementation_features,     _CIM_DeviceSAPImplementation_features,
Line 17282 
Line 18045 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_DeviceServiceImplementation_Antecedent = _CIM_DeviceServiceImplementation_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_DeviceServiceImplementation_Antecedent_qualifiers,     _CIM_DeviceServiceImplementation_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_LogicalDevice,     &__root_PG_InterOp_CIM_LogicalDevice,
 }; };
  
Line 17305 
Line 18068 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_DeviceServiceImplementation_Dependent = _CIM_DeviceServiceImplementation_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_DeviceServiceImplementation_Dependent_qualifiers,     _CIM_DeviceServiceImplementation_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_DeviceServiceImplementation_features[] = _CIM_DeviceServiceImplementation_features[] =
 { {
     (SourceFeature*)&_CIM_DeviceServiceImplementation_Antecedent,      (MetaFeature*)&_CIM_DeviceServiceImplementation_Antecedent,
     (SourceFeature*)&_CIM_DeviceServiceImplementation_Dependent,      (MetaFeature*)&_CIM_DeviceServiceImplementation_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_DeviceServiceImplementation_qualifiers[] = __root_PG_InterOp_CIM_DeviceServiceImplementation_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Device",     "\057CIM::Core::Device",
     /* Version */     /* Version */
Line 17338 
Line 18103 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_DeviceServiceImplementation = __root_PG_InterOp_CIM_DeviceServiceImplementation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_DeviceServiceImplementation",     "CIM_DeviceServiceImplementation",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_DeviceServiceImplementation_qualifiers,     __root_PG_InterOp_CIM_DeviceServiceImplementation_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_DeviceServiceImplementation_features,     _CIM_DeviceServiceImplementation_features,
Line 17364 
Line 18129 
 { {
     /* Override */     /* Override */
     "\044Stats",     "\044Stats",
       /* Weak */
       "\064\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_DeviceStatistics_Stats = _CIM_DeviceStatistics_Stats =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,      META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
     /* name */     /* name */
     "Stats",     "Stats",
     /* qualifiers */     /* qualifiers */
     _CIM_DeviceStatistics_Stats_qualifiers,     _CIM_DeviceStatistics_Stats_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_DeviceStatisticalInformation,     &__root_PG_InterOp_CIM_DeviceStatisticalInformation,
 }; };
  
Line 17394 
Line 18161 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_DeviceStatistics_Element = _CIM_DeviceStatistics_Element =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Element",     "Element",
     /* qualifiers */     /* qualifiers */
     _CIM_DeviceStatistics_Element_qualifiers,     _CIM_DeviceStatistics_Element_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_LogicalDevice,     &__root_PG_InterOp_CIM_LogicalDevice,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_DeviceStatistics_features[] = _CIM_DeviceStatistics_features[] =
 { {
     (SourceFeature*)&_CIM_DeviceStatistics_Stats,      (MetaFeature*)&_CIM_DeviceStatistics_Stats,
     (SourceFeature*)&_CIM_DeviceStatistics_Element,      (MetaFeature*)&_CIM_DeviceStatistics_Element,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_DeviceStatistics_qualifiers[] = __root_PG_InterOp_CIM_DeviceStatistics_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Statistics",     "\057CIM::Core::Statistics",
     /* Version */     /* Version */
Line 17427 
Line 18196 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_DeviceStatistics = __root_PG_InterOp_CIM_DeviceStatistics =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_DeviceStatistics",     "CIM_DeviceStatistics",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_DeviceStatistics_qualifiers,     __root_PG_InterOp_CIM_DeviceStatistics_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Statistics,     &__root_PG_InterOp_CIM_Statistics,
     /* features */     /* features */
     _CIM_DeviceStatistics_features,     _CIM_DeviceStatistics_features,
Line 17453 
Line 18222 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_MemberOfCollection.Collection\000",     "\013\000\001CIM_MemberOfCollection.Collection\000",
       /* Aggregate */
       "\003\001",
     /* Override */     /* Override */
     "\044GroupComponent",     "\044GroupComponent",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ExtentRedundancyComponent_GroupComponent = _CIM_ExtentRedundancyComponent_GroupComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "GroupComponent",     "GroupComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ExtentRedundancyComponent_GroupComponent_qualifiers,     _CIM_ExtentRedundancyComponent_GroupComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_StorageRedundancyGroup,     &__root_PG_InterOp_CIM_StorageRedundancyGroup,
 }; };
  
Line 17483 
Line 18254 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ExtentRedundancyComponent_PartComponent = _CIM_ExtentRedundancyComponent_PartComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "PartComponent",     "PartComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ExtentRedundancyComponent_PartComponent_qualifiers,     _CIM_ExtentRedundancyComponent_PartComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_StorageExtent,     &__root_PG_InterOp_CIM_StorageExtent,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ExtentRedundancyComponent_features[] = _CIM_ExtentRedundancyComponent_features[] =
 { {
     (SourceFeature*)&_CIM_ExtentRedundancyComponent_GroupComponent,      (MetaFeature*)&_CIM_ExtentRedundancyComponent_GroupComponent,
     (SourceFeature*)&_CIM_ExtentRedundancyComponent_PartComponent,      (MetaFeature*)&_CIM_ExtentRedundancyComponent_PartComponent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ExtentRedundancyComponent_qualifiers[] = __root_PG_InterOp_CIM_ExtentRedundancyComponent_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_MemberOfCollection\000",     "\013\000\001CIM_MemberOfCollection\000",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Redundancy",     "\057CIM::Core::Redundancy",
       /* Aggregation */
       "\004\001",
     /* Version */     /* Version */
     "\0632.13.0",     "\0632.13.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ExtentRedundancyComponent = __root_PG_InterOp_CIM_ExtentRedundancyComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_ExtentRedundancyComponent",     "CIM_ExtentRedundancyComponent",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ExtentRedundancyComponent_qualifiers,     __root_PG_InterOp_CIM_ExtentRedundancyComponent_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_RedundancyComponent,     &__root_PG_InterOp_CIM_RedundancyComponent,
     /* features */     /* features */
     _CIM_ExtentRedundancyComponent_features,     _CIM_ExtentRedundancyComponent_features,
Line 17551 
Line 18326 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_HostedAccessPoint_Antecedent = _CIM_HostedAccessPoint_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_HostedAccessPoint_Antecedent_qualifiers,     _CIM_HostedAccessPoint_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_System,     &__root_PG_InterOp_CIM_System,
 }; };
  
Line 17571 
Line 18346 
 { {
     /* Override */     /* Override */
     "\044Dependent",     "\044Dependent",
       /* Weak */
       "\064\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_HostedAccessPoint_Dependent = _CIM_HostedAccessPoint_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,      META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_HostedAccessPoint_Dependent_qualifiers,     _CIM_HostedAccessPoint_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ServiceAccessPoint,     &__root_PG_InterOp_CIM_ServiceAccessPoint,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_HostedAccessPoint_features[] = _CIM_HostedAccessPoint_features[] =
 { {
     (SourceFeature*)&_CIM_HostedAccessPoint_Antecedent,      (MetaFeature*)&_CIM_HostedAccessPoint_Antecedent,
     (SourceFeature*)&_CIM_HostedAccessPoint_Dependent,      (MetaFeature*)&_CIM_HostedAccessPoint_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_HostedAccessPoint_qualifiers[] = __root_PG_InterOp_CIM_HostedAccessPoint_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Service",     "\057CIM::Core::Service",
     /* Version */     /* Version */
Line 17607 
Line 18386 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_HostedAccessPoint = __root_PG_InterOp_CIM_HostedAccessPoint =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_HostedAccessPoint",     "CIM_HostedAccessPoint",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_HostedAccessPoint_qualifiers,     __root_PG_InterOp_CIM_HostedAccessPoint_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_HostedDependency,     &__root_PG_InterOp_CIM_HostedDependency,
     /* features */     /* features */
     _CIM_HostedAccessPoint_features,     _CIM_HostedAccessPoint_features,
Line 17640 
Line 18419 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_HostedCollection_Antecedent = _CIM_HostedCollection_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_HostedCollection_Antecedent_qualifiers,     _CIM_HostedCollection_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_System,     &__root_PG_InterOp_CIM_System,
 }; };
  
Line 17663 
Line 18442 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_HostedCollection_Dependent = _CIM_HostedCollection_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_HostedCollection_Dependent_qualifiers,     _CIM_HostedCollection_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SystemSpecificCollection,     &__root_PG_InterOp_CIM_SystemSpecificCollection,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_HostedCollection_features[] = _CIM_HostedCollection_features[] =
 { {
     (SourceFeature*)&_CIM_HostedCollection_Antecedent,      (MetaFeature*)&_CIM_HostedCollection_Antecedent,
     (SourceFeature*)&_CIM_HostedCollection_Dependent,      (MetaFeature*)&_CIM_HostedCollection_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_HostedCollection_qualifiers[] = __root_PG_InterOp_CIM_HostedCollection_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Collection",     "\057CIM::Core::Collection",
     /* Version */     /* Version */
Line 17696 
Line 18477 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_HostedCollection = __root_PG_InterOp_CIM_HostedCollection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_HostedCollection",     "CIM_HostedCollection",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_HostedCollection_qualifiers,     __root_PG_InterOp_CIM_HostedCollection_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_HostedDependency,     &__root_PG_InterOp_CIM_HostedDependency,
     /* features */     /* features */
     _CIM_HostedCollection_features,     _CIM_HostedCollection_features,
Line 17729 
Line 18510 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_HostedService_Antecedent = _CIM_HostedService_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_HostedService_Antecedent_qualifiers,     _CIM_HostedService_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_System,     &__root_PG_InterOp_CIM_System,
 }; };
  
Line 17749 
Line 18530 
 { {
     /* Override */     /* Override */
     "\044Dependent",     "\044Dependent",
       /* Weak */
       "\064\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_HostedService_Dependent = _CIM_HostedService_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,      META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_HostedService_Dependent_qualifiers,     _CIM_HostedService_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_HostedService_features[] = _CIM_HostedService_features[] =
 { {
     (SourceFeature*)&_CIM_HostedService_Antecedent,      (MetaFeature*)&_CIM_HostedService_Antecedent,
     (SourceFeature*)&_CIM_HostedService_Dependent,      (MetaFeature*)&_CIM_HostedService_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_HostedService_qualifiers[] = __root_PG_InterOp_CIM_HostedService_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Service",     "\057CIM::Core::Service",
     /* Version */     /* Version */
Line 17785 
Line 18570 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_HostedService = __root_PG_InterOp_CIM_HostedService =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_HostedService",     "CIM_HostedService",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_HostedService_qualifiers,     __root_PG_InterOp_CIM_HostedService_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_HostedDependency,     &__root_PG_InterOp_CIM_HostedDependency,
     /* features */     /* features */
     _CIM_HostedService_features,     _CIM_HostedService_features,
Line 17809 
Line 18594 
 static const char* static const char*
 _CIM_InstalledSoftwareIdentity_System_qualifiers[] = _CIM_InstalledSoftwareIdentity_System_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_InstalledSoftwareIdentity_System = _CIM_InstalledSoftwareIdentity_System =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "System",     "System",
     /* qualifiers */     /* qualifiers */
     _CIM_InstalledSoftwareIdentity_System_qualifiers,     _CIM_InstalledSoftwareIdentity_System_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_System,     &__root_PG_InterOp_CIM_System,
 }; };
  
 static const char* static const char*
 _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers[] = _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_InstalledSoftwareIdentity_InstalledSoftware = _CIM_InstalledSoftwareIdentity_InstalledSoftware =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "InstalledSoftware",     "InstalledSoftware",
     /* qualifiers */     /* qualifiers */
     _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers,     _CIM_InstalledSoftwareIdentity_InstalledSoftware_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SoftwareIdentity,     &__root_PG_InterOp_CIM_SoftwareIdentity,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_InstalledSoftwareIdentity_features[] = _CIM_InstalledSoftwareIdentity_features[] =
 { {
     (SourceFeature*)&_CIM_InstalledSoftwareIdentity_System,      (MetaFeature*)&_CIM_InstalledSoftwareIdentity_System,
     (SourceFeature*)&_CIM_InstalledSoftwareIdentity_InstalledSoftware,      (MetaFeature*)&_CIM_InstalledSoftwareIdentity_InstalledSoftware,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_InstalledSoftwareIdentity_qualifiers[] = __root_PG_InterOp_CIM_InstalledSoftwareIdentity_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Software",     "\057CIM::Core::Software",
     /* Version */     /* Version */
Line 17866 
Line 18657 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_InstalledSoftwareIdentity = __root_PG_InterOp_CIM_InstalledSoftwareIdentity =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_InstalledSoftwareIdentity",     "CIM_InstalledSoftwareIdentity",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_InstalledSoftwareIdentity_qualifiers,     __root_PG_InterOp_CIM_InstalledSoftwareIdentity_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_InstalledSoftwareIdentity_features,     _CIM_InstalledSoftwareIdentity_features,
Line 17890 
Line 18681 
 static const char* static const char*
 _CIM_PowerManagementService_SetPowerState_PowerState_qualifiers[] = _CIM_PowerManagementService_SetPowerState_PowerState_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",     "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
     /* Values */     /* Values */
Line 17897 
Line 18690 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PowerManagementService_SetPowerState_PowerState = _CIM_PowerManagementService_SetPowerState_PowerState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "PowerState",     "PowerState",
     /* qualifiers */     /* qualifiers */
Line 17917 
Line 18710 
 static const char* static const char*
 _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers[] = _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_PowerManagementService_SetPowerState_ManagedElement = _CIM_PowerManagementService_SetPowerState_ManagedElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_IN,      META_FLAG_REFERENCE|META_FLAG_IN,
     /* name */     /* name */
     "ManagedElement",     "ManagedElement",
     /* qualifiers */     /* qualifiers */
     _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers,     _CIM_PowerManagementService_SetPowerState_ManagedElement_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* ref */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static const char* static const char*
 _CIM_PowerManagementService_SetPowerState_Time_qualifiers[] = _CIM_PowerManagementService_SetPowerState_Time_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_PowerManagementService_SetPowerState_Time = _CIM_PowerManagementService_SetPowerState_Time =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "Time",     "Time",
     /* qualifiers */     /* qualifiers */
Line 17958 
Line 18755 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_PowerManagementService_SetPowerState_parameters[] = _CIM_PowerManagementService_SetPowerState_parameters[] =
 { {
     (SourceProperty*)&_CIM_PowerManagementService_SetPowerState_PowerState,      (MetaFeature*)&_CIM_PowerManagementService_SetPowerState_PowerState,
     (SourceProperty*)&_CIM_PowerManagementService_SetPowerState_ManagedElement,      (MetaFeature*)&_CIM_PowerManagementService_SetPowerState_ManagedElement,
     (SourceProperty*)&_CIM_PowerManagementService_SetPowerState_Time,      (MetaFeature*)&_CIM_PowerManagementService_SetPowerState_Time,
     0,     0,
 }; };
  
Line 17973 
Line 18770 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_PowerManagementService_SetPowerState = _CIM_PowerManagementService_SetPowerState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_PowerManagementService",     "CIM_PowerManagementService",
     /* qualifiers */     /* qualifiers */
Line 17988 
Line 18785 
     _CIM_PowerManagementService_SetPowerState_parameters,     _CIM_PowerManagementService_SetPowerState_parameters,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_PowerManagementService_features[] = _CIM_PowerManagementService_features[] =
 { {
     (SourceFeature*)&_CIM_PowerManagementService_SetPowerState,      (MetaFeature*)&_CIM_PowerManagementService_SetPowerState,
     0,     0,
 }; };
  
Line 18005 
Line 18802 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_PowerManagementService = __root_PG_InterOp_CIM_PowerManagementService =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_PowerManagementService",     "CIM_PowerManagementService",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_PowerManagementService_qualifiers,     __root_PG_InterOp_CIM_PowerManagementService_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
     /* features */     /* features */
     _CIM_PowerManagementService_features,     _CIM_PowerManagementService_features,
Line 18029 
Line 18826 
 static const char* static const char*
 _CIM_ProductServiceComponent_GroupComponent_qualifiers[] = _CIM_ProductServiceComponent_GroupComponent_qualifiers[] =
 { {
       /* Aggregate */
       "\003\001",
     /* Override */     /* Override */
     "\044GroupComponent",     "\044GroupComponent",
     /* Max */     /* Max */
Line 18036 
Line 18835 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductServiceComponent_GroupComponent = _CIM_ProductServiceComponent_GroupComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_AGGREGATE|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_AGGREGATE|META_FLAG_READ,
     /* name */     /* name */
     "GroupComponent",     "GroupComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductServiceComponent_GroupComponent_qualifiers,     _CIM_ProductServiceComponent_GroupComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Product,     &__root_PG_InterOp_CIM_Product,
 }; };
  
Line 18059 
Line 18858 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProductServiceComponent_PartComponent = _CIM_ProductServiceComponent_PartComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "PartComponent",     "PartComponent",
     /* qualifiers */     /* qualifiers */
     _CIM_ProductServiceComponent_PartComponent_qualifiers,     _CIM_ProductServiceComponent_PartComponent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ProductServiceComponent_features[] = _CIM_ProductServiceComponent_features[] =
 { {
     (SourceFeature*)&_CIM_ProductServiceComponent_GroupComponent,      (MetaFeature*)&_CIM_ProductServiceComponent_GroupComponent,
     (SourceFeature*)&_CIM_ProductServiceComponent_PartComponent,      (MetaFeature*)&_CIM_ProductServiceComponent_PartComponent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ProductServiceComponent_qualifiers[] = __root_PG_InterOp_CIM_ProductServiceComponent_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::ProductFRU",     "\057CIM::Core::ProductFRU",
       /* Aggregation */
       "\004\001",
       /* Composition */
       "\011\001",
     /* Version */     /* Version */
     "\0632.7.0",     "\0632.7.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ProductServiceComponent = __root_PG_InterOp_CIM_ProductServiceComponent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION|PEGASUS_FLAG_AGGREGATION,      META_FLAG_ASSOCIATION|META_FLAG_AGGREGATION,
     /* name */     /* name */
     "CIM_ProductServiceComponent",     "CIM_ProductServiceComponent",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ProductServiceComponent_qualifiers,     __root_PG_InterOp_CIM_ProductServiceComponent_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Component,     &__root_PG_InterOp_CIM_Component,
     /* features */     /* features */
     _CIM_ProductServiceComponent_features,     _CIM_ProductServiceComponent_features,
Line 18123 
Line 18928 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ProtocolEndpoint_Description = _CIM_ProtocolEndpoint_Description =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Description",     "Description",
     /* qualifiers */     /* qualifiers */
Line 18150 
Line 18955 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ProtocolEndpoint_OperationalStatus = _CIM_ProtocolEndpoint_OperationalStatus =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OperationalStatus",     "OperationalStatus",
     /* qualifiers */     /* qualifiers */
Line 18177 
Line 18982 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ProtocolEndpoint_EnabledState = _CIM_ProtocolEndpoint_EnabledState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "EnabledState",     "EnabledState",
     /* qualifiers */     /* qualifiers */
Line 18204 
Line 19009 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ProtocolEndpoint_TimeOfLastStateChange = _CIM_ProtocolEndpoint_TimeOfLastStateChange =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TimeOfLastStateChange",     "TimeOfLastStateChange",
     /* qualifiers */     /* qualifiers */
Line 18231 
Line 19036 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ProtocolEndpoint_Name = _CIM_ProtocolEndpoint_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 18256 
Line 19061 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ProtocolEndpoint_NameFormat = _CIM_ProtocolEndpoint_NameFormat =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "NameFormat",     "NameFormat",
     /* qualifiers */     /* qualifiers */
Line 18287 
Line 19092 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ProtocolEndpoint_ProtocolType = _CIM_ProtocolEndpoint_ProtocolType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ProtocolType",     "ProtocolType",
     /* qualifiers */     /* qualifiers */
Line 18318 
Line 19123 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ProtocolEndpoint_ProtocolIFType = _CIM_ProtocolEndpoint_ProtocolIFType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ProtocolIFType",     "ProtocolIFType",
     /* qualifiers */     /* qualifiers */
Line 18345 
Line 19150 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ProtocolEndpoint_OtherTypeDescription = _CIM_ProtocolEndpoint_OtherTypeDescription =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherTypeDescription",     "OtherTypeDescription",
     /* qualifiers */     /* qualifiers */
Line 18362 
Line 19167 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ProtocolEndpoint_features[] = _CIM_ProtocolEndpoint_features[] =
 { {
     (SourceFeature*)&_CIM_ProtocolEndpoint_Description,      (MetaFeature*)&_CIM_ProtocolEndpoint_Description,
     (SourceFeature*)&_CIM_ProtocolEndpoint_OperationalStatus,      (MetaFeature*)&_CIM_ProtocolEndpoint_OperationalStatus,
     (SourceFeature*)&_CIM_ProtocolEndpoint_EnabledState,      (MetaFeature*)&_CIM_ProtocolEndpoint_EnabledState,
     (SourceFeature*)&_CIM_ProtocolEndpoint_TimeOfLastStateChange,      (MetaFeature*)&_CIM_ProtocolEndpoint_TimeOfLastStateChange,
     (SourceFeature*)&_CIM_ProtocolEndpoint_Name,      (MetaFeature*)&_CIM_ProtocolEndpoint_Name,
     (SourceFeature*)&_CIM_ProtocolEndpoint_NameFormat,      (MetaFeature*)&_CIM_ProtocolEndpoint_NameFormat,
     (SourceFeature*)&_CIM_ProtocolEndpoint_ProtocolType,      (MetaFeature*)&_CIM_ProtocolEndpoint_ProtocolType,
     (SourceFeature*)&_CIM_ProtocolEndpoint_ProtocolIFType,      (MetaFeature*)&_CIM_ProtocolEndpoint_ProtocolIFType,
     (SourceFeature*)&_CIM_ProtocolEndpoint_OtherTypeDescription,      (MetaFeature*)&_CIM_ProtocolEndpoint_OtherTypeDescription,
     0,     0,
 }; };
  
Line 18387 
Line 19192 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ProtocolEndpoint = __root_PG_InterOp_CIM_ProtocolEndpoint =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_ProtocolEndpoint",     "CIM_ProtocolEndpoint",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ProtocolEndpoint_qualifiers,     __root_PG_InterOp_CIM_ProtocolEndpoint_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ServiceAccessPoint,     &__root_PG_InterOp_CIM_ServiceAccessPoint,
     /* features */     /* features */
     _CIM_ProtocolEndpoint_features,     _CIM_ProtocolEndpoint_features,
Line 18418 
Line 19223 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProvidesServiceToElement_Antecedent = _CIM_ProvidesServiceToElement_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_ProvidesServiceToElement_Antecedent_qualifiers,     _CIM_ProvidesServiceToElement_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
 }; };
  
Line 18443 
Line 19248 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProvidesServiceToElement_Dependent = _CIM_ProvidesServiceToElement_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_ProvidesServiceToElement_Dependent_qualifiers,     _CIM_ProvidesServiceToElement_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ProvidesServiceToElement_features[] = _CIM_ProvidesServiceToElement_features[] =
 { {
     (SourceFeature*)&_CIM_ProvidesServiceToElement_Antecedent,      (MetaFeature*)&_CIM_ProvidesServiceToElement_Antecedent,
     (SourceFeature*)&_CIM_ProvidesServiceToElement_Dependent,      (MetaFeature*)&_CIM_ProvidesServiceToElement_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ProvidesServiceToElement_qualifiers[] = __root_PG_InterOp_CIM_ProvidesServiceToElement_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_ServiceAvailableToElement\000",     "\013\000\001CIM_ServiceAvailableToElement\000",
     /* UMLPackagePath */     /* UMLPackagePath */
Line 18478 
Line 19285 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ProvidesServiceToElement = __root_PG_InterOp_CIM_ProvidesServiceToElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ProvidesServiceToElement",     "CIM_ProvidesServiceToElement",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ProvidesServiceToElement_qualifiers,     __root_PG_InterOp_CIM_ProvidesServiceToElement_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_ProvidesServiceToElement_features,     _CIM_ProvidesServiceToElement_features,
Line 18507 
Line 19314 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RemoteServiceAccessPoint_AccessInfo = _CIM_RemoteServiceAccessPoint_AccessInfo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "AccessInfo",     "AccessInfo",
     /* qualifiers */     /* qualifiers */
Line 18536 
Line 19343 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RemoteServiceAccessPoint_InfoFormat = _CIM_RemoteServiceAccessPoint_InfoFormat =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "InfoFormat",     "InfoFormat",
     /* qualifiers */     /* qualifiers */
Line 18561 
Line 19368 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription = _CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherInfoFormatDescription",     "OtherInfoFormatDescription",
     /* qualifiers */     /* qualifiers */
Line 18578 
Line 19385 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_RemoteServiceAccessPoint_features[] = _CIM_RemoteServiceAccessPoint_features[] =
 { {
     (SourceFeature*)&_CIM_RemoteServiceAccessPoint_AccessInfo,      (MetaFeature*)&_CIM_RemoteServiceAccessPoint_AccessInfo,
     (SourceFeature*)&_CIM_RemoteServiceAccessPoint_InfoFormat,      (MetaFeature*)&_CIM_RemoteServiceAccessPoint_InfoFormat,
     (SourceFeature*)&_CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription,      (MetaFeature*)&_CIM_RemoteServiceAccessPoint_OtherInfoFormatDescription,
     0,     0,
 }; };
  
Line 18597 
Line 19404 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_RemoteServiceAccessPoint = __root_PG_InterOp_CIM_RemoteServiceAccessPoint =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_RemoteServiceAccessPoint",     "CIM_RemoteServiceAccessPoint",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_RemoteServiceAccessPoint_qualifiers,     __root_PG_InterOp_CIM_RemoteServiceAccessPoint_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ServiceAccessPoint,     &__root_PG_InterOp_CIM_ServiceAccessPoint,
     /* features */     /* features */
     _CIM_RemoteServiceAccessPoint_features,     _CIM_RemoteServiceAccessPoint_features,
Line 18621 
Line 19428 
 static const char* static const char*
 _CIM_SAPAvailableForElement_AvailableSAP_qualifiers[] = _CIM_SAPAvailableForElement_AvailableSAP_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SAPAvailableForElement_AvailableSAP = _CIM_SAPAvailableForElement_AvailableSAP =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "AvailableSAP",     "AvailableSAP",
     /* qualifiers */     /* qualifiers */
     _CIM_SAPAvailableForElement_AvailableSAP_qualifiers,     _CIM_SAPAvailableForElement_AvailableSAP_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ServiceAccessPoint,     &__root_PG_InterOp_CIM_ServiceAccessPoint,
 }; };
  
 static const char* static const char*
 _CIM_SAPAvailableForElement_ManagedElement_qualifiers[] = _CIM_SAPAvailableForElement_ManagedElement_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SAPAvailableForElement_ManagedElement = _CIM_SAPAvailableForElement_ManagedElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ManagedElement",     "ManagedElement",
     /* qualifiers */     /* qualifiers */
     _CIM_SAPAvailableForElement_ManagedElement_qualifiers,     _CIM_SAPAvailableForElement_ManagedElement_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SAPAvailableForElement_features[] = _CIM_SAPAvailableForElement_features[] =
 { {
     (SourceFeature*)&_CIM_SAPAvailableForElement_AvailableSAP,      (MetaFeature*)&_CIM_SAPAvailableForElement_AvailableSAP,
     (SourceFeature*)&_CIM_SAPAvailableForElement_ManagedElement,      (MetaFeature*)&_CIM_SAPAvailableForElement_ManagedElement,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_SAPAvailableForElement_qualifiers[] = __root_PG_InterOp_CIM_SAPAvailableForElement_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Service",     "\057CIM::Core::Service",
     /* Version */     /* Version */
Line 18678 
Line 19491 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SAPAvailableForElement = __root_PG_InterOp_CIM_SAPAvailableForElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_SAPAvailableForElement",     "CIM_SAPAvailableForElement",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SAPAvailableForElement_qualifiers,     __root_PG_InterOp_CIM_SAPAvailableForElement_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_SAPAvailableForElement_features,     _CIM_SAPAvailableForElement_features,
Line 18707 
Line 19520 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SAPSAPDependency_Antecedent = _CIM_SAPSAPDependency_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_SAPSAPDependency_Antecedent_qualifiers,     _CIM_SAPSAPDependency_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ServiceAccessPoint,     &__root_PG_InterOp_CIM_ServiceAccessPoint,
 }; };
  
Line 18730 
Line 19543 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SAPSAPDependency_Dependent = _CIM_SAPSAPDependency_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_SAPSAPDependency_Dependent_qualifiers,     _CIM_SAPSAPDependency_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ServiceAccessPoint,     &__root_PG_InterOp_CIM_ServiceAccessPoint,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SAPSAPDependency_features[] = _CIM_SAPSAPDependency_features[] =
 { {
     (SourceFeature*)&_CIM_SAPSAPDependency_Antecedent,      (MetaFeature*)&_CIM_SAPSAPDependency_Antecedent,
     (SourceFeature*)&_CIM_SAPSAPDependency_Dependent,      (MetaFeature*)&_CIM_SAPSAPDependency_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_SAPSAPDependency_qualifiers[] = __root_PG_InterOp_CIM_SAPSAPDependency_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Service",     "\057CIM::Core::Service",
     /* Version */     /* Version */
Line 18763 
Line 19578 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SAPSAPDependency = __root_PG_InterOp_CIM_SAPSAPDependency =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_SAPSAPDependency",     "CIM_SAPSAPDependency",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SAPSAPDependency_qualifiers,     __root_PG_InterOp_CIM_SAPSAPDependency_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_SAPSAPDependency_features,     _CIM_SAPSAPDependency_features,
Line 18789 
Line 19604 
 { {
     /* Override */     /* Override */
     "\044Stats",     "\044Stats",
       /* Weak */
       "\064\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SAPStatistics_Stats = _CIM_SAPStatistics_Stats =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,      META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
     /* name */     /* name */
     "Stats",     "Stats",
     /* qualifiers */     /* qualifiers */
     _CIM_SAPStatistics_Stats_qualifiers,     _CIM_SAPStatistics_Stats_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SAPStatisticalInformation,     &__root_PG_InterOp_CIM_SAPStatisticalInformation,
 }; };
  
Line 18819 
Line 19636 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SAPStatistics_Element = _CIM_SAPStatistics_Element =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Element",     "Element",
     /* qualifiers */     /* qualifiers */
     _CIM_SAPStatistics_Element_qualifiers,     _CIM_SAPStatistics_Element_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ServiceAccessPoint,     &__root_PG_InterOp_CIM_ServiceAccessPoint,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SAPStatistics_features[] = _CIM_SAPStatistics_features[] =
 { {
     (SourceFeature*)&_CIM_SAPStatistics_Stats,      (MetaFeature*)&_CIM_SAPStatistics_Stats,
     (SourceFeature*)&_CIM_SAPStatistics_Element,      (MetaFeature*)&_CIM_SAPStatistics_Element,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_SAPStatistics_qualifiers[] = __root_PG_InterOp_CIM_SAPStatistics_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Statistics",     "\057CIM::Core::Statistics",
     /* Version */     /* Version */
Line 18852 
Line 19671 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SAPStatistics = __root_PG_InterOp_CIM_SAPStatistics =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_SAPStatistics",     "CIM_SAPStatistics",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SAPStatistics_qualifiers,     __root_PG_InterOp_CIM_SAPStatistics_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Statistics,     &__root_PG_InterOp_CIM_Statistics,
     /* features */     /* features */
     _CIM_SAPStatistics_features,     _CIM_SAPStatistics_features,
Line 18881 
Line 19700 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ServiceAccessBySAP_Antecedent = _CIM_ServiceAccessBySAP_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_ServiceAccessBySAP_Antecedent_qualifiers,     _CIM_ServiceAccessBySAP_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
 }; };
  
Line 18904 
Line 19723 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ServiceAccessBySAP_Dependent = _CIM_ServiceAccessBySAP_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_ServiceAccessBySAP_Dependent_qualifiers,     _CIM_ServiceAccessBySAP_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ServiceAccessPoint,     &__root_PG_InterOp_CIM_ServiceAccessPoint,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ServiceAccessBySAP_features[] = _CIM_ServiceAccessBySAP_features[] =
 { {
     (SourceFeature*)&_CIM_ServiceAccessBySAP_Antecedent,      (MetaFeature*)&_CIM_ServiceAccessBySAP_Antecedent,
     (SourceFeature*)&_CIM_ServiceAccessBySAP_Dependent,      (MetaFeature*)&_CIM_ServiceAccessBySAP_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ServiceAccessBySAP_qualifiers[] = __root_PG_InterOp_CIM_ServiceAccessBySAP_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Service",     "\057CIM::Core::Service",
     /* Version */     /* Version */
Line 18937 
Line 19758 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ServiceAccessBySAP = __root_PG_InterOp_CIM_ServiceAccessBySAP =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ServiceAccessBySAP",     "CIM_ServiceAccessBySAP",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ServiceAccessBySAP_qualifiers,     __root_PG_InterOp_CIM_ServiceAccessBySAP_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_ServiceAccessBySAP_features,     _CIM_ServiceAccessBySAP_features,
Line 18966 
Line 19787 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ServiceServiceDependency_Antecedent = _CIM_ServiceServiceDependency_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_ServiceServiceDependency_Antecedent_qualifiers,     _CIM_ServiceServiceDependency_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
 }; };
  
Line 18989 
Line 19810 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ServiceServiceDependency_Dependent = _CIM_ServiceServiceDependency_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_ServiceServiceDependency_Dependent_qualifiers,     _CIM_ServiceServiceDependency_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
 }; };
  
Line 19014 
Line 19835 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ServiceServiceDependency_TypeOfDependency = _CIM_ServiceServiceDependency_TypeOfDependency =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TypeOfDependency",     "TypeOfDependency",
     /* qualifiers */     /* qualifiers */
Line 19037 
Line 19858 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ServiceServiceDependency_RestartService = _CIM_ServiceServiceDependency_RestartService =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "RestartService",     "RestartService",
     /* qualifiers */     /* qualifiers */
Line 19054 
Line 19875 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ServiceServiceDependency_features[] = _CIM_ServiceServiceDependency_features[] =
 { {
     (SourceFeature*)&_CIM_ServiceServiceDependency_Antecedent,      (MetaFeature*)&_CIM_ServiceServiceDependency_Antecedent,
     (SourceFeature*)&_CIM_ServiceServiceDependency_Dependent,      (MetaFeature*)&_CIM_ServiceServiceDependency_Dependent,
     (SourceFeature*)&_CIM_ServiceServiceDependency_TypeOfDependency,      (MetaFeature*)&_CIM_ServiceServiceDependency_TypeOfDependency,
     (SourceFeature*)&_CIM_ServiceServiceDependency_RestartService,      (MetaFeature*)&_CIM_ServiceServiceDependency_RestartService,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ServiceServiceDependency_qualifiers[] = __root_PG_InterOp_CIM_ServiceServiceDependency_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Service",     "\057CIM::Core::Service",
     /* Version */     /* Version */
Line 19074 
Line 19897 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ServiceServiceDependency = __root_PG_InterOp_CIM_ServiceServiceDependency =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ServiceServiceDependency",     "CIM_ServiceServiceDependency",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ServiceServiceDependency_qualifiers,     __root_PG_InterOp_CIM_ServiceServiceDependency_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ProvidesServiceToElement,     &__root_PG_InterOp_CIM_ProvidesServiceToElement,
     /* features */     /* features */
     _CIM_ServiceServiceDependency_features,     _CIM_ServiceServiceDependency_features,
Line 19107 
Line 19930 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SettingForSystem_Antecedent = _CIM_SettingForSystem_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_SettingForSystem_Antecedent_qualifiers,     _CIM_SettingForSystem_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_System,     &__root_PG_InterOp_CIM_System,
 }; };
  
Line 19127 
Line 19950 
 { {
     /* Override */     /* Override */
     "\044Dependent",     "\044Dependent",
       /* Weak */
       "\064\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SettingForSystem_Dependent = _CIM_SettingForSystem_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,      META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_SettingForSystem_Dependent_qualifiers,     _CIM_SettingForSystem_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SystemSetting,     &__root_PG_InterOp_CIM_SystemSetting,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SettingForSystem_features[] = _CIM_SettingForSystem_features[] =
 { {
     (SourceFeature*)&_CIM_SettingForSystem_Antecedent,      (MetaFeature*)&_CIM_SettingForSystem_Antecedent,
     (SourceFeature*)&_CIM_SettingForSystem_Dependent,      (MetaFeature*)&_CIM_SettingForSystem_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_SettingForSystem_qualifiers[] = __root_PG_InterOp_CIM_SettingForSystem_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Settings",     "\057CIM::Core::Settings",
     /* Version */     /* Version */
Line 19163 
Line 19990 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SettingForSystem = __root_PG_InterOp_CIM_SettingForSystem =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_SettingForSystem",     "CIM_SettingForSystem",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SettingForSystem_qualifiers,     __root_PG_InterOp_CIM_SettingForSystem_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_HostedDependency,     &__root_PG_InterOp_CIM_HostedDependency,
     /* features */     /* features */
     _CIM_SettingForSystem_features,     _CIM_SettingForSystem_features,
Line 19192 
Line 20019 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ActiveConnection_Antecedent = _CIM_ActiveConnection_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_ActiveConnection_Antecedent_qualifiers,     _CIM_ActiveConnection_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ServiceAccessPoint,     &__root_PG_InterOp_CIM_ServiceAccessPoint,
 }; };
  
Line 19215 
Line 20042 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ActiveConnection_Dependent = _CIM_ActiveConnection_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_ActiveConnection_Dependent_qualifiers,     _CIM_ActiveConnection_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ServiceAccessPoint,     &__root_PG_InterOp_CIM_ServiceAccessPoint,
 }; };
  
Line 19244 
Line 20071 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ActiveConnection_TrafficType = _CIM_ActiveConnection_TrafficType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TrafficType",     "TrafficType",
     /* qualifiers */     /* qualifiers */
Line 19273 
Line 20100 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ActiveConnection_OtherTrafficDescription = _CIM_ActiveConnection_OtherTrafficDescription =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherTrafficDescription",     "OtherTrafficDescription",
     /* qualifiers */     /* qualifiers */
Line 19296 
Line 20123 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ActiveConnection_IsUnidirectional = _CIM_ActiveConnection_IsUnidirectional =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "IsUnidirectional",     "IsUnidirectional",
     /* qualifiers */     /* qualifiers */
Line 19313 
Line 20140 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ActiveConnection_features[] = _CIM_ActiveConnection_features[] =
 { {
     (SourceFeature*)&_CIM_ActiveConnection_Antecedent,      (MetaFeature*)&_CIM_ActiveConnection_Antecedent,
     (SourceFeature*)&_CIM_ActiveConnection_Dependent,      (MetaFeature*)&_CIM_ActiveConnection_Dependent,
     (SourceFeature*)&_CIM_ActiveConnection_TrafficType,      (MetaFeature*)&_CIM_ActiveConnection_TrafficType,
     (SourceFeature*)&_CIM_ActiveConnection_OtherTrafficDescription,      (MetaFeature*)&_CIM_ActiveConnection_OtherTrafficDescription,
     (SourceFeature*)&_CIM_ActiveConnection_IsUnidirectional,      (MetaFeature*)&_CIM_ActiveConnection_IsUnidirectional,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ActiveConnection_qualifiers[] = __root_PG_InterOp_CIM_ActiveConnection_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Service",     "\057CIM::Core::Service",
     /* Version */     /* Version */
Line 19334 
Line 20163 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ActiveConnection = __root_PG_InterOp_CIM_ActiveConnection =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ActiveConnection",     "CIM_ActiveConnection",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ActiveConnection_qualifiers,     __root_PG_InterOp_CIM_ActiveConnection_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_SAPSAPDependency,     &__root_PG_InterOp_CIM_SAPSAPDependency,
     /* features */     /* features */
     _CIM_ActiveConnection_features,     _CIM_ActiveConnection_features,
Line 19363 
Line 20192 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_BindsTo_Antecedent = _CIM_BindsTo_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_BindsTo_Antecedent_qualifiers,     _CIM_BindsTo_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ProtocolEndpoint,     &__root_PG_InterOp_CIM_ProtocolEndpoint,
 }; };
  
Line 19386 
Line 20215 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_BindsTo_Dependent = _CIM_BindsTo_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_BindsTo_Dependent_qualifiers,     _CIM_BindsTo_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ServiceAccessPoint,     &__root_PG_InterOp_CIM_ServiceAccessPoint,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_BindsTo_features[] = _CIM_BindsTo_features[] =
 { {
     (SourceFeature*)&_CIM_BindsTo_Antecedent,      (MetaFeature*)&_CIM_BindsTo_Antecedent,
     (SourceFeature*)&_CIM_BindsTo_Dependent,      (MetaFeature*)&_CIM_BindsTo_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_BindsTo_qualifiers[] = __root_PG_InterOp_CIM_BindsTo_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Service",     "\057CIM::Core::Service",
     /* Version */     /* Version */
Line 19419 
Line 20250 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_BindsTo = __root_PG_InterOp_CIM_BindsTo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_BindsTo",     "CIM_BindsTo",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_BindsTo_qualifiers,     __root_PG_InterOp_CIM_BindsTo_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_SAPSAPDependency,     &__root_PG_InterOp_CIM_SAPSAPDependency,
     /* features */     /* features */
     _CIM_BindsTo_features,     _CIM_BindsTo_features,
Line 19448 
Line 20279 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProvidesEndpoint_Antecedent = _CIM_ProvidesEndpoint_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_ProvidesEndpoint_Antecedent_qualifiers,     _CIM_ProvidesEndpoint_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
 }; };
  
Line 19471 
Line 20302 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ProvidesEndpoint_Dependent = _CIM_ProvidesEndpoint_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_ProvidesEndpoint_Dependent_qualifiers,     _CIM_ProvidesEndpoint_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ProtocolEndpoint,     &__root_PG_InterOp_CIM_ProtocolEndpoint,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ProvidesEndpoint_features[] = _CIM_ProvidesEndpoint_features[] =
 { {
     (SourceFeature*)&_CIM_ProvidesEndpoint_Antecedent,      (MetaFeature*)&_CIM_ProvidesEndpoint_Antecedent,
     (SourceFeature*)&_CIM_ProvidesEndpoint_Dependent,      (MetaFeature*)&_CIM_ProvidesEndpoint_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ProvidesEndpoint_qualifiers[] = __root_PG_InterOp_CIM_ProvidesEndpoint_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Core::Service",     "\057CIM::Core::Service",
     /* Version */     /* Version */
Line 19504 
Line 20337 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ProvidesEndpoint = __root_PG_InterOp_CIM_ProvidesEndpoint =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ProvidesEndpoint",     "CIM_ProvidesEndpoint",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ProvidesEndpoint_qualifiers,     __root_PG_InterOp_CIM_ProvidesEndpoint_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ServiceAccessBySAP,     &__root_PG_InterOp_CIM_ServiceAccessBySAP,
     /* features */     /* features */
     _CIM_ProvidesEndpoint_features,     _CIM_ProvidesEndpoint_features,
Line 19533 
Line 20366 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RemotePort_PortInfo = _CIM_RemotePort_PortInfo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PortInfo",     "PortInfo",
     /* qualifiers */     /* qualifiers */
Line 19562 
Line 20395 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RemotePort_PortProtocol = _CIM_RemotePort_PortProtocol =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PortProtocol",     "PortProtocol",
     /* qualifiers */     /* qualifiers */
Line 19587 
Line 20420 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RemotePort_OtherProtocolDescription = _CIM_RemotePort_OtherProtocolDescription =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherProtocolDescription",     "OtherProtocolDescription",
     /* qualifiers */     /* qualifiers */
Line 19604 
Line 20437 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_RemotePort_features[] = _CIM_RemotePort_features[] =
 { {
     (SourceFeature*)&_CIM_RemotePort_PortInfo,      (MetaFeature*)&_CIM_RemotePort_PortInfo,
     (SourceFeature*)&_CIM_RemotePort_PortProtocol,      (MetaFeature*)&_CIM_RemotePort_PortProtocol,
     (SourceFeature*)&_CIM_RemotePort_OtherProtocolDescription,      (MetaFeature*)&_CIM_RemotePort_OtherProtocolDescription,
     0,     0,
 }; };
  
Line 19623 
Line 20456 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_RemotePort = __root_PG_InterOp_CIM_RemotePort =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_RemotePort",     "CIM_RemotePort",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_RemotePort_qualifiers,     __root_PG_InterOp_CIM_RemotePort_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_RemoteServiceAccessPoint,     &__root_PG_InterOp_CIM_RemoteServiceAccessPoint,
     /* features */     /* features */
     _CIM_RemotePort_features,     _CIM_RemotePort_features,
Line 19652 
Line 20485 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Indication_IndicationIdentifier = _CIM_Indication_IndicationIdentifier =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "IndicationIdentifier",     "IndicationIdentifier",
     /* qualifiers */     /* qualifiers */
Line 19679 
Line 20512 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Indication_CorrelatedIndications = _CIM_Indication_CorrelatedIndications =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "CorrelatedIndications",     "CorrelatedIndications",
     /* qualifiers */     /* qualifiers */
Line 19702 
Line 20535 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Indication_IndicationTime = _CIM_Indication_IndicationTime =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "IndicationTime",     "IndicationTime",
     /* qualifiers */     /* qualifiers */
Line 19731 
Line 20564 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Indication_PerceivedSeverity = _CIM_Indication_PerceivedSeverity =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PerceivedSeverity",     "PerceivedSeverity",
     /* qualifiers */     /* qualifiers */
Line 19756 
Line 20589 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Indication_OtherSeverity = _CIM_Indication_OtherSeverity =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherSeverity",     "OtherSeverity",
     /* qualifiers */     /* qualifiers */
Line 19773 
Line 20606 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Indication_features[] = _CIM_Indication_features[] =
 { {
     (SourceFeature*)&_CIM_Indication_IndicationIdentifier,      (MetaFeature*)&_CIM_Indication_IndicationIdentifier,
     (SourceFeature*)&_CIM_Indication_CorrelatedIndications,      (MetaFeature*)&_CIM_Indication_CorrelatedIndications,
     (SourceFeature*)&_CIM_Indication_IndicationTime,      (MetaFeature*)&_CIM_Indication_IndicationTime,
     (SourceFeature*)&_CIM_Indication_PerceivedSeverity,      (MetaFeature*)&_CIM_Indication_PerceivedSeverity,
     (SourceFeature*)&_CIM_Indication_OtherSeverity,      (MetaFeature*)&_CIM_Indication_OtherSeverity,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_Indication_qualifiers[] = __root_PG_InterOp_CIM_Indication_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.7.0",     "\0632.7.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Indication = __root_PG_InterOp_CIM_Indication =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION|PEGASUS_FLAG_ABSTRACT,      META_FLAG_INDICATION|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_Indication",     "CIM_Indication",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Indication_qualifiers,     __root_PG_InterOp_CIM_Indication_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_Indication_features,     _CIM_Indication_features,
Line 19818 
Line 20655 
 static const char* static const char*
 _CIM_ClassIndication_ClassDefinition_qualifiers[] = _CIM_ClassIndication_ClassDefinition_qualifiers[] =
 { {
       /* Required */
       "\050\001",
       /* EmbeddedObject */
       "\020\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ClassIndication_ClassDefinition = _CIM_ClassIndication_ClassDefinition =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "ClassDefinition",     "ClassDefinition",
     /* qualifiers */     /* qualifiers */
Line 19838 
Line 20679 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ClassIndication_features[] = _CIM_ClassIndication_features[] =
 { {
     (SourceFeature*)&_CIM_ClassIndication_ClassDefinition,      (MetaFeature*)&_CIM_ClassIndication_ClassDefinition,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ClassIndication_qualifiers[] = __root_PG_InterOp_CIM_ClassIndication_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ClassIndication = __root_PG_InterOp_CIM_ClassIndication =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION|PEGASUS_FLAG_ABSTRACT,      META_FLAG_INDICATION|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_ClassIndication",     "CIM_ClassIndication",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ClassIndication_qualifiers,     __root_PG_InterOp_CIM_ClassIndication_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Indication,     &__root_PG_InterOp_CIM_Indication,
     /* features */     /* features */
     _CIM_ClassIndication_features,     _CIM_ClassIndication_features,
Line 19879 
Line 20724 
 static const char* static const char*
 _CIM_ClassModification_PreviousClassDefinition_qualifiers[] = _CIM_ClassModification_PreviousClassDefinition_qualifiers[] =
 { {
       /* Required */
       "\050\001",
       /* EmbeddedObject */
       "\020\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ClassModification_PreviousClassDefinition = _CIM_ClassModification_PreviousClassDefinition =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "PreviousClassDefinition",     "PreviousClassDefinition",
     /* qualifiers */     /* qualifiers */
Line 19899 
Line 20748 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ClassModification_features[] = _CIM_ClassModification_features[] =
 { {
     (SourceFeature*)&_CIM_ClassModification_PreviousClassDefinition,      (MetaFeature*)&_CIM_ClassModification_PreviousClassDefinition,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ClassModification_qualifiers[] = __root_PG_InterOp_CIM_ClassModification_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
     /* Version */     /* Version */
Line 19916 
Line 20767 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ClassModification = __root_PG_InterOp_CIM_ClassModification =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION,      META_FLAG_INDICATION,
     /* name */     /* name */
     "CIM_ClassModification",     "CIM_ClassModification",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ClassModification_qualifiers,     __root_PG_InterOp_CIM_ClassModification_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ClassIndication,     &__root_PG_InterOp_CIM_ClassIndication,
     /* features */     /* features */
     _CIM_ClassModification_features,     _CIM_ClassModification_features,
Line 19940 
Line 20791 
 static const char* static const char*
 _CIM_IndicationFilter_SystemCreationClassName_qualifiers[] = _CIM_IndicationFilter_SystemCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationFilter_SystemCreationClassName = _CIM_IndicationFilter_SystemCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemCreationClassName",     "SystemCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 19965 
Line 20818 
 static const char* static const char*
 _CIM_IndicationFilter_SystemName_qualifiers[] = _CIM_IndicationFilter_SystemName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationFilter_SystemName = _CIM_IndicationFilter_SystemName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemName",     "SystemName",
     /* qualifiers */     /* qualifiers */
Line 19990 
Line 20845 
 static const char* static const char*
 _CIM_IndicationFilter_CreationClassName_qualifiers[] = _CIM_IndicationFilter_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationFilter_CreationClassName = _CIM_IndicationFilter_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 20015 
Line 20872 
 static const char* static const char*
 _CIM_IndicationFilter_Name_qualifiers[] = _CIM_IndicationFilter_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationFilter_Name = _CIM_IndicationFilter_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 20041 
Line 20900 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationFilter_SourceNamespace = _CIM_IndicationFilter_SourceNamespace =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SourceNamespace",     "SourceNamespace",
     /* qualifiers */     /* qualifiers */
Line 20061 
Line 20920 
 static const char* static const char*
 _CIM_IndicationFilter_Query_qualifiers[] = _CIM_IndicationFilter_Query_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ModelCorrespondence */     /* ModelCorrespondence */
     "\036\000\001CIM_IndicationFilter.QueryLanguage\000",     "\036\000\001CIM_IndicationFilter.QueryLanguage\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationFilter_Query = _CIM_IndicationFilter_Query =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "Query",     "Query",
     /* qualifiers */     /* qualifiers */
Line 20086 
Line 20947 
 static const char* static const char*
 _CIM_IndicationFilter_QueryLanguage_qualifiers[] = _CIM_IndicationFilter_QueryLanguage_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ModelCorrespondence */     /* ModelCorrespondence */
     "\036\000\001CIM_IndicationFilter.Query\000",     "\036\000\001CIM_IndicationFilter.Query\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationFilter_QueryLanguage = _CIM_IndicationFilter_QueryLanguage =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "QueryLanguage",     "QueryLanguage",
     /* qualifiers */     /* qualifiers */
Line 20108 
Line 20971 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_IndicationFilter_features[] = _CIM_IndicationFilter_features[] =
 { {
     (SourceFeature*)&_CIM_IndicationFilter_SystemCreationClassName,      (MetaFeature*)&_CIM_IndicationFilter_SystemCreationClassName,
     (SourceFeature*)&_CIM_IndicationFilter_SystemName,      (MetaFeature*)&_CIM_IndicationFilter_SystemName,
     (SourceFeature*)&_CIM_IndicationFilter_CreationClassName,      (MetaFeature*)&_CIM_IndicationFilter_CreationClassName,
     (SourceFeature*)&_CIM_IndicationFilter_Name,      (MetaFeature*)&_CIM_IndicationFilter_Name,
     (SourceFeature*)&_CIM_IndicationFilter_SourceNamespace,      (MetaFeature*)&_CIM_IndicationFilter_SourceNamespace,
     (SourceFeature*)&_CIM_IndicationFilter_Query,      (MetaFeature*)&_CIM_IndicationFilter_Query,
     (SourceFeature*)&_CIM_IndicationFilter_QueryLanguage,      (MetaFeature*)&_CIM_IndicationFilter_QueryLanguage,
     0,     0,
 }; };
  
Line 20131 
Line 20994 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_IndicationFilter = __root_PG_InterOp_CIM_IndicationFilter =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_IndicationFilter",     "CIM_IndicationFilter",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_IndicationFilter_qualifiers,     __root_PG_InterOp_CIM_IndicationFilter_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_IndicationFilter_features,     _CIM_IndicationFilter_features,
Line 20155 
Line 21018 
 static const char* static const char*
 _CIM_InstIndication_SourceInstance_qualifiers[] = _CIM_InstIndication_SourceInstance_qualifiers[] =
 { {
       /* Required */
       "\050\001",
       /* EmbeddedObject */
       "\020\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_InstIndication_SourceInstance = _CIM_InstIndication_SourceInstance =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "SourceInstance",     "SourceInstance",
     /* qualifiers */     /* qualifiers */
Line 20183 
Line 21050 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_InstIndication_SourceInstanceModelPath = _CIM_InstIndication_SourceInstanceModelPath =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SourceInstanceModelPath",     "SourceInstanceModelPath",
     /* qualifiers */     /* qualifiers */
Line 20208 
Line 21075 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_InstIndication_SourceInstanceHost = _CIM_InstIndication_SourceInstanceHost =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SourceInstanceHost",     "SourceInstanceHost",
     /* qualifiers */     /* qualifiers */
Line 20225 
Line 21092 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_InstIndication_features[] = _CIM_InstIndication_features[] =
 { {
     (SourceFeature*)&_CIM_InstIndication_SourceInstance,      (MetaFeature*)&_CIM_InstIndication_SourceInstance,
     (SourceFeature*)&_CIM_InstIndication_SourceInstanceModelPath,      (MetaFeature*)&_CIM_InstIndication_SourceInstanceModelPath,
     (SourceFeature*)&_CIM_InstIndication_SourceInstanceHost,      (MetaFeature*)&_CIM_InstIndication_SourceInstanceHost,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_InstIndication_qualifiers[] = __root_PG_InterOp_CIM_InstIndication_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.9.0",     "\0632.9.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_InstIndication = __root_PG_InterOp_CIM_InstIndication =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION|PEGASUS_FLAG_ABSTRACT,      META_FLAG_INDICATION|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_InstIndication",     "CIM_InstIndication",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_InstIndication_qualifiers,     __root_PG_InterOp_CIM_InstIndication_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Indication,     &__root_PG_InterOp_CIM_Indication,
     /* features */     /* features */
     _CIM_InstIndication_features,     _CIM_InstIndication_features,
Line 20268 
Line 21139 
 static const char* static const char*
 _CIM_InstMethodCall_MethodName_qualifiers[] = _CIM_InstMethodCall_MethodName_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_InstMethodCall_MethodName = _CIM_InstMethodCall_MethodName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "MethodName",     "MethodName",
     /* qualifiers */     /* qualifiers */
Line 20291 
Line 21164 
 static const char* static const char*
 _CIM_InstMethodCall_MethodParameters_qualifiers[] = _CIM_InstMethodCall_MethodParameters_qualifiers[] =
 { {
       /* EmbeddedObject */
       "\020\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_InstMethodCall_MethodParameters = _CIM_InstMethodCall_MethodParameters =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ,
     /* name */     /* name */
     "MethodParameters",     "MethodParameters",
     /* qualifiers */     /* qualifiers */
Line 20319 
Line 21194 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_InstMethodCall_ReturnValue = _CIM_InstMethodCall_ReturnValue =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ReturnValue",     "ReturnValue",
     /* qualifiers */     /* qualifiers */
Line 20339 
Line 21214 
 static const char* static const char*
 _CIM_InstMethodCall_PreCall_qualifiers[] = _CIM_InstMethodCall_PreCall_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_InstMethodCall_PreCall = _CIM_InstMethodCall_PreCall =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "PreCall",     "PreCall",
     /* qualifiers */     /* qualifiers */
Line 20359 
Line 21236 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_InstMethodCall_features[] = _CIM_InstMethodCall_features[] =
 { {
     (SourceFeature*)&_CIM_InstMethodCall_MethodName,      (MetaFeature*)&_CIM_InstMethodCall_MethodName,
     (SourceFeature*)&_CIM_InstMethodCall_MethodParameters,      (MetaFeature*)&_CIM_InstMethodCall_MethodParameters,
     (SourceFeature*)&_CIM_InstMethodCall_ReturnValue,      (MetaFeature*)&_CIM_InstMethodCall_ReturnValue,
     (SourceFeature*)&_CIM_InstMethodCall_PreCall,      (MetaFeature*)&_CIM_InstMethodCall_PreCall,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_InstMethodCall_qualifiers[] = __root_PG_InterOp_CIM_InstMethodCall_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
     /* Version */     /* Version */
Line 20379 
Line 21258 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_InstMethodCall = __root_PG_InterOp_CIM_InstMethodCall =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION,      META_FLAG_INDICATION,
     /* name */     /* name */
     "CIM_InstMethodCall",     "CIM_InstMethodCall",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_InstMethodCall_qualifiers,     __root_PG_InterOp_CIM_InstMethodCall_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_InstIndication,     &__root_PG_InterOp_CIM_InstIndication,
     /* features */     /* features */
     _CIM_InstMethodCall_features,     _CIM_InstMethodCall_features,
Line 20403 
Line 21282 
 static const char* static const char*
 _CIM_InstModification_PreviousInstance_qualifiers[] = _CIM_InstModification_PreviousInstance_qualifiers[] =
 { {
       /* Required */
       "\050\001",
       /* EmbeddedObject */
       "\020\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_InstModification_PreviousInstance = _CIM_InstModification_PreviousInstance =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "PreviousInstance",     "PreviousInstance",
     /* qualifiers */     /* qualifiers */
Line 20423 
Line 21306 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_InstModification_features[] = _CIM_InstModification_features[] =
 { {
     (SourceFeature*)&_CIM_InstModification_PreviousInstance,      (MetaFeature*)&_CIM_InstModification_PreviousInstance,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_InstModification_qualifiers[] = __root_PG_InterOp_CIM_InstModification_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
     /* Version */     /* Version */
Line 20440 
Line 21325 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_InstModification = __root_PG_InterOp_CIM_InstModification =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION,      META_FLAG_INDICATION,
     /* name */     /* name */
     "CIM_InstModification",     "CIM_InstModification",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_InstModification_qualifiers,     __root_PG_InterOp_CIM_InstModification_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_InstIndication,     &__root_PG_InterOp_CIM_InstIndication,
     /* features */     /* features */
     _CIM_InstModification_features,     _CIM_InstModification_features,
Line 20461 
Line 21346 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _CIM_InstRead_features[] = _CIM_InstRead_features[] =
 { {
     0,     0,
Line 20470 
Line 21355 
 static const char* static const char*
 __root_PG_InterOp_CIM_InstRead_qualifiers[] = __root_PG_InterOp_CIM_InstRead_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
     /* Version */     /* Version */
Line 20477 
Line 21364 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_InstRead = __root_PG_InterOp_CIM_InstRead =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION,      META_FLAG_INDICATION,
     /* name */     /* name */
     "CIM_InstRead",     "CIM_InstRead",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_InstRead_qualifiers,     __root_PG_InterOp_CIM_InstRead_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_InstIndication,     &__root_PG_InterOp_CIM_InstIndication,
     /* features */     /* features */
     _CIM_InstRead_features,     _CIM_InstRead_features,
Line 20501 
Line 21388 
 static const char* static const char*
 _CIM_ListenerDestination_SystemCreationClassName_qualifiers[] = _CIM_ListenerDestination_SystemCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ListenerDestination_SystemCreationClassName = _CIM_ListenerDestination_SystemCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemCreationClassName",     "SystemCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 20526 
Line 21415 
 static const char* static const char*
 _CIM_ListenerDestination_SystemName_qualifiers[] = _CIM_ListenerDestination_SystemName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ListenerDestination_SystemName = _CIM_ListenerDestination_SystemName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemName",     "SystemName",
     /* qualifiers */     /* qualifiers */
Line 20551 
Line 21442 
 static const char* static const char*
 _CIM_ListenerDestination_CreationClassName_qualifiers[] = _CIM_ListenerDestination_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ListenerDestination_CreationClassName = _CIM_ListenerDestination_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 20576 
Line 21469 
 static const char* static const char*
 _CIM_ListenerDestination_Name_qualifiers[] = _CIM_ListenerDestination_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ListenerDestination_Name = _CIM_ListenerDestination_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 20610 
Line 21505 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ListenerDestination_PersistenceType = _CIM_ListenerDestination_PersistenceType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PersistenceType",     "PersistenceType",
     /* qualifiers */     /* qualifiers */
Line 20635 
Line 21530 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ListenerDestination_OtherPersistenceType = _CIM_ListenerDestination_OtherPersistenceType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherPersistenceType",     "OtherPersistenceType",
     /* qualifiers */     /* qualifiers */
Line 20652 
Line 21547 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ListenerDestination_features[] = _CIM_ListenerDestination_features[] =
 { {
     (SourceFeature*)&_CIM_ListenerDestination_SystemCreationClassName,      (MetaFeature*)&_CIM_ListenerDestination_SystemCreationClassName,
     (SourceFeature*)&_CIM_ListenerDestination_SystemName,      (MetaFeature*)&_CIM_ListenerDestination_SystemName,
     (SourceFeature*)&_CIM_ListenerDestination_CreationClassName,      (MetaFeature*)&_CIM_ListenerDestination_CreationClassName,
     (SourceFeature*)&_CIM_ListenerDestination_Name,      (MetaFeature*)&_CIM_ListenerDestination_Name,
     (SourceFeature*)&_CIM_ListenerDestination_PersistenceType,      (MetaFeature*)&_CIM_ListenerDestination_PersistenceType,
     (SourceFeature*)&_CIM_ListenerDestination_OtherPersistenceType,      (MetaFeature*)&_CIM_ListenerDestination_OtherPersistenceType,
     0,     0,
 }; };
  
Line 20669 
Line 21564 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.8.0",     "\0632.8.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ListenerDestination = __root_PG_InterOp_CIM_ListenerDestination =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_ListenerDestination",     "CIM_ListenerDestination",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ListenerDestination_qualifiers,     __root_PG_InterOp_CIM_ListenerDestination_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_ListenerDestination_features,     _CIM_ListenerDestination_features,
Line 20698 
Line 21595 
 static const char* static const char*
 _CIM_ListenerDestinationCIMXML_Destination_qualifiers[] = _CIM_ListenerDestinationCIMXML_Destination_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ListenerDestinationCIMXML_Destination = _CIM_ListenerDestinationCIMXML_Destination =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "Destination",     "Destination",
     /* qualifiers */     /* qualifiers */
Line 20718 
Line 21617 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ListenerDestinationCIMXML_features[] = _CIM_ListenerDestinationCIMXML_features[] =
 { {
     (SourceFeature*)&_CIM_ListenerDestinationCIMXML_Destination,      (MetaFeature*)&_CIM_ListenerDestinationCIMXML_Destination,
     0,     0,
 }; };
  
Line 20735 
Line 21634 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ListenerDestinationCIMXML = __root_PG_InterOp_CIM_ListenerDestinationCIMXML =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_ListenerDestinationCIMXML",     "CIM_ListenerDestinationCIMXML",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ListenerDestinationCIMXML_qualifiers,     __root_PG_InterOp_CIM_ListenerDestinationCIMXML_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ListenerDestination,     &__root_PG_InterOp_CIM_ListenerDestination,
     /* features */     /* features */
     _CIM_ListenerDestinationCIMXML_features,     _CIM_ListenerDestinationCIMXML_features,
Line 20756 
Line 21655 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _CIM_ProcessIndication_features[] = _CIM_ProcessIndication_features[] =
 { {
     0,     0,
Line 20765 
Line 21664 
 static const char* static const char*
 __root_PG_InterOp_CIM_ProcessIndication_qualifiers[] = __root_PG_InterOp_CIM_ProcessIndication_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ProcessIndication = __root_PG_InterOp_CIM_ProcessIndication =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION|PEGASUS_FLAG_ABSTRACT,      META_FLAG_INDICATION|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_ProcessIndication",     "CIM_ProcessIndication",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ProcessIndication_qualifiers,     __root_PG_InterOp_CIM_ProcessIndication_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Indication,     &__root_PG_InterOp_CIM_Indication,
     /* features */     /* features */
     _CIM_ProcessIndication_features,     _CIM_ProcessIndication_features,
Line 20801 
Line 21704 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SNMPTrapIndication_Enterprise = _CIM_SNMPTrapIndication_Enterprise =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Enterprise",     "Enterprise",
     /* qualifiers */     /* qualifiers */
Line 20826 
Line 21729 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SNMPTrapIndication_AgentAddress = _CIM_SNMPTrapIndication_AgentAddress =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "AgentAddress",     "AgentAddress",
     /* qualifiers */     /* qualifiers */
Line 20855 
Line 21758 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SNMPTrapIndication_GenericTrap = _CIM_SNMPTrapIndication_GenericTrap =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "GenericTrap",     "GenericTrap",
     /* qualifiers */     /* qualifiers */
Line 20880 
Line 21783 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SNMPTrapIndication_SpecificTrap = _CIM_SNMPTrapIndication_SpecificTrap =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SpecificTrap",     "SpecificTrap",
     /* qualifiers */     /* qualifiers */
Line 20905 
Line 21808 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SNMPTrapIndication_TimeStamp = _CIM_SNMPTrapIndication_TimeStamp =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TimeStamp",     "TimeStamp",
     /* qualifiers */     /* qualifiers */
Line 20934 
Line 21837 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SNMPTrapIndication_VarBindNames = _CIM_SNMPTrapIndication_VarBindNames =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "VarBindNames",     "VarBindNames",
     /* qualifiers */     /* qualifiers */
Line 20967 
Line 21870 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SNMPTrapIndication_VarBindSyntaxes = _CIM_SNMPTrapIndication_VarBindSyntaxes =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "VarBindSyntaxes",     "VarBindSyntaxes",
     /* qualifiers */     /* qualifiers */
Line 20987 
Line 21890 
 static const char* static const char*
 _CIM_SNMPTrapIndication_VarBindValues_qualifiers[] = _CIM_SNMPTrapIndication_VarBindValues_qualifiers[] =
 { {
       /* OctetString */
       "\042\001",
     /* MappingStrings */     /* MappingStrings */
     "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",     "\026\000\001PDU.IETF|RFC1157-TRAP-PDU.variable-bindings\000",
     /* ArrayType */     /* ArrayType */
Line 20996 
Line 21901 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SNMPTrapIndication_VarBindValues = _CIM_SNMPTrapIndication_VarBindValues =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_OCTETSTRING|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_OCTETSTRING|META_FLAG_READ,
     /* name */     /* name */
     "VarBindValues",     "VarBindValues",
     /* qualifiers */     /* qualifiers */
Line 21013 
Line 21918 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SNMPTrapIndication_features[] = _CIM_SNMPTrapIndication_features[] =
 { {
     (SourceFeature*)&_CIM_SNMPTrapIndication_Enterprise,      (MetaFeature*)&_CIM_SNMPTrapIndication_Enterprise,
     (SourceFeature*)&_CIM_SNMPTrapIndication_AgentAddress,      (MetaFeature*)&_CIM_SNMPTrapIndication_AgentAddress,
     (SourceFeature*)&_CIM_SNMPTrapIndication_GenericTrap,      (MetaFeature*)&_CIM_SNMPTrapIndication_GenericTrap,
     (SourceFeature*)&_CIM_SNMPTrapIndication_SpecificTrap,      (MetaFeature*)&_CIM_SNMPTrapIndication_SpecificTrap,
     (SourceFeature*)&_CIM_SNMPTrapIndication_TimeStamp,      (MetaFeature*)&_CIM_SNMPTrapIndication_TimeStamp,
     (SourceFeature*)&_CIM_SNMPTrapIndication_VarBindNames,      (MetaFeature*)&_CIM_SNMPTrapIndication_VarBindNames,
     (SourceFeature*)&_CIM_SNMPTrapIndication_VarBindSyntaxes,      (MetaFeature*)&_CIM_SNMPTrapIndication_VarBindSyntaxes,
     (SourceFeature*)&_CIM_SNMPTrapIndication_VarBindValues,      (MetaFeature*)&_CIM_SNMPTrapIndication_VarBindValues,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_SNMPTrapIndication_qualifiers[] = __root_PG_InterOp_CIM_SNMPTrapIndication_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
     /* Version */     /* Version */
Line 21037 
Line 21944 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SNMPTrapIndication = __root_PG_InterOp_CIM_SNMPTrapIndication =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION,      META_FLAG_INDICATION,
     /* name */     /* name */
     "CIM_SNMPTrapIndication",     "CIM_SNMPTrapIndication",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SNMPTrapIndication_qualifiers,     __root_PG_InterOp_CIM_SNMPTrapIndication_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ProcessIndication,     &__root_PG_InterOp_CIM_ProcessIndication,
     /* features */     /* features */
     _CIM_SNMPTrapIndication_features,     _CIM_SNMPTrapIndication_features,
Line 21066 
Line 21973 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_Description = _CIM_AlertIndication_Description =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Description",     "Description",
     /* qualifiers */     /* qualifiers */
Line 21091 
Line 21998 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_AlertingManagedElement = _CIM_AlertIndication_AlertingManagedElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "AlertingManagedElement",     "AlertingManagedElement",
     /* qualifiers */     /* qualifiers */
Line 21120 
Line 22027 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_AlertingElementFormat = _CIM_AlertIndication_AlertingElementFormat =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "AlertingElementFormat",     "AlertingElementFormat",
     /* qualifiers */     /* qualifiers */
Line 21145 
Line 22052 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_OtherAlertingElementFormat = _CIM_AlertIndication_OtherAlertingElementFormat =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherAlertingElementFormat",     "OtherAlertingElementFormat",
     /* qualifiers */     /* qualifiers */
Line 21165 
Line 22072 
 static const char* static const char*
 _CIM_AlertIndication_AlertType_qualifiers[] = _CIM_AlertIndication_AlertType_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",     "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
     /* Values */     /* Values */
Line 21174 
Line 22083 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_AlertType = _CIM_AlertIndication_AlertType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "AlertType",     "AlertType",
     /* qualifiers */     /* qualifiers */
Line 21199 
Line 22108 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_OtherAlertType = _CIM_AlertIndication_OtherAlertType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherAlertType",     "OtherAlertType",
     /* qualifiers */     /* qualifiers */
Line 21219 
Line 22128 
 static const char* static const char*
 _CIM_AlertIndication_PerceivedSeverity_qualifiers[] = _CIM_AlertIndication_PerceivedSeverity_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* Override */     /* Override */
     "\044PerceivedSeverity",     "\044PerceivedSeverity",
     /* ValueMap */     /* ValueMap */
Line 21230 
Line 22141 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_PerceivedSeverity = _CIM_AlertIndication_PerceivedSeverity =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "PerceivedSeverity",     "PerceivedSeverity",
     /* qualifiers */     /* qualifiers */
Line 21250 
Line 22161 
 static const char* static const char*
 _CIM_AlertIndication_ProbableCause_qualifiers[] = _CIM_AlertIndication_ProbableCause_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\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",     "\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",
     /* Values */     /* Values */
Line 21261 
Line 22174 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_ProbableCause = _CIM_AlertIndication_ProbableCause =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "ProbableCause",     "ProbableCause",
     /* qualifiers */     /* qualifiers */
Line 21286 
Line 22199 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_ProbableCauseDescription = _CIM_AlertIndication_ProbableCauseDescription =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ProbableCauseDescription",     "ProbableCauseDescription",
     /* qualifiers */     /* qualifiers */
Line 21315 
Line 22228 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_Trending = _CIM_AlertIndication_Trending =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Trending",     "Trending",
     /* qualifiers */     /* qualifiers */
Line 21340 
Line 22253 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_RecommendedActions = _CIM_AlertIndication_RecommendedActions =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "RecommendedActions",     "RecommendedActions",
     /* qualifiers */     /* qualifiers */
Line 21365 
Line 22278 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_EventID = _CIM_AlertIndication_EventID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "EventID",     "EventID",
     /* qualifiers */     /* qualifiers */
Line 21390 
Line 22303 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_EventTime = _CIM_AlertIndication_EventTime =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "EventTime",     "EventTime",
     /* qualifiers */     /* qualifiers */
Line 21415 
Line 22328 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_SystemCreationClassName = _CIM_AlertIndication_SystemCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SystemCreationClassName",     "SystemCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 21440 
Line 22353 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_SystemName = _CIM_AlertIndication_SystemName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SystemName",     "SystemName",
     /* qualifiers */     /* qualifiers */
Line 21465 
Line 22378 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertIndication_ProviderName = _CIM_AlertIndication_ProviderName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ProviderName",     "ProviderName",
     /* qualifiers */     /* qualifiers */
Line 21482 
Line 22395 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_AlertIndication_features[] = _CIM_AlertIndication_features[] =
 { {
     (SourceFeature*)&_CIM_AlertIndication_Description,      (MetaFeature*)&_CIM_AlertIndication_Description,
     (SourceFeature*)&_CIM_AlertIndication_AlertingManagedElement,      (MetaFeature*)&_CIM_AlertIndication_AlertingManagedElement,
     (SourceFeature*)&_CIM_AlertIndication_AlertingElementFormat,      (MetaFeature*)&_CIM_AlertIndication_AlertingElementFormat,
     (SourceFeature*)&_CIM_AlertIndication_OtherAlertingElementFormat,      (MetaFeature*)&_CIM_AlertIndication_OtherAlertingElementFormat,
     (SourceFeature*)&_CIM_AlertIndication_AlertType,      (MetaFeature*)&_CIM_AlertIndication_AlertType,
     (SourceFeature*)&_CIM_AlertIndication_OtherAlertType,      (MetaFeature*)&_CIM_AlertIndication_OtherAlertType,
     (SourceFeature*)&_CIM_AlertIndication_PerceivedSeverity,      (MetaFeature*)&_CIM_AlertIndication_PerceivedSeverity,
     (SourceFeature*)&_CIM_AlertIndication_ProbableCause,      (MetaFeature*)&_CIM_AlertIndication_ProbableCause,
     (SourceFeature*)&_CIM_AlertIndication_ProbableCauseDescription,      (MetaFeature*)&_CIM_AlertIndication_ProbableCauseDescription,
     (SourceFeature*)&_CIM_AlertIndication_Trending,      (MetaFeature*)&_CIM_AlertIndication_Trending,
     (SourceFeature*)&_CIM_AlertIndication_RecommendedActions,      (MetaFeature*)&_CIM_AlertIndication_RecommendedActions,
     (SourceFeature*)&_CIM_AlertIndication_EventID,      (MetaFeature*)&_CIM_AlertIndication_EventID,
     (SourceFeature*)&_CIM_AlertIndication_EventTime,      (MetaFeature*)&_CIM_AlertIndication_EventTime,
     (SourceFeature*)&_CIM_AlertIndication_SystemCreationClassName,      (MetaFeature*)&_CIM_AlertIndication_SystemCreationClassName,
     (SourceFeature*)&_CIM_AlertIndication_SystemName,      (MetaFeature*)&_CIM_AlertIndication_SystemName,
     (SourceFeature*)&_CIM_AlertIndication_ProviderName,      (MetaFeature*)&_CIM_AlertIndication_ProviderName,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_AlertIndication_qualifiers[] = __root_PG_InterOp_CIM_AlertIndication_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
     /* Version */     /* Version */
Line 21514 
Line 22429 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_AlertIndication = __root_PG_InterOp_CIM_AlertIndication =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION,      META_FLAG_INDICATION,
     /* name */     /* name */
     "CIM_AlertIndication",     "CIM_AlertIndication",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_AlertIndication_qualifiers,     __root_PG_InterOp_CIM_AlertIndication_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ProcessIndication,     &__root_PG_InterOp_CIM_ProcessIndication,
     /* features */     /* features */
     _CIM_AlertIndication_features,     _CIM_AlertIndication_features,
Line 21543 
Line 22458 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertInstIndication_AlertType = _CIM_AlertInstIndication_AlertType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "AlertType",     "AlertType",
     /* qualifiers */     /* qualifiers */
Line 21563 
Line 22478 
 static const char* static const char*
 _CIM_AlertInstIndication_IndObject_qualifiers[] = _CIM_AlertInstIndication_IndObject_qualifiers[] =
 { {
       /* Required */
       "\050\001",
       /* EmbeddedObject */
       "\020\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_AlertInstIndication_IndObject = _CIM_AlertInstIndication_IndObject =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_EMBEDDEDOBJECT|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_EMBEDDEDOBJECT|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "IndObject",     "IndObject",
     /* qualifiers */     /* qualifiers */
Line 21583 
Line 22502 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_AlertInstIndication_features[] = _CIM_AlertInstIndication_features[] =
 { {
     (SourceFeature*)&_CIM_AlertInstIndication_AlertType,      (MetaFeature*)&_CIM_AlertInstIndication_AlertType,
     (SourceFeature*)&_CIM_AlertInstIndication_IndObject,      (MetaFeature*)&_CIM_AlertInstIndication_IndObject,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_AlertInstIndication_qualifiers[] = __root_PG_InterOp_CIM_AlertInstIndication_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
     /* Version */     /* Version */
Line 21601 
Line 22522 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_AlertInstIndication = __root_PG_InterOp_CIM_AlertInstIndication =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION,      META_FLAG_INDICATION,
     /* name */     /* name */
     "CIM_AlertInstIndication",     "CIM_AlertInstIndication",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_AlertInstIndication_qualifiers,     __root_PG_InterOp_CIM_AlertInstIndication_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_AlertIndication,     &__root_PG_InterOp_CIM_AlertIndication,
     /* features */     /* features */
     _CIM_AlertInstIndication_features,     _CIM_AlertInstIndication_features,
Line 21622 
Line 22543 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _CIM_ClassCreation_features[] = _CIM_ClassCreation_features[] =
 { {
     0,     0,
Line 21631 
Line 22552 
 static const char* static const char*
 __root_PG_InterOp_CIM_ClassCreation_qualifiers[] = __root_PG_InterOp_CIM_ClassCreation_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
     /* Version */     /* Version */
Line 21638 
Line 22561 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ClassCreation = __root_PG_InterOp_CIM_ClassCreation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION,      META_FLAG_INDICATION,
     /* name */     /* name */
     "CIM_ClassCreation",     "CIM_ClassCreation",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ClassCreation_qualifiers,     __root_PG_InterOp_CIM_ClassCreation_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ClassIndication,     &__root_PG_InterOp_CIM_ClassIndication,
     /* features */     /* features */
     _CIM_ClassCreation_features,     _CIM_ClassCreation_features,
Line 21659 
Line 22582 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _CIM_ClassDeletion_features[] = _CIM_ClassDeletion_features[] =
 { {
     0,     0,
Line 21668 
Line 22591 
 static const char* static const char*
 __root_PG_InterOp_CIM_ClassDeletion_qualifiers[] = __root_PG_InterOp_CIM_ClassDeletion_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
     /* Version */     /* Version */
Line 21675 
Line 22600 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ClassDeletion = __root_PG_InterOp_CIM_ClassDeletion =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION,      META_FLAG_INDICATION,
     /* name */     /* name */
     "CIM_ClassDeletion",     "CIM_ClassDeletion",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ClassDeletion_qualifiers,     __root_PG_InterOp_CIM_ClassDeletion_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ClassIndication,     &__root_PG_InterOp_CIM_ClassIndication,
     /* features */     /* features */
     _CIM_ClassDeletion_features,     _CIM_ClassDeletion_features,
Line 21704 
Line 22629 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationHandler_Owner = _CIM_IndicationHandler_Owner =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Owner",     "Owner",
     /* qualifiers */     /* qualifiers */
Line 21721 
Line 22646 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_IndicationHandler_features[] = _CIM_IndicationHandler_features[] =
 { {
     (SourceFeature*)&_CIM_IndicationHandler_Owner,      (MetaFeature*)&_CIM_IndicationHandler_Owner,
     0,     0,
 }; };
  
Line 21735 
Line 22660 
     "\013\000\001CIM_ListenerDestination\000",     "\013\000\001CIM_ListenerDestination\000",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.8.0",     "\0632.8.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_IndicationHandler = __root_PG_InterOp_CIM_IndicationHandler =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_IndicationHandler",     "CIM_IndicationHandler",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_IndicationHandler_qualifiers,     __root_PG_InterOp_CIM_IndicationHandler_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ListenerDestination,     &__root_PG_InterOp_CIM_ListenerDestination,
     /* features */     /* features */
     _CIM_IndicationHandler_features,     _CIM_IndicationHandler_features,
Line 21766 
Line 22693 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_ListenerDestinationCIMXML.Destination\000",     "\013\000\001CIM_ListenerDestinationCIMXML.Destination\000",
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationHandlerCIMXML_Destination = _CIM_IndicationHandlerCIMXML_Destination =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "Destination",     "Destination",
     /* qualifiers */     /* qualifiers */
Line 21786 
Line 22715 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_IndicationHandlerCIMXML_features[] = _CIM_IndicationHandlerCIMXML_features[] =
 { {
     (SourceFeature*)&_CIM_IndicationHandlerCIMXML_Destination,      (MetaFeature*)&_CIM_IndicationHandlerCIMXML_Destination,
     0,     0,
 }; };
  
Line 21805 
Line 22734 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_IndicationHandlerCIMXML = __root_PG_InterOp_CIM_IndicationHandlerCIMXML =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_IndicationHandlerCIMXML",     "CIM_IndicationHandlerCIMXML",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_IndicationHandlerCIMXML_qualifiers,     __root_PG_InterOp_CIM_IndicationHandlerCIMXML_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_IndicationHandler,     &__root_PG_InterOp_CIM_IndicationHandler,
     /* features */     /* features */
     _CIM_IndicationHandlerCIMXML_features,     _CIM_IndicationHandlerCIMXML_features,
Line 21829 
Line 22758 
 static const char* static const char*
 _CIM_IndicationSubscription_Filter_qualifiers[] = _CIM_IndicationSubscription_Filter_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_IndicationSubscription_Filter = _CIM_IndicationSubscription_Filter =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Filter",     "Filter",
     /* qualifiers */     /* qualifiers */
     _CIM_IndicationSubscription_Filter_qualifiers,     _CIM_IndicationSubscription_Filter_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_IndicationFilter,     &__root_PG_InterOp_CIM_IndicationFilter,
 }; };
  
 static const char* static const char*
 _CIM_IndicationSubscription_Handler_qualifiers[] = _CIM_IndicationSubscription_Handler_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_IndicationSubscription_Handler = _CIM_IndicationSubscription_Handler =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Handler",     "Handler",
     /* qualifiers */     /* qualifiers */
     _CIM_IndicationSubscription_Handler_qualifiers,     _CIM_IndicationSubscription_Handler_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ListenerDestination,     &__root_PG_InterOp_CIM_ListenerDestination,
 }; };
  
Line 21878 
Line 22811 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationSubscription_OnFatalErrorPolicy = _CIM_IndicationSubscription_OnFatalErrorPolicy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OnFatalErrorPolicy",     "OnFatalErrorPolicy",
     /* qualifiers */     /* qualifiers */
Line 21901 
Line 22834 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationSubscription_OtherOnFatalErrorPolicy = _CIM_IndicationSubscription_OtherOnFatalErrorPolicy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherOnFatalErrorPolicy",     "OtherOnFatalErrorPolicy",
     /* qualifiers */     /* qualifiers */
Line 21926 
Line 22859 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationSubscription_FailureTriggerTimeInterval = _CIM_IndicationSubscription_FailureTriggerTimeInterval =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "FailureTriggerTimeInterval",     "FailureTriggerTimeInterval",
     /* qualifiers */     /* qualifiers */
Line 21946 
Line 22879 
 static const char* static const char*
 _CIM_IndicationSubscription_SubscriptionState_qualifiers[] = _CIM_IndicationSubscription_SubscriptionState_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0050\0001\0002\0003\0004\000",     "\061\000\0050\0001\0002\0003\0004\000",
     /* Values */     /* Values */
Line 21953 
Line 22888 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationSubscription_SubscriptionState = _CIM_IndicationSubscription_SubscriptionState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "SubscriptionState",     "SubscriptionState",
     /* qualifiers */     /* qualifiers */
Line 21976 
Line 22911 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationSubscription_OtherSubscriptionState = _CIM_IndicationSubscription_OtherSubscriptionState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherSubscriptionState",     "OtherSubscriptionState",
     /* qualifiers */     /* qualifiers */
Line 21999 
Line 22934 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationSubscription_TimeOfLastStateChange = _CIM_IndicationSubscription_TimeOfLastStateChange =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TimeOfLastStateChange",     "TimeOfLastStateChange",
     /* qualifiers */     /* qualifiers */
Line 22019 
Line 22954 
 static const char* static const char*
 _CIM_IndicationSubscription_SubscriptionDuration_qualifiers[] = _CIM_IndicationSubscription_SubscriptionDuration_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* Units */     /* Units */
     "\060Seconds",     "\060Seconds",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationSubscription_SubscriptionDuration = _CIM_IndicationSubscription_SubscriptionDuration =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "SubscriptionDuration",     "SubscriptionDuration",
     /* qualifiers */     /* qualifiers */
Line 22047 
Line 22984 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationSubscription_SubscriptionStartTime = _CIM_IndicationSubscription_SubscriptionStartTime =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SubscriptionStartTime",     "SubscriptionStartTime",
     /* qualifiers */     /* qualifiers */
Line 22072 
Line 23009 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationSubscription_SubscriptionTimeRemaining = _CIM_IndicationSubscription_SubscriptionTimeRemaining =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SubscriptionTimeRemaining",     "SubscriptionTimeRemaining",
     /* qualifiers */     /* qualifiers */
Line 22099 
Line 23036 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationSubscription_RepeatNotificationPolicy = _CIM_IndicationSubscription_RepeatNotificationPolicy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "RepeatNotificationPolicy",     "RepeatNotificationPolicy",
     /* qualifiers */     /* qualifiers */
Line 22122 
Line 23059 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationSubscription_OtherRepeatNotificationPolicy = _CIM_IndicationSubscription_OtherRepeatNotificationPolicy =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherRepeatNotificationPolicy",     "OtherRepeatNotificationPolicy",
     /* qualifiers */     /* qualifiers */
Line 22147 
Line 23084 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationSubscription_RepeatNotificationInterval = _CIM_IndicationSubscription_RepeatNotificationInterval =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "RepeatNotificationInterval",     "RepeatNotificationInterval",
     /* qualifiers */     /* qualifiers */
Line 22172 
Line 23109 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationSubscription_RepeatNotificationGap = _CIM_IndicationSubscription_RepeatNotificationGap =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "RepeatNotificationGap",     "RepeatNotificationGap",
     /* qualifiers */     /* qualifiers */
Line 22195 
Line 23132 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_IndicationSubscription_RepeatNotificationCount = _CIM_IndicationSubscription_RepeatNotificationCount =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "RepeatNotificationCount",     "RepeatNotificationCount",
     /* qualifiers */     /* qualifiers */
Line 22212 
Line 23149 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_IndicationSubscription_features[] = _CIM_IndicationSubscription_features[] =
 { {
     (SourceFeature*)&_CIM_IndicationSubscription_Filter,      (MetaFeature*)&_CIM_IndicationSubscription_Filter,
     (SourceFeature*)&_CIM_IndicationSubscription_Handler,      (MetaFeature*)&_CIM_IndicationSubscription_Handler,
     (SourceFeature*)&_CIM_IndicationSubscription_OnFatalErrorPolicy,      (MetaFeature*)&_CIM_IndicationSubscription_OnFatalErrorPolicy,
     (SourceFeature*)&_CIM_IndicationSubscription_OtherOnFatalErrorPolicy,      (MetaFeature*)&_CIM_IndicationSubscription_OtherOnFatalErrorPolicy,
     (SourceFeature*)&_CIM_IndicationSubscription_FailureTriggerTimeInterval,      (MetaFeature*)&_CIM_IndicationSubscription_FailureTriggerTimeInterval,
     (SourceFeature*)&_CIM_IndicationSubscription_SubscriptionState,      (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionState,
     (SourceFeature*)&_CIM_IndicationSubscription_OtherSubscriptionState,      (MetaFeature*)&_CIM_IndicationSubscription_OtherSubscriptionState,
     (SourceFeature*)&_CIM_IndicationSubscription_TimeOfLastStateChange,      (MetaFeature*)&_CIM_IndicationSubscription_TimeOfLastStateChange,
     (SourceFeature*)&_CIM_IndicationSubscription_SubscriptionDuration,      (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionDuration,
     (SourceFeature*)&_CIM_IndicationSubscription_SubscriptionStartTime,      (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionStartTime,
     (SourceFeature*)&_CIM_IndicationSubscription_SubscriptionTimeRemaining,      (MetaFeature*)&_CIM_IndicationSubscription_SubscriptionTimeRemaining,
     (SourceFeature*)&_CIM_IndicationSubscription_RepeatNotificationPolicy,      (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationPolicy,
     (SourceFeature*)&_CIM_IndicationSubscription_OtherRepeatNotificationPolicy,      (MetaFeature*)&_CIM_IndicationSubscription_OtherRepeatNotificationPolicy,
     (SourceFeature*)&_CIM_IndicationSubscription_RepeatNotificationInterval,      (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationInterval,
     (SourceFeature*)&_CIM_IndicationSubscription_RepeatNotificationGap,      (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationGap,
     (SourceFeature*)&_CIM_IndicationSubscription_RepeatNotificationCount,      (MetaFeature*)&_CIM_IndicationSubscription_RepeatNotificationCount,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_IndicationSubscription_qualifiers[] = __root_PG_InterOp_CIM_IndicationSubscription_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
     /* Version */     /* Version */
Line 22244 
Line 23183 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_IndicationSubscription = __root_PG_InterOp_CIM_IndicationSubscription =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_IndicationSubscription",     "CIM_IndicationSubscription",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_IndicationSubscription_qualifiers,     __root_PG_InterOp_CIM_IndicationSubscription_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_IndicationSubscription_features,     _CIM_IndicationSubscription_features,
Line 22265 
Line 23204 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _CIM_InstCreation_features[] = _CIM_InstCreation_features[] =
 { {
     0,     0,
Line 22274 
Line 23213 
 static const char* static const char*
 __root_PG_InterOp_CIM_InstCreation_qualifiers[] = __root_PG_InterOp_CIM_InstCreation_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
     /* Version */     /* Version */
Line 22281 
Line 23222 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_InstCreation = __root_PG_InterOp_CIM_InstCreation =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION,      META_FLAG_INDICATION,
     /* name */     /* name */
     "CIM_InstCreation",     "CIM_InstCreation",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_InstCreation_qualifiers,     __root_PG_InterOp_CIM_InstCreation_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_InstIndication,     &__root_PG_InterOp_CIM_InstIndication,
     /* features */     /* features */
     _CIM_InstCreation_features,     _CIM_InstCreation_features,
Line 22302 
Line 23243 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _CIM_InstDeletion_features[] = _CIM_InstDeletion_features[] =
 { {
     0,     0,
Line 22311 
Line 23252 
 static const char* static const char*
 __root_PG_InterOp_CIM_InstDeletion_qualifiers[] = __root_PG_InterOp_CIM_InstDeletion_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
     /* Version */     /* Version */
Line 22318 
Line 23261 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_InstDeletion = __root_PG_InterOp_CIM_InstDeletion =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION,      META_FLAG_INDICATION,
     /* name */     /* name */
     "CIM_InstDeletion",     "CIM_InstDeletion",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_InstDeletion_qualifiers,     __root_PG_InterOp_CIM_InstDeletion_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_InstIndication,     &__root_PG_InterOp_CIM_InstIndication,
     /* features */     /* features */
     _CIM_InstDeletion_features,     _CIM_InstDeletion_features,
Line 22347 
Line 23290 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ThresholdIndication_ThresholdIdentifier = _CIM_ThresholdIndication_ThresholdIdentifier =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ThresholdIdentifier",     "ThresholdIdentifier",
     /* qualifiers */     /* qualifiers */
Line 22372 
Line 23315 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ThresholdIndication_ThresholdValue = _CIM_ThresholdIndication_ThresholdValue =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ThresholdValue",     "ThresholdValue",
     /* qualifiers */     /* qualifiers */
Line 22397 
Line 23340 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ThresholdIndication_ObservedValue = _CIM_ThresholdIndication_ObservedValue =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ObservedValue",     "ObservedValue",
     /* qualifiers */     /* qualifiers */
Line 22414 
Line 23357 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ThresholdIndication_features[] = _CIM_ThresholdIndication_features[] =
 { {
     (SourceFeature*)&_CIM_ThresholdIndication_ThresholdIdentifier,      (MetaFeature*)&_CIM_ThresholdIndication_ThresholdIdentifier,
     (SourceFeature*)&_CIM_ThresholdIndication_ThresholdValue,      (MetaFeature*)&_CIM_ThresholdIndication_ThresholdValue,
     (SourceFeature*)&_CIM_ThresholdIndication_ObservedValue,      (MetaFeature*)&_CIM_ThresholdIndication_ObservedValue,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ThresholdIndication_qualifiers[] = __root_PG_InterOp_CIM_ThresholdIndication_qualifiers[] =
 { {
       /* INDICATION */
       "\001\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
     /* Version */     /* Version */
Line 22433 
Line 23378 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ThresholdIndication = __root_PG_InterOp_CIM_ThresholdIndication =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_INDICATION,      META_FLAG_INDICATION,
     /* name */     /* name */
     "CIM_ThresholdIndication",     "CIM_ThresholdIndication",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ThresholdIndication_qualifiers,     __root_PG_InterOp_CIM_ThresholdIndication_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_AlertIndication,     &__root_PG_InterOp_CIM_AlertIndication,
     /* features */     /* features */
     _CIM_ThresholdIndication_features,     _CIM_ThresholdIndication_features,
Line 22462 
Line 23407 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_FormattedIndicationSubscription_TextFormatOwningEntity = _CIM_FormattedIndicationSubscription_TextFormatOwningEntity =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TextFormatOwningEntity",     "TextFormatOwningEntity",
     /* qualifiers */     /* qualifiers */
Line 22487 
Line 23432 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_FormattedIndicationSubscription_TextFormatID = _CIM_FormattedIndicationSubscription_TextFormatID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TextFormatID",     "TextFormatID",
     /* qualifiers */     /* qualifiers */
Line 22510 
Line 23455 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_FormattedIndicationSubscription_TextFormat = _CIM_FormattedIndicationSubscription_TextFormat =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TextFormat",     "TextFormat",
     /* qualifiers */     /* qualifiers */
Line 22537 
Line 23482 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_FormattedIndicationSubscription_TextFormatParameters = _CIM_FormattedIndicationSubscription_TextFormatParameters =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "TextFormatParameters",     "TextFormatParameters",
     /* qualifiers */     /* qualifiers */
Line 22554 
Line 23499 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_FormattedIndicationSubscription_features[] = _CIM_FormattedIndicationSubscription_features[] =
 { {
     (SourceFeature*)&_CIM_FormattedIndicationSubscription_TextFormatOwningEntity,      (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormatOwningEntity,
     (SourceFeature*)&_CIM_FormattedIndicationSubscription_TextFormatID,      (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormatID,
     (SourceFeature*)&_CIM_FormattedIndicationSubscription_TextFormat,      (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormat,
     (SourceFeature*)&_CIM_FormattedIndicationSubscription_TextFormatParameters,      (MetaFeature*)&_CIM_FormattedIndicationSubscription_TextFormatParameters,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_FormattedIndicationSubscription_qualifiers[] = __root_PG_InterOp_CIM_FormattedIndicationSubscription_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Event",     "\057CIM::Event",
     /* Version */     /* Version */
Line 22574 
Line 23521 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_FormattedIndicationSubscription = __root_PG_InterOp_CIM_FormattedIndicationSubscription =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_FormattedIndicationSubscription",     "CIM_FormattedIndicationSubscription",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_FormattedIndicationSubscription_qualifiers,     __root_PG_InterOp_CIM_FormattedIndicationSubscription_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_IndicationSubscription,     &__root_PG_InterOp_CIM_IndicationSubscription,
     /* features */     /* features */
     _CIM_FormattedIndicationSubscription_features,     _CIM_FormattedIndicationSubscription_features,
Line 22598 
Line 23545 
 static const char* static const char*
 _CIM_Namespace_SystemCreationClassName_qualifiers[] = _CIM_Namespace_SystemCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_ObjectManager.SystemCreationClassName",     "\045CIM_ObjectManager.SystemCreationClassName",
     /* MaxLen */     /* MaxLen */
Line 22605 
Line 23554 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Namespace_SystemCreationClassName = _CIM_Namespace_SystemCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemCreationClassName",     "SystemCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 22625 
Line 23574 
 static const char* static const char*
 _CIM_Namespace_SystemName_qualifiers[] = _CIM_Namespace_SystemName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_ObjectManager.SystemName",     "\045CIM_ObjectManager.SystemName",
     /* MaxLen */     /* MaxLen */
Line 22632 
Line 23583 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Namespace_SystemName = _CIM_Namespace_SystemName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemName",     "SystemName",
     /* qualifiers */     /* qualifiers */
Line 22652 
Line 23603 
 static const char* static const char*
 _CIM_Namespace_ObjectManagerCreationClassName_qualifiers[] = _CIM_Namespace_ObjectManagerCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_ObjectManager.CreationClassName",     "\045CIM_ObjectManager.CreationClassName",
     /* MaxLen */     /* MaxLen */
Line 22659 
Line 23612 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Namespace_ObjectManagerCreationClassName = _CIM_Namespace_ObjectManagerCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ObjectManagerCreationClassName",     "ObjectManagerCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 22679 
Line 23632 
 static const char* static const char*
 _CIM_Namespace_ObjectManagerName_qualifiers[] = _CIM_Namespace_ObjectManagerName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_ObjectManager.Name",     "\045CIM_ObjectManager.Name",
     /* MaxLen */     /* MaxLen */
Line 22686 
Line 23641 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Namespace_ObjectManagerName = _CIM_Namespace_ObjectManagerName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ObjectManagerName",     "ObjectManagerName",
     /* qualifiers */     /* qualifiers */
Line 22706 
Line 23661 
 static const char* static const char*
 _CIM_Namespace_CreationClassName_qualifiers[] = _CIM_Namespace_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Namespace_CreationClassName = _CIM_Namespace_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 22731 
Line 23688 
 static const char* static const char*
 _CIM_Namespace_Name_qualifiers[] = _CIM_Namespace_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Namespace_Name = _CIM_Namespace_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 22758 
Line 23717 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_Namespace.ClassType\000",     "\013\000\001CIM_Namespace.ClassType\000",
       /* Required */
       "\050\001",
       /* Write */
       "\065\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0170\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000200\000201\000202\000",     "\061\000\0170\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000200\000201\000202\000",
     /* Values */     /* Values */
Line 22767 
Line 23730 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Namespace_ClassInfo = _CIM_Namespace_ClassInfo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
     /* name */     /* name */
     "ClassInfo",     "ClassInfo",
     /* qualifiers */     /* qualifiers */
Line 22789 
Line 23752 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_Namespace.DescriptionOfClassType\000",     "\013\000\001CIM_Namespace.DescriptionOfClassType\000",
       /* Write */
       "\065\001",
     /* ModelCorrespondence */     /* ModelCorrespondence */
     "\036\000\001CIM_Namespace.ClassInfo\000",     "\036\000\001CIM_Namespace.ClassInfo\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Namespace_DescriptionOfClassInfo = _CIM_Namespace_DescriptionOfClassInfo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "DescriptionOfClassInfo",     "DescriptionOfClassInfo",
     /* qualifiers */     /* qualifiers */
Line 22814 
Line 23779 
 static const char* static const char*
 _CIM_Namespace_ClassType_qualifiers[] = _CIM_Namespace_ClassType_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0060\0001\0002\000200\000201\000202\000",     "\061\000\0060\0001\0002\000200\000201\000202\000",
     /* Values */     /* Values */
Line 22823 
Line 23790 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Namespace_ClassType = _CIM_Namespace_ClassType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "ClassType",     "ClassType",
     /* qualifiers */     /* qualifiers */
Line 22843 
Line 23810 
 static const char* static const char*
 _CIM_Namespace_ClassTypeVersion_qualifiers[] = _CIM_Namespace_ClassTypeVersion_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ModelCorrespondence */     /* ModelCorrespondence */
     "\036\000\002CIM_Namespace.DescriptionOfClassType\000CIM_Namespace.ClassType\000",     "\036\000\002CIM_Namespace.DescriptionOfClassType\000CIM_Namespace.ClassType\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Namespace_ClassTypeVersion = _CIM_Namespace_ClassTypeVersion =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "ClassTypeVersion",     "ClassTypeVersion",
     /* qualifiers */     /* qualifiers */
Line 22868 
Line 23837 
 static const char* static const char*
 _CIM_Namespace_DescriptionOfClassType_qualifiers[] = _CIM_Namespace_DescriptionOfClassType_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ModelCorrespondence */     /* ModelCorrespondence */
     "\036\000\002CIM_Namespace.ClassType\000CIM_Namespace.ClassTypeVersion\000",     "\036\000\002CIM_Namespace.ClassType\000CIM_Namespace.ClassTypeVersion\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_Namespace_DescriptionOfClassType = _CIM_Namespace_DescriptionOfClassType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "DescriptionOfClassType",     "DescriptionOfClassType",
     /* qualifiers */     /* qualifiers */
Line 22890 
Line 23861 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_Namespace_features[] = _CIM_Namespace_features[] =
 { {
     (SourceFeature*)&_CIM_Namespace_SystemCreationClassName,      (MetaFeature*)&_CIM_Namespace_SystemCreationClassName,
     (SourceFeature*)&_CIM_Namespace_SystemName,      (MetaFeature*)&_CIM_Namespace_SystemName,
     (SourceFeature*)&_CIM_Namespace_ObjectManagerCreationClassName,      (MetaFeature*)&_CIM_Namespace_ObjectManagerCreationClassName,
     (SourceFeature*)&_CIM_Namespace_ObjectManagerName,      (MetaFeature*)&_CIM_Namespace_ObjectManagerName,
     (SourceFeature*)&_CIM_Namespace_CreationClassName,      (MetaFeature*)&_CIM_Namespace_CreationClassName,
     (SourceFeature*)&_CIM_Namespace_Name,      (MetaFeature*)&_CIM_Namespace_Name,
     (SourceFeature*)&_CIM_Namespace_ClassInfo,      (MetaFeature*)&_CIM_Namespace_ClassInfo,
     (SourceFeature*)&_CIM_Namespace_DescriptionOfClassInfo,      (MetaFeature*)&_CIM_Namespace_DescriptionOfClassInfo,
     (SourceFeature*)&_CIM_Namespace_ClassType,      (MetaFeature*)&_CIM_Namespace_ClassType,
     (SourceFeature*)&_CIM_Namespace_ClassTypeVersion,      (MetaFeature*)&_CIM_Namespace_ClassTypeVersion,
     (SourceFeature*)&_CIM_Namespace_DescriptionOfClassType,      (MetaFeature*)&_CIM_Namespace_DescriptionOfClassType,
     0,     0,
 }; };
  
Line 22917 
Line 23888 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_Namespace = __root_PG_InterOp_CIM_Namespace =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_Namespace",     "CIM_Namespace",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_Namespace_qualifiers,     __root_PG_InterOp_CIM_Namespace_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_Namespace_features,     _CIM_Namespace_features,
Line 22941 
Line 23912 
 static const char* static const char*
 _CIM_RegisteredProfile_InstanceID_qualifiers[] = _CIM_RegisteredProfile_InstanceID_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RegisteredProfile_InstanceID = _CIM_RegisteredProfile_InstanceID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "InstanceID",     "InstanceID",
     /* qualifiers */     /* qualifiers */
Line 22964 
Line 23937 
 static const char* static const char*
 _CIM_RegisteredProfile_RegisteredOrganization_qualifiers[] = _CIM_RegisteredProfile_RegisteredOrganization_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0231\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\000",     "\061\000\0231\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\00015\00016\00017\00018\00019\000",
     /* Values */     /* Values */
Line 22973 
Line 23948 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RegisteredProfile_RegisteredOrganization = _CIM_RegisteredProfile_RegisteredOrganization =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "RegisteredOrganization",     "RegisteredOrganization",
     /* qualifiers */     /* qualifiers */
Line 23000 
Line 23975 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RegisteredProfile_OtherRegisteredOrganization = _CIM_RegisteredProfile_OtherRegisteredOrganization =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherRegisteredOrganization",     "OtherRegisteredOrganization",
     /* qualifiers */     /* qualifiers */
Line 23020 
Line 23995 
 static const char* static const char*
 _CIM_RegisteredProfile_RegisteredName_qualifiers[] = _CIM_RegisteredProfile_RegisteredName_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RegisteredProfile_RegisteredName = _CIM_RegisteredProfile_RegisteredName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "RegisteredName",     "RegisteredName",
     /* qualifiers */     /* qualifiers */
Line 23045 
Line 24022 
 static const char* static const char*
 _CIM_RegisteredProfile_RegisteredVersion_qualifiers[] = _CIM_RegisteredProfile_RegisteredVersion_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RegisteredProfile_RegisteredVersion = _CIM_RegisteredProfile_RegisteredVersion =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "RegisteredVersion",     "RegisteredVersion",
     /* qualifiers */     /* qualifiers */
Line 23068 
Line 24047 
 static const char* static const char*
 _CIM_RegisteredProfile_AdvertiseTypes_qualifiers[] = _CIM_RegisteredProfile_AdvertiseTypes_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0031\0002\0003\000",     "\061\000\0031\0002\0003\000",
     /* Values */     /* Values */
Line 23079 
Line 24060 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RegisteredProfile_AdvertiseTypes = _CIM_RegisteredProfile_AdvertiseTypes =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "AdvertiseTypes",     "AdvertiseTypes",
     /* qualifiers */     /* qualifiers */
Line 23106 
Line 24087 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_RegisteredProfile_AdvertiseTypeDescriptions = _CIM_RegisteredProfile_AdvertiseTypeDescriptions =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "AdvertiseTypeDescriptions",     "AdvertiseTypeDescriptions",
     /* qualifiers */     /* qualifiers */
Line 23123 
Line 24104 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_RegisteredProfile_features[] = _CIM_RegisteredProfile_features[] =
 { {
     (SourceFeature*)&_CIM_RegisteredProfile_InstanceID,      (MetaFeature*)&_CIM_RegisteredProfile_InstanceID,
     (SourceFeature*)&_CIM_RegisteredProfile_RegisteredOrganization,      (MetaFeature*)&_CIM_RegisteredProfile_RegisteredOrganization,
     (SourceFeature*)&_CIM_RegisteredProfile_OtherRegisteredOrganization,      (MetaFeature*)&_CIM_RegisteredProfile_OtherRegisteredOrganization,
     (SourceFeature*)&_CIM_RegisteredProfile_RegisteredName,      (MetaFeature*)&_CIM_RegisteredProfile_RegisteredName,
     (SourceFeature*)&_CIM_RegisteredProfile_RegisteredVersion,      (MetaFeature*)&_CIM_RegisteredProfile_RegisteredVersion,
     (SourceFeature*)&_CIM_RegisteredProfile_AdvertiseTypes,      (MetaFeature*)&_CIM_RegisteredProfile_AdvertiseTypes,
     (SourceFeature*)&_CIM_RegisteredProfile_AdvertiseTypeDescriptions,      (MetaFeature*)&_CIM_RegisteredProfile_AdvertiseTypeDescriptions,
     0,     0,
 }; };
  
Line 23146 
Line 24127 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_RegisteredProfile = __root_PG_InterOp_CIM_RegisteredProfile =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_RegisteredProfile",     "CIM_RegisteredProfile",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_RegisteredProfile_qualifiers,     __root_PG_InterOp_CIM_RegisteredProfile_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_RegisteredProfile_features,     _CIM_RegisteredProfile_features,
Line 23167 
Line 24148 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _CIM_RegisteredSubProfile_features[] = _CIM_RegisteredSubProfile_features[] =
 { {
     0,     0,
Line 23183 
Line 24164 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_RegisteredSubProfile = __root_PG_InterOp_CIM_RegisteredSubProfile =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_RegisteredSubProfile",     "CIM_RegisteredSubProfile",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_RegisteredSubProfile_qualifiers,     __root_PG_InterOp_CIM_RegisteredSubProfile_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_RegisteredProfile,     &__root_PG_InterOp_CIM_RegisteredProfile,
     /* features */     /* features */
     _CIM_RegisteredSubProfile_features,     _CIM_RegisteredSubProfile_features,
Line 23207 
Line 24188 
 static const char* static const char*
 _CIM_SystemIdentification_SystemCreationClassName_qualifiers[] = _CIM_SystemIdentification_SystemCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_Namespace.SystemCreationClassName",     "\045CIM_Namespace.SystemCreationClassName",
     /* MaxLen */     /* MaxLen */
Line 23214 
Line 24197 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemIdentification_SystemCreationClassName = _CIM_SystemIdentification_SystemCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemCreationClassName",     "SystemCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 23234 
Line 24217 
 static const char* static const char*
 _CIM_SystemIdentification_SystemName_qualifiers[] = _CIM_SystemIdentification_SystemName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_Namespace.SystemName",     "\045CIM_Namespace.SystemName",
     /* MaxLen */     /* MaxLen */
Line 23241 
Line 24226 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemIdentification_SystemName = _CIM_SystemIdentification_SystemName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "SystemName",     "SystemName",
     /* qualifiers */     /* qualifiers */
Line 23261 
Line 24246 
 static const char* static const char*
 _CIM_SystemIdentification_ObjectManagerCreationClassName_qualifiers[] = _CIM_SystemIdentification_ObjectManagerCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_Namespace.ObjectManagerCreationClassName",     "\045CIM_Namespace.ObjectManagerCreationClassName",
     /* MaxLen */     /* MaxLen */
Line 23268 
Line 24255 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemIdentification_ObjectManagerCreationClassName = _CIM_SystemIdentification_ObjectManagerCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ObjectManagerCreationClassName",     "ObjectManagerCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 23288 
Line 24275 
 static const char* static const char*
 _CIM_SystemIdentification_ObjectManagerName_qualifiers[] = _CIM_SystemIdentification_ObjectManagerName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_Namespace.ObjectManagerName",     "\045CIM_Namespace.ObjectManagerName",
     /* MaxLen */     /* MaxLen */
Line 23295 
Line 24284 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemIdentification_ObjectManagerName = _CIM_SystemIdentification_ObjectManagerName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ObjectManagerName",     "ObjectManagerName",
     /* qualifiers */     /* qualifiers */
Line 23315 
Line 24304 
 static const char* static const char*
 _CIM_SystemIdentification_NamespaceCreationClassName_qualifiers[] = _CIM_SystemIdentification_NamespaceCreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_Namespace.CreationClassName",     "\045CIM_Namespace.CreationClassName",
     /* MaxLen */     /* MaxLen */
Line 23322 
Line 24313 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemIdentification_NamespaceCreationClassName = _CIM_SystemIdentification_NamespaceCreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "NamespaceCreationClassName",     "NamespaceCreationClassName",
     /* qualifiers */     /* qualifiers */
Line 23342 
Line 24333 
 static const char* static const char*
 _CIM_SystemIdentification_NamespaceName_qualifiers[] = _CIM_SystemIdentification_NamespaceName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045CIM_Namespace.Name",     "\045CIM_Namespace.Name",
     /* MaxLen */     /* MaxLen */
Line 23349 
Line 24342 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemIdentification_NamespaceName = _CIM_SystemIdentification_NamespaceName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "NamespaceName",     "NamespaceName",
     /* qualifiers */     /* qualifiers */
Line 23369 
Line 24362 
 static const char* static const char*
 _CIM_SystemIdentification_CreationClassName_qualifiers[] = _CIM_SystemIdentification_CreationClassName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemIdentification_CreationClassName = _CIM_SystemIdentification_CreationClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CreationClassName",     "CreationClassName",
     /* qualifiers */     /* qualifiers */
Line 23394 
Line 24389 
 static const char* static const char*
 _CIM_SystemIdentification_Name_qualifiers[] = _CIM_SystemIdentification_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* MaxLen */     /* MaxLen */
     "\030\000\000\001\000",     "\030\000\000\001\000",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemIdentification_Name = _CIM_SystemIdentification_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 23419 
Line 24416 
 static const char* static const char*
 _CIM_SystemIdentification_IdentificationFormats_qualifiers[] = _CIM_SystemIdentification_IdentificationFormats_qualifiers[] =
 { {
       /* Required */
       "\050\001",
       /* Write */
       "\065\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",     "\061\000\0140\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\000",
     /* Values */     /* Values */
Line 23430 
Line 24431 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemIdentification_IdentificationFormats = _CIM_SystemIdentification_IdentificationFormats =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
     /* name */     /* name */
     "IdentificationFormats",     "IdentificationFormats",
     /* qualifiers */     /* qualifiers */
Line 23450 
Line 24451 
 static const char* static const char*
 _CIM_SystemIdentification_FormatDescriptions_qualifiers[] = _CIM_SystemIdentification_FormatDescriptions_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ArrayType */     /* ArrayType */
     "\005Indexed",     "\005Indexed",
     /* ModelCorrespondence */     /* ModelCorrespondence */
Line 23457 
Line 24460 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemIdentification_FormatDescriptions = _CIM_SystemIdentification_FormatDescriptions =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "FormatDescriptions",     "FormatDescriptions",
     /* qualifiers */     /* qualifiers */
Line 23477 
Line 24480 
 static const char* static const char*
 _CIM_SystemIdentification_IdentificationData_qualifiers[] = _CIM_SystemIdentification_IdentificationData_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ArrayType */     /* ArrayType */
     "\005Indexed",     "\005Indexed",
     /* ModelCorrespondence */     /* ModelCorrespondence */
Line 23484 
Line 24489 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemIdentification_IdentificationData = _CIM_SystemIdentification_IdentificationData =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "IdentificationData",     "IdentificationData",
     /* qualifiers */     /* qualifiers */
Line 23501 
Line 24506 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SystemIdentification_features[] = _CIM_SystemIdentification_features[] =
 { {
     (SourceFeature*)&_CIM_SystemIdentification_SystemCreationClassName,      (MetaFeature*)&_CIM_SystemIdentification_SystemCreationClassName,
     (SourceFeature*)&_CIM_SystemIdentification_SystemName,      (MetaFeature*)&_CIM_SystemIdentification_SystemName,
     (SourceFeature*)&_CIM_SystemIdentification_ObjectManagerCreationClassName,      (MetaFeature*)&_CIM_SystemIdentification_ObjectManagerCreationClassName,
     (SourceFeature*)&_CIM_SystemIdentification_ObjectManagerName,      (MetaFeature*)&_CIM_SystemIdentification_ObjectManagerName,
     (SourceFeature*)&_CIM_SystemIdentification_NamespaceCreationClassName,      (MetaFeature*)&_CIM_SystemIdentification_NamespaceCreationClassName,
     (SourceFeature*)&_CIM_SystemIdentification_NamespaceName,      (MetaFeature*)&_CIM_SystemIdentification_NamespaceName,
     (SourceFeature*)&_CIM_SystemIdentification_CreationClassName,      (MetaFeature*)&_CIM_SystemIdentification_CreationClassName,
     (SourceFeature*)&_CIM_SystemIdentification_Name,      (MetaFeature*)&_CIM_SystemIdentification_Name,
     (SourceFeature*)&_CIM_SystemIdentification_IdentificationFormats,      (MetaFeature*)&_CIM_SystemIdentification_IdentificationFormats,
     (SourceFeature*)&_CIM_SystemIdentification_FormatDescriptions,      (MetaFeature*)&_CIM_SystemIdentification_FormatDescriptions,
     (SourceFeature*)&_CIM_SystemIdentification_IdentificationData,      (MetaFeature*)&_CIM_SystemIdentification_IdentificationData,
     0,     0,
 }; };
  
Line 23528 
Line 24533 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SystemIdentification = __root_PG_InterOp_CIM_SystemIdentification =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_SystemIdentification",     "CIM_SystemIdentification",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SystemIdentification_qualifiers,     __root_PG_InterOp_CIM_SystemIdentification_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _CIM_SystemIdentification_features,     _CIM_SystemIdentification_features,
Line 23552 
Line 24557 
 static const char* static const char*
 _CIM_SystemInNamespace_ManagedNamespace_qualifiers[] = _CIM_SystemInNamespace_ManagedNamespace_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Min */     /* Min */
     "\033\000\000\000\001",     "\033\000\000\000\001",
     /* Max */     /* Max */
Line 23559 
Line 24566 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SystemInNamespace_ManagedNamespace = _CIM_SystemInNamespace_ManagedNamespace =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ManagedNamespace",     "ManagedNamespace",
     /* qualifiers */     /* qualifiers */
     _CIM_SystemInNamespace_ManagedNamespace_qualifiers,     _CIM_SystemInNamespace_ManagedNamespace_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Namespace,     &__root_PG_InterOp_CIM_Namespace,
 }; };
  
 static const char* static const char*
 _CIM_SystemInNamespace_Identification_qualifiers[] = _CIM_SystemInNamespace_Identification_qualifiers[] =
 { {
       /* Key */
       "\025\001",
       /* Weak */
       "\064\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SystemInNamespace_Identification = _CIM_SystemInNamespace_Identification =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ|META_FLAG_WEAK,
     /* name */     /* name */
     "Identification",     "Identification",
     /* qualifiers */     /* qualifiers */
     _CIM_SystemInNamespace_Identification_qualifiers,     _CIM_SystemInNamespace_Identification_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SystemIdentification,     &__root_PG_InterOp_CIM_SystemIdentification,
 }; };
  
 static const char* static const char*
 _CIM_SystemInNamespace_ScopeOfContainedData_qualifiers[] = _CIM_SystemInNamespace_ScopeOfContainedData_qualifiers[] =
 { {
       /* Required */
       "\050\001",
       /* Write */
       "\065\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0050\0001\0002\0003\0004\000",     "\061\000\0050\0001\0002\0003\0004\000",
     /* Values */     /* Values */
Line 23609 
Line 24624 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemInNamespace_ScopeOfContainedData = _CIM_SystemInNamespace_ScopeOfContainedData =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED|META_FLAG_WRITE,
     /* name */     /* name */
     "ScopeOfContainedData",     "ScopeOfContainedData",
     /* qualifiers */     /* qualifiers */
Line 23629 
Line 24644 
 static const char* static const char*
 _CIM_SystemInNamespace_DescriptionOfContainedData_qualifiers[] = _CIM_SystemInNamespace_DescriptionOfContainedData_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     /* ArrayType */     /* ArrayType */
     "\005Indexed",     "\005Indexed",
     /* ModelCorrespondence */     /* ModelCorrespondence */
Line 23636 
Line 24653 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_SystemInNamespace_DescriptionOfContainedData = _CIM_SystemInNamespace_DescriptionOfContainedData =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "DescriptionOfContainedData",     "DescriptionOfContainedData",
     /* qualifiers */     /* qualifiers */
Line 23653 
Line 24670 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SystemInNamespace_features[] = _CIM_SystemInNamespace_features[] =
 { {
     (SourceFeature*)&_CIM_SystemInNamespace_ManagedNamespace,      (MetaFeature*)&_CIM_SystemInNamespace_ManagedNamespace,
     (SourceFeature*)&_CIM_SystemInNamespace_Identification,      (MetaFeature*)&_CIM_SystemInNamespace_Identification,
     (SourceFeature*)&_CIM_SystemInNamespace_ScopeOfContainedData,      (MetaFeature*)&_CIM_SystemInNamespace_ScopeOfContainedData,
     (SourceFeature*)&_CIM_SystemInNamespace_DescriptionOfContainedData,      (MetaFeature*)&_CIM_SystemInNamespace_DescriptionOfContainedData,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_SystemInNamespace_qualifiers[] = __root_PG_InterOp_CIM_SystemInNamespace_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Interop",     "\057CIM::Interop",
     /* Version */     /* Version */
Line 23673 
Line 24692 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SystemInNamespace = __root_PG_InterOp_CIM_SystemInNamespace =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_SystemInNamespace",     "CIM_SystemInNamespace",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SystemInNamespace_qualifiers,     __root_PG_InterOp_CIM_SystemInNamespace_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_SystemInNamespace_features,     _CIM_SystemInNamespace_features,
Line 23702 
Line 24721 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_CIMOMStatisticalData_InstanceID = _CIM_CIMOMStatisticalData_InstanceID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "InstanceID",     "InstanceID",
     /* qualifiers */     /* qualifiers */
Line 23722 
Line 24741 
 static const char* static const char*
 _CIM_CIMOMStatisticalData_OperationType_qualifiers[] = _CIM_CIMOMStatisticalData_OperationType_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\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",     "\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",
     /* Values */     /* Values */
Line 23731 
Line 24752 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_CIMOMStatisticalData_OperationType = _CIM_CIMOMStatisticalData_OperationType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "OperationType",     "OperationType",
     /* qualifiers */     /* qualifiers */
Line 23758 
Line 24779 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_CIMOMStatisticalData_OtherOperationType = _CIM_CIMOMStatisticalData_OtherOperationType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherOperationType",     "OtherOperationType",
     /* qualifiers */     /* qualifiers */
Line 23778 
Line 24799 
 static const char* static const char*
 _CIM_CIMOMStatisticalData_NumberOfOperations_qualifiers[] = _CIM_CIMOMStatisticalData_NumberOfOperations_qualifiers[] =
 { {
       /* Required */
       "\050\001",
       /* Counter */
       "\012\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_CIMOMStatisticalData_NumberOfOperations = _CIM_CIMOMStatisticalData_NumberOfOperations =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_COUNTER|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "NumberOfOperations",     "NumberOfOperations",
     /* qualifiers */     /* qualifiers */
Line 23801 
Line 24826 
 static const char* static const char*
 _CIM_CIMOMStatisticalData_CimomElapsedTime_qualifiers[] = _CIM_CIMOMStatisticalData_CimomElapsedTime_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_CIMOMStatisticalData_CimomElapsedTime = _CIM_CIMOMStatisticalData_CimomElapsedTime =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "CimomElapsedTime",     "CimomElapsedTime",
     /* qualifiers */     /* qualifiers */
Line 23824 
Line 24851 
 static const char* static const char*
 _CIM_CIMOMStatisticalData_ProviderElapsedTime_qualifiers[] = _CIM_CIMOMStatisticalData_ProviderElapsedTime_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_CIMOMStatisticalData_ProviderElapsedTime = _CIM_CIMOMStatisticalData_ProviderElapsedTime =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "ProviderElapsedTime",     "ProviderElapsedTime",
     /* qualifiers */     /* qualifiers */
Line 23849 
Line 24878 
 { {
     /* Units */     /* Units */
     "\060Bytes",     "\060Bytes",
       /* Counter */
       "\012\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_CIMOMStatisticalData_RequestSize = _CIM_CIMOMStatisticalData_RequestSize =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_COUNTER|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
     /* name */     /* name */
     "RequestSize",     "RequestSize",
     /* qualifiers */     /* qualifiers */
Line 23874 
Line 24905 
 { {
     /* Units */     /* Units */
     "\060Bytes",     "\060Bytes",
       /* Counter */
       "\012\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_CIMOMStatisticalData_ResponseSize = _CIM_CIMOMStatisticalData_ResponseSize =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_COUNTER|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_COUNTER|META_FLAG_READ,
     /* name */     /* name */
     "ResponseSize",     "ResponseSize",
     /* qualifiers */     /* qualifiers */
Line 23894 
Line 24927 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_CIMOMStatisticalData_features[] = _CIM_CIMOMStatisticalData_features[] =
 { {
     (SourceFeature*)&_CIM_CIMOMStatisticalData_InstanceID,      (MetaFeature*)&_CIM_CIMOMStatisticalData_InstanceID,
     (SourceFeature*)&_CIM_CIMOMStatisticalData_OperationType,      (MetaFeature*)&_CIM_CIMOMStatisticalData_OperationType,
     (SourceFeature*)&_CIM_CIMOMStatisticalData_OtherOperationType,      (MetaFeature*)&_CIM_CIMOMStatisticalData_OtherOperationType,
     (SourceFeature*)&_CIM_CIMOMStatisticalData_NumberOfOperations,      (MetaFeature*)&_CIM_CIMOMStatisticalData_NumberOfOperations,
     (SourceFeature*)&_CIM_CIMOMStatisticalData_CimomElapsedTime,      (MetaFeature*)&_CIM_CIMOMStatisticalData_CimomElapsedTime,
     (SourceFeature*)&_CIM_CIMOMStatisticalData_ProviderElapsedTime,      (MetaFeature*)&_CIM_CIMOMStatisticalData_ProviderElapsedTime,
     (SourceFeature*)&_CIM_CIMOMStatisticalData_RequestSize,      (MetaFeature*)&_CIM_CIMOMStatisticalData_RequestSize,
     (SourceFeature*)&_CIM_CIMOMStatisticalData_ResponseSize,      (MetaFeature*)&_CIM_CIMOMStatisticalData_ResponseSize,
     0,     0,
 }; };
  
Line 23918 
Line 24951 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_CIMOMStatisticalData = __root_PG_InterOp_CIM_CIMOMStatisticalData =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_CIMOMStatisticalData",     "CIM_CIMOMStatisticalData",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_CIMOMStatisticalData_qualifiers,     __root_PG_InterOp_CIM_CIMOMStatisticalData_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_StatisticalData,     &__root_PG_InterOp_CIM_StatisticalData,
     /* features */     /* features */
     _CIM_CIMOMStatisticalData_features,     _CIM_CIMOMStatisticalData_features,
Line 23942 
Line 24975 
 static const char* static const char*
 _CIM_ElementConformsToProfile_ConformantStandard_qualifiers[] = _CIM_ElementConformsToProfile_ConformantStandard_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementConformsToProfile_ConformantStandard = _CIM_ElementConformsToProfile_ConformantStandard =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ConformantStandard",     "ConformantStandard",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementConformsToProfile_ConformantStandard_qualifiers,     _CIM_ElementConformsToProfile_ConformantStandard_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_RegisteredProfile,     &__root_PG_InterOp_CIM_RegisteredProfile,
 }; };
  
 static const char* static const char*
 _CIM_ElementConformsToProfile_ManagedElement_qualifiers[] = _CIM_ElementConformsToProfile_ManagedElement_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ElementConformsToProfile_ManagedElement = _CIM_ElementConformsToProfile_ManagedElement =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ManagedElement",     "ManagedElement",
     /* qualifiers */     /* qualifiers */
     _CIM_ElementConformsToProfile_ManagedElement_qualifiers,     _CIM_ElementConformsToProfile_ManagedElement_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ElementConformsToProfile_features[] = _CIM_ElementConformsToProfile_features[] =
 { {
     (SourceFeature*)&_CIM_ElementConformsToProfile_ConformantStandard,      (MetaFeature*)&_CIM_ElementConformsToProfile_ConformantStandard,
     (SourceFeature*)&_CIM_ElementConformsToProfile_ManagedElement,      (MetaFeature*)&_CIM_ElementConformsToProfile_ManagedElement,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ElementConformsToProfile_qualifiers[] = __root_PG_InterOp_CIM_ElementConformsToProfile_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Interop",     "\057CIM::Interop",
     /* Version */     /* Version */
Line 23999 
Line 25038 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ElementConformsToProfile = __root_PG_InterOp_CIM_ElementConformsToProfile =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ElementConformsToProfile",     "CIM_ElementConformsToProfile",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ElementConformsToProfile_qualifiers,     __root_PG_InterOp_CIM_ElementConformsToProfile_qualifiers,
     /* superClass */      /* super */
     0,     0,
     /* features */     /* features */
     _CIM_ElementConformsToProfile_features,     _CIM_ElementConformsToProfile_features,
Line 24028 
Line 25067 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ReferencedProfile_Antecedent = _CIM_ReferencedProfile_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_ReferencedProfile_Antecedent_qualifiers,     _CIM_ReferencedProfile_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_RegisteredProfile,     &__root_PG_InterOp_CIM_RegisteredProfile,
 }; };
  
Line 24051 
Line 25090 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_ReferencedProfile_Dependent = _CIM_ReferencedProfile_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_ReferencedProfile_Dependent_qualifiers,     _CIM_ReferencedProfile_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_RegisteredProfile,     &__root_PG_InterOp_CIM_RegisteredProfile,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ReferencedProfile_features[] = _CIM_ReferencedProfile_features[] =
 { {
     (SourceFeature*)&_CIM_ReferencedProfile_Antecedent,      (MetaFeature*)&_CIM_ReferencedProfile_Antecedent,
     (SourceFeature*)&_CIM_ReferencedProfile_Dependent,      (MetaFeature*)&_CIM_ReferencedProfile_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ReferencedProfile_qualifiers[] = __root_PG_InterOp_CIM_ReferencedProfile_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Interop",     "\057CIM::Interop",
     /* Version */     /* Version */
Line 24084 
Line 25125 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ReferencedProfile = __root_PG_InterOp_CIM_ReferencedProfile =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_ReferencedProfile",     "CIM_ReferencedProfile",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ReferencedProfile_qualifiers,     __root_PG_InterOp_CIM_ReferencedProfile_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_ReferencedProfile_features,     _CIM_ReferencedProfile_features,
Line 24115 
Line 25156 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SubProfileRequiresProfile_Antecedent = _CIM_SubProfileRequiresProfile_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_SubProfileRequiresProfile_Antecedent_qualifiers,     _CIM_SubProfileRequiresProfile_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_RegisteredProfile,     &__root_PG_InterOp_CIM_RegisteredProfile,
 }; };
  
Line 24138 
Line 25179 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_SubProfileRequiresProfile_Dependent = _CIM_SubProfileRequiresProfile_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_SubProfileRequiresProfile_Dependent_qualifiers,     _CIM_SubProfileRequiresProfile_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_RegisteredSubProfile,     &__root_PG_InterOp_CIM_RegisteredSubProfile,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_SubProfileRequiresProfile_features[] = _CIM_SubProfileRequiresProfile_features[] =
 { {
     (SourceFeature*)&_CIM_SubProfileRequiresProfile_Antecedent,      (MetaFeature*)&_CIM_SubProfileRequiresProfile_Antecedent,
     (SourceFeature*)&_CIM_SubProfileRequiresProfile_Dependent,      (MetaFeature*)&_CIM_SubProfileRequiresProfile_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_SubProfileRequiresProfile_qualifiers[] = __root_PG_InterOp_CIM_SubProfileRequiresProfile_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Interop",     "\057CIM::Interop",
     /* Version */     /* Version */
Line 24171 
Line 25214 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_SubProfileRequiresProfile = __root_PG_InterOp_CIM_SubProfileRequiresProfile =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_SubProfileRequiresProfile",     "CIM_SubProfileRequiresProfile",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_SubProfileRequiresProfile_qualifiers,     __root_PG_InterOp_CIM_SubProfileRequiresProfile_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ReferencedProfile,     &__root_PG_InterOp_CIM_ReferencedProfile,
     /* features */     /* features */
     _CIM_SubProfileRequiresProfile_features,     _CIM_SubProfileRequiresProfile_features,
Line 24192 
Line 25235 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _CIM_WBEMService_features[] = _CIM_WBEMService_features[] =
 { {
     0,     0,
Line 24203 
Line 25246 
 { {
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Interop",     "\057CIM::Interop",
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_WBEMService = __root_PG_InterOp_CIM_WBEMService =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_WBEMService",     "CIM_WBEMService",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_WBEMService_qualifiers,     __root_PG_InterOp_CIM_WBEMService_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Service,     &__root_PG_InterOp_CIM_Service,
     /* features */     /* features */
     _CIM_WBEMService_features,     _CIM_WBEMService_features,
Line 24239 
Line 25284 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_IdentificationOfManagedSystem_Antecedent = _CIM_IdentificationOfManagedSystem_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_IdentificationOfManagedSystem_Antecedent_qualifiers,     _CIM_IdentificationOfManagedSystem_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_System,     &__root_PG_InterOp_CIM_System,
 }; };
  
Line 24264 
Line 25309 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_IdentificationOfManagedSystem_Dependent = _CIM_IdentificationOfManagedSystem_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_IdentificationOfManagedSystem_Dependent_qualifiers,     _CIM_IdentificationOfManagedSystem_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_SystemIdentification,     &__root_PG_InterOp_CIM_SystemIdentification,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_IdentificationOfManagedSystem_features[] = _CIM_IdentificationOfManagedSystem_features[] =
 { {
     (SourceFeature*)&_CIM_IdentificationOfManagedSystem_Antecedent,      (MetaFeature*)&_CIM_IdentificationOfManagedSystem_Antecedent,
     (SourceFeature*)&_CIM_IdentificationOfManagedSystem_Dependent,      (MetaFeature*)&_CIM_IdentificationOfManagedSystem_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_IdentificationOfManagedSystem_qualifiers[] = __root_PG_InterOp_CIM_IdentificationOfManagedSystem_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Interop",     "\057CIM::Interop",
     /* Version */     /* Version */
Line 24297 
Line 25344 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_IdentificationOfManagedSystem = __root_PG_InterOp_CIM_IdentificationOfManagedSystem =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_IdentificationOfManagedSystem",     "CIM_IdentificationOfManagedSystem",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_IdentificationOfManagedSystem_qualifiers,     __root_PG_InterOp_CIM_IdentificationOfManagedSystem_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_IdentificationOfManagedSystem_features,     _CIM_IdentificationOfManagedSystem_features,
Line 24321 
Line 25368 
 static const char* static const char*
 _CIM_ObjectManager_GatherStatisticalData_qualifiers[] = _CIM_ObjectManager_GatherStatisticalData_qualifiers[] =
 { {
       /* Write */
       "\065\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManager_GatherStatisticalData = _CIM_ObjectManager_GatherStatisticalData =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_WRITE,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_WRITE,
     /* name */     /* name */
     "GatherStatisticalData",     "GatherStatisticalData",
     /* qualifiers */     /* qualifiers */
Line 24349 
Line 25398 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManager_Name = _CIM_ObjectManager_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 24374 
Line 25423 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManager_ElementName = _CIM_ObjectManager_ElementName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ElementName",     "ElementName",
     /* qualifiers */     /* qualifiers */
Line 24399 
Line 25448 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManager_Description = _CIM_ObjectManager_Description =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Description",     "Description",
     /* qualifiers */     /* qualifiers */
Line 24416 
Line 25465 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ObjectManager_features[] = _CIM_ObjectManager_features[] =
 { {
     (SourceFeature*)&_CIM_ObjectManager_GatherStatisticalData,      (MetaFeature*)&_CIM_ObjectManager_GatherStatisticalData,
     (SourceFeature*)&_CIM_ObjectManager_Name,      (MetaFeature*)&_CIM_ObjectManager_Name,
     (SourceFeature*)&_CIM_ObjectManager_ElementName,      (MetaFeature*)&_CIM_ObjectManager_ElementName,
     (SourceFeature*)&_CIM_ObjectManager_Description,      (MetaFeature*)&_CIM_ObjectManager_Description,
     0,     0,
 }; };
  
Line 24436 
Line 25485 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ObjectManager = __root_PG_InterOp_CIM_ObjectManager =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_ObjectManager",     "CIM_ObjectManager",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ObjectManager_qualifiers,     __root_PG_InterOp_CIM_ObjectManager_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_WBEMService,     &__root_PG_InterOp_CIM_WBEMService,
     /* features */     /* features */
     _CIM_ObjectManager_features,     _CIM_ObjectManager_features,
Line 24465 
Line 25514 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManagerAdapter_Name = _CIM_ObjectManagerAdapter_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 24490 
Line 25539 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManagerAdapter_ElementName = _CIM_ObjectManagerAdapter_ElementName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ElementName",     "ElementName",
     /* qualifiers */     /* qualifiers */
Line 24510 
Line 25559 
 static const char* static const char*
 _CIM_ObjectManagerAdapter_Handle_qualifiers[] = _CIM_ObjectManagerAdapter_Handle_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManagerAdapter_Handle = _CIM_ObjectManagerAdapter_Handle =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "Handle",     "Handle",
     /* qualifiers */     /* qualifiers */
Line 24533 
Line 25584 
 static const char* static const char*
 _CIM_ObjectManagerAdapter_AdapterType_qualifiers[] = _CIM_ObjectManagerAdapter_AdapterType_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0051\0002\0003\0004\0005\000",     "\061\000\0051\0002\0003\0004\0005\000",
     /* Values */     /* Values */
Line 24542 
Line 25595 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManagerAdapter_AdapterType = _CIM_ObjectManagerAdapter_AdapterType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "AdapterType",     "AdapterType",
     /* qualifiers */     /* qualifiers */
Line 24567 
Line 25620 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription = _CIM_ObjectManagerAdapter_OtherAdapterTypeDescription =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherAdapterTypeDescription",     "OtherAdapterTypeDescription",
     /* qualifiers */     /* qualifiers */
Line 24584 
Line 25637 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ObjectManagerAdapter_features[] = _CIM_ObjectManagerAdapter_features[] =
 { {
     (SourceFeature*)&_CIM_ObjectManagerAdapter_Name,      (MetaFeature*)&_CIM_ObjectManagerAdapter_Name,
     (SourceFeature*)&_CIM_ObjectManagerAdapter_ElementName,      (MetaFeature*)&_CIM_ObjectManagerAdapter_ElementName,
     (SourceFeature*)&_CIM_ObjectManagerAdapter_Handle,      (MetaFeature*)&_CIM_ObjectManagerAdapter_Handle,
     (SourceFeature*)&_CIM_ObjectManagerAdapter_AdapterType,      (MetaFeature*)&_CIM_ObjectManagerAdapter_AdapterType,
     (SourceFeature*)&_CIM_ObjectManagerAdapter_OtherAdapterTypeDescription,      (MetaFeature*)&_CIM_ObjectManagerAdapter_OtherAdapterTypeDescription,
     0,     0,
 }; };
  
Line 24605 
Line 25658 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ObjectManagerAdapter = __root_PG_InterOp_CIM_ObjectManagerAdapter =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_ObjectManagerAdapter",     "CIM_ObjectManagerAdapter",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ObjectManagerAdapter_qualifiers,     __root_PG_InterOp_CIM_ObjectManagerAdapter_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_WBEMService,     &__root_PG_InterOp_CIM_WBEMService,
     /* features */     /* features */
     _CIM_ObjectManagerAdapter_features,     _CIM_ObjectManagerAdapter_features,
Line 24629 
Line 25682 
 static const char* static const char*
 _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism_qualifiers[] = _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0060\0001\0002\0003\0004\0005\000",     "\061\000\0060\0001\0002\0003\0004\0005\000",
     /* Values */     /* Values */
Line 24638 
Line 25693 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism = _CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "CommunicationMechanism",     "CommunicationMechanism",
     /* qualifiers */     /* qualifiers */
Line 24663 
Line 25718 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription = _CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherCommunicationMechanismDescription",     "OtherCommunicationMechanismDescription",
     /* qualifiers */     /* qualifiers */
Line 24683 
Line 25738 
 static const char* static const char*
 _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported_qualifiers[] = _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",     "\061\000\0120\0001\0002\0003\0004\0005\0006\0007\0008\0009\000",
     /* Values */     /* Values */
Line 24694 
Line 25751 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported = _CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "FunctionalProfilesSupported",     "FunctionalProfilesSupported",
     /* qualifiers */     /* qualifiers */
Line 24721 
Line 25778 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions = _CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "FunctionalProfileDescriptions",     "FunctionalProfileDescriptions",
     /* qualifiers */     /* qualifiers */
Line 24741 
Line 25798 
 static const char* static const char*
 _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported_qualifiers[] = _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported = _CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "MultipleOperationsSupported",     "MultipleOperationsSupported",
     /* qualifiers */     /* qualifiers */
Line 24764 
Line 25823 
 static const char* static const char*
 _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported_qualifiers[] = _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0050\0001\0002\0003\0004\000",     "\061\000\0050\0001\0002\0003\0004\000",
     /* Values */     /* Values */
Line 24775 
Line 25836 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported = _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "AuthenticationMechanismsSupported",     "AuthenticationMechanismsSupported",
     /* qualifiers */     /* qualifiers */
Line 24802 
Line 25863 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions = _CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "AuthenticationMechanismDescriptions",     "AuthenticationMechanismDescriptions",
     /* qualifiers */     /* qualifiers */
Line 24822 
Line 25883 
 static const char* static const char*
 _CIM_ObjectManagerCommunicationMechanism_Version_qualifiers[] = _CIM_ObjectManagerCommunicationMechanism_Version_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManagerCommunicationMechanism_Version = _CIM_ObjectManagerCommunicationMechanism_Version =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "Version",     "Version",
     /* qualifiers */     /* qualifiers */
Line 24845 
Line 25908 
 static const char* static const char*
 _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes_qualifiers[] = _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0031\0002\0003\000",     "\061\000\0031\0002\0003\000",
     /* Values */     /* Values */
Line 24856 
Line 25921 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes = _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "AdvertiseTypes",     "AdvertiseTypes",
     /* qualifiers */     /* qualifiers */
Line 24883 
Line 25948 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions = _CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "AdvertiseTypeDescriptions",     "AdvertiseTypeDescriptions",
     /* qualifiers */     /* qualifiers */
Line 24900 
Line 25965 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ObjectManagerCommunicationMechanism_features[] = _CIM_ObjectManagerCommunicationMechanism_features[] =
 { {
     (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism,      (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_CommunicationMechanism,
     (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription,      (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_OtherCommunicationMechanismDescription,
     (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported,      (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfilesSupported,
     (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions,      (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_FunctionalProfileDescriptions,
     (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported,      (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_MultipleOperationsSupported,
     (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported,      (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismsSupported,
     (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions,      (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AuthenticationMechanismDescriptions,
     (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_Version,      (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_Version,
     (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes,      (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypes,
     (SourceFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions,      (MetaFeature*)&_CIM_ObjectManagerCommunicationMechanism_AdvertiseTypeDescriptions,
     0,     0,
 }; };
  
Line 24926 
Line 25991 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism = __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_ObjectManagerCommunicationMechanism",     "CIM_ObjectManagerCommunicationMechanism",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism_qualifiers,     __root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ServiceAccessPoint,     &__root_PG_InterOp_CIM_ServiceAccessPoint,
     /* features */     /* features */
     _CIM_ObjectManagerCommunicationMechanism_features,     _CIM_ObjectManagerCommunicationMechanism_features,
Line 24957 
Line 26022 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ProtocolAdapter_Name = _CIM_ProtocolAdapter_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 24979 
Line 26044 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_ObjectManagerAdapter.Handle\000",     "\013\000\001CIM_ObjectManagerAdapter.Handle\000",
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ProtocolAdapter_Handle = _CIM_ProtocolAdapter_Handle =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "Handle",     "Handle",
     /* qualifiers */     /* qualifiers */
Line 25004 
Line 26071 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_ObjectManagerAdapter.AdapterType\000",     "\013\000\001CIM_ObjectManagerAdapter.AdapterType\000",
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0031\0002\0003\000",     "\061\000\0031\0002\0003\000",
     /* Values */     /* Values */
Line 25013 
Line 26082 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ProtocolAdapter_ProtocolAdapterType = _CIM_ProtocolAdapter_ProtocolAdapterType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "ProtocolAdapterType",     "ProtocolAdapterType",
     /* qualifiers */     /* qualifiers */
Line 25040 
Line 26109 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ProtocolAdapter_OtherProtocolAdapterType = _CIM_ProtocolAdapter_OtherProtocolAdapterType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherProtocolAdapterType",     "OtherProtocolAdapterType",
     /* qualifiers */     /* qualifiers */
Line 25057 
Line 26126 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ProtocolAdapter_features[] = _CIM_ProtocolAdapter_features[] =
 { {
     (SourceFeature*)&_CIM_ProtocolAdapter_Name,      (MetaFeature*)&_CIM_ProtocolAdapter_Name,
     (SourceFeature*)&_CIM_ProtocolAdapter_Handle,      (MetaFeature*)&_CIM_ProtocolAdapter_Handle,
     (SourceFeature*)&_CIM_ProtocolAdapter_ProtocolAdapterType,      (MetaFeature*)&_CIM_ProtocolAdapter_ProtocolAdapterType,
     (SourceFeature*)&_CIM_ProtocolAdapter_OtherProtocolAdapterType,      (MetaFeature*)&_CIM_ProtocolAdapter_OtherProtocolAdapterType,
     0,     0,
 }; };
  
Line 25079 
Line 26148 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ProtocolAdapter = __root_PG_InterOp_CIM_ProtocolAdapter =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_ProtocolAdapter",     "CIM_ProtocolAdapter",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ProtocolAdapter_qualifiers,     __root_PG_InterOp_CIM_ProtocolAdapter_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_WBEMService,     &__root_PG_InterOp_CIM_WBEMService,
     /* features */     /* features */
     _CIM_ProtocolAdapter_features,     _CIM_ProtocolAdapter_features,
Line 25103 
Line 26172 
 static const char* static const char*
 _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism_qualifiers[] = _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* Override */     /* Override */
     "\044CommunicationMechanism",     "\044CommunicationMechanism",
     /* ValueMap */     /* ValueMap */
Line 25112 
Line 26183 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism = _CIM_CIMXMLCommunicationMechanism_CommunicationMechanism =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "CommunicationMechanism",     "CommunicationMechanism",
     /* qualifiers */     /* qualifiers */
Line 25132 
Line 26203 
 static const char* static const char*
 _CIM_CIMXMLCommunicationMechanism_Version_qualifiers[] = _CIM_CIMXMLCommunicationMechanism_Version_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* Override */     /* Override */
     "\044Version",     "\044Version",
     /* ValueMap */     /* ValueMap */
Line 25139 
Line 26212 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_CIMXMLCommunicationMechanism_Version = _CIM_CIMXMLCommunicationMechanism_Version =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "Version",     "Version",
     /* qualifiers */     /* qualifiers */
Line 25161 
Line 26234 
 { {
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_CIMXMLCommunicationMechanism.Version\000",     "\013\000\001CIM_CIMXMLCommunicationMechanism.Version\000",
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0020\0001\000",     "\061\000\0020\0001\000",
     /* Values */     /* Values */
Line 25168 
Line 26243 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion = _CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "CIMXMLProtocolVersion",     "CIMXMLProtocolVersion",
     /* qualifiers */     /* qualifiers */
Line 25188 
Line 26263 
 static const char* static const char*
 _CIM_CIMXMLCommunicationMechanism_CIMValidated_qualifiers[] = _CIM_CIMXMLCommunicationMechanism_CIMValidated_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_CIMXMLCommunicationMechanism_CIMValidated = _CIM_CIMXMLCommunicationMechanism_CIMValidated =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "CIMValidated",     "CIMValidated",
     /* qualifiers */     /* qualifiers */
Line 25208 
Line 26285 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_CIMXMLCommunicationMechanism_features[] = _CIM_CIMXMLCommunicationMechanism_features[] =
 { {
     (SourceFeature*)&_CIM_CIMXMLCommunicationMechanism_CommunicationMechanism,      (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_CommunicationMechanism,
     (SourceFeature*)&_CIM_CIMXMLCommunicationMechanism_Version,      (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_Version,
     (SourceFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion,      (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMXMLProtocolVersion,
     (SourceFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMValidated,      (MetaFeature*)&_CIM_CIMXMLCommunicationMechanism_CIMValidated,
     0,     0,
 }; };
  
Line 25228 
Line 26305 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism = __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_CIMXMLCommunicationMechanism",     "CIM_CIMXMLCommunicationMechanism",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism_qualifiers,     __root_PG_InterOp_CIM_CIMXMLCommunicationMechanism_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
     /* features */     /* features */
     _CIM_CIMXMLCommunicationMechanism_features,     _CIM_CIMXMLCommunicationMechanism_features,
Line 25259 
Line 26336 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CommMechanismForAdapter_Antecedent = _CIM_CommMechanismForAdapter_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_CommMechanismForAdapter_Antecedent_qualifiers,     _CIM_CommMechanismForAdapter_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ProtocolAdapter,     &__root_PG_InterOp_CIM_ProtocolAdapter,
 }; };
  
Line 25286 
Line 26363 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CommMechanismForAdapter_Dependent = _CIM_CommMechanismForAdapter_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_CommMechanismForAdapter_Dependent_qualifiers,     _CIM_CommMechanismForAdapter_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_CommMechanismForAdapter_features[] = _CIM_CommMechanismForAdapter_features[] =
 { {
     (SourceFeature*)&_CIM_CommMechanismForAdapter_Antecedent,      (MetaFeature*)&_CIM_CommMechanismForAdapter_Antecedent,
     (SourceFeature*)&_CIM_CommMechanismForAdapter_Dependent,      (MetaFeature*)&_CIM_CommMechanismForAdapter_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_CommMechanismForAdapter_qualifiers[] = __root_PG_InterOp_CIM_CommMechanismForAdapter_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Deprecated */     /* Deprecated */
     "\013\000\001CIM_CommMechanismForObjectManagerAdapter\000",     "\013\000\001CIM_CommMechanismForObjectManagerAdapter\000",
     /* UMLPackagePath */     /* UMLPackagePath */
Line 25321 
Line 26400 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_CommMechanismForAdapter = __root_PG_InterOp_CIM_CommMechanismForAdapter =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_CommMechanismForAdapter",     "CIM_CommMechanismForAdapter",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_CommMechanismForAdapter_qualifiers,     __root_PG_InterOp_CIM_CommMechanismForAdapter_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_CommMechanismForAdapter_features,     _CIM_CommMechanismForAdapter_features,
Line 25354 
Line 26433 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CommMechanismForManager_Antecedent = _CIM_CommMechanismForManager_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_CommMechanismForManager_Antecedent_qualifiers,     _CIM_CommMechanismForManager_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ObjectManager,     &__root_PG_InterOp_CIM_ObjectManager,
 }; };
  
Line 25379 
Line 26458 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CommMechanismForManager_Dependent = _CIM_CommMechanismForManager_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_CommMechanismForManager_Dependent_qualifiers,     _CIM_CommMechanismForManager_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_CommMechanismForManager_features[] = _CIM_CommMechanismForManager_features[] =
 { {
     (SourceFeature*)&_CIM_CommMechanismForManager_Antecedent,      (MetaFeature*)&_CIM_CommMechanismForManager_Antecedent,
     (SourceFeature*)&_CIM_CommMechanismForManager_Dependent,      (MetaFeature*)&_CIM_CommMechanismForManager_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_CommMechanismForManager_qualifiers[] = __root_PG_InterOp_CIM_CommMechanismForManager_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Interop",     "\057CIM::Interop",
     /* Version */     /* Version */
Line 25412 
Line 26493 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_CommMechanismForManager = __root_PG_InterOp_CIM_CommMechanismForManager =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_CommMechanismForManager",     "CIM_CommMechanismForManager",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_CommMechanismForManager_qualifiers,     __root_PG_InterOp_CIM_CommMechanismForManager_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ServiceAccessBySAP,     &__root_PG_InterOp_CIM_ServiceAccessBySAP,
     /* features */     /* features */
     _CIM_CommMechanismForManager_features,     _CIM_CommMechanismForManager_features,
Line 25441 
Line 26522 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CommMechanismForObjectManagerAdapter_Antecedent = _CIM_CommMechanismForObjectManagerAdapter_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_CommMechanismForObjectManagerAdapter_Antecedent_qualifiers,     _CIM_CommMechanismForObjectManagerAdapter_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ObjectManagerAdapter,     &__root_PG_InterOp_CIM_ObjectManagerAdapter,
 }; };
  
Line 25466 
Line 26547 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_CommMechanismForObjectManagerAdapter_Dependent = _CIM_CommMechanismForObjectManagerAdapter_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_CommMechanismForObjectManagerAdapter_Dependent_qualifiers,     _CIM_CommMechanismForObjectManagerAdapter_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,     &__root_PG_InterOp_CIM_ObjectManagerCommunicationMechanism,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_CommMechanismForObjectManagerAdapter_features[] = _CIM_CommMechanismForObjectManagerAdapter_features[] =
 { {
     (SourceFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Antecedent,      (MetaFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Antecedent,
     (SourceFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Dependent,      (MetaFeature*)&_CIM_CommMechanismForObjectManagerAdapter_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter_qualifiers[] = __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Interop",     "\057CIM::Interop",
     /* Version */     /* Version */
Line 25499 
Line 26582 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter = __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_CommMechanismForObjectManagerAdapter",     "CIM_CommMechanismForObjectManagerAdapter",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter_qualifiers,     __root_PG_InterOp_CIM_CommMechanismForObjectManagerAdapter_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _CIM_CommMechanismForObjectManagerAdapter_features,     _CIM_CommMechanismForObjectManagerAdapter_features,
Line 25532 
Line 26615 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_NamespaceInManager_Antecedent = _CIM_NamespaceInManager_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _CIM_NamespaceInManager_Antecedent_qualifiers,     _CIM_NamespaceInManager_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_ObjectManager,     &__root_PG_InterOp_CIM_ObjectManager,
 }; };
  
Line 25552 
Line 26635 
 { {
     /* Override */     /* Override */
     "\044Dependent",     "\044Dependent",
       /* Weak */
       "\064\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _CIM_NamespaceInManager_Dependent = _CIM_NamespaceInManager_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,      META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _CIM_NamespaceInManager_Dependent_qualifiers,     _CIM_NamespaceInManager_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_CIM_Namespace,     &__root_PG_InterOp_CIM_Namespace,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_NamespaceInManager_features[] = _CIM_NamespaceInManager_features[] =
 { {
     (SourceFeature*)&_CIM_NamespaceInManager_Antecedent,      (MetaFeature*)&_CIM_NamespaceInManager_Antecedent,
     (SourceFeature*)&_CIM_NamespaceInManager_Dependent,      (MetaFeature*)&_CIM_NamespaceInManager_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_NamespaceInManager_qualifiers[] = __root_PG_InterOp_CIM_NamespaceInManager_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* UMLPackagePath */     /* UMLPackagePath */
     "\057CIM::Interop",     "\057CIM::Interop",
     /* Version */     /* Version */
Line 25588 
Line 26675 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_NamespaceInManager = __root_PG_InterOp_CIM_NamespaceInManager =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "CIM_NamespaceInManager",     "CIM_NamespaceInManager",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_NamespaceInManager_qualifiers,     __root_PG_InterOp_CIM_NamespaceInManager_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_HostedDependency,     &__root_PG_InterOp_CIM_HostedDependency,
     /* features */     /* features */
     _CIM_NamespaceInManager_features,     _CIM_NamespaceInManager_features,
Line 25612 
Line 26699 
 static const char* static const char*
 _PG_IndicationHandlerSNMPMapper_TargetHost_qualifiers[] = _PG_IndicationHandlerSNMPMapper_TargetHost_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_IndicationHandlerSNMPMapper_TargetHost = _PG_IndicationHandlerSNMPMapper_TargetHost =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "TargetHost",     "TargetHost",
     /* qualifiers */     /* qualifiers */
Line 25635 
Line 26724 
 static const char* static const char*
 _PG_IndicationHandlerSNMPMapper_TargetHostFormat_qualifiers[] = _PG_IndicationHandlerSNMPMapper_TargetHostFormat_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0051\0002\0003\0004\0005..65535\000",     "\061\000\0051\0002\0003\0004\0005..65535\000",
     /* Values */     /* Values */
Line 25644 
Line 26735 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_IndicationHandlerSNMPMapper_TargetHostFormat = _PG_IndicationHandlerSNMPMapper_TargetHostFormat =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "TargetHostFormat",     "TargetHostFormat",
     /* qualifiers */     /* qualifiers */
Line 25669 
Line 26760 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat = _PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherTargetHostFormat",     "OtherTargetHostFormat",
     /* qualifiers */     /* qualifiers */
Line 25692 
Line 26783 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_IndicationHandlerSNMPMapper_PortNumber = _PG_IndicationHandlerSNMPMapper_PortNumber =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PortNumber",     "PortNumber",
     /* qualifiers */     /* qualifiers */
Line 25712 
Line 26803 
 static const char* static const char*
 _PG_IndicationHandlerSNMPMapper_SNMPVersion_qualifiers[] = _PG_IndicationHandlerSNMPMapper_SNMPVersion_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0062\0003\0004\0005\0006\0007..65535\000",     "\061\000\0062\0003\0004\0005\0006\0007..65535\000",
     /* Values */     /* Values */
Line 25719 
Line 26812 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_IndicationHandlerSNMPMapper_SNMPVersion = _PG_IndicationHandlerSNMPMapper_SNMPVersion =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "SNMPVersion",     "SNMPVersion",
     /* qualifiers */     /* qualifiers */
Line 25744 
Line 26837 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_IndicationHandlerSNMPMapper_SNMPSecurityName = _PG_IndicationHandlerSNMPMapper_SNMPSecurityName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SNMPSecurityName",     "SNMPSecurityName",
     /* qualifiers */     /* qualifiers */
Line 25767 
Line 26860 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_IndicationHandlerSNMPMapper_SNMPEngineID = _PG_IndicationHandlerSNMPMapper_SNMPEngineID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SNMPEngineID",     "SNMPEngineID",
     /* qualifiers */     /* qualifiers */
Line 25784 
Line 26877 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _PG_IndicationHandlerSNMPMapper_features[] = _PG_IndicationHandlerSNMPMapper_features[] =
 { {
     (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHost,      (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHost,
     (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHostFormat,      (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_TargetHostFormat,
     (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat,      (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_OtherTargetHostFormat,
     (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_PortNumber,      (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_PortNumber,
     (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPVersion,      (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPVersion,
     (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPSecurityName,      (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPSecurityName,
     (SourceFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPEngineID,      (MetaFeature*)&_PG_IndicationHandlerSNMPMapper_SNMPEngineID,
     0,     0,
 }; };
  
Line 25803 
Line 26896 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_IndicationHandlerSNMPMapper = __root_PG_InterOp_PG_IndicationHandlerSNMPMapper =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "PG_IndicationHandlerSNMPMapper",     "PG_IndicationHandlerSNMPMapper",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_IndicationHandlerSNMPMapper_qualifiers,     __root_PG_InterOp_PG_IndicationHandlerSNMPMapper_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_IndicationHandler,     &__root_PG_InterOp_CIM_IndicationHandler,
     /* features */     /* features */
     _PG_IndicationHandlerSNMPMapper_features,     _PG_IndicationHandlerSNMPMapper_features,
Line 25824 
Line 26917 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _PG_ListenerDestinationSystemLog_features[] = _PG_ListenerDestinationSystemLog_features[] =
 { {
     0,     0,
Line 25836 
Line 26929 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_ListenerDestinationSystemLog = __root_PG_InterOp_PG_ListenerDestinationSystemLog =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "PG_ListenerDestinationSystemLog",     "PG_ListenerDestinationSystemLog",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_ListenerDestinationSystemLog_qualifiers,     __root_PG_InterOp_PG_ListenerDestinationSystemLog_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ListenerDestination,     &__root_PG_InterOp_CIM_ListenerDestination,
     /* features */     /* features */
     _PG_ListenerDestinationSystemLog_features,     _PG_ListenerDestinationSystemLog_features,
Line 25860 
Line 26953 
 static const char* static const char*
 _PG_ListenerDestinationEmail_MailTo_qualifiers[] = _PG_ListenerDestinationEmail_MailTo_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ListenerDestinationEmail_MailTo = _PG_ListenerDestinationEmail_MailTo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "MailTo",     "MailTo",
     /* qualifiers */     /* qualifiers */
Line 25886 
Line 26981 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ListenerDestinationEmail_MailCc = _PG_ListenerDestinationEmail_MailCc =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "MailCc",     "MailCc",
     /* qualifiers */     /* qualifiers */
Line 25906 
Line 27001 
 static const char* static const char*
 _PG_ListenerDestinationEmail_MailSubject_qualifiers[] = _PG_ListenerDestinationEmail_MailSubject_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ListenerDestinationEmail_MailSubject = _PG_ListenerDestinationEmail_MailSubject =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "MailSubject",     "MailSubject",
     /* qualifiers */     /* qualifiers */
Line 25926 
Line 27023 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _PG_ListenerDestinationEmail_features[] = _PG_ListenerDestinationEmail_features[] =
 { {
     (SourceFeature*)&_PG_ListenerDestinationEmail_MailTo,      (MetaFeature*)&_PG_ListenerDestinationEmail_MailTo,
     (SourceFeature*)&_PG_ListenerDestinationEmail_MailCc,      (MetaFeature*)&_PG_ListenerDestinationEmail_MailCc,
     (SourceFeature*)&_PG_ListenerDestinationEmail_MailSubject,      (MetaFeature*)&_PG_ListenerDestinationEmail_MailSubject,
     0,     0,
 }; };
  
Line 25941 
Line 27038 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_ListenerDestinationEmail = __root_PG_InterOp_PG_ListenerDestinationEmail =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "PG_ListenerDestinationEmail",     "PG_ListenerDestinationEmail",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_ListenerDestinationEmail_qualifiers,     __root_PG_InterOp_PG_ListenerDestinationEmail_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ListenerDestination,     &__root_PG_InterOp_CIM_ListenerDestination,
     /* features */     /* features */
     _PG_ListenerDestinationEmail_features,     _PG_ListenerDestinationEmail_features,
Line 25965 
Line 27062 
 static const char* static const char*
 _PG_ProviderModule_Name_qualifiers[] = _PG_ProviderModule_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Override */     /* Override */
     "\044Name",     "\044Name",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderModule_Name = _PG_ProviderModule_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 25990 
Line 27089 
 static const char* static const char*
 _PG_ProviderModule_Vendor_qualifiers[] = _PG_ProviderModule_Vendor_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderModule_Vendor = _PG_ProviderModule_Vendor =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "Vendor",     "Vendor",
     /* qualifiers */     /* qualifiers */
Line 26013 
Line 27114 
 static const char* static const char*
 _PG_ProviderModule_Version_qualifiers[] = _PG_ProviderModule_Version_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderModule_Version = _PG_ProviderModule_Version =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "Version",     "Version",
     /* qualifiers */     /* qualifiers */
Line 26036 
Line 27139 
 static const char* static const char*
 _PG_ProviderModule_InterfaceType_qualifiers[] = _PG_ProviderModule_InterfaceType_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderModule_InterfaceType = _PG_ProviderModule_InterfaceType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "InterfaceType",     "InterfaceType",
     /* qualifiers */     /* qualifiers */
Line 26059 
Line 27164 
 static const char* static const char*
 _PG_ProviderModule_InterfaceVersion_qualifiers[] = _PG_ProviderModule_InterfaceVersion_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderModule_InterfaceVersion = _PG_ProviderModule_InterfaceVersion =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "InterfaceVersion",     "InterfaceVersion",
     /* qualifiers */     /* qualifiers */
Line 26082 
Line 27189 
 static const char* static const char*
 _PG_ProviderModule_Location_qualifiers[] = _PG_ProviderModule_Location_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderModule_Location = _PG_ProviderModule_Location =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "Location",     "Location",
     /* qualifiers */     /* qualifiers */
Line 26112 
Line 27221 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderModule_UserContext = _PG_ProviderModule_UserContext =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "UserContext",     "UserContext",
     /* qualifiers */     /* qualifiers */
Line 26135 
Line 27244 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderModule_DesignatedUserContext = _PG_ProviderModule_DesignatedUserContext =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "DesignatedUserContext",     "DesignatedUserContext",
     /* qualifiers */     /* qualifiers */
Line 26164 
Line 27273 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderModule_OperationalStatus = _PG_ProviderModule_OperationalStatus =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OperationalStatus",     "OperationalStatus",
     /* qualifiers */     /* qualifiers */
Line 26189 
Line 27298 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderModule_OtherStatusDescription = _PG_ProviderModule_OtherStatusDescription =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherStatusDescription",     "OtherStatusDescription",
     /* qualifiers */     /* qualifiers */
Line 26206 
Line 27315 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _PG_ProviderModule_start_parameters[] = _PG_ProviderModule_start_parameters[] =
 { {
     0,     0,
Line 26218 
Line 27327 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _PG_ProviderModule_start = _PG_ProviderModule_start =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "PG_ProviderModule",     "PG_ProviderModule",
     /* qualifiers */     /* qualifiers */
Line 26233 
Line 27342 
     _PG_ProviderModule_start_parameters,     _PG_ProviderModule_start_parameters,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _PG_ProviderModule_stop_parameters[] = _PG_ProviderModule_stop_parameters[] =
 { {
     0,     0,
Line 26245 
Line 27354 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _PG_ProviderModule_stop = _PG_ProviderModule_stop =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "PG_ProviderModule",     "PG_ProviderModule",
     /* qualifiers */     /* qualifiers */
Line 26260 
Line 27369 
     _PG_ProviderModule_stop_parameters,     _PG_ProviderModule_stop_parameters,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _PG_ProviderModule_features[] = _PG_ProviderModule_features[] =
 { {
     (SourceFeature*)&_PG_ProviderModule_Name,      (MetaFeature*)&_PG_ProviderModule_Name,
     (SourceFeature*)&_PG_ProviderModule_Vendor,      (MetaFeature*)&_PG_ProviderModule_Vendor,
     (SourceFeature*)&_PG_ProviderModule_Version,      (MetaFeature*)&_PG_ProviderModule_Version,
     (SourceFeature*)&_PG_ProviderModule_InterfaceType,      (MetaFeature*)&_PG_ProviderModule_InterfaceType,
     (SourceFeature*)&_PG_ProviderModule_InterfaceVersion,      (MetaFeature*)&_PG_ProviderModule_InterfaceVersion,
     (SourceFeature*)&_PG_ProviderModule_Location,      (MetaFeature*)&_PG_ProviderModule_Location,
     (SourceFeature*)&_PG_ProviderModule_UserContext,      (MetaFeature*)&_PG_ProviderModule_UserContext,
     (SourceFeature*)&_PG_ProviderModule_DesignatedUserContext,      (MetaFeature*)&_PG_ProviderModule_DesignatedUserContext,
     (SourceFeature*)&_PG_ProviderModule_OperationalStatus,      (MetaFeature*)&_PG_ProviderModule_OperationalStatus,
     (SourceFeature*)&_PG_ProviderModule_OtherStatusDescription,      (MetaFeature*)&_PG_ProviderModule_OtherStatusDescription,
     (SourceFeature*)&_PG_ProviderModule_start,      (MetaFeature*)&_PG_ProviderModule_start,
     (SourceFeature*)&_PG_ProviderModule_stop,      (MetaFeature*)&_PG_ProviderModule_stop,
     0,     0,
 }; };
  
Line 26286 
Line 27395 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_ProviderModule = __root_PG_InterOp_PG_ProviderModule =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "PG_ProviderModule",     "PG_ProviderModule",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_ProviderModule_qualifiers,     __root_PG_InterOp_PG_ProviderModule_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_LogicalElement,     &__root_PG_InterOp_CIM_LogicalElement,
     /* features */     /* features */
     _PG_ProviderModule_features,     _PG_ProviderModule_features,
Line 26310 
Line 27419 
 static const char* static const char*
 _PG_Provider_ProviderModuleName_qualifiers[] = _PG_Provider_ProviderModuleName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045PG_ProviderModule.Name",     "\045PG_ProviderModule.Name",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_Provider_ProviderModuleName = _PG_Provider_ProviderModuleName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ProviderModuleName",     "ProviderModuleName",
     /* qualifiers */     /* qualifiers */
Line 26335 
Line 27446 
 static const char* static const char*
 _PG_Provider_Name_qualifiers[] = _PG_Provider_Name_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Override */     /* Override */
     "\044Name",     "\044Name",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_Provider_Name = _PG_Provider_Name =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Name",     "Name",
     /* qualifiers */     /* qualifiers */
Line 26357 
Line 27470 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _PG_Provider_features[] = _PG_Provider_features[] =
 { {
     (SourceFeature*)&_PG_Provider_ProviderModuleName,      (MetaFeature*)&_PG_Provider_ProviderModuleName,
     (SourceFeature*)&_PG_Provider_Name,      (MetaFeature*)&_PG_Provider_Name,
     0,     0,
 }; };
  
Line 26373 
Line 27486 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_Provider = __root_PG_InterOp_PG_Provider =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "PG_Provider",     "PG_Provider",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_Provider_qualifiers,     __root_PG_InterOp_PG_Provider_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_LogicalElement,     &__root_PG_InterOp_CIM_LogicalElement,
     /* features */     /* features */
     _PG_Provider_features,     _PG_Provider_features,
Line 26397 
Line 27510 
 static const char* static const char*
 _PG_Capabilities_ProviderModuleName_qualifiers[] = _PG_Capabilities_ProviderModuleName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045PG_Provider.ProviderModuleName",     "\045PG_Provider.ProviderModuleName",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_Capabilities_ProviderModuleName = _PG_Capabilities_ProviderModuleName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ProviderModuleName",     "ProviderModuleName",
     /* qualifiers */     /* qualifiers */
Line 26422 
Line 27537 
 static const char* static const char*
 _PG_Capabilities_ProviderName_qualifiers[] = _PG_Capabilities_ProviderName_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Propagated */     /* Propagated */
     "\045PG_Provider.Name",     "\045PG_Provider.Name",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_Capabilities_ProviderName = _PG_Capabilities_ProviderName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "ProviderName",     "ProviderName",
     /* qualifiers */     /* qualifiers */
Line 26447 
Line 27564 
 static const char* static const char*
 _PG_Capabilities_CapabilityID_qualifiers[] = _PG_Capabilities_CapabilityID_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_Capabilities_CapabilityID = _PG_Capabilities_CapabilityID =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "CapabilityID",     "CapabilityID",
     /* qualifiers */     /* qualifiers */
Line 26467 
Line 27586 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _PG_Capabilities_features[] = _PG_Capabilities_features[] =
 { {
     (SourceFeature*)&_PG_Capabilities_ProviderModuleName,      (MetaFeature*)&_PG_Capabilities_ProviderModuleName,
     (SourceFeature*)&_PG_Capabilities_ProviderName,      (MetaFeature*)&_PG_Capabilities_ProviderName,
     (SourceFeature*)&_PG_Capabilities_CapabilityID,      (MetaFeature*)&_PG_Capabilities_CapabilityID,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_PG_Capabilities_qualifiers[] = __root_PG_InterOp_PG_Capabilities_qualifiers[] =
 { {
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_Capabilities = __root_PG_InterOp_PG_Capabilities =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "PG_Capabilities",     "PG_Capabilities",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_Capabilities_qualifiers,     __root_PG_InterOp_PG_Capabilities_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
     /* features */     /* features */
     _PG_Capabilities_features,     _PG_Capabilities_features,
Line 26508 
Line 27629 
 static const char* static const char*
 _PG_CapabilitiesRegistration_ProviderType_qualifiers[] = _PG_CapabilitiesRegistration_ProviderType_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ArrayType */     /* ArrayType */
     "\005Indexed",     "\005Indexed",
     /* ValueMap */     /* ValueMap */
Line 26517 
Line 27640 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_CapabilitiesRegistration_ProviderType = _PG_CapabilitiesRegistration_ProviderType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "ProviderType",     "ProviderType",
     /* qualifiers */     /* qualifiers */
Line 26534 
Line 27657 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _PG_CapabilitiesRegistration_features[] = _PG_CapabilitiesRegistration_features[] =
 { {
     (SourceFeature*)&_PG_CapabilitiesRegistration_ProviderType,      (MetaFeature*)&_PG_CapabilitiesRegistration_ProviderType,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_PG_CapabilitiesRegistration_qualifiers[] = __root_PG_InterOp_PG_CapabilitiesRegistration_qualifiers[] =
 { {
       /* Abstract */
       "\002\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_CapabilitiesRegistration = __root_PG_InterOp_PG_CapabilitiesRegistration =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "PG_CapabilitiesRegistration",     "PG_CapabilitiesRegistration",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_CapabilitiesRegistration_qualifiers,     __root_PG_InterOp_PG_CapabilitiesRegistration_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_PG_Capabilities,     &__root_PG_InterOp_PG_Capabilities,
     /* features */     /* features */
     _PG_CapabilitiesRegistration_features,     _PG_CapabilitiesRegistration_features,
Line 26573 
Line 27698 
 static const char* static const char*
 _PG_ProviderCapabilities_ClassName_qualifiers[] = _PG_ProviderCapabilities_ClassName_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderCapabilities_ClassName = _PG_ProviderCapabilities_ClassName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "ClassName",     "ClassName",
     /* qualifiers */     /* qualifiers */
Line 26596 
Line 27723 
 static const char* static const char*
 _PG_ProviderCapabilities_Namespaces_qualifiers[] = _PG_ProviderCapabilities_Namespaces_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderCapabilities_Namespaces = _PG_ProviderCapabilities_Namespaces =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "Namespaces",     "Namespaces",
     /* qualifiers */     /* qualifiers */
Line 26624 
Line 27753 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderCapabilities_SupportedProperties = _PG_ProviderCapabilities_SupportedProperties =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SupportedProperties",     "SupportedProperties",
     /* qualifiers */     /* qualifiers */
Line 26649 
Line 27778 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderCapabilities_SupportedMethods = _PG_ProviderCapabilities_SupportedMethods =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SupportedMethods",     "SupportedMethods",
     /* qualifiers */     /* qualifiers */
Line 26666 
Line 27795 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _PG_ProviderCapabilities_features[] = _PG_ProviderCapabilities_features[] =
 { {
     (SourceFeature*)&_PG_ProviderCapabilities_ClassName,      (MetaFeature*)&_PG_ProviderCapabilities_ClassName,
     (SourceFeature*)&_PG_ProviderCapabilities_Namespaces,      (MetaFeature*)&_PG_ProviderCapabilities_Namespaces,
     (SourceFeature*)&_PG_ProviderCapabilities_SupportedProperties,      (MetaFeature*)&_PG_ProviderCapabilities_SupportedProperties,
     (SourceFeature*)&_PG_ProviderCapabilities_SupportedMethods,      (MetaFeature*)&_PG_ProviderCapabilities_SupportedMethods,
     0,     0,
 }; };
  
Line 26684 
Line 27813 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_ProviderCapabilities = __root_PG_InterOp_PG_ProviderCapabilities =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "PG_ProviderCapabilities",     "PG_ProviderCapabilities",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_ProviderCapabilities_qualifiers,     __root_PG_InterOp_PG_ProviderCapabilities_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_PG_CapabilitiesRegistration,     &__root_PG_InterOp_PG_CapabilitiesRegistration,
     /* features */     /* features */
     _PG_ProviderCapabilities_features,     _PG_ProviderCapabilities_features,
Line 26708 
Line 27837 
 static const char* static const char*
 _PG_ConsumerCapabilities_Destinations_qualifiers[] = _PG_ConsumerCapabilities_Destinations_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ConsumerCapabilities_Destinations = _PG_ConsumerCapabilities_Destinations =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "Destinations",     "Destinations",
     /* qualifiers */     /* qualifiers */
Line 26728 
Line 27859 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _PG_ConsumerCapabilities_features[] = _PG_ConsumerCapabilities_features[] =
 { {
     (SourceFeature*)&_PG_ConsumerCapabilities_Destinations,      (MetaFeature*)&_PG_ConsumerCapabilities_Destinations,
     0,     0,
 }; };
  
Line 26743 
Line 27874 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_ConsumerCapabilities = __root_PG_InterOp_PG_ConsumerCapabilities =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "PG_ConsumerCapabilities",     "PG_ConsumerCapabilities",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_ConsumerCapabilities_qualifiers,     __root_PG_InterOp_PG_ConsumerCapabilities_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_PG_CapabilitiesRegistration,     &__root_PG_InterOp_PG_CapabilitiesRegistration,
     /* features */     /* features */
     _PG_ConsumerCapabilities_features,     _PG_ConsumerCapabilities_features,
Line 26767 
Line 27898 
 static const char* static const char*
 _PG_ProviderCapabilitiesElements_Antecedent_qualifiers[] = _PG_ProviderCapabilitiesElements_Antecedent_qualifiers[] =
 { {
       /* Key */
       "\025\001",
     /* Override */     /* Override */
     "\044Antecedent",     "\044Antecedent",
     /* Min */     /* Min */
Line 26776 
Line 27909 
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _PG_ProviderCapabilitiesElements_Antecedent = _PG_ProviderCapabilitiesElements_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _PG_ProviderCapabilitiesElements_Antecedent_qualifiers,     _PG_ProviderCapabilitiesElements_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_PG_Provider,     &__root_PG_InterOp_PG_Provider,
 }; };
  
Line 26796 
Line 27929 
 { {
     /* Override */     /* Override */
     "\044Dependent",     "\044Dependent",
       /* Weak */
       "\064\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _PG_ProviderCapabilitiesElements_Dependent = _PG_ProviderCapabilitiesElements_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,      META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _PG_ProviderCapabilitiesElements_Dependent_qualifiers,     _PG_ProviderCapabilitiesElements_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_PG_CapabilitiesRegistration,     &__root_PG_InterOp_PG_CapabilitiesRegistration,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _PG_ProviderCapabilitiesElements_features[] = _PG_ProviderCapabilitiesElements_features[] =
 { {
     (SourceFeature*)&_PG_ProviderCapabilitiesElements_Antecedent,      (MetaFeature*)&_PG_ProviderCapabilitiesElements_Antecedent,
     (SourceFeature*)&_PG_ProviderCapabilitiesElements_Dependent,      (MetaFeature*)&_PG_ProviderCapabilitiesElements_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_PG_ProviderCapabilitiesElements_qualifiers[] = __root_PG_InterOp_PG_ProviderCapabilitiesElements_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Version */     /* Version */
     "\0632.4.0",     "\0632.4.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_ProviderCapabilitiesElements = __root_PG_InterOp_PG_ProviderCapabilitiesElements =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "PG_ProviderCapabilitiesElements",     "PG_ProviderCapabilitiesElements",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_ProviderCapabilitiesElements_qualifiers,     __root_PG_InterOp_PG_ProviderCapabilitiesElements_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _PG_ProviderCapabilitiesElements_features,     _PG_ProviderCapabilitiesElements_features,
Line 26860 
Line 27997 
     "\033\000\000\000\001",     "\033\000\000\000\001",
     /* Max */     /* Max */
     "\027\000\000\000\001",     "\027\000\000\000\001",
       /* Key */
       "\025\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _PG_ProviderModuleElements_Antecedent = _PG_ProviderModuleElements_Antecedent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_KEY|PEGASUS_FLAG_READ,      META_FLAG_REFERENCE|META_FLAG_KEY|META_FLAG_READ,
     /* name */     /* name */
     "Antecedent",     "Antecedent",
     /* qualifiers */     /* qualifiers */
     _PG_ProviderModuleElements_Antecedent_qualifiers,     _PG_ProviderModuleElements_Antecedent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_PG_ProviderModule,     &__root_PG_InterOp_PG_ProviderModule,
 }; };
  
Line 26883 
Line 28022 
 { {
     /* Override */     /* Override */
     "\044Dependent",     "\044Dependent",
       /* Weak */
       "\064\001",
     0,     0,
 }; };
  
 static SourceReference  static MetaReference
 _PG_ProviderModuleElements_Dependent = _PG_ProviderModuleElements_Dependent =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_PROPERTY|PEGASUS_FLAG_READ|PEGASUS_FLAG_WEAK,      META_FLAG_REFERENCE|META_FLAG_READ|META_FLAG_WEAK,
     /* name */     /* name */
     "Dependent",     "Dependent",
     /* qualifiers */     /* qualifiers */
     _PG_ProviderModuleElements_Dependent_qualifiers,     _PG_ProviderModuleElements_Dependent_qualifiers,
     /* subscript */     /* subscript */
     -1,     -1,
     /* refClassId */      /* refId */
     &__root_PG_InterOp_PG_Provider,     &__root_PG_InterOp_PG_Provider,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _PG_ProviderModuleElements_features[] = _PG_ProviderModuleElements_features[] =
 { {
     (SourceFeature*)&_PG_ProviderModuleElements_Antecedent,      (MetaFeature*)&_PG_ProviderModuleElements_Antecedent,
     (SourceFeature*)&_PG_ProviderModuleElements_Dependent,      (MetaFeature*)&_PG_ProviderModuleElements_Dependent,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_PG_ProviderModuleElements_qualifiers[] = __root_PG_InterOp_PG_ProviderModuleElements_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Version */     /* Version */
     "\0632.0.0",     "\0632.0.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_ProviderModuleElements = __root_PG_InterOp_PG_ProviderModuleElements =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "PG_ProviderModuleElements",     "PG_ProviderModuleElements",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_ProviderModuleElements_qualifiers,     __root_PG_InterOp_PG_ProviderModuleElements_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Dependency,     &__root_PG_InterOp_CIM_Dependency,
     /* features */     /* features */
     _PG_ProviderModuleElements_features,     _PG_ProviderModuleElements_features,
Line 26946 
Line 28089 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_CIMXMLCommunicationMechanism_namespaceType = _PG_CIMXMLCommunicationMechanism_namespaceType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "namespaceType",     "namespaceType",
     /* qualifiers */     /* qualifiers */
Line 26973 
Line 28116 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol = _PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "namespaceAccessProtocol",     "namespaceAccessProtocol",
     /* qualifiers */     /* qualifiers */
Line 26996 
Line 28139 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_CIMXMLCommunicationMechanism_IPAddress = _PG_CIMXMLCommunicationMechanism_IPAddress =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "IPAddress",     "IPAddress",
     /* qualifiers */     /* qualifiers */
Line 27013 
Line 28156 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _PG_CIMXMLCommunicationMechanism_features[] = _PG_CIMXMLCommunicationMechanism_features[] =
 { {
     (SourceFeature*)&_PG_CIMXMLCommunicationMechanism_namespaceType,      (MetaFeature*)&_PG_CIMXMLCommunicationMechanism_namespaceType,
     (SourceFeature*)&_PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol,      (MetaFeature*)&_PG_CIMXMLCommunicationMechanism_namespaceAccessProtocol,
     (SourceFeature*)&_PG_CIMXMLCommunicationMechanism_IPAddress,      (MetaFeature*)&_PG_CIMXMLCommunicationMechanism_IPAddress,
     0,     0,
 }; };
  
Line 27030 
Line 28173 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_CIMXMLCommunicationMechanism = __root_PG_InterOp_PG_CIMXMLCommunicationMechanism =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "PG_CIMXMLCommunicationMechanism",     "PG_CIMXMLCommunicationMechanism",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_CIMXMLCommunicationMechanism_qualifiers,     __root_PG_InterOp_PG_CIMXMLCommunicationMechanism_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_CIMXMLCommunicationMechanism,     &__root_PG_InterOp_CIM_CIMXMLCommunicationMechanism,
     /* features */     /* features */
     _PG_CIMXMLCommunicationMechanism_features,     _PG_CIMXMLCommunicationMechanism_features,
Line 27057 
Line 28200 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_NameSpace_SchemaUpdatesAllowed = _PG_NameSpace_SchemaUpdatesAllowed =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SchemaUpdatesAllowed",     "SchemaUpdatesAllowed",
     /* qualifiers */     /* qualifiers */
Line 27080 
Line 28223 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_NameSpace_IsShareable = _PG_NameSpace_IsShareable =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "IsShareable",     "IsShareable",
     /* qualifiers */     /* qualifiers */
Line 27103 
Line 28246 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_NameSpace_ParentNamespace = _PG_NameSpace_ParentNamespace =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ParentNamespace",     "ParentNamespace",
     /* qualifiers */     /* qualifiers */
Line 27120 
Line 28263 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _PG_NameSpace_features[] = _PG_NameSpace_features[] =
 { {
     (SourceFeature*)&_PG_NameSpace_SchemaUpdatesAllowed,      (MetaFeature*)&_PG_NameSpace_SchemaUpdatesAllowed,
     (SourceFeature*)&_PG_NameSpace_IsShareable,      (MetaFeature*)&_PG_NameSpace_IsShareable,
     (SourceFeature*)&_PG_NameSpace_ParentNamespace,      (MetaFeature*)&_PG_NameSpace_ParentNamespace,
     0,     0,
 }; };
  
Line 27137 
Line 28280 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_NameSpace = __root_PG_InterOp_PG_NameSpace =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "PG_NameSpace",     "PG_NameSpace",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_NameSpace_qualifiers,     __root_PG_InterOp_PG_NameSpace_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_Namespace,     &__root_PG_InterOp_CIM_Namespace,
     /* features */     /* features */
     _PG_NameSpace_features,     _PG_NameSpace_features,
Line 27168 
Line 28311 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ComputerSystem_NameFormat = _CIM_ComputerSystem_NameFormat =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "NameFormat",     "NameFormat",
     /* qualifiers */     /* qualifiers */
Line 27197 
Line 28340 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ComputerSystem_OtherIdentifyingInfo = _CIM_ComputerSystem_OtherIdentifyingInfo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherIdentifyingInfo",     "OtherIdentifyingInfo",
     /* qualifiers */     /* qualifiers */
Line 27224 
Line 28367 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ComputerSystem_IdentifyingDescriptions = _CIM_ComputerSystem_IdentifyingDescriptions =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "IdentifyingDescriptions",     "IdentifyingDescriptions",
     /* qualifiers */     /* qualifiers */
Line 27249 
Line 28392 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_ComputerSystem_Dedicated = _CIM_ComputerSystem_Dedicated =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "Dedicated",     "Dedicated",
     /* qualifiers */     /* qualifiers */
Line 27266 
Line 28409 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_ComputerSystem_features[] = _CIM_ComputerSystem_features[] =
 { {
     (SourceFeature*)&_CIM_ComputerSystem_NameFormat,      (MetaFeature*)&_CIM_ComputerSystem_NameFormat,
     (SourceFeature*)&_CIM_ComputerSystem_OtherIdentifyingInfo,      (MetaFeature*)&_CIM_ComputerSystem_OtherIdentifyingInfo,
     (SourceFeature*)&_CIM_ComputerSystem_IdentifyingDescriptions,      (MetaFeature*)&_CIM_ComputerSystem_IdentifyingDescriptions,
     (SourceFeature*)&_CIM_ComputerSystem_Dedicated,      (MetaFeature*)&_CIM_ComputerSystem_Dedicated,
     0,     0,
 }; };
  
 static const char* static const char*
 __root_PG_InterOp_CIM_ComputerSystem_qualifiers[] = __root_PG_InterOp_CIM_ComputerSystem_qualifiers[] =
 { {
       /* Abstract */
       "\002\001",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_ComputerSystem = __root_PG_InterOp_CIM_ComputerSystem =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS|PEGASUS_FLAG_ABSTRACT,      META_FLAG_CLASS|META_FLAG_ABSTRACT,
     /* name */     /* name */
     "CIM_ComputerSystem",     "CIM_ComputerSystem",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_ComputerSystem_qualifiers,     __root_PG_InterOp_CIM_ComputerSystem_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_System,     &__root_PG_InterOp_CIM_System,
     /* features */     /* features */
     _CIM_ComputerSystem_features,     _CIM_ComputerSystem_features,
Line 27309 
Line 28454 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_UnitaryComputerSystem_InitialLoadInfo = _CIM_UnitaryComputerSystem_InitialLoadInfo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "InitialLoadInfo",     "InitialLoadInfo",
     /* qualifiers */     /* qualifiers */
Line 27334 
Line 28479 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_UnitaryComputerSystem_LastLoadInfo = _CIM_UnitaryComputerSystem_LastLoadInfo =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "LastLoadInfo",     "LastLoadInfo",
     /* qualifiers */     /* qualifiers */
Line 27357 
Line 28502 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_UnitaryComputerSystem_PowerManagementSupported = _CIM_UnitaryComputerSystem_PowerManagementSupported =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PowerManagementSupported",     "PowerManagementSupported",
     /* qualifiers */     /* qualifiers */
Line 27382 
Line 28527 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_UnitaryComputerSystem_PowerState = _CIM_UnitaryComputerSystem_PowerState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PowerState",     "PowerState",
     /* qualifiers */     /* qualifiers */
Line 27407 
Line 28552 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_UnitaryComputerSystem_WakeUpType = _CIM_UnitaryComputerSystem_WakeUpType =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "WakeUpType",     "WakeUpType",
     /* qualifiers */     /* qualifiers */
Line 27436 
Line 28581 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_UnitaryComputerSystem_ResetCapability = _CIM_UnitaryComputerSystem_ResetCapability =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ResetCapability",     "ResetCapability",
     /* qualifiers */     /* qualifiers */
Line 27463 
Line 28608 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_UnitaryComputerSystem_PowerManagementCapabilities = _CIM_UnitaryComputerSystem_PowerManagementCapabilities =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PowerManagementCapabilities",     "PowerManagementCapabilities",
     /* qualifiers */     /* qualifiers */
Line 27483 
Line 28628 
 static const char* static const char*
 _CIM_UnitaryComputerSystem_SetPowerState_PowerState_qualifiers[] = _CIM_UnitaryComputerSystem_SetPowerState_PowerState_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",     "\061\000\0101\0002\0003\0004\0005\0006\0007\0008\000",
     /* Values */     /* Values */
Line 27490 
Line 28637 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_UnitaryComputerSystem_SetPowerState_PowerState = _CIM_UnitaryComputerSystem_SetPowerState_PowerState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "PowerState",     "PowerState",
     /* qualifiers */     /* qualifiers */
Line 27510 
Line 28657 
 static const char* static const char*
 _CIM_UnitaryComputerSystem_SetPowerState_Time_qualifiers[] = _CIM_UnitaryComputerSystem_SetPowerState_Time_qualifiers[] =
 { {
       /* IN */
       "\024\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _CIM_UnitaryComputerSystem_SetPowerState_Time = _CIM_UnitaryComputerSystem_SetPowerState_Time =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_IN,      META_FLAG_PROPERTY|META_FLAG_IN,
     /* name */     /* name */
     "Time",     "Time",
     /* qualifiers */     /* qualifiers */
Line 27530 
Line 28679 
     0,     0,
 }; };
  
 static SourceProperty*  static MetaFeature*
 _CIM_UnitaryComputerSystem_SetPowerState_parameters[] = _CIM_UnitaryComputerSystem_SetPowerState_parameters[] =
 { {
     (SourceProperty*)&_CIM_UnitaryComputerSystem_SetPowerState_PowerState,      (MetaFeature*)&_CIM_UnitaryComputerSystem_SetPowerState_PowerState,
     (SourceProperty*)&_CIM_UnitaryComputerSystem_SetPowerState_Time,      (MetaFeature*)&_CIM_UnitaryComputerSystem_SetPowerState_Time,
     0,     0,
 }; };
  
Line 27544 
Line 28693 
     0,     0,
 }; };
  
 static SourceMethod  static MetaMethod
 _CIM_UnitaryComputerSystem_SetPowerState = _CIM_UnitaryComputerSystem_SetPowerState =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_METHOD,      META_FLAG_METHOD,
     /* name */     /* name */
     "CIM_UnitaryComputerSystem",     "CIM_UnitaryComputerSystem",
     /* qualifiers */     /* qualifiers */
Line 27559 
Line 28708 
     _CIM_UnitaryComputerSystem_SetPowerState_parameters,     _CIM_UnitaryComputerSystem_SetPowerState_parameters,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _CIM_UnitaryComputerSystem_features[] = _CIM_UnitaryComputerSystem_features[] =
 { {
     (SourceFeature*)&_CIM_UnitaryComputerSystem_InitialLoadInfo,      (MetaFeature*)&_CIM_UnitaryComputerSystem_InitialLoadInfo,
     (SourceFeature*)&_CIM_UnitaryComputerSystem_LastLoadInfo,      (MetaFeature*)&_CIM_UnitaryComputerSystem_LastLoadInfo,
     (SourceFeature*)&_CIM_UnitaryComputerSystem_PowerManagementSupported,      (MetaFeature*)&_CIM_UnitaryComputerSystem_PowerManagementSupported,
     (SourceFeature*)&_CIM_UnitaryComputerSystem_PowerState,      (MetaFeature*)&_CIM_UnitaryComputerSystem_PowerState,
     (SourceFeature*)&_CIM_UnitaryComputerSystem_WakeUpType,      (MetaFeature*)&_CIM_UnitaryComputerSystem_WakeUpType,
     (SourceFeature*)&_CIM_UnitaryComputerSystem_ResetCapability,      (MetaFeature*)&_CIM_UnitaryComputerSystem_ResetCapability,
     (SourceFeature*)&_CIM_UnitaryComputerSystem_PowerManagementCapabilities,      (MetaFeature*)&_CIM_UnitaryComputerSystem_PowerManagementCapabilities,
     (SourceFeature*)&_CIM_UnitaryComputerSystem_SetPowerState,      (MetaFeature*)&_CIM_UnitaryComputerSystem_SetPowerState,
     0,     0,
 }; };
  
Line 27579 
Line 28728 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_CIM_UnitaryComputerSystem = __root_PG_InterOp_CIM_UnitaryComputerSystem =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "CIM_UnitaryComputerSystem",     "CIM_UnitaryComputerSystem",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_CIM_UnitaryComputerSystem_qualifiers,     __root_PG_InterOp_CIM_UnitaryComputerSystem_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ComputerSystem,     &__root_PG_InterOp_CIM_ComputerSystem,
     /* features */     /* features */
     _CIM_UnitaryComputerSystem_features,     _CIM_UnitaryComputerSystem_features,
Line 27608 
Line 28757 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ComputerSystem_PrimaryOwnerPager = _PG_ComputerSystem_PrimaryOwnerPager =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "PrimaryOwnerPager",     "PrimaryOwnerPager",
     /* qualifiers */     /* qualifiers */
Line 27633 
Line 28782 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ComputerSystem_SecondaryOwnerName = _PG_ComputerSystem_SecondaryOwnerName =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SecondaryOwnerName",     "SecondaryOwnerName",
     /* qualifiers */     /* qualifiers */
Line 27658 
Line 28807 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ComputerSystem_SecondaryOwnerContact = _PG_ComputerSystem_SecondaryOwnerContact =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SecondaryOwnerContact",     "SecondaryOwnerContact",
     /* qualifiers */     /* qualifiers */
Line 27683 
Line 28832 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ComputerSystem_SecondaryOwnerPager = _PG_ComputerSystem_SecondaryOwnerPager =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SecondaryOwnerPager",     "SecondaryOwnerPager",
     /* qualifiers */     /* qualifiers */
Line 27708 
Line 28857 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ComputerSystem_SerialNumber = _PG_ComputerSystem_SerialNumber =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SerialNumber",     "SerialNumber",
     /* qualifiers */     /* qualifiers */
Line 27733 
Line 28882 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ComputerSystem_IdentificationNumber = _PG_ComputerSystem_IdentificationNumber =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "IdentificationNumber",     "IdentificationNumber",
     /* qualifiers */     /* qualifiers */
Line 27750 
Line 28899 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _PG_ComputerSystem_features[] = _PG_ComputerSystem_features[] =
 { {
     (SourceFeature*)&_PG_ComputerSystem_PrimaryOwnerPager,      (MetaFeature*)&_PG_ComputerSystem_PrimaryOwnerPager,
     (SourceFeature*)&_PG_ComputerSystem_SecondaryOwnerName,      (MetaFeature*)&_PG_ComputerSystem_SecondaryOwnerName,
     (SourceFeature*)&_PG_ComputerSystem_SecondaryOwnerContact,      (MetaFeature*)&_PG_ComputerSystem_SecondaryOwnerContact,
     (SourceFeature*)&_PG_ComputerSystem_SecondaryOwnerPager,      (MetaFeature*)&_PG_ComputerSystem_SecondaryOwnerPager,
     (SourceFeature*)&_PG_ComputerSystem_SerialNumber,      (MetaFeature*)&_PG_ComputerSystem_SerialNumber,
     (SourceFeature*)&_PG_ComputerSystem_IdentificationNumber,      (MetaFeature*)&_PG_ComputerSystem_IdentificationNumber,
     0,     0,
 }; };
  
Line 27770 
Line 28919 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_ComputerSystem = __root_PG_InterOp_PG_ComputerSystem =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "PG_ComputerSystem",     "PG_ComputerSystem",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_ComputerSystem_qualifiers,     __root_PG_InterOp_PG_ComputerSystem_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_UnitaryComputerSystem,     &__root_PG_InterOp_CIM_UnitaryComputerSystem,
     /* features */     /* features */
     _PG_ComputerSystem_features,     _PG_ComputerSystem_features,
Line 27794 
Line 28943 
 static const char* static const char*
 _PG_ProviderProfileCapabilities_RegisteredProfile_qualifiers[] = _PG_ProviderProfileCapabilities_RegisteredProfile_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000..\000",     "\061\000\0200\0001\0002\0003\0004\0005\0006\0007\0008\0009\00010\00011\00012\00013\00014\000..\000",
     /* Values */     /* Values */
Line 27801 
Line 28952 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderProfileCapabilities_RegisteredProfile = _PG_ProviderProfileCapabilities_RegisteredProfile =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "RegisteredProfile",     "RegisteredProfile",
     /* qualifiers */     /* qualifiers */
Line 27821 
Line 28972 
 static const char* static const char*
 _PG_ProviderProfileCapabilities_RegisteredSubProfiles_qualifiers[] = _PG_ProviderProfileCapabilities_RegisteredSubProfiles_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\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",     "\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",
     /* Values */     /* Values */
Line 27828 
Line 28981 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderProfileCapabilities_RegisteredSubProfiles = _PG_ProviderProfileCapabilities_RegisteredSubProfiles =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "RegisteredSubProfiles",     "RegisteredSubProfiles",
     /* qualifiers */     /* qualifiers */
Line 27848 
Line 29001 
 static const char* static const char*
 _PG_ProviderProfileCapabilities_ProfileVersion_qualifiers[] = _PG_ProviderProfileCapabilities_ProfileVersion_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderProfileCapabilities_ProfileVersion = _PG_ProviderProfileCapabilities_ProfileVersion =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "ProfileVersion",     "ProfileVersion",
     /* qualifiers */     /* qualifiers */
Line 27874 
Line 29029 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderProfileCapabilities_SubProfileVersions = _PG_ProviderProfileCapabilities_SubProfileVersions =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "SubProfileVersions",     "SubProfileVersions",
     /* qualifiers */     /* qualifiers */
Line 27897 
Line 29052 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderProfileCapabilities_OtherRegisteredProfile = _PG_ProviderProfileCapabilities_OtherRegisteredProfile =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherRegisteredProfile",     "OtherRegisteredProfile",
     /* qualifiers */     /* qualifiers */
Line 27920 
Line 29075 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderProfileCapabilities_OtherProfileOrganization = _PG_ProviderProfileCapabilities_OtherProfileOrganization =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherProfileOrganization",     "OtherProfileOrganization",
     /* qualifiers */     /* qualifiers */
Line 27943 
Line 29098 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles = _PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherRegisteredSubProfiles",     "OtherRegisteredSubProfiles",
     /* qualifiers */     /* qualifiers */
Line 27966 
Line 29121 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderProfileCapabilities_OtherSubProfileOrganizations = _PG_ProviderProfileCapabilities_OtherSubProfileOrganizations =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherSubProfileOrganizations",     "OtherSubProfileOrganizations",
     /* qualifiers */     /* qualifiers */
Line 27989 
Line 29144 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderProfileCapabilities_ConformingElements = _PG_ProviderProfileCapabilities_ConformingElements =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "ConformingElements",     "ConformingElements",
     /* qualifiers */     /* qualifiers */
Line 28006 
Line 29161 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _PG_ProviderProfileCapabilities_features[] = _PG_ProviderProfileCapabilities_features[] =
 { {
     (SourceFeature*)&_PG_ProviderProfileCapabilities_RegisteredProfile,      (MetaFeature*)&_PG_ProviderProfileCapabilities_RegisteredProfile,
     (SourceFeature*)&_PG_ProviderProfileCapabilities_RegisteredSubProfiles,      (MetaFeature*)&_PG_ProviderProfileCapabilities_RegisteredSubProfiles,
     (SourceFeature*)&_PG_ProviderProfileCapabilities_ProfileVersion,      (MetaFeature*)&_PG_ProviderProfileCapabilities_ProfileVersion,
     (SourceFeature*)&_PG_ProviderProfileCapabilities_SubProfileVersions,      (MetaFeature*)&_PG_ProviderProfileCapabilities_SubProfileVersions,
     (SourceFeature*)&_PG_ProviderProfileCapabilities_OtherRegisteredProfile,      (MetaFeature*)&_PG_ProviderProfileCapabilities_OtherRegisteredProfile,
     (SourceFeature*)&_PG_ProviderProfileCapabilities_OtherProfileOrganization,      (MetaFeature*)&_PG_ProviderProfileCapabilities_OtherProfileOrganization,
     (SourceFeature*)&_PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles,      (MetaFeature*)&_PG_ProviderProfileCapabilities_OtherRegisteredSubProfiles,
     (SourceFeature*)&_PG_ProviderProfileCapabilities_OtherSubProfileOrganizations,      (MetaFeature*)&_PG_ProviderProfileCapabilities_OtherSubProfileOrganizations,
     (SourceFeature*)&_PG_ProviderProfileCapabilities_ConformingElements,      (MetaFeature*)&_PG_ProviderProfileCapabilities_ConformingElements,
     0,     0,
 }; };
  
Line 28029 
Line 29184 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_ProviderProfileCapabilities = __root_PG_InterOp_PG_ProviderProfileCapabilities =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "PG_ProviderProfileCapabilities",     "PG_ProviderProfileCapabilities",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_ProviderProfileCapabilities_qualifiers,     __root_PG_InterOp_PG_ProviderProfileCapabilities_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_PG_Capabilities,     &__root_PG_InterOp_PG_Capabilities,
     /* features */     /* features */
     _PG_ProviderProfileCapabilities_features,     _PG_ProviderProfileCapabilities_features,
Line 28053 
Line 29208 
 static const char* static const char*
 _PG_ProviderReferencedProfiles_RegisteredProfiles_qualifiers[] = _PG_ProviderReferencedProfiles_RegisteredProfiles_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\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",     "\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",
     /* Values */     /* Values */
Line 28060 
Line 29217 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderReferencedProfiles_RegisteredProfiles = _PG_ProviderReferencedProfiles_RegisteredProfiles =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "RegisteredProfiles",     "RegisteredProfiles",
     /* qualifiers */     /* qualifiers */
Line 28080 
Line 29237 
 static const char* static const char*
 _PG_ProviderReferencedProfiles_DependentProfiles_qualifiers[] = _PG_ProviderReferencedProfiles_DependentProfiles_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     /* ValueMap */     /* ValueMap */
     "\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",     "\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",
     /* Values */     /* Values */
Line 28087 
Line 29246 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderReferencedProfiles_DependentProfiles = _PG_ProviderReferencedProfiles_DependentProfiles =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "DependentProfiles",     "DependentProfiles",
     /* qualifiers */     /* qualifiers */
Line 28107 
Line 29266 
 static const char* static const char*
 _PG_ProviderReferencedProfiles_RegisteredProfileVersions_qualifiers[] = _PG_ProviderReferencedProfiles_RegisteredProfileVersions_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderReferencedProfiles_RegisteredProfileVersions = _PG_ProviderReferencedProfiles_RegisteredProfileVersions =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "RegisteredProfileVersions",     "RegisteredProfileVersions",
     /* qualifiers */     /* qualifiers */
Line 28130 
Line 29291 
 static const char* static const char*
 _PG_ProviderReferencedProfiles_DependentProfileVersions_qualifiers[] = _PG_ProviderReferencedProfiles_DependentProfileVersions_qualifiers[] =
 { {
       /* Required */
       "\050\001",
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderReferencedProfiles_DependentProfileVersions = _PG_ProviderReferencedProfiles_DependentProfileVersions =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ|PEGASUS_FLAG_REQUIRED,      META_FLAG_PROPERTY|META_FLAG_READ|META_FLAG_REQUIRED,
     /* name */     /* name */
     "DependentProfileVersions",     "DependentProfileVersions",
     /* qualifiers */     /* qualifiers */
Line 28156 
Line 29319 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderReferencedProfiles_OtherRegisteredProfiles = _PG_ProviderReferencedProfiles_OtherRegisteredProfiles =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherRegisteredProfiles",     "OtherRegisteredProfiles",
     /* qualifiers */     /* qualifiers */
Line 28179 
Line 29342 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderReferencedProfiles_OtherDependentProfiles = _PG_ProviderReferencedProfiles_OtherDependentProfiles =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherDependentProfiles",     "OtherDependentProfiles",
     /* qualifiers */     /* qualifiers */
Line 28202 
Line 29365 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations = _PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherRegisteredProfileOrganizations",     "OtherRegisteredProfileOrganizations",
     /* qualifiers */     /* qualifiers */
Line 28225 
Line 29388 
     0,     0,
 }; };
  
 static SourceProperty  static MetaProperty
 _PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations = _PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_REFERENCE|PEGASUS_FLAG_READ,      META_FLAG_PROPERTY|META_FLAG_READ,
     /* name */     /* name */
     "OtherDependentProfileOrganizations",     "OtherDependentProfileOrganizations",
     /* qualifiers */     /* qualifiers */
Line 28242 
Line 29405 
     0,     0,
 }; };
  
 static SourceFeature*  static MetaFeature*
 _PG_ProviderReferencedProfiles_features[] = _PG_ProviderReferencedProfiles_features[] =
 { {
     (SourceFeature*)&_PG_ProviderReferencedProfiles_RegisteredProfiles,      (MetaFeature*)&_PG_ProviderReferencedProfiles_RegisteredProfiles,
     (SourceFeature*)&_PG_ProviderReferencedProfiles_DependentProfiles,      (MetaFeature*)&_PG_ProviderReferencedProfiles_DependentProfiles,
     (SourceFeature*)&_PG_ProviderReferencedProfiles_RegisteredProfileVersions,      (MetaFeature*)&_PG_ProviderReferencedProfiles_RegisteredProfileVersions,
     (SourceFeature*)&_PG_ProviderReferencedProfiles_DependentProfileVersions,      (MetaFeature*)&_PG_ProviderReferencedProfiles_DependentProfileVersions,
     (SourceFeature*)&_PG_ProviderReferencedProfiles_OtherRegisteredProfiles,      (MetaFeature*)&_PG_ProviderReferencedProfiles_OtherRegisteredProfiles,
     (SourceFeature*)&_PG_ProviderReferencedProfiles_OtherDependentProfiles,      (MetaFeature*)&_PG_ProviderReferencedProfiles_OtherDependentProfiles,
     (SourceFeature*)&_PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations,      (MetaFeature*)&_PG_ProviderReferencedProfiles_OtherRegisteredProfileOrganizations,
     (SourceFeature*)&_PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations,      (MetaFeature*)&_PG_ProviderReferencedProfiles_OtherDependentProfileOrganizations,
     0,     0,
 }; };
  
Line 28264 
Line 29427 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_ProviderReferencedProfiles = __root_PG_InterOp_PG_ProviderReferencedProfiles =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "PG_ProviderReferencedProfiles",     "PG_ProviderReferencedProfiles",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_ProviderReferencedProfiles_qualifiers,     __root_PG_InterOp_PG_ProviderReferencedProfiles_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_PG_Capabilities,     &__root_PG_InterOp_PG_Capabilities,
     /* features */     /* features */
     _PG_ProviderReferencedProfiles_features,     _PG_ProviderReferencedProfiles_features,
Line 28285 
Line 29448 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _PG_RegisteredProfile_features[] = _PG_RegisteredProfile_features[] =
 { {
     0,     0,
Line 28299 
Line 29462 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_RegisteredProfile = __root_PG_InterOp_PG_RegisteredProfile =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "PG_RegisteredProfile",     "PG_RegisteredProfile",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_RegisteredProfile_qualifiers,     __root_PG_InterOp_PG_RegisteredProfile_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_RegisteredProfile,     &__root_PG_InterOp_CIM_RegisteredProfile,
     /* features */     /* features */
     _PG_RegisteredProfile_features,     _PG_RegisteredProfile_features,
Line 28320 
Line 29483 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _PG_RegisteredSubProfile_features[] = _PG_RegisteredSubProfile_features[] =
 { {
     0,     0,
Line 28334 
Line 29497 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_RegisteredSubProfile = __root_PG_InterOp_PG_RegisteredSubProfile =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "PG_RegisteredSubProfile",     "PG_RegisteredSubProfile",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_RegisteredSubProfile_qualifiers,     __root_PG_InterOp_PG_RegisteredSubProfile_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_RegisteredSubProfile,     &__root_PG_InterOp_CIM_RegisteredSubProfile,
     /* features */     /* features */
     _PG_RegisteredSubProfile_features,     _PG_RegisteredSubProfile_features,
Line 28355 
Line 29518 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _PG_ReferencedProfile_features[] = _PG_ReferencedProfile_features[] =
 { {
     0,     0,
Line 28364 
Line 29527 
 static const char* static const char*
 __root_PG_InterOp_PG_ReferencedProfile_qualifiers[] = __root_PG_InterOp_PG_ReferencedProfile_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_ReferencedProfile = __root_PG_InterOp_PG_ReferencedProfile =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "PG_ReferencedProfile",     "PG_ReferencedProfile",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_ReferencedProfile_qualifiers,     __root_PG_InterOp_PG_ReferencedProfile_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ReferencedProfile,     &__root_PG_InterOp_CIM_ReferencedProfile,
     /* features */     /* features */
     _PG_ReferencedProfile_features,     _PG_ReferencedProfile_features,
Line 28390 
Line 29555 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _PG_ElementConformsToProfile_features[] = _PG_ElementConformsToProfile_features[] =
 { {
     0,     0,
Line 28399 
Line 29564 
 static const char* static const char*
 __root_PG_InterOp_PG_ElementConformsToProfile_qualifiers[] = __root_PG_InterOp_PG_ElementConformsToProfile_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_ElementConformsToProfile = __root_PG_InterOp_PG_ElementConformsToProfile =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "PG_ElementConformsToProfile",     "PG_ElementConformsToProfile",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_ElementConformsToProfile_qualifiers,     __root_PG_InterOp_PG_ElementConformsToProfile_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ElementConformsToProfile,     &__root_PG_InterOp_CIM_ElementConformsToProfile,
     /* features */     /* features */
     _PG_ElementConformsToProfile_features,     _PG_ElementConformsToProfile_features,
Line 28425 
Line 29592 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _PG_SubProfileRequiresProfile_features[] = _PG_SubProfileRequiresProfile_features[] =
 { {
     0,     0,
Line 28434 
Line 29601 
 static const char* static const char*
 __root_PG_InterOp_PG_SubProfileRequiresProfile_qualifiers[] = __root_PG_InterOp_PG_SubProfileRequiresProfile_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_SubProfileRequiresProfile = __root_PG_InterOp_PG_SubProfileRequiresProfile =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "PG_SubProfileRequiresProfile",     "PG_SubProfileRequiresProfile",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_SubProfileRequiresProfile_qualifiers,     __root_PG_InterOp_PG_SubProfileRequiresProfile_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_SubProfileRequiresProfile,     &__root_PG_InterOp_CIM_SubProfileRequiresProfile,
     /* features */     /* features */
     _PG_SubProfileRequiresProfile_features,     _PG_SubProfileRequiresProfile_features,
Line 28460 
Line 29629 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _PG_SoftwareIdentity_features[] = _PG_SoftwareIdentity_features[] =
 { {
     0,     0,
Line 28474 
Line 29643 
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_SoftwareIdentity = __root_PG_InterOp_PG_SoftwareIdentity =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_CLASS,      META_FLAG_CLASS,
     /* name */     /* name */
     "PG_SoftwareIdentity",     "PG_SoftwareIdentity",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_SoftwareIdentity_qualifiers,     __root_PG_InterOp_PG_SoftwareIdentity_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_SoftwareIdentity,     &__root_PG_InterOp_CIM_SoftwareIdentity,
     /* features */     /* features */
     _PG_SoftwareIdentity_features,     _PG_SoftwareIdentity_features,
Line 28495 
Line 29664 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _PG_ElementSoftwareIdentity_features[] = _PG_ElementSoftwareIdentity_features[] =
 { {
     0,     0,
Line 28504 
Line 29673 
 static const char* static const char*
 __root_PG_InterOp_PG_ElementSoftwareIdentity_qualifiers[] = __root_PG_InterOp_PG_ElementSoftwareIdentity_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_ElementSoftwareIdentity = __root_PG_InterOp_PG_ElementSoftwareIdentity =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "PG_ElementSoftwareIdentity",     "PG_ElementSoftwareIdentity",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_ElementSoftwareIdentity_qualifiers,     __root_PG_InterOp_PG_ElementSoftwareIdentity_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ElementSoftwareIdentity,     &__root_PG_InterOp_CIM_ElementSoftwareIdentity,
     /* features */     /* features */
     _PG_ElementSoftwareIdentity_features,     _PG_ElementSoftwareIdentity_features,
Line 28530 
Line 29701 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _PG_ObjectManager_features[] = _PG_ObjectManager_features[] =
 { {
     0,     0,
Line 28539 
Line 29710 
 static const char* static const char*
 __root_PG_InterOp_PG_ObjectManager_qualifiers[] = __root_PG_InterOp_PG_ObjectManager_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_ObjectManager = __root_PG_InterOp_PG_ObjectManager =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "PG_ObjectManager",     "PG_ObjectManager",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_ObjectManager_qualifiers,     __root_PG_InterOp_PG_ObjectManager_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_ObjectManager,     &__root_PG_InterOp_CIM_ObjectManager,
     /* features */     /* features */
     _PG_ObjectManager_features,     _PG_ObjectManager_features,
Line 28565 
Line 29738 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _PG_CommMechanismForManager_features[] = _PG_CommMechanismForManager_features[] =
 { {
     0,     0,
Line 28574 
Line 29747 
 static const char* static const char*
 __root_PG_InterOp_PG_CommMechanismForManager_qualifiers[] = __root_PG_InterOp_PG_CommMechanismForManager_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_CommMechanismForManager = __root_PG_InterOp_PG_CommMechanismForManager =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "PG_CommMechanismForManager",     "PG_CommMechanismForManager",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_CommMechanismForManager_qualifiers,     __root_PG_InterOp_PG_CommMechanismForManager_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_CommMechanismForManager,     &__root_PG_InterOp_CIM_CommMechanismForManager,
     /* features */     /* features */
     _PG_CommMechanismForManager_features,     _PG_CommMechanismForManager_features,
Line 28600 
Line 29775 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _PG_NamespaceInManager_features[] = _PG_NamespaceInManager_features[] =
 { {
     0,     0,
Line 28609 
Line 29784 
 static const char* static const char*
 __root_PG_InterOp_PG_NamespaceInManager_qualifiers[] = __root_PG_InterOp_PG_NamespaceInManager_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_NamespaceInManager = __root_PG_InterOp_PG_NamespaceInManager =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "PG_NamespaceInManager",     "PG_NamespaceInManager",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_NamespaceInManager_qualifiers,     __root_PG_InterOp_PG_NamespaceInManager_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_NamespaceInManager,     &__root_PG_InterOp_CIM_NamespaceInManager,
     /* features */     /* features */
     _PG_NamespaceInManager_features,     _PG_NamespaceInManager_features,
Line 28635 
Line 29812 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _PG_HostedObjectManager_features[] = _PG_HostedObjectManager_features[] =
 { {
     0,     0,
Line 28644 
Line 29821 
 static const char* static const char*
 __root_PG_InterOp_PG_HostedObjectManager_qualifiers[] = __root_PG_InterOp_PG_HostedObjectManager_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_HostedObjectManager = __root_PG_InterOp_PG_HostedObjectManager =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "PG_HostedObjectManager",     "PG_HostedObjectManager",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_HostedObjectManager_qualifiers,     __root_PG_InterOp_PG_HostedObjectManager_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_HostedService,     &__root_PG_InterOp_CIM_HostedService,
     /* features */     /* features */
     _PG_HostedObjectManager_features,     _PG_HostedObjectManager_features,
Line 28670 
Line 29849 
 // //
 //============================================================================== //==============================================================================
  
 static SourceFeature*  static MetaFeature*
 _PG_HostedAccessPoint_features[] = _PG_HostedAccessPoint_features[] =
 { {
     0,     0,
Line 28679 
Line 29858 
 static const char* static const char*
 __root_PG_InterOp_PG_HostedAccessPoint_qualifiers[] = __root_PG_InterOp_PG_HostedAccessPoint_qualifiers[] =
 { {
       /* ASSOCIATION */
       "\000\001",
     /* Version */     /* Version */
     "\0632.6.0",     "\0632.6.0",
     0,     0,
 }; };
  
 SourceClass  MetaClass
 __root_PG_InterOp_PG_HostedAccessPoint = __root_PG_InterOp_PG_HostedAccessPoint =
 { {
     /* flags */     /* flags */
     PEGASUS_FLAG_ASSOCIATION,      META_FLAG_ASSOCIATION,
     /* name */     /* name */
     "PG_HostedAccessPoint",     "PG_HostedAccessPoint",
     /* qualifiers */     /* qualifiers */
     __root_PG_InterOp_PG_HostedAccessPoint_qualifiers,     __root_PG_InterOp_PG_HostedAccessPoint_qualifiers,
     /* superClass */      /* super */
     &__root_PG_InterOp_CIM_HostedAccessPoint,     &__root_PG_InterOp_CIM_HostedAccessPoint,
     /* features */     /* features */
     _PG_HostedAccessPoint_features,     _PG_HostedAccessPoint_features,
Line 28705 
Line 29886 
 // //
 //============================================================================== //==============================================================================
  
 static SourceQualifierDecl*  static MetaQualifierDecl*
 _qualifiers[] = _qualifiers[] =
 { {
     &_ASSOCIATION_qualifier_decl,     &_ASSOCIATION_qualifier_decl,
Line 28784 
Line 29965 
 // //
 //============================================================================== //==============================================================================
  
 static SourceClass*  static MetaClass*
 _classes[] = _classes[] =
 { {
     &__root_PG_InterOp_CIM_ManagedElement,     &__root_PG_InterOp_CIM_ManagedElement,
Line 29002 
Line 30183 
     0,     0,
 }; };
  
 const SourceNameSpace root_PG_InterOp_namespace =  const MetaNameSpace root_PG_InterOp_namespace =
 { {
     "root/PG_InterOp",     "root/PG_InterOp",
     _qualifiers,     _qualifiers,


Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2