<xsd:group name="Receiver.model">
<xsd:sequence>
<xsd:element name="receiverPartyReference" type="PartyReference">
<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:element name="receiverAccountReference" type="AccountReference" minOccurs="0">
<xsd:annotation>
<xsd:documentation xml:lang="en">A reference to the account that receives the payments corresponding to this structure.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
|