Definition Type: Element
Name: VotingInformation
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 340-pollinginformation-v5-0.xsd
MinOccurs (1)
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into VTokenQualified in schema emlcore-v5-0_xsd Drilldown into VToken in schema emlcore-v5-0_xsd Drilldown into PollingPlace in schema emlcore-v5-0_xsd Drilldown into PollingDistrict in schema emlcore-v5-0_xsd Drilldown into VotingPeriod in schema 340-pollinginformation-v5-0_xsd Drilldown into Channel in schema 340-pollinginformation-v5-0_xsd Drilldown into DisplayOrder in schema 340-pollinginformation-v5-0_xsdXSD Diagram of VotingInformation in schema 340-pollinginformation-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="VotingInformation" maxOccurs="unbounded">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="VotingPeriod" minOccurs="0" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="Start" type="xs:dateTime" />
                        <xs:element name="End" type="xs:dateTime" />
                    </xs:sequence>
                    <xs:attribute name="DisplayOrder" type="xs:positiveInteger" use="optional" />
                </xs:complexType>
            </xs:element>
            <xs:element ref="PollingDistrict" minOccurs="0" />
            <xs:element ref="PollingPlace" />
            <xs:choice minOccurs="0">
                <xs:element ref="VToken" />
                <xs:element ref="VTokenQualified" />
            </xs:choice>
            <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="DisplayOrder" type="xs:positiveInteger" use="optional" />
        <xs:attribute name="Channel" type="VotingChannelType" use="optional" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
VotingPeriod nsA:VotingPeriod 0 unbounded
PollingDistrict nsA:PollingDistrict 0 (1)
PollingPlace nsA:PollingPlace (1) (1)
VToken nsA:VToken (1) (1)
VTokenQualified nsA:VTokenQualified (1) (1)
<xs:any> Allowed namespace: '##other' 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
DisplayOrder nsA:DisplayOrder Optional
Channel nsA:Channel Optional
Collapse Comments:
blog comments powered by Disqus