81 lines
3.1 KiB
XML
81 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:sm="http://dbcfx/SOA/MsgDonating/2016-09-15" targetNamespace="http://dbcfx/SOA/MsgDonating/2016-09-15" elementFormDefault="qualified" version="1.0">
|
|
<xs:element name="MsgDonatingRequest">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element ref="sm:MsgDonating"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<xs:element name="MsgDonatingAck">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="Codice" type="sm:tipoAckTYPE"/>
|
|
<xs:element name="Descrizione" type="sm:string255TYPE"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<!-- SimpleTypes START -->
|
|
<xs:element name="MsgDonating">
|
|
<xs:complexType>
|
|
<xs:sequence>
|
|
<xs:element name="CODICE_OPERATORE_RECIPIENT" type="sm:string3TYPE"/>
|
|
<xs:element name="CODICE_OPERATORE_WHS" type="sm:string3TYPE"/>
|
|
<xs:element name="CODICE_ORDINE_WHS" type="sm:string18TYPE"/>
|
|
<xs:element name="ID_NOTIFICA" type="sm:string255TYPE"/>
|
|
<xs:element name="DATA_NOTIFICA" type="sm:string255TYPE"/>
|
|
<xs:element name="EVENTO" type="sm:string2TYPE"/>
|
|
<xs:element name="COR" type="sm:string12TYPE"/>
|
|
<xs:element name="DATA" type="sm:string12TYPE" minOccurs="0"/>
|
|
<xs:element name="ORA" type="sm:string12TYPE" minOccurs="0"/>
|
|
</xs:sequence>
|
|
</xs:complexType>
|
|
</xs:element>
|
|
<!--<xs:complexType name="Numerazioni">
|
|
<xs:sequence>
|
|
<xs:element name="DN" minOccurs="0" maxOccurs="unbounded"/>
|
|
</xs:sequence>
|
|
</xs:complexType>-->
|
|
<xs:simpleType name="flagYNTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:pattern value="Y|N"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string255TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="255"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string18TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="31"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string3TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="3"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string12TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="12"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string50TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="50"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="string2TYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<xs:simpleType name="tipoAckTYPE">
|
|
<xs:restriction base="xs:string">
|
|
<xs:maxLength value="2"/>
|
|
</xs:restriction>
|
|
</xs:simpleType>
|
|
<!-- SimpleTypes END -->
|
|
</xs:schema>
|