datatypes
Utility functions for supporting the XML Schema Datatypes hierarchy
Functions:
Attributes:
-
XSD_DTs(set[URIRef]) – -
XSD_DateTime_DTs– -
XSD_Duration_DTs–
XSD_DTs
module-attribute
XSD_DTs: set[URIRef] = set((XSD.integer, XSD.decimal, XSD.float, XSD.double, XSD.string, XSD.boolean, XSD.dateTime, XSD.nonPositiveInteger, XSD.negativeInteger, XSD.long, XSD.int, XSD.short, XSD.byte, XSD.nonNegativeInteger, XSD.unsignedLong, XSD.unsignedInt, XSD.unsignedShort, XSD.unsignedByte, XSD.positiveInteger, XSD.date))