Definition Type: Element
Name: Election
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 Blocked in schema 330-electionlist-v5-0_xsd Drilldown into PollingPlace in schema emlcore-v5-0_xsd Drilldown into PollingDistrict in schema emlcore-v5-0_xsd Drilldown into ContestIdentifier in schema emlcore-v5-0_xsd Drilldown into ElectionIdentifier in schema emlcore-v5-0_xsdXSD Diagram of Election in schema 330-electionlist-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ElectionIdentifier nsA:ElectionIdentifier 0 (1)
ContestIdentifier nsA:ContestIdentifier 0 (1)
PollingDistrict nsA:PollingDistrict 0 (1)
PollingPlace nsA:PollingPlace 0 unbounded
Blocked nsA:Blocked 0 unbounded
Collapse Comments:
blog comments powered by Disqus