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
LanguageHaskell98

Text.XML.HXT.XMLSchema.DataTypeLibW3CNames

Description

Version : $Id$

Datatype library for the W3C XML schema datatypes

Synopsis

Documentation

w3cNS :: String Source #

Namespace of the W3C XML schema datatype library

xsd_string :: String Source #

xsd_token :: String Source #

xsd_NMTOKEN :: String Source #

xsd_Name :: String Source #

xsd_NCName :: String Source #

xsd_ID :: String Source #

xsd_IDREF :: String Source #

xsd_IDREFS :: String Source #

xsd_ENTITY :: String Source #

xsd_anyURI :: String Source #

xsd_QName :: String Source #

xsd_decimal :: String Source #

xsd_integer :: String Source #

xsd_long :: String Source #

xsd_int :: String Source #

xsd_short :: String Source #

xsd_byte :: String Source #

xsd_boolean :: String Source #

xsd_float :: String Source #

xsd_double :: String Source #

xsd_time :: String Source #

xsd_date :: String Source #

xsd_gDay :: String Source #

xsd_gMonth :: String Source #

xsd_gYear :: String Source #

xsd_length :: String Source #

xsd_pattern :: String Source #