Strictly from a coalesce XML syntax standpoint, the first posted XML doc is incorrect. You have:
</Section>
<Property name="dynamicloadmapping">
<Value type="3">(ObjectName="SFXGameContent_DLC_MOD_SpectreN7.SFXGameEffect_N7Spectre_Health",SeekFreePackageName="SFXGE_SpectreN73")</Value>
<Value type="3">(ObjectName="SFXGameEffect_N7Spectre_PowerRechargeBonus",SeekFreePackageName="SFXGE_SpectreN73")</Value></Property>
<Section name="unrealed.editorengine">
<Property name="editpackages">
<Value type="2">SFXGameContentDLC_Shared</Value>
<Value type="2">SFXGameContentDLC_MOD_SpectreN73</Value>
</Property>
</Section>```
Property "dynamicloadmapping" is not contained inside a "<Section>...</Section>" block.