Skip to content

Commit

Permalink
Specify that an invoice can be a top-level type during invoice creati…
Browse files Browse the repository at this point in the history
…on via the API
  • Loading branch information
benmccann committed Apr 15, 2014
1 parent 3029286 commit 334966c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2.00/Invoice.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</xs:sequence>
</xs:complexType>

<xs:element name="Invoice" type="Invoice" />
<xs:complexType name="Invoice">
<xs:all>
<xs:element minOccurs="0" maxOccurs="1" name="ValidationErrors" type="ArrayOfValidationError" />
Expand Down

0 comments on commit 334966c

Please sign in to comment.