eed3si9n / scalaxb

scalaxb is an XML data binding tool for Scala.

Home Page:http://scalaxb.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Scalaxb 1.4.0 string parametrs ignore "maxLength"

Ivanov95 opened this issue · comments

Could you help me please. I am using scalaxb v. 1.4.0. I use the attribute "maxLength" in my XSD, but string parameters ignore this attribute. How can i fix this?
Example:
"
xsd:simpleType
<xsd:restriction base="xsd:string">
<xsd:maxLength value="128"/>
</xsd:restriction>
</xsd:simpleType>
"