Definition Type: Element
Name: CandidateList
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 230-candidatelist-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Election in schema 230-candidatelist-v5-0_xsd Drilldown into PollingDistrict in schema emlcore-v5-0_xsd Drilldown into ListDate in schema 230-candidatelist-v5-0_xsd Drilldown into EventDate in schema 230-candidatelist-v5-0_xsd Drilldown into EventIdentifier in schema emlcore-v5-0_xsdXSD Diagram of CandidateList in schema 230-candidatelist-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="CandidateList">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="EventIdentifier" minOccurs="0" />
            <xs:element name="EventDate" type="SimpleDateRangeStructure" minOccurs="0" />
            <xs:element name="ListDate" type="DateType" minOccurs="0" />
            <xs:element ref="PollingDistrict" minOccurs="0" maxOccurs="unbounded" />
            <xs:element name="Election" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element ref="ElectionIdentifier" />
                        <xs:element name="Contest" maxOccurs="unbounded">
                            <xs:complexType>
                                <xs:sequence>
                                    <xs:element ref="ContestIdentifier" />
                                    <xs:element name="Description" type="MessagesStructure" minOccurs="0" />
                                    <xs:choice maxOccurs="unbounded">
                                        <xs:element ref="Candidate" />
                                        <xs:element name="Affiliation">
                                            <xs:complexType>
                                                <xs:complexContent>
                                                    <xs:extension base="AffiliationStructure">
                                                        <xs:sequence>
                                                            <xs:element ref="Candidate" minOccurs="0" maxOccurs="unbounded" />
                                                            <xs:element ref="Proposer" minOccurs="0" maxOccurs="unbounded" />
                                                            <xs:element ref="Endorsement" minOccurs="0" maxOccurs="unbounded" />
                                                        </xs:sequence>
                                                    </xs:extension>
                                                </xs:complexContent>
                                            </xs:complexType>
                                        </xs:element>
                                    </xs:choice>
                                    <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
                                </xs:sequence>
                            </xs:complexType>
                        </xs:element>
                    </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
EventIdentifier nsA:EventIdentifier 0 (1)
EventDate nsA:EventDate 0 (1)
ListDate nsA:ListDate 0 (1)
PollingDistrict nsA:PollingDistrict 0 unbounded
Election nsA:Election (1) unbounded
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Comments:
blog comments powered by Disqus