<xsd:complexType name="TermType">
<xsd:complexContent>
<xsd:extension base="TermABIEType">
<xsd:sequence>
<xsd:annotation>
<xsd:documentation source="http://www.openapplications.org/oagis/9">
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 minOccurs="0" ref="ProxMonth" />
<xsd:element minOccurs="0" ref="ProxDayOfMonth" />
<!-- <xsd:element ref="UserArea" minOccurs="0" /> -->
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|