ordered_contestΒΆ

OrderedContest encapsulates links to the information that comprises a contest and potential ballot selections. OrderedContest elements can be collected within a ballot_style to accurate depict exactly what will show up on a particular ballot in the proper order.

Tag Data Type Required? Repeats? Description Error Handling
contest_id xs:IDREF Required Single Links to elements that extend contest_base. If the field is invalid or not present, the implementation is required to ignore the OrderedContest element containing it.
ordered_ballot_selection_ids IDREFS Optional Single Links to elements that extend ballot_selection_base. If the field is invalid or not present, the implementation is required to ignore it. If an OrderedBallotSelectionIds element is not present, the presumed order of the selection will be the order of ballot_selection_base-extended elements referenced by the underlying contest_base-extended elements.
1
2
3
 id,contest_id,ordered_ballot_selection_ids
 oc2025,con001,bs001 bs002 bs003
 oc3000,con002,bs001