Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter ElevenSGML Functions (continued)

XBRLGetDataType Function

Overview

The XBRLGetDataType function returns a list of properties for a specified data type.

Syntax/Parameters

Syntax

string[] = XBRLGetDataType ( handle hXM, int index | string name );

Parameters

hXM

A handle to an XBRL Object containing taxonomy information.

index

An optional zero-based int value pointing to the data type list.

name

An optional string specifying a data type name. One of index or name must be used.

Return Value

Returns a string table of data type properties or an empty array on failure. Use the GetLastError function to retrieve a formatted error code.

Remarks

The list employs the key names specified at Section 11.20.16 Taxonomy — Data Types.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE, Legato Basic