<xsd:complexType name="PrePayment">
<xsd:annotation>
<xsd:documentation xml:lang="en">A type for defining PrePayment.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="payerPartyReference" type="PartyReference" />
<xsd:element name="receiverPartyReference" type="PartyReference" />
<xsd:element name="prePayment" type="xsd:boolean" />
<xsd:element name="prePaymentAmount" type="Money" />
<xsd:element name="prePaymentDate" type="AdjustableDate" />
</xsd:sequence>
</xsd:complexType>
|