hxt-7.4: A collection of tools for processing XML with Haskell.Source 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_QName :: String
xsd_maxLength :: String
Documentation
w3cNS :: StringSource
Namespace of the W3C XML schema datatype library
w3cDatatypeLib :: DatatypeLibrarySource

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_QName :: StringSource
xsd_maxLength :: StringSource
Produced by Haddock version 2.3.0