simpleType longStringType
namespace urn:us:gov:ic:common
type restriction of xsd:string
used by
complexType LongStringWithSecurityType
facets
Kind Value annotation 
maxLength 32000 
annotation
documentation
A long string, less than 32000 characters.
source <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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy