OrderedContestΒΆ
OrderedContest
encapsulates links to the information that comprises a contest and potential
ballot selections. OrderedContest
elements can be collected within a
BallotStyle to accurate depict exactly what will show up on a particular
ballot in the proper order.
Tag |
Data Type |
Required? |
Repeats? |
Description |
Error Handling |
---|---|---|---|---|---|
ContestId |
|
Required |
Single |
Links to elements that extend ContestBase. |
If the field is invalid or not present, the
implementation is required to ignore the
|
OrderedBallotSelectionIds |
|
Optional |
Single |
Links to elements that extend BallotSelectionBase. |
If the field is invalid or not present, the
implementation is required to ignore it. If an
|
1<OrderedContest id="oc20003abc">
2 <ContestId>cc20003</ContestId>
3 <OrderedBallotSelectionIds>cs10961 cs10962 cs10963</OrderedBallotSelectionIds>
4</OrderedContest>