
XBRL::Element - OO Module for Encapsulating XBRL Elements

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

This module is part of the XBRL modules group and is intended for use with XBRL.
Constructor for object takes the element XML from the schema and parses it.
Get or set the Element's name.
Get or set the element's ID.
Get or set the element's type.
Get or set the element's subGroup
Get or set the element's abstractedness (true or false)
Get or set whether the element is nillable (true or false)
Get or set the element's period type.

Mark Gannon <mark@truenorth.nu>

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

Mark Gannon <mark@truenorth.nu>

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.