Attachment 'fornitura-izs-nsis.xsd'

Download

   1 <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   2     <xs:element name="dataroot">
   3         <xs:complexType>
   4             <xs:sequence>
   5                 <xs:element ref="MITT" minOccurs="1" maxOccurs="unbounded" />
   6             </xs:sequence>
   7         </xs:complexType>
   8     </xs:element>
   9     <xs:element name="MITT">
  10         <xs:complexType>
  11             <xs:sequence>
  12                 <xs:element ref="DEST" minOccurs="1" maxOccurs="unbounded" />
  13             </xs:sequence>
  14             <xs:attribute name="id_mitt" use="required">
  15                 <xs:simpleType>
  16                     <xs:restriction base="xs:string">
  17                         <xs:pattern value="[0-9]{6}" />
  18                     </xs:restriction>
  19                 </xs:simpleType>
  20             </xs:attribute>
  21             <xs:attribute name="tipo_m" use="required">
  22                 <xs:simpleType>
  23                     <xs:restriction base="xs:string">
  24                         <xs:enumeration value="D" />
  25                         <xs:enumeration value="F" />
  26                     </xs:restriction>
  27                 </xs:simpleType>
  28             </xs:attribute>
  29         </xs:complexType>
  30     </xs:element>
  31     <xs:element name="DEST">
  32         <xs:complexType>
  33             <xs:sequence>
  34                 <xs:element ref="MOV" minOccurs="1" maxOccurs="unbounded" />
  35             </xs:sequence>
  36             <xs:attribute name="id_dest" use="optional">
  37                 <xs:simpleType>
  38                     <xs:restriction base="xs:string">
  39                         <xs:pattern value="[0-9]{6}|[0-9]{11}|[*]{0}" />
  40                     </xs:restriction>
  41                 </xs:simpleType>
  42             </xs:attribute>
  43             <xs:attribute name="tipo_d" use="required">
  44                 <xs:simpleType>
  45                     <xs:restriction base="xs:string">
  46                         <xs:enumeration value="W" />
  47                         <xs:enumeration value="K" />
  48                         <xs:enumeration value="Y" />
  49                         <xs:enumeration value="Z" />
  50                     </xs:restriction>
  51                 </xs:simpleType>
  52             </xs:attribute>
  53         </xs:complexType>
  54     </xs:element>
  55     <xs:element name="MOV">
  56         <xs:complexType>
  57             <xs:sequence>
  58                 <xs:element ref="DDT" minOccurs="1" maxOccurs="unbounded" />
  59             </xs:sequence>
  60             <xs:attribute name="tipo_mov" use="required">
  61                 <xs:simpleType>
  62                     <xs:restriction base="xs:string">
  63                         <xs:enumeration value="CM" />
  64                     </xs:restriction>
  65                 </xs:simpleType>
  66             </xs:attribute>
  67             <xs:attribute name="tipo_tr" use="required">
  68                 <xs:simpleType>
  69                     <xs:restriction base="xs:string">
  70                         <xs:enumeration value="T" />
  71                         <xs:enumeration value="E" />
  72                     </xs:restriction>
  73                 </xs:simpleType>
  74             </xs:attribute>
  75         </xs:complexType>
  76     </xs:element>
  77     <xs:element name="DDT">
  78         <xs:complexType>
  79             <xs:sequence>
  80                 <xs:element ref="RICETTA" minOccurs="1" maxOccurs="unbounded" />
  81             </xs:sequence>
  82             <xs:attribute name="d_tr" use="required">
  83                 <xs:simpleType>
  84                     <xs:restriction base="xs:date">
  85                         <xs:pattern value="20[0-9]{2}-[0-9]{2}-[0-9]{2}" />
  86                     </xs:restriction>
  87                 </xs:simpleType>
  88             </xs:attribute>
  89             <xs:attribute name="h_tr" use="optional">
  90                 <xs:simpleType>
  91                     <xs:restriction base="xs:string">
  92                         <xs:pattern value="[0-9]{2}:[0-9]{2}:[0-5]{1}[0-9]{1}|[*]{0}" />
  93                     </xs:restriction>
  94                 </xs:simpleType>
  95             </xs:attribute>
  96             <xs:attribute name="id_doc" use="required">
  97                 <xs:simpleType>
  98                     <xs:restriction base="xs:string">
  99                         <xs:pattern value="[0-9a-zA-Z \w _]{1,20}" />
 100                     </xs:restriction>
 101                 </xs:simpleType>
 102             </xs:attribute>
 103             <xs:attribute name="tipo_doc" use="required">
 104                 <xs:simpleType>
 105                     <xs:restriction base="xs:string">
 106                         <xs:enumeration value="D" />
 107                         <xs:enumeration value="F" />
 108                         <xs:enumeration value="A" />
 109                     </xs:restriction>
 110                 </xs:simpleType>
 111             </xs:attribute>
 112         </xs:complexType>
 113     </xs:element>
 114     <xs:element name="RICETTA">
 115         <xs:complexType>
 116             <xs:sequence>
 117                 <xs:element maxOccurs="unbounded" ref="AIC" />
 118             </xs:sequence>
 119             <xs:attribute name="cf_med_prs" use="required">
 120                 <xs:simpleType>
 121                     <xs:restriction base="xs:string">
 122                         <xs:pattern value="[a-zA-Z]{6}\d{2}[abcdehlmprstABCDEHLMPRST]\d{2}[a-zAZ]\d{3}[a-zA-Z]" />
 123                     </xs:restriction>
 124                 </xs:simpleType>
 125             </xs:attribute>
 126             <xs:attribute name="dat_ric" use="required">
 127                 <xs:simpleType>
 128                     <xs:restriction base="xs:date">
 129                         <xs:pattern value="20[0-9]{2}-[0-9]{2}-[0-9]{2}" />
 130                     </xs:restriction>
 131                 </xs:simpleType>
 132             </xs:attribute>
 133             <xs:attribute name="num_ric" use="required">
 134                 <xs:simpleType>
 135                     <xs:restriction base="xs:integer">
 136                         <xs:maxInclusive value="1000000" />
 137                     </xs:restriction>
 138                 </xs:simpleType>
 139             </xs:attribute>
 140             <xs:attribute name="tipo_ric" use="required">
 141                 <xs:simpleType>
 142                     <xs:restriction base="xs:string">
 143                         <xs:enumeration value="1" />
 144                     </xs:restriction>
 145                 </xs:simpleType>
 146             </xs:attribute>
 147         </xs:complexType>
 148     </xs:element>
 149     <xs:element name="AIC">
 150         <xs:complexType>
 151             <xs:attribute name="t_prod" use="required">
 152                 <xs:simpleType>
 153                     <xs:restriction base="xs:string">
 154                         <xs:enumeration value="1" />
 155                         <xs:enumeration value="8" />
 156                         <xs:enumeration value="9" />
 157                     </xs:restriction>
 158                 </xs:simpleType>
 159             </xs:attribute>
 160             <xs:attribute name="cod" use="required">
 161                 <xs:simpleType>
 162                     <xs:restriction base="xs:string">
 163                         <xs:pattern value="[0-9]{9}|[0-9]{14}" />
 164                     </xs:restriction>
 165                 </xs:simpleType>
 166             </xs:attribute>
 167             <xs:attribute name="d_scad" use="optional">
 168                 <xs:simpleType>
 169                     <xs:restriction base="xs:date">
 170                         <xs:pattern value="20[0-9]{2}-[0-9]{2}-[0-9]{2}" />
 171                     </xs:restriction>
 172                 </xs:simpleType>
 173             </xs:attribute>
 174             <xs:attribute name="lot" use="required">
 175                 <xs:simpleType>
 176                     <xs:restriction base="xs:string">
 177                         <xs:maxLength value="40" />
 178                         <xs:minLength value="1" />
 179                         <xs:pattern value="[!-~ ]{0,}" />
 180                     </xs:restriction>
 181                 </xs:simpleType>
 182             </xs:attribute>
 183             <xs:attribute name="qta" use="required">
 184                 <xs:simpleType>
 185                     <xs:restriction base="xs:int">
 186                         <xs:minInclusive value="0" />
 187                         <xs:maxInclusive value="999999999" />
 188                     </xs:restriction>
 189                 </xs:simpleType>
 190             </xs:attribute>
 191             <xs:attribute name="cod_orig" use="optional">
 192                 <xs:simpleType>
 193                     <xs:restriction base="xs:string">
 194                         <xs:pattern value="[0-9]{9}|[0-9]{14}" />
 195                     </xs:restriction>
 196                 </xs:simpleType>
 197             </xs:attribute>
 198         </xs:complexType>
 199     </xs:element>
 200 </xs:schema>

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2020-10-06 15:49:54, 23.4 KB) [[attachment:farmacia-fornitura-flow.PNG]]
  • [get | view] (2020-10-06 15:49:54, 7.5 KB) [[attachment:farmacia-menu.PNG]]
  • [get | view] (2020-10-06 15:49:54, 142.0 KB) [[attachment:flusso_fornitura_mangimiMedicati.jpg]]
  • [get | view] (2020-10-06 15:49:54, 158.8 KB) [[attachment:flusso_fornitura_medicinali.jpg]]
  • [get | view] (2020-10-06 15:49:54, 25.1 KB) [[attachment:fornitura-conferma-maggiorazione.png]]
  • [get | view] (2020-10-06 15:49:54, 21.2 KB) [[attachment:fornitura-conferma-sostituzione.png]]
  • [get | view] (2020-10-06 15:49:54, 8.4 KB) [[attachment:fornitura-izs-nsis.xsd]]
  • [get | view] (2020-10-06 15:49:54, 43.5 KB) [[attachment:fornitura-maschera.PNG]]
  • [get | view] (2020-10-06 15:49:54, 26.3 KB) [[attachment:fornitura-parziale.PNG]]
  • [get | view] (2020-10-06 15:49:54, 7.3 KB) [[attachment:fornitura-pin.PNG]]
  • [get | view] (2020-10-06 15:49:54, 22.0 KB) [[attachment:fornitura-popup-import-massivo.png]]
  • [get | view] (2020-10-06 15:49:54, 20.8 KB) [[attachment:fornitura-ricerca-deroga.PNG]]
  • [get | view] (2020-10-06 15:49:54, 19.2 KB) [[attachment:fornitura-ricerca-semplice.PNG]]
  • [get | view] (2020-10-06 15:49:54, 19.5 KB) [[attachment:fornitura-ricerca.PNG]]
  • [get | view] (2020-10-06 15:49:54, 40.9 KB) [[attachment:fornitura-vendita.PNG]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.