<xs:complexType name="OutgoingGenericCommunicationStructure">
<xs:annotation>
<xs:documentation>Note that this can include multiple voters to allow communication with a distributor.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="Voter" maxOccurs="unbounded">
<xs:complexType>
<xs:sequence>
<xs:element name="VoterIdentification" type="VoterIdentificationStructure" />
<xs:element name="VoterContact" type="ContactDetailsStructure" />
<xs:element ref="Proxy" minOccurs="0" />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element ref="EventIdentifier" minOccurs="0" />
<xs:element ref="ElectionIdentifier" minOccurs="0" />
<xs:element ref="ContestIdentifier" minOccurs="0" />
<xs:element name="ReturnTo" type="ResponsibleOfficerStructure" minOccurs="0" />
<xs:element name="Messages" type="MessagesStructure" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|