<xsd:group name="PaymentDetails.model">
<xsd:annotation>
<xsd:documentation xml:lang="en">A group that covers key elements used in payment reporting messages.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="identifier" type="PaymentId" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Unique identifier assigned by either party or matching service, as agreed, to a payment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="PayerReceiver.model" />
<xsd:element name="paymentAmount" type="Money" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">Payment amount in a given currency to be paid/received.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|