<xsd:complexType name="TaxForm">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that defines a tax form registration.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="taxFormType" type="TaxFormType">
<xsd:annotation>
<xsd:documentation xml:lang="en">Type of tax form registered.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="taxFormExpiryDate" type="xsd:date" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Date of expiration of this tax form.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|