Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type LongStringType
Namespace urn:us:gov:ic:ism
Annotations
A long string, less than 32000 characters.
Diagram
Diagram
Type restriction of xsd:string
Facets
maxLength 32000
Used by
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>
Schema location IC-ISM.xsd