Metreeca Wire
    Preparing search index...

    Variable xsdConst

    xsd: { "": string } & {
        string: string;
        boolean: string;
        byte: string;
        short: string;
        int: string;
        long: string;
        float: string;
        double: string;
        integer: string;
        decimal: string;
        anyURI: string;
        gYear: string;
        gYearMonth: string;
        gMonth: string;
        gMonthDay: string;
        gDay: string;
        date: string;
        time: string;
        dateTime: string;
        duration: string;
        hexBinary: string;
        base64Binary: string;
    } = ...

    XSD datatype namespace.

    Supplies the most common primitive XML Schema datatype IRIs the connector attaches to RDF literals when writing typed values, and matches against when decoding those literals back into scalar values. The set is a non-exhaustive selection of the datatypes in routine use, not the full XSD catalogue.