debian man page for xml::validator::schema::simpletype

Query: xml::validator::schema::simpletype

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Schema::SimpleType(3pm) 				User Contributed Perl Documentation				   Schema::SimpleType(3pm)

NAME
XML::Validator::Schema::SimpleType - simple XML Schema types
DESCRIPTION
XML Schema simple type system. This module provides objects and class methods to support simple types. For complex types see the ModelNode class.
USAGE
# create a new anonymous type based on an existing type my $type = $string->derive(); # create a new named type based on an existing type my $type = $string->derive(name => 'myString'); # add a restriction $type->restrict(enumeration => "10"); # check a value against a type ($ok, $msg) = $type->check($value); perl v5.10.0 2008-12-23 Schema::SimpleType(3pm)
Related Man Pages
xml::libxml::schema(3) - suse
dbix::class::schema::loader::dbi::mssql(3pm) - debian
dbix::class::schema::loader::dbobject::informix(3pm) - debian
dbix::class::schema::loader::dbobject::sybase(3pm) - debian
sql::translator::schema::index(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph