Files
gateway-dbc-fx/gnpdev/build/databinding/schema/crm/TIIOResponseOnLine.xsd
2024-05-09 17:40:24 +02:00

50 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--W3C Schema generated by XMLSpy v2006 U (http://www.altova.com)-->
<!--Please add namespace attributes, a targetNamespace attribute and import elements according to your requirements-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified">
<xs:element name="SiebelMessage">
<xs:complexType>
<xs:sequence>
<xs:element ref="ListOfResponse"/>
</xs:sequence>
<xs:attribute name="ReturnCode" type="xs:string" />
<xs:attribute name="OperationCode" type="xs:string" />
<xs:attribute name="Service" type="xs:string" />
<xs:attribute name="ErrorDescription" type="xs:string" />
<xs:attribute name="MessageId" type="xs:string" />
<xs:attribute name="Tid" type="xs:string" />
<xs:attribute name="MessageType" type="xs:string" />
<xs:attribute name="System" type="xs:string" />
<xs:attribute name="SubSystem" type="xs:string"/>
<xs:attribute name="IntObjectName" type="xs:string" />
<xs:attribute name="IntObjectFormat" type="xs:string"/>
<xs:attribute name="OperationType" type="xs:string" />
</xs:complexType>
</xs:element>
<xs:element name="ListOfResponse">
<xs:complexType>
<xs:sequence>
<xs:element ref="Response" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="Response">
<xs:complexType>
<xs:sequence>
<xs:element ref="TI_DESC_ESITO" minOccurs="0"/>
<xs:element ref="TI_ESITO" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="TI_DESC_ESITO">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded"/>
</xs:complexType>
</xs:element>
<xs:element name="TI_ESITO">
<xs:complexType mixed="true">
<xs:choice minOccurs="0" maxOccurs="unbounded"/>
</xs:complexType>
</xs:element>
</xs:schema>