<element name="TaxCertificateNumber">
<annotation>
<documentation>The identifying number for a tax certificate such as tax exemption, sales and use tax certificate or other such document.
</documentation>
</annotation>
<complexType>
<simpleContent>
<extension base="string">
<attribute name="taxCertificateType" type="string" use="optional">
<annotation>
<documentation>Indicates which kind of tax certificate is being given.</documentation>
</annotation>
</attribute>
</extension>
</simpleContent>
</complexType>
</element>
|