<xs:element name="Voter" minOccurs="0" maxOccurs="unbounded">
<xs:complexType>
<xs:choice>
<xs:sequence>
<xs:element name="VoterIdentification" type="VoterIdentificationStructure">
<xs:annotation>
<xs:documentation>Restriction is to prohibit electoral address information, VToken and VTokenQualified</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="Contact" type="ContactDetailsStructure" minOccurs="0" />
</xs:sequence>
<xs:element name="Contact" type="ContactDetailsStructure" />
<xs:element name="Proxy" type="ProxyStructure" minOccurs="0" />
</xs:choice>
</xs:complexType>
</xs:element>
|