<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>
|