<xsd:simpleType name="LongStringType">
<xsd:annotation>
<xsd:documentation>
<p xmlns="http://www.w3.org/1999/xhtml" ism:ownerProducer="USA" ism:classification="U">A long string, less than 32000 characters.</p>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="32000"/>
</xsd:restriction>
</xsd:simpleType> |