HaXml-1.25.5: Utilities for manipulating XML documents

Safe HaskellSafe
LanguageHaskell98

Text.XML.HaXml.Schema.XSDTypeModel

Documentation

type URI = String #

type Regexp = String #

type Block = Final #

data Final #

Instances
Eq Final # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

Show Final # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> Final -> ShowS #

show :: Final -> String #

showList :: [Final] -> ShowS #

data QForm #

Constructors

Qualified 
Unqualified 
Instances
Eq QForm # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

Show QForm # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> QForm -> ShowS #

show :: QForm -> String #

showList :: [QForm] -> ShowS #

type Fixed = Bool #

type Nillable = Bool #

type Mixed = Bool #

data Use #

Constructors

Required 
Optional 
Prohibited 
Instances
Eq Use # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

Show Use # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> Use -> ShowS #

show :: Use -> String #

showList :: [Use] -> ShowS #

data Occurs #

Constructors

Occurs (Maybe Int) (Maybe Int) 
Instances
Eq Occurs # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

Show Occurs # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Semigroup Occurs # 
Instance details

Defined in Text.XML.HaXml.Schema.TypeConversion

Monoid Occurs # 
Instance details

Defined in Text.XML.HaXml.Schema.TypeConversion

data Field #

Constructors

Field 
Instances
Eq Field # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

Show Field # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> Field -> ShowS #

show :: Field -> String #

showList :: [Field] -> ShowS #

data Selector #

Instances
Eq Selector # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Show Selector # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

data KeyRef #

Instances
Eq KeyRef # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

Show KeyRef # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

data Key #

Instances
Eq Key # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

Show Key # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> Key -> ShowS #

show :: Key -> String #

showList :: [Key] -> ShowS #

data Unique #

Instances
Eq Unique # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

Show Unique # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

data NameAndType #

Constructors

NT 

Fields

data Any #

Instances
Eq Any # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

Show Any # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> Any -> ShowS #

show :: Any -> String #

showList :: [Any] -> ShowS #

data Group #

Instances
Eq Group # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

Show Group # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> Group -> ShowS #

show :: Group -> String #

showList :: [Group] -> ShowS #

data Facet #

Instances
Eq Facet # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

Show Facet # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

showsPrec :: Int -> Facet -> ShowS #

show :: Facet -> String #

showList :: [Facet] -> ShowS #

data Schema #

Instances
Eq Schema # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Methods

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

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

Show Schema # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Semigroup Schema # 
Instance details

Defined in Text.XML.HaXml.Schema.XSDTypeModel

Monoid Schema #

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