<xsd:complexType name="TermsDetailType">
<xsd:sequence>
<xsd:element name="TermsStartDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>The start date for the payment term of the record.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TermsDueDate" type="udt:DateType">
<xsd:annotation>
<xsd:documentation>The due date for the payment term of this record.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="TermsDiscountPercentage" type="udt:PercentType">
<xsd:annotation>
<xsd:documentation>The amount of discount to the total amount of the order muliplied by the MinimumPaymentPercent. This could be 0. An example of a percentage value shown in decimal form would be 56.5% which would be 0.565 in decimal form.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="MinimumPaymentPercent" type="udt:PercentType">
<xsd:annotation>
<xsd:documentation>The minimum percentage of payment for this Terms record. An example of a percentage value shown in decimal form would be 56.5% which would be 0.565 in decimal form.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|