<xsd:complexType name="BuyerSellerAmounts" abstract="false">
<xsd:annotation>
<xsd:documentation xml:lang="en">A structure that defines the buyer and seller amounts of a payable.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="buyersAmount" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation xml:lang="en">The buyer's amount of a payable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sellersAmount" type="NonNegativeMoney">
<xsd:annotation>
<xsd:documentation xml:lang="en">The seller's amount of a payable.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|