Definition Type: Element
Name: Nomination
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 210-nomination-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AuditInformation in schema emlcore-v5-0_xsd Drilldown into CandidateAction in schema 210-nomination-v5-0_xsd Drilldown into Nominate in schema 210-nomination-v5-0_xsd Drilldown into CandidateAction in schema 210-nomination-v5-0_xsd Drilldown into Affiliation in schema 210-nomination-v5-0_xsd Drilldown into Candidate 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 Nomination in schema 210-nomination-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="Nomination">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ElectionIdentifier" />
            <xs:element ref="ContestIdentifier" />
            <xs:sequence>
                <xs:choice>
                    <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:sequence>
                                </xs:extension>
                            </xs:complexContent>
                        </xs:complexType>
                    </xs:element>
                </xs:choice>
                <xs:choice minOccurs="0">
                    <xs:element ref="CandidateAction" maxOccurs="unbounded" />
                    <xs:sequence>
                        <xs:element name="Nominate">
                            <xs:complexType>
                                <xs:sequence>
                                    <xs:element name="Proposer" minOccurs="0" maxOccurs="unbounded">
                                        <xs:complexType>
                                            <xs:complexContent>
                                                <xs:extension base="ProposerStructure">
                                                    <xs:sequence>
                                                        <xs:element name="Sign" minOccurs="0">
                                                            <xs:complexType>
                                                                <xs:sequence>
                                                                    <xs:element ref="ds:Signature" />
                                                                </xs:sequence>
                                                            </xs:complexType>
                                                        </xs:element>
                                                    </xs:sequence>
                                                </xs:extension>
                                            </xs:complexContent>
                                        </xs:complexType>
                                    </xs:element>
                                    <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
                                </xs:sequence>
                            </xs:complexType>
                        </xs:element>
                        <xs:element ref="CandidateAction" minOccurs="0" />
                    </xs:sequence>
                </xs:choice>
            </xs:sequence>
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="AuditInformation" minOccurs="0" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
ElectionIdentifier nsA:ElectionIdentifier (1) (1)
ContestIdentifier nsA:ContestIdentifier (1) (1)
Candidate nsA:Candidate (1) (1)
Affiliation nsA:Affiliation (1) (1)
CandidateAction nsA:CandidateAction (1) unbounded
Nominate nsA:Nominate (1) (1)
CandidateAction nsA:CandidateAction 0 (1)
AuditInformation nsA:AuditInformation 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Comments:
blog comments powered by Disqus