HaXml-1.25.13: Utilities for manipulating XML documents
Safe HaskellSafe-Inferred
LanguageHaskell98

Text.XML.HaXml.Schema.XSDTypeModel

Documentation

data Final Source #

Instances

Instances details
Show Final Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> Final -> ShowS #

show :: Final -> String #

showList :: [Final] -> ShowS #

Eq Final Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

data QForm Source #

Constructors

Qualified 
Unqualified 

Instances

Instances details
Show QForm Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> QForm -> ShowS #

show :: QForm -> String #

showList :: [QForm] -> ShowS #

Eq QForm Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

data Use Source #

Constructors

Required 
Optional 
Prohibited 

Instances

Instances details
Show Use Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> Use -> ShowS #

show :: Use -> String #

showList :: [Use] -> ShowS #

Eq Use Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

data Occurs Source #

Constructors

Occurs (Maybe Int) (Maybe Int) 

Instances

Instances details
Monoid Occurs Source # 
Instance details

Defined in Text.XML.HaXml.Schema.TypeConversion

Semigroup Occurs Source # 
Instance details

Defined in Text.XML.HaXml.Schema.TypeConversion

Show Occurs Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Eq Occurs Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

data Field Source #

Constructors

Field 

Instances

Instances details
Show Field Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> Field -> ShowS #

show :: Field -> String #

showList :: [Field] -> ShowS #

Eq Field Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

data Selector Source #

Instances

Instances details
Show Selector Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Eq Selector Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

data KeyRef Source #

Instances

Instances details
Show KeyRef Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Eq KeyRef Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

data Key Source #

Instances

Instances details
Show Key Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> Key -> ShowS #

show :: Key -> String #

showList :: [Key] -> ShowS #

Eq Key Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

data Unique Source #

Instances

Instances details
Show Unique Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Eq Unique Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

data NameAndType Source #

Constructors

NT 

Fields

Instances

Instances details
Show NameAndType Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Eq NameAndType Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

data Any Source #

Instances

Instances details
Show Any Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> Any -> ShowS #

show :: Any -> String #

showList :: [Any] -> ShowS #

Eq Any Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

data Group Source #

Instances

Instances details
Show Group Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> Group -> ShowS #

show :: Group -> String #

showList :: [Group] -> ShowS #

Eq Group Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

data Facet Source #

Instances

Instances details
Show Facet Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> Facet -> ShowS #

show :: Facet -> String #

showList :: [Facet] -> ShowS #

Eq Facet Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

data Schema Source #

Instances

Instances details
Monoid Schema Source #

This instance is pretty unsatisfactory, and is useful only for building environments involving recursive modules. The mappend method is left-biased, and the mempty value contains lots of undefined values.

Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Semigroup Schema Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Show Schema Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Eq Schema Source # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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