HaXml-1.25.3: Utilities for manipulating XML documents

Safe HaskellSafe-Inferred
LanguageHaskell98

Text.XML.HaXml.Schema.HaskellTypeModel

Description

A type model for Haskell datatypes that bears a reasonable correspondence to the XSD type model.

Synopsis

Documentation

type Comment = Maybe String Source

Comments can be attached to most things, but not all of them will exist.

data Module Source

The whole Haskell module.

mkModule :: String -> Schema -> [Decl] -> Module Source

A helper for building the formal Module structure.