///<summary>Sets the value of the <c>&lt;StageList&gt;</c> element.</summary>
 /// <param name="Stage">The assessed stage (this may well be a Keystage List, but there is no reason why it couldn’t be used for other concepts such as NcYear applicability, Level  Exam Level GCSE, A-Level etc.).</param>
 ///<remarks>
 /// <para>This form of <c>setStageList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>StageList</c></para>
 /// <para>Version: 2.5</para>
 /// <para>Since: 2.1</para>
 /// </remarks>
 public void SetStageList( AssessmentStageRefId Stage )
 {
     RemoveChild( AssessmentDTD.ASSESSMENTRESULTCOMPONENT_STAGELIST);
     AddChild( AssessmentDTD.ASSESSMENTRESULTCOMPONENT_STAGELIST, new StageList( Stage ) );
 }
 ///<summary>Sets the value of the <c>&lt;StageList&gt;</c> element.</summary>
 /// <param name="Stage">The assessed stage (this may well be a Keystage List, but there is no reason why it couldn’t be used for other concepts such as NcYear applicability, Level  Exam Level GCSE, A-Level etc.).</param>
 ///<remarks>
 /// <para>This form of <c>setStageList</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>StageList</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.1</para>
 /// </remarks>
 public void SetStageList(AssessmentStageRefId Stage)
 {
     RemoveChild(AssessmentDTD.ASSESSMENTRESULTCOMPONENT_STAGELIST);
     AddChild(AssessmentDTD.ASSESSMENTRESULTCOMPONENT_STAGELIST, new StageList(Stage));
 }