Skip to content

Commit

Permalink
Update SAFTAO1.01_01.xsd
Browse files Browse the repository at this point in the history
Fix:
The element ProductSerialNumber was missing in MovementOfGoods and WorkingDocuments.
Thx to @anafitas-bamgf for finding this issue.

Co-Authored-By: anafitas-bamgf <anafitas-bamgf@users.noreply.github.com>
  • Loading branch information
cryptolopes and anafitas-bamgf committed Sep 2, 2019
1 parent fcb7508 commit e3c1854
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion XSD/SAFTAO1.01_01.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@
<doc:Contributor name="PRIMAVERA - Business Software Solutions, S.A." url="http://www.primaverabss.com/" />
<doc:Contributor name="Softpack - Software, Lda" url="https://www.softpack.pt/" />
<doc:Contributor name="Cacimbo Angola" url="https://www.cacimboangola.com/" />
<doc:Contributor name="Infodelivery S.A." url="http://www.infodelivery.pt/" />
</doc:Contributors>
<doc:ModificationDate>2017-08-17</doc:ModificationDate>
<doc:ModificationDate>2017-09-02</doc:ModificationDate>
</xs:documentation>
</xs:annotation>
<!-- Estrutura do ficheiro SAFT-AO-->
Expand Down Expand Up @@ -461,6 +462,7 @@
<xs:element ref="UnitOfMeasure" />
<xs:element ref="UnitPrice" />
<xs:element ref="Description" />
<xs:element name="ProductSerialNumber" type="ProductSerialNumber" minOccurs="0" />
<xs:choice>
<xs:element ref="DebitAmount" />
<xs:element ref="CreditAmount" />
Expand Down Expand Up @@ -531,6 +533,7 @@
<xs:element ref="UnitPrice" />
<xs:element ref="TaxPointDate" />
<xs:element ref="Description" />
<xs:element name="ProductSerialNumber" type="ProductSerialNumber" minOccurs="0" />
<xs:choice>
<xs:element ref="DebitAmount" />
<xs:element ref="CreditAmount" />
Expand Down

0 comments on commit e3c1854

Please sign in to comment.