<element name="Discounts">
<annotation>
<documentation>Structure containing the terms for a discount in relation to a transaction.</documentation>
</annotation>
<complexType>
<sequence>
<choice maxOccurs="unbounded">
<element ref="pidx:DaysDue" />
<element ref="pidx:DiscountsDueDate" />
</choice>
<element ref="pidx:PercentDiscount" minOccurs="0" />
<element ref="pidx:DiscountAmount" minOccurs="0" />
<element ref="pidx:Description" minOccurs="0" />
</sequence>
</complexType>
</element>
|