XML Schema

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
How can I make this so it must be alphanumeric? For example so symbols cant just be typed in.
<br/>
<br/>


<pre lang="x-xml <xsd:element name="ItemName" minOccurs="0
<xsd:simpleType>
<xsd:restriction base="sqltypes:nvarchar" sqltypes:localeId="1033" sqltypes:sqlCompareOptions="IgnoreCase IgnoreKanaType IgnoreWidth
<xsd:maxLength value="100"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:element>[/code]


View the full article
 
Back
Top