Definition Type: ComplexType
Name: VoterInformationStructure
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: emlcore-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into FurtherInformation in schema emlcore-v5-0_xsd Drilldown into Proxy in schema emlcore-v5-0_xsd Drilldown into SpecialRequest in schema emlcore-v5-0_xsd Drilldown into Ethnicity in schema emlcore-v5-0_xsd Drilldown into Nationality in schema emlcore-v5-0_xsd Drilldown into Gender in schema emlcore-v5-0_xsd Drilldown into Affiliation in schema emlcore-v5-0_xsd Drilldown into PollingPlace in schema emlcore-v5-0_xsd Drilldown into PollingDistrict in schema emlcore-v5-0_xsd Drilldown into Eligibility in schema emlcore-v5-0_xsd Drilldown into CheckBox in schema emlcore-v5-0_xsd Drilldown into Qualifier in schema emlcore-v5-0_xsd Drilldown into Channel in schema emlcore-v5-0_xsd Drilldown into PreferredLanguage in schema emlcore-v5-0_xsd Drilldown into EffectiveDateRemoved in schema emlcore-v5-0_xsd Drilldown into EffectiveDateAdded in schema emlcore-v5-0_xsd Drilldown into PlaceOfBirth in schema emlcore-v5-0_xsd Drilldown into DateOfBirth in schema emlcore-v5-0_xsd Drilldown into Contact in schema emlcore-v5-0_xsd Drilldown into DisplayOrder in schema emlcore-v5-0_xsd Drilldown into Id in schema emlcore-v5-0_xsd Drilldown into DisplayIdOpt in schema emlcore-v5-0_xsdXSD Diagram of VoterInformationStructure in schema emlcore-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="VoterInformationStructure">
    <xs:sequence>
        <xs:element name="Contact" minOccurs="0" maxOccurs="unbounded">
            <xs:complexType>
                <xs:complexContent>
                    <xs:extension base="ContactDetailsStructure">
                        <xs:attribute name="ElectionId" type="xs:NMTOKEN" use="optional" />
                    </xs:extension>
                </xs:complexContent>
            </xs:complexType>
        </xs:element>
        <xs:element name="DateOfBirth" type="xs:date" minOccurs="0" />
        <xs:element name="PlaceOfBirth" type="xs:token" minOccurs="0" />
        <xs:element name="EffectiveDateAdded" type="xs:date" minOccurs="0" />
        <xs:element name="EffectiveDateRemoved" type="xs:date" minOccurs="0" />
        <xs:element name="PreferredLanguage" type="LanguageType" minOccurs="0" />
        <xs:element ref="Channel" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Qualifier" type="xs:token" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>e.g. military or other factor that may affect right to vote or how votes are managed</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element name="CheckBox" minOccurs="0" maxOccurs="unbounded">
            <xs:complexType>
                <xs:simpleContent>
                    <xs:extension base="YesNoType">
                        <xs:attribute name="Type" type="xs:token" use="required" />
                    </xs:extension>
                </xs:simpleContent>
            </xs:complexType>
        </xs:element>
        <xs:element name="Eligibility" type="xs:token" minOccurs="0" maxOccurs="unbounded">
            <xs:annotation>
                <xs:documentation>The election types for which the voter is eligible.</xs:documentation>
            </xs:annotation>
        </xs:element>
        <xs:element ref="PollingDistrict" minOccurs="0" />
        <xs:element ref="PollingPlace" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="Affiliation" type="xs:token" minOccurs="0" />
        <xs:element name="Gender" minOccurs="0">
            <xs:simpleType>
                <xs:restriction base="xs:token">
                    <xs:enumeration value="male" />
                    <xs:enumeration value="female" />
                    <xs:enumeration value="unknown" />
                </xs:restriction>
            </xs:simpleType>
        </xs:element>
        <xs:element name="Nationality" type="xs:token" minOccurs="0" />
        <xs:element name="Ethnicity" type="xs:token" minOccurs="0" />
        <xs:element name="SpecialRequest" type="xs:token" minOccurs="0" maxOccurs="unbounded" />
        <xs:element ref="Proxy" minOccurs="0" maxOccurs="unbounded" />
        <xs:element name="FurtherInformation" type="MessagesStructure" minOccurs="0" />
        <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
    </xs:sequence>
    <xs:attributeGroup ref="DisplayIdOpt" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Contact nsA:Contact 0 unbounded
DateOfBirth nsA:DateOfBirth 0 (1)
PlaceOfBirth nsA:PlaceOfBirth 0 (1)
EffectiveDateAdded nsA:EffectiveDateAdded 0 (1)
EffectiveDateRemoved nsA:EffectiveDateRemoved 0 (1)
PreferredLanguage nsA:PreferredLanguage 0 (1)
Channel nsA:Channel 0 unbounded
Qualifier nsA:Qualifier 0 unbounded
CheckBox nsA:CheckBox 0 unbounded
Eligibility nsA:Eligibility 0 unbounded
PollingDistrict nsA:PollingDistrict 0 (1)
PollingPlace nsA:PollingPlace 0 unbounded
Affiliation nsA:Affiliation 0 (1)
Gender nsA:Gender 0 (1)
Nationality nsA:Nationality 0 (1)
Ethnicity nsA:Ethnicity 0 (1)
SpecialRequest nsA:SpecialRequest 0 unbounded
Proxy nsA:Proxy 0 unbounded
FurtherInformation nsA:FurtherInformation 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
Id nsA:Id Optional
DisplayOrder nsA:DisplayOrder Optional
Collapse Derivation Tree:
Collapse References:
nsA:VoterInformation
Collapse Comments:
blog comments powered by Disqus