Definition Type: Element
Name: Voter
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: emlcore-v5-0.xsd
MinOccurs (1)
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Proxy in schema emlcore-v5-0_xsd Drilldown into VoterContact in schema emlcore-v5-0_xsd Drilldown into VoterIdentification in schema emlcore-v5-0_xsdXSD Diagram of Voter in schema emlcore-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="VoterContact" type="ContactDetailsStructure" />
            <xs:element ref="Proxy" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VoterIdentification nsA:VoterIdentification (1) (1)
VoterContact nsA:VoterContact (1) (1)
Proxy nsA:Proxy 0 (1)
Collapse Comments:
blog comments powered by Disqus