replicationGroup element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<replicationGroup>
<state>...</state>
<replicationGroupName>...</replicationGroupName>
<schedule>
<scheduledNodeLists>
<dayOfWeek>...</dayOfWeek>
<hourOfDay>...</hourOfDay>
<scheduled>...</scheduled>
<scheduledNodes>
<node>
<nodeIdentity>...</nodeIdentity>
<locationIdentity>...</locationIdentity>
<isLocal>...</isLocal>
<isUp>...</isUp>
<isStopped>...</isStopped>
<lastStatusChange>...</lastStatusChange>
<attributes>
<attribute>
<key>...</key>
<value>...</value>
</attribute>
<attribute>
<!--...-->
</attribute>
<!--...more "attribute" elements...-->
</attributes>
</node>
<role>...</role>
<managingNode>...</managingNode>
</scheduledNodes>
<scheduledNodes>
<!--...-->
</scheduledNodes>
<!--...more "scheduledNodes" elements...-->
<membershipId>...</membershipId>
<quorum>...</quorum>
</scheduledNodeLists>
<scheduledNodeLists>
<!--...-->
</scheduledNodeLists>
<!--...more "scheduledNodeLists" elements...-->
</schedule>
<replicationGroupIdentity>...</replicationGroupIdentity>
<repositoryIds>...</repositoryIds>
<repositoryIds>...</repositoryIds>
<!--...more "repositoryIds" elements...-->
<scheduleManagingNodeId>...</scheduleManagingNodeId>
<rotationSuspended>...</rotationSuspended>
<pendingTransactions>...</pendingTransactions>
<dsmId>...</dsmId>
<nodes>
<replicationGroupNodes>
<node>
<nodeIdentity>...</nodeIdentity>
<locationIdentity>...</locationIdentity>
<isLocal>...</isLocal>
<isUp>...</isUp>
<isStopped>...</isStopped>
<lastStatusChange>...</lastStatusChange>
<attributes>
<attribute>
<key>...</key>
<value>...</value>
</attribute>
<attribute>
<!--...-->
</attribute>
<!--...more "attribute" elements...-->
</attributes>
</node>
<role>...</role>
<managingNode>...</managingNode>
</replicationGroupNodes>
<replicationGroupNodes>
<!--...-->
</replicationGroupNodes>
<!--...more "replicationGroupNodes" elements...-->
</nodes>
</replicationGroup>