Skip to content

Commit

Permalink
Update paForNode.xsd
Browse files Browse the repository at this point in the history
Updated xsd with the following changes (up to date with SANP 3.9.0):
- added "metadata" structure in "transferList"
- added "standIn" in "ctReceipt" & "ctReceiptV2"
- removed "standIn" in "paSendRTReq" & "paSendRTV2Request"
- let "companyName" not mandatory in "ctTransferPAV2"
  • Loading branch information
cristianosticca-pagopa authored Nov 22, 2024
1 parent b71d5a3 commit 13aa04f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wsdl/xsd/paForNode.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
<xsd:element name="IBAN" type="tns:stIBAN" />
<xsd:element name="remittanceInformation" type="common:stText140" />
<xsd:element name="transferCategory" type="common:stText140" />
<xsd:element name="metadata" type="common:ctMetadata" minOccurs="0" />
</xsd:sequence>
</xsd:complexType>

Expand Down Expand Up @@ -230,6 +231,7 @@
<xsd:element name="applicationDate" type="common:stISODate" minOccurs="0" />
<xsd:element name="transferDate" type="common:stISODate" minOccurs="0" />
<xsd:element name="metadata" type="common:ctMetadata" minOccurs="0" />
<xsd:element name="standIn" type="xsd:boolean" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>

Expand Down Expand Up @@ -268,6 +270,7 @@
<xsd:element name="applicationDate" type="common:stISODate" minOccurs="0" />
<xsd:element name="transferDate" type="common:stISODate" minOccurs="0" />
<xsd:element name="metadata" type="common:ctMetadata" minOccurs="0" />
<xsd:element name="standIn" type="xsd:boolean" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>

Expand Down Expand Up @@ -364,7 +367,7 @@
<xsd:element name="idTransfer" type="tns:stIdTransfer" />
<xsd:element name="transferAmount" type="tns:stAmountNotZero" />
<xsd:element name="fiscalCodePA" type="common:stFiscalCodePA" />
<xsd:element name="companyName" type="common:stText140" />
<xsd:element name="companyName" type="common:stText140" minOccurs="0"/>
<xsd:choice>
<xsd:element name="IBAN" type="tns:stIBAN" />
<xsd:element name="richiestaMarcaDaBollo" type="common:ctRichiestaMarcaDaBollo" />
Expand Down

0 comments on commit 13aa04f

Please sign in to comment.