Definition Type: Element
Name: Voter
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 120-310-330-include-v5-0.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into ProofOfId in schema 120-310-330-include-v5-0_xsd Drilldown into VoterInformation in schema 120-310-330-include-v5-0_xsd Drilldown into VoterIdentification in schema 120-310-330-include-v5-0_xsdXSD Diagram of Voter in schema 120-310-330-include-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="Voter">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="VoterIdentification" type="VoterIdentificationStructure" />
            <xs:element name="VoterInformation" type="VoterInformationStructure" minOccurs="0" />
            <xs:element name="ProofOfId" minOccurs="0">
                <xs:complexType>
                    <xs:sequence>
                        <xs:any namespace="##other" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VoterIdentification nsA:VoterIdentification (1) (1)
VoterInformation nsA:VoterInformation 0 (1)
ProofOfId nsA:ProofOfId 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Comments:
blog comments powered by Disqus