XsdToHaskell

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

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

data Module

The whole Haskell module.

data Modifier

Constructors

Single 
Optional 
Range Occurs 

Instances

data Restrict

Restrictions on simpleType

Instances