Definition Type: SimpleType
Name: NormalizedStringType
Namespace: http://www.openapplications.org/oagis/9/qualifieddatatypes/1.1
Containing Schema: QualifiedDataTypes.xsd
Documentation:
QDT000013 QDT Normalized String_ Text. Type 1.0 normalizedString represents white space normalized strings. The ·value space· of normalizedString is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters. The ·lexical space· of normalizedString is the set of strings that do not contain the carriage return (#xD) nor tab (#x9) characters. The ·base type· of normalizedString is string. Text Normalized String string normalizedString
Collapse XSD Schema Diagram:
XSD Diagram of NormalizedStringType in schema qualifieddatatypes_xsd (Open Applications Group (OAGIS))
Collapse XSD Schema Code:
<xsd:simpleType name="NormalizedStringType">
    <xsd:annotation>
        <xsd:documentation xml:lang="en">
            <ccts:UniqueID xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">QDT000013</ccts:UniqueID>
            <ccts:CategoryCode xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">QDT</ccts:CategoryCode>
            <ccts:DictionaryEntryName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Normalized String_ Text. Type</ccts:DictionaryEntryName>
            <ccts:VersionID xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">1.0</ccts:VersionID>
            <ccts:DefinitionText xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">normalizedString represents white space normalized strings. The ·value space· of normalizedString is the set of strings that do not contain the carriage return (#xD), line feed (#xA) nor tab (#x9) characters. The ·lexical space· of normalizedString is the set of strings that do not contain the carriage return (#xD) nor tab (#x9) characters. The ·base type· of normalizedString is string.</ccts:DefinitionText>
            <ccts:RepresentationTermName xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Text</ccts:RepresentationTermName>
            <ccts:QualifierTerm xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">Normalized String</ccts:QualifierTerm>
            <ccts:PrimitiveType xmlns:ccts="urn:un:unece:uncefact:documentation:1.1">string</ccts:PrimitiveType>
            <xsd:BuiltInType>normalizedString</xsd:BuiltInType>
        </xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:normalizedString" />
</xsd:simpleType>
Collapse Derivation Tree:
Collapse References:
nsA:NormalizedStringType