simpleType ShortStringType
namespace urn:us:gov:ic:common
type restriction of xsd:string
used by
element TaskID
complexType ShortStringWithSecurityType
attributes SimpleLinkAttributesGroup/@otherNetwork IntelDiscipline/@otherDiscipline IntelSubdiscipline/@otherDiscipline IntelSubdisciplineTechnique/@othersubdisciplineTechnique TaskID/@taskingSystem
facets
Kind Value annotation 
maxLength 256 
annotation
documentation
A short string, less than 256 characters.
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy