Skip to content

Commit

Permalink
Update SAFTAO1.01_01.xsd
Browse files Browse the repository at this point in the history
Added:
* SAP PORTUGAL - Sistemas, Aplicações e Produtos Informáticos, Sociedade Unipessoal Lda. as new contributor

Changed:
* PaymentMethod
* SoftwareValidationNumber validation pattern

Co-Authored-By: Schobert <schobert@users.noreply.github.com>
  • Loading branch information
cryptolopes and Schobert committed Oct 25, 2019
1 parent aec755c commit 14009f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions XSD/SAFTAO1.01_01.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<doc:Contributor name="Infodelivery S.A." url="http://www.infodelivery.pt/" />
<doc:Contributor name="Eticadata Software Lda" url="http://www.eticadata.pt/" />
<doc:Contributor name="SOFTSTORE, S.A." url="http://www.softstore.pt/" />
<doc:Contributor name="SAP PORTUGAL - Sistemas, Aplicações e Produtos Informáticos, Sociedade Unipessoal Lda." url="http://www.sap.com/" />
</doc:Contributors>
<doc:ModificationDate>2017-10-25</doc:ModificationDate>
</xs:documentation>
Expand Down Expand Up @@ -778,7 +779,7 @@
<!-- Estrutura de pagamentos-->
<xs:complexType name="PaymentMethod">
<xs:sequence>
<xs:element ref="PaymentMechanism" />
<xs:element ref="PaymentMechanism" minOccurs="0" />
<xs:element name="PaymentAmount" type="SAFmonetaryType" />
<xs:element name="PaymentDate" type="SAFdateType" />
</xs:sequence>
Expand Down Expand Up @@ -1894,7 +1895,7 @@
<xs:restriction base="xs:string">
<xs:minLength value="1" />
<xs:maxLength value="70" />
<xs:pattern value="[1-9]+\d?/AGT/\d{4}|[0]" />
<xs:pattern value="\d+/AGT/\d{4}|[0]" />
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="SAFAOTransactionID">
Expand Down

0 comments on commit 14009f3

Please sign in to comment.