27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<!-- 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>
|