2.2.4.9 max64kCharStringType
The schema definition for the max64kCharStringType data type is as follows:
<xs:simpleType name='max64kCharStringType'>
-
<xs:restriction base='xs:string'> <xs:maxLength value='64000'></xs:maxLength>
</xs:restriction> </xs:simpleType>
The max64kCharStringType data type is a string type with a length restriction of 64,000 characters.