Definition Type: Element
Name: Selection
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 440-460-include-v5-0.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into ReferendumOptionIdentifier in schema emlcore-v5-0_xsd Drilldown into WriteinCandidateName in schema 440-460-include-v5-0_xsd Drilldown into PersonalIdentifier in schema 440-460-include-v5-0_xsd Drilldown into Candidate in schema 440-460-include-v5-0_xsd Drilldown into AffiliationIdentifier in schema emlcore-v5-0_xsd Drilldown into AffiliationIdentifier in schema emlcore-v5-0_xsd Drilldown into CandidateIdentifier in schema 440-460-include-v5-0_xsd Drilldown into ShortCode in schema 440-460-include-v5-0_xsd Drilldown into Value in schema 440-460-include-v5-0_xsdXSD Diagram of Selection in schema 440-460-include-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="Selection" maxOccurs="unbounded">
    <xs:complexType>
        <xs:choice minOccurs="0">
            <xs:sequence>
                <xs:element name="CandidateIdentifier" type="CandidateIdentifierStructure" />
                <xs:element ref="AffiliationIdentifier" minOccurs="0" />
            </xs:sequence>
            <xs:sequence>
                <xs:element ref="AffiliationIdentifier" />
                <xs:element name="Candidate" minOccurs="0" maxOccurs="unbounded">
                    <xs:complexType>
                        <xs:sequence>
                            <xs:element name="CandidateIdentifier" type="CandidateIdentifierStructure" />
                        </xs:sequence>
                        <xs:attribute name="Value" type="VotingValueType" use="optional" />
                    </xs:complexType>
                </xs:element>
            </xs:sequence>
            <xs:element name="PersonalIdentifier" type="xs:token" />
            <xs:element name="WriteinCandidateName" type="xs:token" />
            <xs:element ref="ReferendumOptionIdentifier" />
        </xs:choice>
        <xs:attribute name="Value" type="VotingValueType" use="optional" />
        <xs:attribute name="ShortCode" type="ShortCodeType" use="optional" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CandidateIdentifier nsA:CandidateIdentifier (1) (1)
AffiliationIdentifier nsA:AffiliationIdentifier 0 (1)
AffiliationIdentifier nsA:AffiliationIdentifier (1) (1)
Candidate nsA:Candidate 0 unbounded
PersonalIdentifier nsA:PersonalIdentifier (1) (1)
WriteinCandidateName nsA:WriteinCandidateName (1) (1)
ReferendumOptionIdentifier nsA:ReferendumOptionIdentifier (1) (1)
Collapse Child Attributes:
Name Type Default Value Use
Value nsA:Value Optional
ShortCode nsA:ShortCode Optional
Collapse Comments:
blog comments powered by Disqus