<xsd:group name="PayerReceiver.model">
<xsd:sequence>
<xsd:element name="payerPartyReference" type="PartyOrAccountReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the party responsible for making the payments defined by this structure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="receiverPartyReference" type="PartyOrAccountReference">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the party that receives the payments corresponding to this structure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|