hxt-9.0.1: A collection of tools for processing XML with Haskell.Source codeContentsIndex
Text.XML.HXT.XMLSchema.DataTypeLibW3CNames
Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Description

Version : $Id$

Datatype library for the W3C XML schema datatypes

Synopsis
w3cNS :: String
xsd_normalizedString :: 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_base64Binary :: String
xsd_decimal :: String
xsd_integer :: String
xsd_nonPositiveInteger :: String
xsd_negativeInteger :: String
xsd_nonNegativeInteger :: String
xsd_positiveInteger :: String
xsd_long :: String
xsd_int :: String
xsd_short :: String
xsd_byte :: String
xsd_unsignedLong :: String
xsd_unsignedInt :: String
xsd_unsignedShort :: String
xsd_unsignedByte :: String
xsd_string :: String
xsd_maxLength :: String
xsd_minLength :: String
xsd_maxExclusive :: String
xsd_minExclusive :: String
xsd_maxInclusive :: String
xsd_minInclusive :: String
xsd_totalDigits :: String
xsd_fractionDigits :: String
xsd_pattern :: String
xsd_enumeration :: String
xsd_length :: String
Documentation
w3cNS :: StringSource
Namespace of the W3C XML schema datatype library
xsd_normalizedString :: StringSource
xsd_token :: StringSource
xsd_language :: StringSource
xsd_NMTOKEN :: StringSource
xsd_NMTOKENS :: StringSource
xsd_Name :: StringSource
xsd_NCName :: StringSource
xsd_ID :: StringSource
xsd_IDREF :: StringSource
xsd_IDREFS :: StringSource
xsd_ENTITY :: StringSource
xsd_ENTITIES :: StringSource
xsd_anyURI :: StringSource
xsd_QName :: StringSource
xsd_NOTATION :: StringSource
xsd_hexBinary :: StringSource
xsd_base64Binary :: StringSource
xsd_decimal :: StringSource
xsd_integer :: StringSource
xsd_nonPositiveInteger :: StringSource
xsd_negativeInteger :: StringSource
xsd_nonNegativeInteger :: StringSource
xsd_positiveInteger :: StringSource
xsd_long :: StringSource
xsd_int :: StringSource
xsd_short :: StringSource
xsd_byte :: StringSource
xsd_unsignedLong :: StringSource
xsd_unsignedInt :: StringSource
xsd_unsignedShort :: StringSource
xsd_unsignedByte :: StringSource
xsd_string :: StringSource
xsd_maxLength :: StringSource
xsd_minLength :: StringSource
xsd_maxExclusive :: StringSource
xsd_minExclusive :: StringSource
xsd_maxInclusive :: StringSource
xsd_minInclusive :: StringSource
xsd_totalDigits :: StringSource
xsd_fractionDigits :: StringSource
xsd_pattern :: StringSource
xsd_enumeration :: StringSource
xsd_length :: StringSource
Produced by Haddock version 2.6.1