Definition Type: ComplexType
Name: CandidateStructure
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: emlcore-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into ProposalItem in schema emlcore-v5-0_xsd Drilldown into ElectionStatement in schema emlcore-v5-0_xsd Drilldown into Profile in schema emlcore-v5-0_xsd Drilldown into Photo in schema emlcore-v5-0_xsd Drilldown into Agent in schema emlcore-v5-0_xsd Drilldown into Profession in schema emlcore-v5-0_xsd Drilldown into Logo in schema emlcore-v5-0_xsd Drilldown into Affiliation in schema emlcore-v5-0_xsd Drilldown into Contact in schema emlcore-v5-0_xsd Drilldown into QualifyingAddress in schema emlcore-v5-0_xsd Drilldown into Gender in schema emlcore-v5-0_xsd Drilldown into Age in schema emlcore-v5-0_xsd Drilldown into DateOfBirth in schema emlcore-v5-0_xsd Drilldown into CandidateFullName in schema emlcore-v5-0_xsd Drilldown into CandidateIdentifier in schema emlcore-v5-0_xsd Drilldown into Independent in schema emlcore-v5-0_xsd Drilldown into DisplayOrder in schema emlcore-v5-0_xsdXSD Diagram of CandidateStructure in schema emlcore-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:complexType name="CandidateStructure">
    <xs:sequence>
        <xs:choice minOccurs="0">
            <xs:sequence>
                <xs:element ref="CandidateIdentifier" />
                <xs:element name="CandidateFullName" type="PersonNameStructure" minOccurs="0" />
                <xs:element name="DateOfBirth" type="xs:date" minOccurs="0" />
                <xs:element name="Age" type="xs:positiveInteger" minOccurs="0" />
                <xs:element ref="Gender" minOccurs="0" />
                <xs:element name="QualifyingAddress" type="QualifyingAddressStructure" minOccurs="0" />
                <xs:element name="Contact" type="ContactDetailsStructure" minOccurs="0" />
                <xs:choice minOccurs="0">
                    <xs:element ref="Affiliation" />
                    <xs:element ref="Logo" maxOccurs="unbounded" />
                </xs:choice>
                <xs:element name="Profession" type="xs:token" minOccurs="0" />
                <xs:element ref="Agent" minOccurs="0" maxOccurs="unbounded" />
                <xs:element name="Photo" type="BinaryItemStructure" minOccurs="0" />
                <xs:element ref="Profile" minOccurs="0" />
                <xs:element ref="ElectionStatement" minOccurs="0" />
                <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
            </xs:sequence>
            <xs:element ref="ProposalItem" />
        </xs:choice>
    </xs:sequence>
    <xs:attribute name="DisplayOrder" type="xs:positiveInteger" use="optional" />
    <xs:attribute name="Independent" type="YesNoType" use="optional" />
</xs:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
CandidateIdentifier nsA:CandidateIdentifier (1) (1)
CandidateFullName nsA:CandidateFullName 0 (1)
DateOfBirth nsA:DateOfBirth 0 (1)
Age nsA:Age 0 (1)
Gender nsA:Gender 0 (1)
QualifyingAddress nsA:QualifyingAddress 0 (1)
Contact nsA:Contact 0 (1)
Affiliation nsA:Affiliation (1) (1)
Logo nsA:Logo (1) unbounded
Profession nsA:Profession 0 (1)
Agent nsA:Agent 0 unbounded
Photo nsA:Photo 0 (1)
Profile nsA:Profile 0 (1)
ElectionStatement nsA:ElectionStatement 0 (1)
ProposalItem nsA:ProposalItem (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
DisplayOrder nsA:DisplayOrder Optional
Independent nsA:Independent Optional
Collapse Derivation Tree:
Collapse References:
nsA:Candidate, nsA:Candidate
Collapse Comments:
blog comments powered by Disqus