texerasmo
26-03-2003, 12:03
Ciao ragazzi ,
Non riesco ha creare un un tag nello schema di xml che identifichi il campo email
<xs:simpleType name="Posta">
<xs:restriction base="xs:string">
<xs:pattern value="\d{1}@\d[A-Z]{2,10}.\d{2,4}"></xs:pattern>
</xs:restriction>
</xs:simpleType>
Potete aiutarmi?
Non riesco ha creare un un tag nello schema di xml che identifichi il campo email
<xs:simpleType name="Posta">
<xs:restriction base="xs:string">
<xs:pattern value="\d{1}@\d[A-Z]{2,10}.\d{2,4}"></xs:pattern>
</xs:restriction>
</xs:simpleType>
Potete aiutarmi?