niem-xs:normalizedString
complexType normalizedString in namespace http://release.niem.gov/niem/proxy/xsd/4.0/
Definition
A data type that represents white space normalized strings. The value space of normalizedString is the set of strings that do not contain the carriage return, line feed nor tab characters.
Diagram
XML Schema
<xs:complexType name="normalizedString">
<xs:annotation>
<xs:documentation>
A data type that represents white space normalized strings. The value space of normalizedString is the set of strings that do not contain the carriage return, line feed nor tab characters.</xs:documentation>
</xs:annotation>
<xs:simpleContent>
<xs:extension base="xs:normalizedString">
<xs:attributeGroup ref="structures:SimpleObjectAttributeGroup"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>