XSD 1.1 datatype identifiers.
Provides the xsd namespace object exposing well-known XML Schema 1.1 datatype IRIs as a closed Namespace.
import { xsd } from "@metreeca/core/datatype";// Predefined closed namespace for well-known XSD 1.1 datatypesxsd[""]; // IRI: "http://www.w3.org/2001/XMLSchema#"xsd.string; // IRI: "http://www.w3.org/2001/XMLSchema#string"xsd.dateTime; // IRI: "http://www.w3.org/2001/XMLSchema#dateTime" Copy
import { xsd } from "@metreeca/core/datatype";// Predefined closed namespace for well-known XSD 1.1 datatypesxsd[""]; // IRI: "http://www.w3.org/2001/XMLSchema#"xsd.string; // IRI: "http://www.w3.org/2001/XMLSchema#string"xsd.dateTime; // IRI: "http://www.w3.org/2001/XMLSchema#dateTime"
W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes
XSD datatype namespace.
Checks whether a datatype is an XSD numeric datatype.
Checks whether a datatype is an XSD temporal datatype.
Checks whether a datatype is an XSD binary datatype.
XSD 1.1 datatype identifiers.
Provides the xsd namespace object exposing well-known XML Schema 1.1 datatype IRIs as a closed Namespace.
See
W3C XML Schema Definition Language (XSD) 1.1 Part 2: Datatypes