Mega Code Archive

 
Categories / XML Tutorial / XML Schema
 

Length Defines the number of units of length using a nonnegative integer

<xsd:simpleType name="isbnType">   <xsd:restriction base="string">    <xsd:length value="10" fixed="true"/>   </xsd:restriction> </xsd:simpleType>