70 lines
2.4 KiB
XML
70 lines
2.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
|
xmlns:sm="http://dbcfx/SOA/EspletamentoDonating/2022-11-17"
|
|
targetNamespace="http://dbcfx/SOA/EspletamentoDonating/2022-11-17"
|
|
elementFormDefault="qualified"
|
|
version="1.1">
|
|
<xs:element name="richiestaEspletamentoRequest">
|
|
<xs:complexType>
|
|
<xs:all>
|
|
<xs:element name="SISTEMA" type="sm:sistemaTYPE"/>
|
|
<xs:element name="CODICE_ORDINE" type="sm:string18TYPE"/>
|
|
<xs:element name="DATA_ORDINE" type="sm:string10TYPE"/>
|
|
<xs:element name="DN" type="sm:string12TYPE"/>
|
|
<xs:element name="DAC" type="sm:string10TYPE"/>
|
|
<xs:element name="CODICE_PROGETTO" type="sm:string10TYPE" minOccurs="0"/>
|
|
<xs:element name="ID_CORRELAZIONE" type="sm:string15TYPE" minOccurs="0"/>
|
|
<xs:element name="NUM_TOT_RICHIESTE" type="sm:string4TYPE" minOccurs="0"/>
|
|
<xs:element name="DATA_INVIO_RICHIESTA" type="sm:string10TYPE"/>
|
|
<xs:element name="DATA_ESPLETAMENTO_ORDINE" type="sm:string10TYPE"/>
|
|
</xs:all>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="richiestaEspletamentoResponse">
|
|
<xs:complexType>
|
|
<xs:all>
|
|
<xs:element name="COD_RISPOSTA" type="sm:string4TYPE" />
|
|
<xs:element name="DESC_RISPOSTA" type="sm:string200TYPE" />
|
|
</xs:all>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
|
|
<!-- SimpleTypes START --> <!-- 152248 nuovi campi / enum -->
|
|
<xs:simpleType name="sistemaTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="DBSS|CRMB"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string15TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="15"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string10TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="10"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string12TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="12"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string4TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="4"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string18TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="18"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string200TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="200"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<!-- SimpleTypes END -->
|
|
</xs:schema>
|