<xsd:simpleType name="LongStringType">
<xsd:annotation>
<xsd:documentation>A long string, less than 32000 characters.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="32000"/>
</xsd:restriction>
</xsd:simpleType> |