First Commit - Source Code from Reply

This commit is contained in:
vincenzofariello
2024-05-13 12:54:14 +02:00
parent 73e32a5020
commit a15aee1f08
11184 changed files with 1065913 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
<!-- edited with XMLSPY v2004 rel. 3 U (http://www.xmlspy.com) by LuCar (LuCar) -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="carta" type="attributiCarta"/>
<!-- ********** TYPE ATTRIBUTI ********** -->
<xs:complexType name="attributiCarta">
<xs:all>
<xs:element name="icc-id20" minOccurs="0" type="xs:string" />
<xs:element name="icc-id" minOccurs="0" type="xs:string" />
<xs:element name="digit4" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="memoria" type="xs:string" minOccurs="0"/>
<xs:element name="voltaggio" type="xs:string" minOccurs="0"/>
<xs:element name="applicazione" type="xs:string" minOccurs="0"/>
<xs:element name="produttore" type="xs:string" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="ac-5cifre" type="xs:string" minOccurs="0"/>
<xs:element name="hlr" type="xs:string" minOccurs="0" />
<xs:element name="numeroprimario" type="xs:string" minOccurs="0" />
<xs:element name="pin2" type="xs:string" minOccurs="0" />
<xs:element name="puk2" type="xs:string" minOccurs="0" />
</xs:all>
</xs:complexType>
</xs:schema>