Definition Type: Element
Name: VoterDetails
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 330-electionlist-v5-0.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into VoterIdAuthenticated in schema 330-electionlist-v5-0_xsd Drilldown into VoterArtifact in schema 330-electionlist-v5-0_xsd Drilldown into BallotFormIdentifier in schema 330-electionlist-v5-0_xsd Drilldown into Election in schema 330-electionlist-v5-0_xsd Drilldown into VoterRegistration in schema 120-310-330-include-v5-0_xsd Drilldown into RequestedAction in schema 330-electionlist-v5-0_xsdXSD Diagram of VoterDetails in schema 330-electionlist-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="VoterDetails" minOccurs="0" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="RequestedAction" minOccurs="0">
                <xs:simpleType>
                    <xs:restriction base="xs:NMTOKEN">
                        <xs:enumeration value="add" />
                        <xs:enumeration value="delete" />
                        <xs:enumeration value="replace" />
                    </xs:restriction>
                </xs:simpleType>
            </xs:element>
            <xs:element ref="VoterRegistration" />
            <xs:element name="Election" minOccurs="0" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element ref="ElectionIdentifier" minOccurs="0" />
                        <xs:element ref="ContestIdentifier" minOccurs="0" />
                        <xs:element ref="PollingDistrict" minOccurs="0" />
                        <xs:element ref="PollingPlace" minOccurs="0" maxOccurs="unbounded" />
                        <xs:element ref="Blocked" minOccurs="0" maxOccurs="unbounded" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
            <xs:element name="BallotFormIdentifier" minOccurs="0" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:simpleContent>
                        <xs:extension base="xs:string">
                            <xs:attribute name="Permitted" type="YesNoType" use="optional" />
                            <xs:attribute name="Received" type="YesNoType" use="optional" />
                        </xs:extension>
                    </xs:simpleContent>
                </xs:complexType>
            </xs:element>
            <xs:element name="VoterArtifact" type="BinaryItemStructure" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="VoterIdAuthenticated" type="VoterIdentificationStructure" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
RequestedAction nsA:RequestedAction 0 (1)
VoterRegistration nsA:VoterRegistration (1) (1)
Election nsA:Election 0 unbounded
BallotFormIdentifier nsA:BallotFormIdentifier 0 unbounded
VoterArtifact nsA:VoterArtifact 0 unbounded
VoterIdAuthenticated nsA:VoterIdAuthenticated 0 unbounded
Collapse Comments:
blog comments powered by Disqus