<xsd:complexType name="TermType">
<xsd:complexContent>
<xsd:extension base="TermABIEType">
<xsd:sequence>
<xsd:annotation>
<xsd:documentation>If Billing Date is March 15, and the payment is due by April 21. The ProxMonth would be 1 and the ProxDayOfMonth would be 21.</xsd:documentation>
</xsd:annotation>
<xsd:element ref="ProxMonth" minOccurs="0" />
<xsd:element ref="ProxDayOfMonth" minOccurs="0" />
<xsd:element ref="UserArea" minOccurs="0" />
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|