| namespace | urn:us:gov:ic:common | ||||||
| type | restriction of xsd:string | ||||||
| used by |
|
||||||
| facets |
|
||||||
| annotation |
|
||||||
| 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> |