<xsd:simpleType name="LongStringType">
<xsd:annotation>
<xsd:documentation>
<xhtml:p ism:ownerProducer="USA" ism:classification="U">A long string, less than or equal to 32000 characters.</xhtml:p>
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="32000"/>
</xsd:restriction>
</xsd:simpleType>
|