///<summary>Sets the value of the <c>&lt;RubricIdentifiers&gt;</c> element.</summary>
 /// <param name="RubricIdentifier">An internal or natural identifier for the ScoreTable used by the assessment system</param>
 ///<remarks>
 /// <para>This form of <c>setRubricIdentifiers</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>RubricIdentifiers</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetRubricIdentifiers(RubricIdentifier RubricIdentifier)
 {
     RemoveChild(AssessmentDTD.SIF3ASSESSMENTRUBRIC_RUBRICIDENTIFIERS);
     AddChild(AssessmentDTD.SIF3ASSESSMENTRUBRIC_RUBRICIDENTIFIERS, new RubricIdentifiers(RubricIdentifier));
 }
 ///<summary>Sets the value of the <c>&lt;RubricIdentifiers&gt;</c> element.</summary>
 /// <param name="RubricIdentifier">An internal or natural identifier for the ScoreTable used by the assessment system</param>
 ///<remarks>
 /// <para>This form of <c>setRubricIdentifiers</c> is provided as a convenience method
 /// that is functionally equivalent to the <c>RubricIdentifiers</c></para>
 /// <para>Version: 2.6</para>
 /// <para>Since: 2.6</para>
 /// </remarks>
 public void SetRubricIdentifiers( RubricIdentifier RubricIdentifier )
 {
     RemoveChild( AssessmentDTD.SIF3ASSESSMENTRUBRIC_RUBRICIDENTIFIERS);
     AddChild( AssessmentDTD.SIF3ASSESSMENTRUBRIC_RUBRICIDENTIFIERS, new RubricIdentifiers( RubricIdentifier ) );
 }