Definition Type: Element
Name: OptionsNominationResponse
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 620-optionsnominationresponse-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into Remark in schema 620-optionsnominationresponse-v5-0_xsd Drilldown into Accepted in schema 620-optionsnominationresponse-v5-0_xsd Drilldown into ProposalIdentifier in schema emlcore-v5-0_xsd Drilldown into ContestIdentifier in schema emlcore-v5-0_xsd Drilldown into ElectionIdentifier in schema emlcore-v5-0_xsd Drilldown into EventIdentifier in schema emlcore-v5-0_xsdXSD Diagram of OptionsNominationResponse in schema 620-optionsnominationresponse-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="OptionsNominationResponse">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="EventIdentifier" minOccurs="0" />
            <xs:element ref="ElectionIdentifier" minOccurs="0" />
            <xs:element ref="ContestIdentifier" minOccurs="0" />
            <xs:element ref="ProposalIdentifier" />
            <xs:element name="Accepted" type="YesNoType" />
            <xs:element name="Remark" type="MessagesStructure" minOccurs="0" />
            <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
EventIdentifier nsA:EventIdentifier 0 (1)
ElectionIdentifier nsA:ElectionIdentifier 0 (1)
ContestIdentifier nsA:ContestIdentifier 0 (1)
ProposalIdentifier nsA:ProposalIdentifier (1) (1)
Accepted nsA:Accepted (1) (1)
Remark nsA:Remark 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Comments:
blog comments powered by Disqus