| namespace | urn:us:gov:ic:common | ||||||
| type | restriction of xsd:string | ||||||
| used by | |||||||
| facets |
|
||||||
| annotation |
|
||||||
| source | <xsd:simpleType name="ShortStringType"> <xsd:annotation> <xsd:documentation>A short string, less than 256 characters.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:string"> <xsd:maxLength value="256"/> </xsd:restriction> </xsd:simpleType> |