For the following schema, the axis2 1.4 ADB doesnt check for max length, it
is only checking for the regular expression. Can anyone please help me with
this. 
<xsd:element name="name" >
  <xsd:simpleType>
    <xsd:restriction base="xsd:NCName">
      <xsd:pattern value="[a-zA-Z_0-9]+"/>
      <xsd:maxLength value="30"/>
    </xsd:restriction>
  </xsd:simpleType>
</xsd:element>

-- 
View this message in context: 
http://www.nabble.com/ADB-maxlength-tp17369134p17369134.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to