NAME

PRANG::XMLSchema::Types - type registry for XML Schema-related types

SYNOPSIS

package My::Class;
use Moose;
use PRANG::Graph;
use PRANG::XMLSchema::Types;

has_attr 'foo' =>
   is => "ro",
   isa => "PRANG::XMLSchema::unsignedShort",
   ;

DESCRIPTION

This module is a collection of types which make working with XML Schema specifications easier. See the source for the complete list.

These might be moved into a separate namespace, but if you include this module you will get aliases for wherever these XML Schema types end up.

SEE ALSO

PRANG, PRANG::Graph::Meta::Attr, PRANG::Graph::Meta::Element

AUTHOR AND LICENCE

Development commissioned by NZ Registry Services, and carried out by Catalyst IT - http://www.catalyst.net.nz/

Copyright 2009, 2010, NZ Registry Services. This module is licensed under the Artistic License v2.0, which permits relicensing under other Free Software licenses.