25 lines
1.0 KiB
XML
25 lines
1.0 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-rr" type="attributiCartaRR"/>
|
|
<!-- ********** TYPE ATTRIBUTI ********** -->
|
|
<xs:complexType name="attributiCartaRR">
|
|
<xs:all>
|
|
<xs:element name="imsi" type="xs:string" minOccurs="0"/>
|
|
<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="pin2" type="xs:string" minOccurs="0" />
|
|
<xs:element name="puk2" type="xs:string" minOccurs="0" />
|
|
</xs:all>
|
|
</xs:complexType>
|
|
</xs:schema>
|