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

XBRL::Element

XBRL::Element - OO Module for Encapsulating XBRL Elements

SYNOPSIS

  use XBRL::Element;

        my $element = XBRL::Element->new( $element_xml );

        my $element_id = $element->id();

DESCRIPTION

This module is part of the XBRL modules group and is intended for use with XBRL.

new

Constructor for object takes the element XML from the schema and parses it.

name

Get or set the Element's name.

id

Get or set the element's ID.

type

Get or set the element's type.

subGroup

Get or set the element's subGroup

abstract

Get or set the element's abstractedness (true or false)

nillable

Get or set whether the element is nillable (true or false)

periodType

Get or set the element's period type.

AUTHOR

Mark Gannon <mark@truenorth.nu>

SEE ALSO

Modules: XBRL XBRL::Schema

Source code, documentation, and bug tracking is hosted at: https://github.com/MarkGannon/XBRL .

AUTHOR

Mark Gannon <mark@truenorth.nu>

COPYRIGHT AND LICENSE

Copyright (C) 2012 by Mark Gannon

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10 or, at your option, any later version of Perl 5 you may have available.