Provided by: libxml-compile-perl_1.52-1_all bug

NAME

       XML::Compile::Schema::Specs - Predefined Schema Information

SYNOPSIS

        # not for end-users
        use XML::Compile::Schema::Specs;

DESCRIPTION

       This package defines the various schema-specifications.

METHODS

       XML::Compile::Schema::Specs->builtInType( <$node|undef>, $expanded | <$uri,$local>, %options )
           Provide  an  $expanded  (full)  type name or an namespace $uri and a $local node name.  Returned is a
           HASH with process information or "undef" if not found.

            -Option         --Default
             sloppy_floats    <false>
             sloppy_integers  <false>

           sloppy_floats => BOOLEAN
             The float types of XML are all quite big, and support NaN, INF, and -INF.  Perl's normal floats  do
             not,  and  therefore  Math::BigFloat is used.  This, however, is slow.  When true, your application
             will crash on any value which is not understood by Perl's default float... but run much faster.

           sloppy_integers => BOOLEAN
             the <integer> types must accept huge integers, which require  "Math::BigInt"  objects  to  process.
             But  often,  Perl's  normal signed 32bit integers suffice... which is good for performance, but not
             standard compliant.

       XML::Compile::Schema::Specs->predefinedSchema($uri)
           Return a HASH which contains the schema information for the specified $uri (or undef  if  it  doesn't
           exist).

       XML::Compile::Schema::Specs->predefinedSchemas()
           Returns the uri of all predefined schemas.

SEE ALSO

       This  module  is  part  of  XML-Compile  distribution  version  1.52, built on January 15, 2016. Website:
       http://perl.overmeer.net/xml-compile/

       Other   distributions   in   this   suite:   XML::Compile,   XML::Compile::SOAP,    XML::Compile::WSDL11,
       XML::Compile::SOAP12,     XML::Compile::SOAP::Daemon,     XML::Compile::SOAP::WSA,    XML::Compile::C14N,
       XML::Compile::WSS,     XML::Compile::WSS::Signature,      XML::Compile::Tester,      XML::Compile::Cache,
       XML::Compile::Dumper, XML::Compile::RPC, XML::Rewrite and XML::LibXML::Simple.

       Please        post        questions        or        ideas        to       the       mailinglist       at
       http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/xml-compile .  For live contact with other  developers,
       visit the "#xml-compile" channel on "irc.perl.org".

LICENSE

       Copyrights 2006-2016 by [Mark Overmeer]. For other contributors see ChangeLog.

       This  program  is  free  software;  you can redistribute it and/or modify it under the same terms as Perl
       itself.  See http://www.perl.com/perl/misc/Artistic.html

perl v5.22.1                                       2016-01-16                   XML::Compile::Schema::Specs(3pm)