Resolve
RDF Terms

    Data based on @zazuko/vocabularies
    Defined by xsd:
    Click to Copy
    xsd:token
    Click to Copy
    http://www.w3.org/2001/XMLSchema#token

    Recommended prefix

    Copy 'PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>'

    xsd:

    lang:""
    token
    lang:""
    `token` represents tokenized strings. The _value space_ of `token` is the set of strings that do not contain the carriage return (`#xD`), line feed (`#xA`) nor tab (`#x9`) characters, that have no leading or trailing spaces (`#x20`) and that have no internal sequences of two or more spaces. The _lexical space_ of `token` is the set of strings that do not contain the carriage return (`#xD`), line feed (`#xA`) nor tab (`#x9`) characters, that have no leading or trailing spaces (`#x20`) and that have no internal sequences of two or more spaces. The _base type_ of `token` is `normalizedString`.