<xsd:element name="ReturnSigner" minOccurs="0">
<xsd:annotation>
<xsd:documentation>
<Description>Mandatory use for all who do not sign at the ReportingAgentSignature level in the ReturnOriginHeader</Description>
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="Name" type="PersonNameType" />
<xsd:element name="Title" type="PersonTitleType" minOccurs="0" />
<xsd:element name="Phone" type="PhoneNumberType" minOccurs="0" />
<xsd:element name="EmailAddress" type="EmailAddressType" minOccurs="0" />
<xsd:element name="Signature" type="SignatureType" />
<xsd:element name="DateSigned" type="DateType" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
|