Definition Type: Element
Name: Contest
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 110-electionevent-v5-0.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Messages in schema 110-electionevent-v5-0_xsd Drilldown into PollingPlace in schema emlcore-v5-0_xsd Drilldown into NumberOfPositions in schema emlcore-v5-0_xsd Drilldown into MaxWriteIn in schema 110-electionevent-v5-0_xsd Drilldown into MinVotes in schema emlcore-v5-0_xsd Drilldown into MaxVotes in schema emlcore-v5-0_xsd Drilldown into BallotIdentifierRange in schema emlcore-v5-0_xsd Drilldown into CountMetric in schema emlcore-v5-0_xsd Drilldown into CountingAlgorithm in schema emlcore-v5-0_xsd Drilldown into VotingMethod in schema emlcore-v5-0_xsd Drilldown into Description in schema 110-electionevent-v5-0_xsd Drilldown into Position in schema emlcore-v5-0_xsd Drilldown into ManagingAuthority in schema emlcore-v5-0_xsd Drilldown into AllowedChannels in schema 110-electionevent-v5-0_xsd Drilldown into Area in schema emlcore-v5-0_xsd Drilldown into ReportingUnit in schema 110-electionevent-v5-0_xsd Drilldown into ContestIdentifier in schema emlcore-v5-0_xsd Drilldown into DisplayOrder in schema 110-electionevent-v5-0_xsdXSD Diagram of Contest in schema 110-electionevent-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="Contest" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ContestIdentifier" />
            <xs:element name="ReportingUnit" minOccurs="0" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element ref="ReportingUnitIdentifier" maxOccurs="unbounded" />
                        <xs:element ref="ResponsibleOfficer" minOccurs="0" maxOccurs="unbounded" />
                        <xs:element name="ResultsReported" type="ResultsReportedStructure" minOccurs="0" maxOccurs="unbounded" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element ref="Area" minOccurs="0" />
            <xs:element name="AllowedChannels" minOccurs="0">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="Channel" maxOccurs="unbounded">
                            <xs:complexType>
                                <xs:sequence>
                                    <xs:element name="ChannelName" type="VotingChannelType" />
                                    <xs:element name="AuthenticationMethod" type="xs:token" minOccurs="0" maxOccurs="unbounded" />
                                    <xs:element name="ResponseMethod" type="xs:token" minOccurs="0" />
                                    <xs:element name="ChannelDate" type="SimpleDateRangeStructure" minOccurs="0" maxOccurs="unbounded" />
                                </xs:sequence>
                            </xs:complexType>
                        </xs:element>
                    </xs:sequence>
                    <xs:attribute name="DisplayOrder" type="xs:positiveInteger" use="optional" />
                </xs:complexType>
            </xs:element>
            <xs:element ref="ManagingAuthority" minOccurs="0" />
            <xs:element ref="Position" minOccurs="0" />
            <xs:element name="Description" type="MessagesStructure" minOccurs="0" />
            <xs:element ref="VotingMethod" minOccurs="1" maxOccurs="unbounded" />
            <xs:element ref="CountingAlgorithm" minOccurs="0" />
            <xs:element ref="CountMetric" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="BallotIdentifierRange" minOccurs="0" />
            <xs:element ref="MaxVotes" />
            <xs:element ref="MinVotes" minOccurs="0" />
            <xs:element name="MaxWriteIn" type="xs:positiveInteger" minOccurs="0" />
            <xs:element ref="NumberOfPositions" minOccurs="0" />
            <xs:element ref="PollingPlace" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="Messages" type="MessagesStructure" minOccurs="0" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="DisplayOrder" type="xs:positiveInteger" use="optional" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ContestIdentifier nsA:ContestIdentifier (1) (1)
ReportingUnit nsA:ReportingUnit 0 unbounded
Area nsA:Area 0 (1)
AllowedChannels nsA:AllowedChannels 0 (1)
ManagingAuthority nsA:ManagingAuthority 0 (1)
Position nsA:Position 0 (1)
Description nsA:Description 0 (1)
VotingMethod nsA:VotingMethod 1 unbounded
CountingAlgorithm nsA:CountingAlgorithm 0 (1)
CountMetric nsA:CountMetric 0 unbounded
BallotIdentifierRange nsA:BallotIdentifierRange 0 (1)
MaxVotes nsA:MaxVotes (1) (1)
MinVotes nsA:MinVotes 0 (1)
MaxWriteIn nsA:MaxWriteIn 0 (1)
NumberOfPositions nsA:NumberOfPositions 0 (1)
PollingPlace nsA:PollingPlace 0 unbounded
Messages nsA:Messages 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
DisplayOrder nsA:DisplayOrder Optional
Collapse Comments:
blog comments powered by Disqus