Definition Type: Element
Name: RetrieveVote
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 445-retrievevote-v5-0.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into AuditInformation in schema emlcore-v5-0_xsd Drilldown into BallotIdentifier 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_xsd Drilldown into Voter in schema 445-retrievevote-v5-0_xsdXSD Diagram of RetrieveVote in schema 445-retrievevote-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="RetrieveVote">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Voter" type="VoterIdentificationStructure" />
            <xs:element ref="EventIdentifier" minOccurs="0" />
            <xs:element ref="ElectionIdentifier" minOccurs="0" maxOccurs="unbounded" />
            <xs:element ref="ContestIdentifier" minOccurs="0" />
            <xs:element ref="BallotIdentifier" minOccurs="0" />
            <xs:any namespace="##other" processContents="lax" 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
Voter nsA:Voter (1) (1)
EventIdentifier nsA:EventIdentifier 0 (1)
ElectionIdentifier nsA:ElectionIdentifier 0 unbounded
ContestIdentifier nsA:ContestIdentifier 0 (1)
BallotIdentifier nsA:BallotIdentifier 0 (1)
AuditInformation nsA:AuditInformation 0 (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Comments:
blog comments powered by Disqus