-
Type: Bug
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 5.8.0-HF08
-
Fix Version/s: 5.8.0-HF09, 5.9.3
-
Component/s: Core VCS
This now fails to create columns of the proper size:
<xs:simpleType name="bigString"> <xs:restriction base="xs:string"> <xs:maxLength value="10000" /> </xs:restriction> </xs:simpleType> <xs:element name="bigstring" type="nxs:bigString" />