nc:TextType
complexType TextType in namespace http://release.niem.gov/niem/niem-core/4.0/
Definition
A data type for a character string.
Diagram
XML Schema
<xs:complexType name="TextType">
<xs:annotation>
<xs:documentation>
A data type for a character string.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="niem-xs:string">
<xs:attribute ref="nc:partialIndicator" use="optional"/>
<xs:attribute ref="nc:truncationIndicator" use="optional"/>
<xs:attribute ref="xml:lang" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>