<xs:complexType name="IncomingGenericCommunicationStructure">
<xs:sequence>
<xs:element name="Voter">
<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 name="Recipient" type="ResponsibleOfficerStructure" minOccurs="0" />
<xs:element ref="EventIdentifier" minOccurs="0" />
<xs:element ref="ElectionIdentifier" minOccurs="0" />
<xs:element ref="ContestIdentifier" minOccurs="0" />
<xs:element name="Messages" type="MessagesStructure" minOccurs="0" />
</xs:sequence>
</xs:complexType>
|