Definition Type: Element
Name: Voter
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 340-410-430-include-v5-0.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into Proxy in schema 340-410-430-include-v5-0_xsd Drilldown into Contact in schema 340-410-430-include-v5-0_xsd Drilldown into Contact in schema 340-410-430-include-v5-0_xsd Drilldown into VoterIdentification in schema 340-410-430-include-v5-0_xsdXSD Diagram of Voter in schema 340-410-430-include-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="Voter" minOccurs="0" maxOccurs="unbounded">
    <xs:complexType>
        <xs:choice>
            <xs:sequence>
                <xs:element name="VoterIdentification" type="VoterIdentificationStructure">
                    <xs:annotation>
                        <xs:documentation>Restriction is to prohibit electoral address information, VToken and VTokenQualified</xs:documentation>
                    </xs:annotation>
                </xs:element>
                <xs:element name="Contact" type="ContactDetailsStructure" minOccurs="0" />
            </xs:sequence>
            <xs:element name="Contact" type="ContactDetailsStructure" />
            <xs:element name="Proxy" type="ProxyStructure" minOccurs="0" />
        </xs:choice>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VoterIdentification nsA:VoterIdentification (1) (1)
Contact nsA:Contact 0 (1)
Contact nsA:Contact (1) (1)
Proxy nsA:Proxy 0 (1)
Collapse Comments:
blog comments powered by Disqus