XsdToHaskell

Text.XML.HaXml.Schema.XSDTypeModel

Documentation

data NameAndType

Constructors

NT 

Fields

theName :: Name
 
theType :: Maybe QName
 

data Key

Instances

data Field

Constructors

Field 

Instances

data Occurs

Constructors

Occurs (Maybe Int) (Maybe Int) 

Instances

data Use

Constructors

Required 
Optional 
Prohibited 

Instances

type Mixed = Bool

type Nillable = Bool

type Fixed = Bool

data QForm

Constructors

Qualified 
Unqualified 

Instances

data Final

Instances

type Block = Final

type Regexp = String

type URI = String