|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- edited with XMLSpy v2013 rel. 2 (x64) (http://www.altova.com) by Ivana Gargiulo (CONSORZIO CUSTOMER TO BUSINESS INTERACTION - CBI) --> |
| 3 | +<!-- Entrata in vigore: 17/03/2024 --> |
| 4 | +<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:LMSG="urn:CBI:xsd:CBISDDReqLogMsg.00.01.01" xmlns:SGNT="urn:CBI:xsd:CBISgnInf.001.04" xmlns="urn:CBI:xsd:CBIBdySDDReq.00.01.01" targetNamespace="urn:CBI:xsd:CBIBdySDDReq.00.01.01" elementFormDefault="qualified"> |
| 5 | + <!-- Namespace import --> |
| 6 | + <xs:import namespace="urn:CBI:xsd:CBISDDReqLogMsg.00.01.01" schemaLocation="CBISDDReqLogMsg.00.01.01.xsd"/> |
| 7 | + <xs:import namespace="urn:CBI:xsd:CBISgnInf.001.04" schemaLocation="CBISgnInf.001.04.xsd"/> |
| 8 | + <xs:element name="CBIBdySDDReq" type="CBIBdySDDReq.00.01.01"/> |
| 9 | + <!-- Message Body structure definition --> |
| 10 | + <xs:complexType name="CBIBdySDDReq.00.01.01"> |
| 11 | + <xs:sequence> |
| 12 | + <xs:element name="PhyMsgInf" type="PhysicalMsgInfoType"> |
| 13 | + <xs:annotation> |
| 14 | + <xs:documentation>1.3.1. - Informazioni generali sul messaggio fisico</xs:documentation> |
| 15 | + </xs:annotation> |
| 16 | + </xs:element> |
| 17 | + <xs:element name="CBIEnvelSDDReqLogMsg" type="CBIEnvelSDDLogMsg.00.01.01" maxOccurs="unbounded"> |
| 18 | + <xs:annotation> |
| 19 | + <xs:documentation>1.3.2. - Blocco contenente il messaggio logico CBI. E' strutturato per poter contenere anche la firma digitale secondo le regole riportate nel documento FIRMA-MO-001. </xs:documentation> |
| 20 | + </xs:annotation> |
| 21 | + </xs:element> |
| 22 | + </xs:sequence> |
| 23 | + </xs:complexType> |
| 24 | + <xs:complexType name="CBIEnvelSDDLogMsg.00.01.01"> |
| 25 | + <xs:choice> |
| 26 | + <xs:element name="CBISDDReqLogMsg" type="LMSG:CBISDDReqLogMsg.00.01.01"> |
| 27 | + <xs:annotation> |
| 28 | + <xs:documentation>1.3.2.1. - Messaggio logico CBI di richiesta incasso SDD </xs:documentation> |
| 29 | + </xs:annotation> |
| 30 | + </xs:element> |
| 31 | + <!--xs:element name="CBISgnInf" type="SGNT:CBISgnInf.001.04"> |
| 32 | + <xs:annotation> |
| 33 | + <xs:documentation>1.3.2.2. - Blocco contenente la firma digitale secondo le specifiche CBI</xs:documentation> |
| 34 | + </xs:annotation> |
| 35 | + </xs:element--> |
| 36 | + </xs:choice> |
| 37 | + </xs:complexType> |
| 38 | + <xs:complexType name="PhysicalMsgInfoType"> |
| 39 | + <xs:sequence> |
| 40 | + <xs:element name="PhyMsgTpCd"> |
| 41 | + <xs:annotation> |
| 42 | + <xs:documentation>1.3.1.1 - Tipologia di messaggio fisico, espressa in forma codificata</xs:documentation> |
| 43 | + </xs:annotation> |
| 44 | + <xs:simpleType> |
| 45 | + <xs:restriction base="xs:string"> |
| 46 | + <xs:enumeration value="INC-SDDC-01"/> |
| 47 | + <xs:enumeration value="INC-SDDB-01"/> |
| 48 | + </xs:restriction> |
| 49 | + </xs:simpleType> |
| 50 | + </xs:element> |
| 51 | + <xs:element name="NbOfLogMsg" type="xs:positiveInteger"> |
| 52 | + <xs:annotation> |
| 53 | + <xs:documentation>1.3.1.2 - Indica il numero di messaggi logici contenuti nel messaggio fisico. Deve coincidere con il numero dei blocchi 1.3.2.</xs:documentation> |
| 54 | + </xs:annotation> |
| 55 | + </xs:element> |
| 56 | + </xs:sequence> |
| 57 | + </xs:complexType> |
| 58 | + <xs:complexType name="OrgnlPhyMsgInfAndStsType"> |
| 59 | + <xs:sequence> |
| 60 | + <xs:element name="IdE2EMsg"> |
| 61 | + <xs:annotation> |
| 62 | + <xs:documentation>IdE2E presente nell'header di servizio del messaggio fisico referenziato </xs:documentation> |
| 63 | + </xs:annotation> |
| 64 | + </xs:element> |
| 65 | + <xs:element name="XMLCreDt"> |
| 66 | + <xs:annotation> |
| 67 | + <xs:documentation>XMLCreDt presente nell'header di servizio del messaggio fisico referenziato </xs:documentation> |
| 68 | + </xs:annotation> |
| 69 | + </xs:element> |
| 70 | + <xs:element name="Status" type="StatusType"> |
| 71 | + <xs:annotation> |
| 72 | + <xs:documentation>Riporta informazioni circa lo stato del messaggio fisico referenziato</xs:documentation> |
| 73 | + </xs:annotation> |
| 74 | + </xs:element> |
| 75 | + </xs:sequence> |
| 76 | + </xs:complexType> |
| 77 | + <xs:complexType name="StatusType"> |
| 78 | + <xs:choice> |
| 79 | + <xs:element name="StsOK" type="xs:string"/> |
| 80 | + <xs:sequence> |
| 81 | + <xs:element name="StsKO" type="xs:string"/> |
| 82 | + <xs:element name="ErrorDescr" type="Max256Text"/> |
| 83 | + <xs:element name="ElmNm" type="Max256Text" minOccurs="0"/> |
| 84 | + </xs:sequence> |
| 85 | + </xs:choice> |
| 86 | + </xs:complexType> |
| 87 | + <xs:simpleType name="Max256Text"> |
| 88 | + <xs:restriction base="xs:string"> |
| 89 | + <xs:minLength value="1"/> |
| 90 | + <xs:maxLength value="256"/> |
| 91 | + </xs:restriction> |
| 92 | + </xs:simpleType> |
| 93 | +</xs:schema> |
0 commit comments