niem-xs:normalizedString

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.

Complex Type Information

Model

Source

<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>