Skip to content

Commit 3d0d0a5

Browse files
committed
SANP3.10.0 add passaporto to catalogo servizi
1 parent 3e686da commit 3d0d0a5

File tree

2 files changed

+32
-69
lines changed

2 files changed

+32
-69
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<xsd:schema elementFormDefault="qualified"
3+
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:ta="http://PuntoAccessoPSP.spcoop.gov.it/pagamentoPratica"
4+
targetNamespace="http://PuntoAccessoPSP.spcoop.gov.it/pagamentoPratica">
5+
<xsd:simpleType name="stText50">
6+
<xsd:restriction base="xsd:string">
7+
<xsd:minLength value="1"/>
8+
<xsd:maxLength value="50"/>
9+
</xsd:restriction>
10+
</xsd:simpleType>
11+
<xsd:complexType name="ctPagatore">
12+
<xsd:sequence>
13+
<xsd:element name="codiceFiscalePagatore" type="xsd:string"/>
14+
<xsd:element name="denominazionePagatore" type="ta:stText50"/>
15+
</xsd:sequence>
16+
</xsd:complexType>
17+
<xsd:complexType name="ctIntestatario">
18+
<xsd:sequence>
19+
<xsd:element name="codiceFiscaleIntestatario" type="xsd:string"/>
20+
<xsd:element name="denominazioneIntestatario" type="ta:stText50"/>
21+
</xsd:sequence>
22+
</xsd:complexType>
23+
<xsd:complexType name="ctpagamentoPratica">
24+
<xsd:sequence>
25+
<xsd:element name="codicePratica" type="xsd:string" fixed="A001"/>
26+
<xsd:element name="pagatore" type="ta:ctPagatore" minOccurs="1"/>
27+
<xsd:element name="intestatario" type="ta:ctIntestatario" minOccurs="1"/>
28+
</xsd:sequence>
29+
</xsd:complexType>
30+
<!-- Wrapper elements -->
31+
<xsd:element name="pagamentoPratica" type="ta:ctpagamentoPratica"/>
32+
</xsd:schema>

catalogo-servizi/P342_Passaporto_1_0_0.xsd

Lines changed: 0 additions & 69 deletions
This file was deleted.

0 commit comments

Comments
 (0)