hxt-9.3.1.18: A collection of tools for processing XML with Haskell.
CopyrightCopyright (C) 2005-2010 Uwe Schmidt
LicenseMIT
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell98

Text.XML.HXT.XMLSchema.DataTypeLibW3CNames

Description

Datatype library for the W3C XML schema datatypes

Synopsis

Documentation

w3cNS :: String #

Namespace of the W3C XML schema datatype library

xsd_string :: String #

xsd_token :: String #

xsd_language :: String #

xsd_NMTOKEN :: String #

xsd_NMTOKENS :: String #

xsd_Name :: String #

xsd_NCName :: String #

xsd_ID :: String #

xsd_IDREF :: String #

xsd_IDREFS :: String #

xsd_ENTITY :: String #

xsd_ENTITIES :: String #

xsd_anyURI :: String #

xsd_QName :: String #

xsd_NOTATION :: String #

xsd_hexBinary :: String #

xsd_decimal :: String #

xsd_integer :: String #

xsd_long :: String #

xsd_int :: String #

xsd_short :: String #

xsd_byte :: String #

xsd_unsignedInt :: String #

xsd_boolean :: String #

xsd_float :: String #

xsd_double :: String #

xsd_time :: String #

xsd_duration :: String #

xsd_date :: String #

xsd_dateTime :: String #

xsd_gDay :: String #

xsd_gMonth :: String #

xsd_gMonthDay :: String #

xsd_gYear :: String #

xsd_gYearMonth :: String #

xsd_length :: String #

xsd_maxLength :: String #

xsd_minLength :: String #

xsd_totalDigits :: String #

xsd_pattern :: String #

xsd_enumeration :: String #

xsd_whiteSpace :: String #