54 lines
1.9 KiB
XML
54 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- edited with XMLSPY v2004 rel. 4 U (http://www.xmlspy.com) by aa (aa) -->
|
|
<!--
|
|
// Name: GispToDBCRispostaRichiestaAtt-Cess.xsd
|
|
// Type: XSD file
|
|
// Created: 12/12/2007
|
|
// Last Update: 05/08/2010
|
|
// Developed by: ValueTeam
|
|
-->
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
|
|
<xs:element name="GispToDBCRispostaRichiestaAtt-Cess">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="NOME_RICHIESTA" type="typeNOME_RICHIESTA"/>
|
|
<xs:element name="ESITO_CAS" type="typeESITO_CAS"/>
|
|
<xs:element name="DETTAGLIO_ESITO" type="typeDETTAGLIO_ESITO" minOccurs="0"/>
|
|
<xs:element name="DESCRIZIONE_ESITO" type="typeDESCRIZIONE_ESITO"/>
|
|
<xs:element name="DATA_ESPLETAMENTO" type="dateTimeType" minOccurs="0"/>
|
|
<xs:element name="CODICE_RIPROPOSIZIONE" type="strLn23"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:simpleType name="typeNOME_RICHIESTA">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="DBC_DISATMNPG|DBC_ATTIVGSM|DBC_DISATMNPG_PP|DBC_DISATMNPG_CO|DBC_DISATMNPG_BU|DBC_TERZEPARTI|DBC_RESTITUZIONE"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="typeESITO_CAS">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="001|002|003"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="typeDETTAGLIO_ESITO">
|
|
<xs:restriction base="xs:string">
|
|
<xs:length value="2"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="typeDESCRIZIONE_ESITO">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="48"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="dateTimeType">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="20"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="strLn23">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="23"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
</xs:schema>
|