Definition Type: Element
Name: BallotInformation
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 340-pollinginformation-v5-0.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Messages in schema 340-pollinginformation-v5-0_xsd Drilldown into BallotChoices in schema 340-410-430-include-v5-0_xsd Drilldown into MaxWriteIn in schema 340-pollinginformation-v5-0_xsd Drilldown into MinVotes in schema emlcore-v5-0_xsd Drilldown into MaxVotes in schema emlcore-v5-0_xsd Drilldown into VotingMethod in schema emlcore-v5-0_xsd Drilldown into Rotation in schema 340-pollinginformation-v5-0_xsd Drilldown into HowToVote in schema 340-pollinginformation-v5-0_xsd Drilldown into BallotIdentifier in schema emlcore-v5-0_xsdXSD Diagram of BallotInformation in schema 340-pollinginformation-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="BallotInformation" minOccurs="0">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="BallotIdentifier" minOccurs="0" />
            <xs:element name="HowToVote" type="MessagesStructure" minOccurs="0" />
            <xs:element name="Rotation" type="YesNoType" minOccurs="0" />
            <xs:element ref="VotingMethod" minOccurs="0" />
            <xs:element ref="MaxVotes" minOccurs="0" />
            <xs:element ref="MinVotes" minOccurs="0" />
            <xs:element name="MaxWriteIn" type="xs:nonNegativeInteger" minOccurs="0" />
            <xs:element ref="BallotChoices" />
            <xs:element name="Messages" type="MessagesStructure" minOccurs="0" maxOccurs="unbounded" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
BallotIdentifier nsA:BallotIdentifier 0 (1)
HowToVote nsA:HowToVote 0 (1)
Rotation nsA:Rotation 0 (1)
VotingMethod nsA:VotingMethod 0 (1)
MaxVotes nsA:MaxVotes 0 (1)
MinVotes nsA:MinVotes 0 (1)
MaxWriteIn nsA:MaxWriteIn 0 (1)
BallotChoices nsA:BallotChoices (1) (1)
Messages nsA:Messages 0 unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Comments:
blog comments powered by Disqus