Mega Code Archive

 
Categories / XML Tutorial / XML Schema
 

MinLength defines the minimum number of units of length using a nonnegative integer

<xsd:simpleType name="productCodeType">   <xsd:restriction base="xsd:string">    <xsd:minLength value="5"/>   </xsd:restriction> </xsd:simpleType>