.\" Automatically generated by Pod::Man 4.07 (Pod::Simple 3.32) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .if !\nF .nr F 0 .if \nF>0 \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} .\} .\" ======================================================================== .\" .IX Title "XML::Compile::Schema::Specs 3pm" .TH XML::Compile::Schema::Specs 3pm "2016-10-31" "perl v5.24.1" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" XML::Compile::Schema::Specs \- Predefined Schema Information .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 2 \& # not for end\-users \& use XML::Compile::Schema::Specs; .Ve .SH "DESCRIPTION" .IX Header "DESCRIPTION" This package defines the various schema-specifications. .SH "METHODS" .IX Header "METHODS" .ie n .IP "XML::Compile::Schema::Specs\->\fBbuiltInType\fR( <$node|undef>, $expanded | <$uri,$local>, %options )" 4 .el .IP "XML::Compile::Schema::Specs\->\fBbuiltInType\fR( <$node|undef>, \f(CW$expanded\fR | <$uri,$local>, \f(CW%options\fR )" 4 .IX Item "XML::Compile::Schema::Specs->builtInType( <$node|undef>, $expanded | <$uri,$local>, %options )" Provide an \f(CW$expanded\fR (full) type name or an namespace \f(CW$uri\fR and a \f(CW$local\fR node name. Returned is a \s-1HASH\s0 with process information or \f(CW\*(C`undef\*(C'\fR if not found. .Sp .Vb 3 \& \-Option \-\-Default \& sloppy_floats \& sloppy_integers .Ve .RS 4 .IP "sloppy_floats => \s-1BOOLEAN\s0" 2 .IX Item "sloppy_floats => BOOLEAN" The float types of \s-1XML\s0 are all quite big, and support NaN, \s-1INF,\s0 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. .IP "sloppy_integers => \s-1BOOLEAN\s0" 2 .IX Item "sloppy_integers => BOOLEAN" the types must accept huge integers, which require \&\f(CW\*(C`Math::BigInt\*(C'\fR objects to process. But often, Perl's normal signed 32bit integers suffice... which is good for performance, but not standard compliant. .RE .RS 4 .RE .IP "XML::Compile::Schema::Specs\->\fBpredefinedSchema\fR($uri)" 4 .IX Item "XML::Compile::Schema::Specs->predefinedSchema($uri)" Return a \s-1HASH\s0 which contains the schema information for the specified \&\f(CW$uri\fR (or undef if it doesn't exist). .IP "XML::Compile::Schema::Specs\->\fBpredefinedSchemas\fR()" 4 .IX Item "XML::Compile::Schema::Specs->predefinedSchemas()" Returns the uri of all predefined schemas. .SH "SEE ALSO" .IX Header "SEE ALSO" This module is part of XML-Compile distribution version 1.54, built on September 19, 2016. Website: \fIhttp://perl.overmeer.net/xml\-compile/\fR .PP Please post questions or ideas to the mailinglist at \&\fIhttp://lists.scsys.co.uk/cgi\-bin/mailman/listinfo/xml\-compile\fR . For live contact with other developers, visit the \f(CW\*(C`#xml\-compile\*(C'\fR channel on \f(CW\*(C`irc.perl.org\*(C'\fR. .SH "LICENSE" .IX Header "LICENSE" Copyrights 2006\-2016 by [Mark Overmeer]. For other contributors see ChangeLog. .PP This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See \fIhttp://www.perl.com/perl/misc/Artistic.html\fR