The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Rinchi::XMLSchema::HFP - Module for creating XML Schema objects.

SYNOPSIS

  use Rinchi::XMLSchema;
  use Rinchi::XMLSchema::HFP;
  my $nsdef = Rinchi::HFP->namespace_def();
  $nsdef->{'Prefix'} = 'hfp';
  Rinchi::XMLSchema->add_namespace($nsdef);
  my $Document = Rinchi::XMLSchema->parsefile('datatypes.xsd');
  $document = Rinchi::XMLSchema->parse($file);

DESCRIPTION

  Description.

EXPORT

None by default.

$nsdef = Rinchi::XMLSchema->namespace_def();

Returns a hash reference containing the following key-value pairs:

Start Hash reference to SAX Start event handlers End Hash reference to SAX End event handlers Namespace Namespace URI

1 POD Error

The following errors were encountered while parsing the POD:

Around line 98:

'=item' outside of any '=over'

=over without closing =back