<element name="AllowanceOrCharge">
<complexType>
<sequence>
<choice>
<element ref="pidx:AllowanceOrChargeTotalAmount" minOccurs="0" />
<element ref="pidx:AllowanceOrChargeRate" minOccurs="0" />
<element ref="pidx:AllowanceOrChargePercent" minOccurs="0" />
</choice>
<element ref="pidx:AllowanceOrChargeNumber" minOccurs="0" />
<element ref="pidx:AllowanceOrChargeTypeCode" minOccurs="0" />
<element ref="pidx:MethodOfHandlingCode" minOccurs="0" />
<element ref="pidx:AllowanceOrChargeDescription" minOccurs="0" />
<element ref="pidx:AllowanceOrChargeQuantity" minOccurs="0" />
</sequence>
<attribute name="allowanceOrChargeIndicator" type="pidx:AllowanceOrChargeIndicatorType" use="required" />
</complexType>
</element>
|