Haskell Xml Toolbox 7.4: The complete 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_NCName :: String
xsd_anyURI :: String
xsd_QName :: String
xsd_string :: String
xsd_length :: String
xsd_maxLength :: String
xsd_minLength :: 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_NCName :: String
xsd_anyURI :: String
xsd_QName :: String
xsd_string :: String
xsd_length :: String
xsd_maxLength :: String
xsd_minLength :: String
xsd_pattern :: String
xsd_enumeration :: String
Produced by Haddock version 0.8