Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
Declare root element (Payments for PUT and Payment for GET)
Browse files Browse the repository at this point in the history
  • Loading branch information
fidothe committed Nov 16, 2012
1 parent 153fc5b commit 58d1fdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions v2.00/Payment.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<xs:include schemaLocation="Account.xsd" />
<xs:include schemaLocation="Invoice.xsd" />

<xs:element name="Payments" nillable="true" type="ArrayOfPayment" />
<xs:element name="Payment" type="Payment" />

<!-- Payment against an invoice -->
<xs:complexType name="Payment">
<xs:all>
Expand Down

0 comments on commit 58d1fdd

Please sign in to comment.