HaXml-1.25.4: Utilities for manipulating XML documents

Safe HaskellSafe
LanguageHaskell98

Text.XML.HaXml.Schema.XSDTypeModel

Documentation

data Any Source #

Instances

Eq Any Source # 

Methods

(==) :: Any -> Any -> Bool #

(/=) :: Any -> Any -> Bool #

Show Any Source # 

Methods

showsPrec :: Int -> Any -> ShowS #

show :: Any -> String #

showList :: [Any] -> ShowS #

data Key Source #

Instances

Eq Key Source # 

Methods

(==) :: Key -> Key -> Bool #

(/=) :: Key -> Key -> Bool #

Show Key Source # 

Methods

showsPrec :: Int -> Key -> ShowS #

show :: Key -> String #

showList :: [Key] -> ShowS #

data Field Source #

Constructors

Field 

Instances

Eq Field Source # 

Methods

(==) :: Field -> Field -> Bool #

(/=) :: Field -> Field -> Bool #

Show Field Source # 

Methods

showsPrec :: Int -> Field -> ShowS #

show :: Field -> String #

showList :: [Field] -> ShowS #

data Occurs Source #

Constructors

Occurs (Maybe Int) (Maybe Int) 

Instances

data Use Source #

Constructors

Required 
Optional 
Prohibited 

Instances

Eq Use Source # 

Methods

(==) :: Use -> Use -> Bool #

(/=) :: Use -> Use -> Bool #

Show Use Source # 

Methods

showsPrec :: Int -> Use -> ShowS #

show :: Use -> String #

showList :: [Use] -> ShowS #

data QForm Source #

Constructors

Qualified 
Unqualified 

Instances

Eq QForm Source # 

Methods

(==) :: QForm -> QForm -> Bool #

(/=) :: QForm -> QForm -> Bool #

Show QForm Source # 

Methods

showsPrec :: Int -> QForm -> ShowS #

show :: QForm -> String #

showList :: [QForm] -> ShowS #

data Final Source #

Instances

Eq Final Source # 

Methods

(==) :: Final -> Final -> Bool #

(/=) :: Final -> Final -> Bool #

Show Final Source # 

Methods

showsPrec :: Int -> Final -> ShowS #

show :: Final -> String #

showList :: [Final] -> ShowS #