-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | XML Schema data structures
--
-- XML Schema data structures (XSD)
@package xsd
@version 0.1
-- | XSD dateTime data structure
-- http://www.w3.org/TR/xmlschema-2/#dateTime
module Text.XML.XSD.DateTime
data DateTime
-- | Parses the string into a dateTime or may fail with a parse
-- error.
dateTime' :: String -> Either ParseError DateTime
-- | Parses the string into a dateTime or may fail.
dateTime :: String -> Maybe DateTime
instance Eq Offset
instance Eq DateTime
instance Show Offset
instance Show DateTime