Definition Type: Element
Name: NominationResponse
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 220-nominationresponse-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Remark in schema 220-nominationresponse-v5-0_xsd Drilldown into Accepted in schema 220-nominationresponse-v5-0_xsd Drilldown into CandidateIdentifier in schema emlcore-v5-0_xsd Drilldown into ContactDetails in schema 220-nominationresponse-v5-0_xsd Drilldown into Affiliation in schema emlcore-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 NominationResponse in schema 220-nominationresponse-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="NominationResponse">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ElectionIdentifier" />
            <xs:element ref="ContestIdentifier" />
            <xs:choice>
                <xs:element ref="Candidate" />
                <xs:sequence>
                    <xs:element ref="Affiliation" />
                    <xs:element name="ContactDetails" type="ContactDetailsStructure" minOccurs="0" />
                    <xs:element ref="CandidateIdentifier" minOccurs="0" maxOccurs="unbounded" />
                </xs:sequence>
            </xs:choice>
            <xs:element name="Accepted" type="YesNoType" />
            <xs:element name="Remark" type="MessagesStructure" minOccurs="0" />
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </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)
ContactDetails nsA:ContactDetails 0 (1)
CandidateIdentifier nsA:CandidateIdentifier 0 unbounded
Accepted nsA:Accepted (1) (1)
Remark nsA:Remark 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Comments:
blog comments powered by Disqus