Definition Type: Element
Name: AllowedChannels
Namespace: urn:oasis:names:tc:evs:schema:eml
Containing Schema: 110-electionevent-v5-0.xsd
MinOccurs 0
MaxOccurs (1)
Abstract
Collapse XSD Schema Diagram:
Drilldown into Channel in schema 110-electionevent-v5-0_xsd Drilldown into DisplayOrder in schema 110-electionevent-v5-0_xsdXSD Diagram of AllowedChannels in schema 110-electionevent-v5-0_xsd (OASIS Election Markup Language (EML))
Collapse XSD Schema Code:
<xs:element name="AllowedChannels" minOccurs="0">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Channel" maxOccurs="unbounded">
                <xs:complexType>
                    <xs:sequence>
                        <xs:element name="ChannelName" type="VotingChannelType" />
                        <xs:element name="AuthenticationMethod" type="xs:token" minOccurs="0" maxOccurs="unbounded" />
                        <xs:element name="ResponseMethod" type="xs:token" minOccurs="0" />
                        <xs:element name="ChannelDate" type="SimpleDateRangeStructure" minOccurs="0" maxOccurs="unbounded" />
                    </xs:sequence>
                </xs:complexType>
            </xs:element>
        </xs:sequence>
        <xs:attribute name="DisplayOrder" type="xs:positiveInteger" use="optional" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Channel nsA:Channel (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
DisplayOrder nsA:DisplayOrder Optional
Collapse Comments:
blog comments powered by Disqus