<?xml version ="1.0"?>
<MetaData xmlns="x-schema:CatMeta.xms">

    <DatabaseMeta           InternalName="ACFIXED">
        <ServerWiring       Interceptor="Core_FixedInterceptor"/>
        <Collection     InternalName="ASAI_META" PublicRowName="AsaiWiring"    MetaFlags="INTERNAL" MetaFlagsEx="EMITXMLSCHEMA">
            <Property   InternalName="CollectionName"   Type="WSTR"      MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property   InternalName="Namespace"        Type="WSTR"      MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property   InternalName="AsaiPath"         Type="WSTR"/>
            <!--        (MohitS) ToDo Add AsaiRightPath for Associations -->
            <Property   InternalName="AsaiClass"        Type="WSTR"/>
        </Collection>
        <Collection     InternalName="CLUSTERSERVICES_META" PublicRowName="ClusterServicesWiring" MetaFlags="INTERNAL"    MetaFlagsEx="EMITXMLSCHEMA">
            <Property   InternalName="CollectionName"   Type="WSTR" MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
        </Collection>
        <Collection     InternalName="MOFGEN_META"  PublicRowName="MofGenMeta"  MetaFlags="INTERNAL"    MetaFlagsEx="EMITXMLSCHEMA">
            <Property   InternalName="CollectionName"   Type="WSTR" MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property   InternalName="BaseClass"        Type="WSTR"/>
        </Collection>
    </DatabaseMeta>

    <DatabaseMeta           InternalName="AppCenter">
        <ServerWiring   Interceptor ="AppCenter_ASAIInterceptor"/>
        <Collection         InternalName="MicrosoftAC_Cluster">
            <Property       InternalName="GUID"                 Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="ControllerName"       Type="WSTR"/>
            <Property       InternalName="Name"                 Type="WSTR"/>
            <Property       InternalName="Caption"              Type="WSTR"/>
            <Property       InternalName="Description"          Type="WSTR"/>
            <Property       InternalName="ClusterState"         Type="UI4">
                <Enum       InternalName="Unknown"              Value="1"/>
                <Enum       InternalName="Other"                Value="2"/>
                <Enum       InternalName="Online"               Value="3"/>
                <Enum       InternalName="Offline"              Value="4"/>
                <Enum       InternalName="Degraded"             Value="5"/>
                <Enum       InternalName="Unavailable"          Value="6"/>
            </Property>
            <Property       InternalName="Interconnect"         Type="WSTR"/>
            <Property       InternalName="InterconnectAddress"  Type="WSTR"/>
            <Property       InternalName="MaxNumberOfNodes"     Type="UI4"/>
            <Property       InternalName="TypeFlags"            Type="UI4">
                <Flag       InternalName="ClusterGroup"                 Value=" 1"/>
                <Flag       InternalName="WebCluster"                   Value=" 2"/>
                <Flag       InternalName="COMPlusApplicationCluster"    Value=" 4"/>
                <Flag       InternalName="COMPlusRoutingCluster"        Value=" 8"/>
                <Flag       InternalName="StagingCluster"               Value="16"/>
                <Flag       InternalName="MonitoringCluster"            Value="32"/>
            </Property>
        </Collection>
        <Collection         InternalName="MicrosoftAC_ClusterCoreSettings">
            <Property       InternalName="GUID"                             Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="ReliableNameResolutionEnabled"    Type="BOOL"/>
            <Property       InternalName="TimeSynchronizationEnabled"       Type="BOOL"/>
        </Collection>
        <Collection         InternalName="MicrosoftAC_ClusterCLBSettings">
            <Property       InternalName="GUID"                             Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
        </Collection>
        <Collection         InternalName="MicrosoftAC_ClusterSynchronizationSettings">
            <Property       InternalName="GUID"                             Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="AutoSynchronizationInterval"      Type="DBTIMESTAMP"/>
        </Collection>
        <Collection         InternalName="MicrosoftAC_ClusterMonitoringSettings">
            <Property       InternalName="GUID"                             Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
        </Collection>
        <Collection         InternalName="MicrosoftAC_ClusterLoggingSettings">
            <Property       InternalName="GUID"                             Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="PerformanceLoggingEnabled"        Type="BOOL"/>
            <Property       InternalName="EventLogCleanupInterval"          Type="DBTIMESTAMP"/>
        </Collection>
        <Collection         InternalName="MicrosoftAC_ClusterRequestForwardingSettings">
            <Property       InternalName="GUID"                             Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="RFFilterInstalled"                Type="BOOL"/>
            <Property       InternalName="RequestForwardingEnabled"         Type="BOOL"/>
            <Property       InternalName="SessionCoherency"                 Type="UI4">
                <Enum       InternalName="Disabled"         Value="1"/>
                <Enum       InternalName="Enabled"          Value="2"/>
                <Enum       InternalName="AspSitesOnly"     Value="3"/>
            </Property>
            <Property       InternalName="FrontPageForwardingEnabled"       Type="BOOL"/>
            <Property       InternalName="DAVForwardingEnabled"             Type="BOOL"/>
            <Property       InternalName="HTLMAdminForwardingEnabled"       Type="BOOL"/>
            <Property       InternalName="EventLogCleanupInterval"          Type="DBTIMESTAMP"/>
            <Property       InternalName="Interconnect"                     Type="WSTR"/>
        </Collection>
        <Collection         InternalName="MicrosoftAC_ClusterNLBSettings">
            <Property       InternalName="GUID"                             Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="ClusterIPs"                       Type="MULTISZ"/>
            <Property       InternalName="ClusterIPsSubnetMasks"            Type="MULTISZ"/>
            <Property       InternalName="Affinity"                         Type="UI4">
                <Enum       InternalName="None"             Value="1"/>
                <Enum       InternalName="Single"           Value="2"/>
                <Enum       InternalName="Class_C"          Value="3"/>
            </Property>
            <Property       InternalName="UnicastMode"                      Type="BOOL"/>
       </Collection>
       <Collection          InternalName="MicrosoftAC_ClusterMember">
            <Property       PublicName="GUID"                       InternalName="ObjectID"       Type="WSTR"   MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       PublicName="Name"                       InternalName="DisplayName"    Type="WSTR"/>
            <Property       PublicName="ClusterName"                InternalName="ProductVersion" Type="WSTR"/>
            <Property       InternalName="IsController"                                         Type="BOOL"/>
            <Property       PublicName="ReachableFromController"    InternalName="Alive"          Type="UI4">
                <Enum       InternalName="ReachableFromControllerUnknown" Value="1"/>
                <Enum       InternalName="Reachable"            Value="2"/>
                <Enum       InternalName="Unreachable"          Value="3"/>
            </Property>
            <Property       PublicName="SynchronizationState"       InternalName="Replicating"    Type="UI4">
                <Enum       InternalName="SynchronizationStateError"    Value="1"/>
                <Enum       InternalName="SynchronizationStateUnknown"  Value="2"/>
                <Enum       InternalName="SynchronizationStateDisabled" Value="3"/>
                <Enum       InternalName="Idle"                         Value="4"/>
                <Enum       InternalName="Synchronizing"                Value="5"/>
            </Property>
            <Property       PublicName="OnlineStatus"               InternalName="Online"         Type="UI4">
                <Enum       InternalName="OnlineStatusError"    Value="1"/>
                <Enum       InternalName="OnlineStatusUnknown"  Value="2"/>
                <Enum       InternalName="OnlineStatusDisabled" Value="3"/>
                <Enum       InternalName="Online"               Value="4"/>
                <Enum       InternalName="Offline"              Value="5"/>
                <Enum       InternalName="Draining"             Value="6"/>
                <Enum       InternalName="Suspended"            Value="7"/>
            </Property>
            <Property       PublicName="HealthStatus"               InternalName="MonitorStatus"  Type="UI4">
                <Enum       InternalName="Good"                 Value="1"/>
                <Enum       InternalName="Reset"                Value="2"/>
                <Enum       InternalName="Info"                 Value="3"/>
                <Enum       InternalName="HealthStatusDisabled" Value="4"/>
                <Enum       InternalName="ScheduledOut"         Value="5"/>
                <Enum       InternalName="HealthStatusUnknown"  Value="6"/>
                <Enum       InternalName="NoData"               Value="7"/>
                <Enum       InternalName="Warning"              Value="8"/>
                <Enum       InternalName="Critical"             Value="9"/>
            </Property>
        </Collection>
        <Collection         InternalName="MicrosoftAC_ClusterMemberPersistentSettings">
            <Property       InternalName="ClusterMemberGUID"                    Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="Roles"                                Type="MULTISZ"/>
            <Property       InternalName="ManagementNICIDs"                     Type="MULTISZ"/>
            <Property       InternalName="LoadBalancingNICIDs"                  Type="MULTISZ"/>
            <Property       InternalName="AutoSynchronizationEnabled"           Type="BOOL"/>
            <Property       InternalName="EnableLoadBalancingOnStartup"         Type="BOOL"/>
            <Property       InternalName="CheckHealthStatusBeforeComingOnline"  Type="BOOL"/>
       </Collection>
       <Collection         InternalName="MicrosoftAC_ClusterMemberNLBSettings">
            <Property       InternalName="ClusterMemberGUID"                    Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="DedicatedIP"                          Type="WSTR"/>
            <Property       InternalName="DedicatedIPSubnetMask"                Type="WSTR"/>
            <Property       InternalName="Weight"                               Type="UI4"/>
        </Collection>
        <Collection         InternalName="MicrosoftAC_ClusterMemberACTReplayFilterSettings">
            <Property       InternalName="ClusterMemberGUID"                    Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="Enabled"                              Type="BOOL"/>
       </Collection>
       <Collection          InternalName="MicrosoftAC_CLBTarget">
            <Property       InternalName="Name"                             Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="Caption"                          Type="WSTR"/>
       </Collection>
       <Collection          InternalName="MicrosoftAC_RequestForwardingTarget">
            <Property       InternalName="ServerGUID"                       Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="IPAddress"                        Type="WSTR"/>
            <Property       InternalName="Name"                             Type="WSTR"/>
            <Property       InternalName="Caption"                          Type="WSTR"/>
       </Collection>
       <Collection         InternalName="MicrosoftAC_DeploymentJob">
            <Property       InternalName="GUID"                                 Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="Name"                                 Type="WSTR"/>
            <Property       InternalName="Caption"                              Type="WSTR"/>
            <Property       InternalName="Description"                          Type="WSTR"/>
            <Property       InternalName="Owner"                                Type="WSTR"/>
            <Property       InternalName="JobStatus"                            Type="WSTR"/>
            <Property       InternalName="StartTime"                            Type="DBTIMESTAMP"/>
            <Property       InternalName="ElapsedTime"                          Type="DBTIMESTAMP"/>
            <Property       InternalName="StopTime"                             Type="DBTIMESTAMP"/>
            <Property       InternalName="LastDeployed"                         Type="DBTIMESTAMP"/>
            <Property       InternalName="TotalItemCount"                       Type="UI4"/>
            <Property       InternalName="TotalItemSize"                        Type="UI4"/>
            <Property       InternalName="TotalWarnings"                        Type="UI4"/>
            <Property       InternalName="TotalErrors"                          Type="UI4"/>
            <Property       InternalName="InternalJobID"                        Type="WSTR"/>
            <Property       InternalName="DeploymentJobState"                   Type="UI4">
                <Enum       InternalName="Error"                Value="1"/>
                <Enum       InternalName="Unknown"              Value="2"/>
                <Enum       InternalName="Scanning"             Value="3"/>
                <Enum       InternalName="Transferring"         Value="4"/>
                <Enum       InternalName="Committing"           Value="5"/>
            </Property>
        </Collection>
       <Collection         InternalName="MicrosoftAC_DeploymentJobSettings">
            <Property       InternalName="DeploymentJobGUID"                    Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="Caption"                              Type="WSTR"/>
            <Property       InternalName="ReplicateACLs"                        Type="BOOL"/>
            <Property       InternalName="ReplicateIPSiteBindings"              Type="BOOL"/>
            <Property       InternalName="DeployAllApplications"                Type="BOOL"/>
            <Property       InternalName="DeployComPlusApplications"            Type="BOOL"/>
            <Property       InternalName="ShutDownIIS"                          Type="BOOL"/>
            <Property       InternalName="Persist"                              Type="BOOL"/>
            <Property       InternalName="IsFullSync"                           Type="BOOL"/>
        </Collection>
       <Collection          InternalName="MicrosoftAC_DeploymentJobTarget">
            <Property       InternalName="Name"                             Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="Caption"                          Type="WSTR"/>
       </Collection>
       <Collection         InternalName="MicrosoftAC_Application">
            <Property       InternalName="GUID"                                 Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="Name"                                 Type="WSTR"/>
            <Property       InternalName="Caption"                              Type="WSTR"/>
            <Property       InternalName="Description"                          Type="WSTR"/>
        </Collection>
       <Collection         InternalName="MicrosoftAC_ApplicationResource_FileSystem">
            <Property       InternalName="ResourcePath"                         Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="ResourceFriendlyPath"                 Type="WSTR"/>
        </Collection>
       <Collection         InternalName="MicrosoftAC_ApplicationResource_Registry">
            <Property       InternalName="ResourcePath"                         Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="ResourceFriendlyPath"                 Type="WSTR"/>
        </Collection>
       <Collection         InternalName="MicrosoftAC_ApplicationResource_DataSourceName">
            <Property       InternalName="ResourcePath"                         Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="ResourceFriendlyPath"                 Type="WSTR"/>
        </Collection>
       <Collection         InternalName="MicrosoftAC_ApplicationResource_COMPlusApplication">
            <Property       InternalName="ResourcePath"                         Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="ResourceFriendlyPath"                 Type="WSTR"/>
        </Collection>
       <Collection         InternalName="MicrosoftAC_ApplicationResource_IIS">
            <Property       InternalName="ResourcePath"                         Type="WSTR"     MetaFlags="PRIMARYKEY CASEINSENSITIVE"/>
            <Property       InternalName="ResourceFriendlyPath"                 Type="WSTR"/>
        </Collection>

    </DatabaseMeta>
</MetaData>
