The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more

NAME

XML::Schema::Type - base class for XML Schema datatypes

SYNOPSIS

package main;
my $type = XML::Schema::Type::MyType->new(
name => 'MyTypeName',
);
print $type->name(), ", ", $type->namespace(), "\n";

DESCRIPTION

The XML::Schema::Type module is a base class for objects that represent XML Schema types.

AUTHOR

Andy Wardley <abw@kfs.org>

VERSION

This is version $Revision: 1.1.1.1 $ of the XML::Schema::Type module, distributed with version 0.1 of the XML::Schema module set.

COPYRIGHT

Copyright (C) 2001 Canon Research Centre Europe Ltd. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO

See also XML::Schema.