Haskell Xml Toolbox 7.5: The Arrow APISource codeContentsIndex
Text.XML.HXT.RelaxNG.XmlSchema.DataTypeLibW3C
Portabilityportable
Stabilityexperimental
MaintainerUwe Schmidt (uwe@fh-wedel.de)
Description

Version : $Id$

Datatype library for the W3C XML schema datatypes

Synopsis
w3cNS :: String
w3cDatatypeLib :: DatatypeLibrary
xsd_string :: 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_length :: 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
Documentation
w3cNS :: String
Namespace of the W3C XML schema datatype library
w3cDatatypeLib :: DatatypeLibrary

The main entry point to the W3C XML schema datatype library.

The DTC constructor exports the list of supported datatypes and params. It also exports the specialized functions to validate a XML instance value with respect to a datatype.

xsd_string :: 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_length :: 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
Produced by Haddock version 0.8